X86 instruction analysis: Move Macro W to insn.h
On Mon, Jun 14, 2010 at 01:58:03PM +0530, Srikar Dronamraju wrote: move_W_to_insn.patch From: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> Move Macro W to asm/insn.h Macro W used to know if the instructions are valid for user-space/kernel space. This macro is used by kprobes and user_bkp... 14 Jun 2010 14:00
mm: Move replace_page to mm/memory.c
On Mon, Jun 14, 2010 at 01:58:18PM +0530, Srikar Dronamraju wrote: move_replace_page.patch From: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> Move replace_page() and write_protect_page() to mm/memory.c User bkpt will use background page replacement approach to insert/delete breakpoints. Back... 15 Jun 2010 03:16
samples: Uprobes samples
On Mon, Jun 14, 2010 at 01:59:23PM +0530, Srikar Dronamraju wrote: samples.patch From: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> Uprobes Samples This provides an example uprobes module in the samples directory. To run this module run (as root) insmod uprobe_example.ko vaddr=<vaddr... 14 Jun 2010 14:00
User Space Breakpoint Assistance Layer
On Mon, Jun 14, 2010 at 01:58:32PM +0530, Srikar Dronamraju wrote: User Space Breakpoint Assistance Layer (USER_BKPT) Changelog from V3: (reimplement background page replacement) * Replemented background page replacement based on inputs from Peter Zijlstra. Changelog from v2: (addressing comments... 22 Jun 2010 02:51
tracing, vmscan: Add trace event when a page is written
On 06/14/2010 07:17 AM, Mel Gorman wrote: This patch adds a trace event for when page reclaim queues a page for IO and records whether it is synchronous or asynchronous. Excessive synchronous IO for a process can result in noticeable stalls during direct reclaim. Excessive IO from page reclaim may indicate ... 14 Jun 2010 14:00
[PATCH] vfs: Use defined macro(like BITPS_PER_BYTE) in fs/file.c
Use defined macro(like BITPS_PER_BYTE) instead of some const number(like 8) in fs/file.c. So, replace 8 with BITS_PER_BYTE, 8 * sizeof(long) with BITS_PER_LONG in file fs/file.c. Since the two macro are defined, so use them. Signed-off-by: Liu Aleaxander <Aleaxander(a)gmail.com> --- �fs/file.c |�� 12 ++++++------ ... 14 Jun 2010 14:00
[15/23] EXT4: Fix initialized but not read variables
On Thu, Jun 10, 2010 at 01:10:51PM +0200, Andi Kleen wrote: No real bugs found, just various dead code removed I believe. Some review would be good. Found by gcc 4.6's new warnings Cc: tytso(a)mit.edu Cc: linux-ext4(a)vger.kernel.org Signed-off-by: Andi Kleen <ak(a)linux.intel.com> I've r... 14 Jun 2010 14:00
[PATCH V2 7/7] MAINTAINERS: Add patterns to WIMAX STACK
Signed-off-by: Joe Perches <joe(a)perches.com> Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez(a)intel.com> --- MAINTAINERS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4cf783b..03cfc1c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6243,6 +6243,11 @... 14 Jun 2010 14:00
[REGRESSION] [IWL3945] Broadcast is broken?
Hardware: 08:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02) Last known good kernel: 2.6.34 Failing kernels: since 2.6.35-rc1 to 2.6.35-rc3 Symptoms: During connect do wireless network authentication seems be OK, but I cannot get IP from dhcp serwer. I ... 14 Jun 2010 14:00
tracing, vmscan: Add trace events for LRU page isolation
On 06/14/2010 07:17 AM, Mel Gorman wrote: This patch adds an event for when pages are isolated en-masse from the LRU lists. This event augments the information available on LRU traffic and can be used to evaluate lumpy reclaim. Signed-off-by: Mel Gorman<mel(a)csn.ul.ie> Acked-by: Rik van Riel <riel(a)redh... 14 Jun 2010 14:00