First  |  Prev |  Next  |  Last
Pages: 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871
[PATCH] sched: fix spelling of sibling
No logic changes, only spelling. Signed-off-by: Michael Neuling <mikey(a)neuling.org> --- arch/powerpc/kernel/process.c | 2 +- include/linux/topology.h | 2 +- kernel/sched_fair.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) Index: linux-tip/arch/powerpc/kernel/process.c ... 28 Jun 2010 22:45
[PATCH 3/4] proc: unify PROC_DEVICETREE config
Microblaze and PPC both use PROC_DEVICETREE, and OLPC will as well.. put the Kconfig option into fs/ rather than in arch/*/Kconfig. Signed-off-by: Andres Salomon <dilinger(a)queued.net> --- arch/microblaze/Kconfig | 8 -------- arch/powerpc/Kconfig | 8 -------- fs/proc/Kconfig | 8 ++++++++... 28 Jun 2010 22:45
[PATCH 0/4] RFC: OLPC/x86 device tree code
Hi, I'm looking for input on the following patches; they're based upon the OFW patch that's currently in the x86-tip tree[0], and they've only been compile tested (on x86 and sparc64). This stuff takes the sparc device tree creation code and makes it available for multiple architectures, which OLPC then makes u... 28 Jun 2010 22:45
ftrace syscalls: don't add events for unmapped syscalls
Excerpts from Steven Rostedt's message of Thu Jun 24 01:02:19 +1000 2010: diff --git a/kernel/trace/trace_syscalls.c b/kernel/trace/trace_syscalls.c index 34e3580..82246ce 100644 --- a/kernel/trace/trace_syscalls.c +++ b/kernel/trace/trace_syscalls.c @@ -431,6 +431,14 @@ void unreg_event_syscal... 28 Jun 2010 21:39
Revert "writeback: limit write_cache_pages integrity scanning to current EOF"
On Mon, Jun 28, 2010 at 5:54 PM, Joel Becker <Joel.Becker(a)oracle.com> wrote: On Tue, Jun 29, 2010 at 10:24:21AM +1000, Dave Chinner wrote: Looking at ocfs2_writepage(), it simply calls block_write_full_page(), which does: � � � /* Is the page fully outside i_size? (truncate in progress) */ � ... 28 Jun 2010 21:39
trace syscalls: Clean confusing {s,r,}name and fix ABI breakage
Excerpts from Jason Baron's message of Thu Jun 24 04:03:54 +1000 2010: overall this patch is a major improvement! My question though is about the naming of the compat syscalls in the context of events. I believe this patch differeniates compat syscall event names as: "sys32_enter_sname", and "compat_sys_ent... 28 Jun 2010 21:39
Revert "writeback: limit write_cache_pages integrity scanning to current EOF"
On Mon, Jun 28, 2010 at 10:35:29AM -0700, Joel Becker wrote: This reverts commit d87815cb2090e07b0b0b2d73dc9740706e92c80c. Hi Joel, I have no problems with it being reverted - it's a really just a WAR for the simplest case of the sync hold holdoff. However, I had no idea that any filesystem relied on being... 29 Jun 2010 04:10
[PATCH 2/3] DMAENGINE: add runtime slave control to COH 901 318
This extends the DMA engine driver for the COH 901 318 used in the U300 platform with the generic runtime slave control command. Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- drivers/dma/coh901318.c | 153 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 153 insertions(+), 0 d... 28 Jun 2010 20:34
[PATCH 3/3] DMAENGINE: add runtime slave config to DMA40
This extends the DMA engine driver for the DMA40 used in the U8500 platform with the generic runtime slave configuration interface. Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- This applies on top of the earlier bugfixes for DMA40. --- drivers/dma/ste_dma40.c | 126 ++++++++++++++++++++++++... 28 Jun 2010 20:34
arch/x86/kernel/cpu/mtrr/cleanup.c: Use ";" not "," to terminate statements
* Joe Perches <joe(a)perches.com> wrote: Needed if pr_<level> becomes a bit more space efficient. Signed-off-by: Joe Perches <joe(a)perches.com> --- arch/x86/kernel/cpu/mtrr/cleanup.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/kernel/cpu/mtrr/cleanup... 14 Jul 2010 18:44
First  |  Prev |  Next  |  Last
Pages: 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871