[PATCH 3/3] vmscan: Put kswapd to sleep on its own waitqueue, not congestion
If kswapd is raising its priority to get the zone over the high watermark, it may call congestion_wait() ostensibly to allow congestion to clear. However, there is no guarantee that the queue is congested at this point because it depends on kswapds previous actions as well as the rest of the system. Kswapd could si... 8 Mar 2010 07:29
[PATCH 11/11] Staging: comedi: Fix spaces coding style issue in adl_pci9111.c
Patch to the adl_pci9111.c file that fixes a spaces warning found by the checkpatch.pl tool Signed-off-by: Maurice Dawson <mauricedawson2699(a)googlemail.com> --- drivers/staging/comedi/drivers/adl_pci9111.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/driv... 8 Mar 2010 07:29
[PATCH] kbuild: Do not unnecessarily regenerate modules.builtin
Only regenerate it if the configuration has changed. Also, do this after the modules build to fix errors with some weird Makefiles that are generated during build. Reported-by: Eric Miao <eric.y.miao(a)gmail.com> Signed-off-by: Michal Marek <mmarek(a)suse.cz> --- Makefile | 12 +++++++----- 1 files changed, 7 i... 8 Mar 2010 07:29
[PATCH V2 2/4] nodemask: fix the declaration of NODEMASK_ALLOC()
Changes from V1 to V2: - None we can't declarate two variable at the same scope by NODEMASK_ALLOC(). this patch fixes it. Signed-off-by: Miao Xie <miaox(a)cn.fujitsu.com> --- include/linux/nodemask.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/nodemask.h b/inclu... 8 Mar 2010 06:24
pcmcia's use of IRQ_NOAUTOEN
Commit 635416ef393e8cec5a89fc6c1de710ee9596a51e introduced this, but I can't see how it can take effect - the argument passed to request_irq() only affects action->flags (IRQF_*), whereas the flag in question is a desc->status one (IRQ_*). Am I overlooking something? If not, while currently this just should not wor... 15 Mar 2010 14:37
[PATCH 0/4] x86: make e820 memmap to be static and initdata
use wake_system_ram_range instead if needed. Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 8 Mar 2010 05:19
[PATCH 4/4] x86: make e820 to be initdata
and we don't need to expose e820_any_mapped anymore Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/kernel/e820.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: linux-2.6/arch/x86/kernel/e820.c =================================================================== --- lin... 8 Mar 2010 05:19
KVM: X86: Add KVM_CAP_SVM_CPUID_FIXED
On 03/03/2010 09:12 PM, Joerg Roedel wrote: This capability shows userspace that is can trust the values of cpuid[0x8000000A] that it gets from the kernel. Old behavior was to just return the host cpuid values which is broken because all additional svm-features need support in the svm emulation code. ... 10 Mar 2010 10:48
[PATCH 0/4] x86: make e820 memmap to be static and initdata
use wake_system_ram_range instead if needed. Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 8 Mar 2010 05:19
[PATCH 2/4] x86: make 820 to be static
and we don't need to expose e820_any_mapped anymore Signed-off-by: Yinghai Lu <yinghai(a)kernel.org. --- arch/x86/kernel/e820.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: linux-2.6/arch/x86/kernel/e820.c =================================================================== --- lin... 8 Mar 2010 05:19