[PATCH 05/10] KConfig: Add KConfig entries for Labeled NFS
This patch adds two entries into the fs/KConfig file. The first entry NFS_V4_SECURITY_LABEL enables security label support for the NFSv4 client while the second entry NFSD_V4_SECURITY_LABEL enables security labeling support on the server side. Signed-off-by: Matthew N. Dodd <Matthew.Dodd(a)sparta.com> Signed-off-b... 8 Jun 2010 13:43
[GIT PULL] tracing: removal of ftrace_preempt_disable
* Steven Rostedt <rostedt(a)goodmis.org> wrote: Ingo, This bug has been around for a while, and it only causes missed preemption checks (nothing to crash the kernel). This can wait till 2.6.36. Please pull the latest tip/perf/core-3 tree, which can be found at: git://git.kernel.org... 8 Jun 2010 13:43
[PATCH] Marvell OpenRD-Ultimate machine support
Hello! This patch adds support for the OpenRD Ultimate machine(could be found at http://www.arm.linux.org.uk/developer/machines/list.php?id=2884) It slightly differs from Client version. Also this patch adds correction for PHY address for Ultimate version. Regards, -- Dmytro Milinevskyy Signed-off-by: D... 8 Jun 2010 13:43
[RFC PATCH 1/3] kbuild: Warn on selecting symbols with unmet direct dependencies
The "select" statement in Kconfig files allows the enabling of options even if they have unmet direct dependencies (i.e. "depends on" expands to "no"). Currently, the "depends on" clauses are used in calculating the visibility but they do not affect the reverse dependencies in any way. The patch introduces addit... 8 Jun 2010 12:35
[RFC PATCH 3/3] Change DEBUG_PAGEALLOC dependency on ARCH_SUPPORTS_DEBUG_PAGEALLOC
DEBUG_PAGEALLOC currently depends on ARCH_SUPPORTS_DEBUG_PAGEALLOC. However, it is selected by PAGE_POISONING which depends on !ARCH_SUPPORTS_DEBUG_PAGEALLOC. This patch changes the DEBUG_PAGEALLOC entry so that the dependency is moved to the definition line rather than having an explicit "depends on" line. S... 8 Jun 2010 12:35
[RFC PATCH 2/3] ARM: Mark CPU_32v6K as depended on CPU_V7
CPU_32v6K is selected by CPU_V7 but it only depends on CPU_V6. Signed-off-by: Catalin Marinas <catalin.marinas(a)arm.com> Cc: Russell King <rmk(a)arm.linux.org.uk> Cc: Andrew Morton <akpm(a)linux-foundation.org> Cc: Linus Torvalds <torvalds(a)linux-foundation.org> --- arch/arm/mm/Kconfig | 2 +- 1 files changed, 1... 8 Jun 2010 12:35
[RFC/T/D][PATCH 2/2] Linux/Guest cooperative unmapped page cache control
Balloon unmapped page cache pages first From: Balbir Singh <balbir(a)linux.vnet.ibm.com> This patch builds on the ballooning infrastructure by ballooning unmapped page cache pages first. It looks for low hanging fruit first and tries to reclaim clean unmapped pages first. This patch brings zone_reclaim() and o... 8 Jun 2010 12:34
[RFC/T/D][PATCH 0/2] KVM page cache optimization (v2)
This is version 2 of the page cache control patches for KVM. This series has two patches, the first controls the amount of unmapped page cache usage via a boot parameter and sysctl. The second patch controls page and slab cache via the balloon driver. Both the patches make heavy use of the zone_reclaim() functiona... 8 Jun 2010 12:34
[PATCH][RFC] tracing: Use class->reg() for all registering of events
I'm pushing this as an RFC first. This probably should be something that makes it into 2.6.35. Acks and perhaps a little testing from the perf and kprobe angle? -- Steve Steven Rostedt (1): tracing: Use class->reg() for all registering of events ---- include/linux/ftrace_event.h | 3 ++ ... 8 Jun 2010 12:34
[PATCH] Staging: dt3155: remove DT_3155_* errno defines
Remove the DT_3155_{SUCCESS/FAILURE} errno defines and use the kernel provided ones. Signed-off-by: H Hartley Sweeten <hsweeten(a)visionengravers.com> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> Cc: Scott Smedley <ss(a)aao.gov.au> --- diff --git a/drivers/staging/dt3155/dt3155_drv.c b/drivers/staging/dt3155/dt3155_... 8 Jun 2010 12:34