[PATCH 1/2] sparc64: Implement local_irq_save_nmi().
It disables up to PIL_NMI instead of just PIL_NORMAL_MAX. Signed-off-by: David S. Miller <davem(a)davemloft.net> diff --git a/arch/sparc/include/asm/irqflags_64.h b/arch/sparc/include/asm/irqflags_64.h index 8b49bf9..fa1e00e 100644 --- a/arch/sparc/include/asm/irqflags_64.h +++ b/arch/sparc/include/asm/irqflag... 6 Apr 2010 19:51
Documentation/development-process: add info on maintainers
On Tue, 6 Apr 2010 16:17:05 -0700 Randy Dunlap <randy.dunlap(a)oracle.com> wrote: +- Please note that most maintainers also have day jobs, so merging + your patch may not be their highest priority. If your patch is + getting feedback about changes that are needed, you should either + make those cha... 6 Apr 2010 19:51
Documentation/development-process: update staging info
On Tue, 6 Apr 2010 16:17:28 -0700 Randy Dunlap <randy.dunlap(a)oracle.com> wrote: +Besides the mmotm and linux-next trees, the kernel source tree now contains +the drivers/staging/ directory and many sub-directories for drivers or +filesystems that are on their way to being added to the kernel tree +proper... 6 Apr 2010 19:51
2.6.34-rc3: simple du (on a big xfs tree) triggers oom killer [bisected: 57817c68229984818fea9e614d6f95249c3fb098]
On Tue, Apr 06, 2010 at 04:52:57PM +0200, Hans-Peter Jansen wrote: Hi Dave, On Tuesday 06 April 2010, 01:06:00 Dave Chinner wrote: On Mon, Apr 05, 2010 at 01:35:41PM +0200, Hans-Peter Jansen wrote: Oh, this is a highmem box. You ran out of low memory, I think, which is where al... 26 Apr 2010 20:37
[PATCH] Documentation/HOWTO: update git home URL
From: Randy Dunlap <randy.dunlap(a)oracle.com> Update git home page info. Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> --- Documentation/HOWTO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.34-rc3-git5.orig/Documentation/HOWTO +++ linux-2.6.34-rc3-git5/Documentation/HOWTO @... 6 Apr 2010 19:51
[PATCH 1/2] Documentation/development-process: add info on maintainers
From: Randy Dunlap <randy.dunlap(a)oracle.com> Add info on maintainers and persistent posting. Update git home page. Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Cc: Jonathan Corbet <corbet(a)lwn.net> --- Documentation/development-process/2.Process | 15 ++++++++--- Documentation/development-p... 6 Apr 2010 19:51
[PATCH -tip] kprobes: Move enable/disable_kprobe() out from debugfs code
Move enable/disable_kprobe() API out from debugfs related code, because these interfaces are not related to debugfs interface. Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> Reported-by: Tony Luck <tony.luck(a)intel.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Ananth N Mavinakayanahalli <ananth(a)in.ibm.com> ---... 6 Apr 2010 18:43
[PATCH -tip v2 2/8] perf probe: Use the last field name as the argument name
Set the last field name to the argument name when the argument is refering a data-structure member. e.g. ./perf probe --add 'vfs_read file->f_mode' Add new event: probe:vfs_read (on vfs_read with f_mode=file->f_mode) This probe records file->f_mode, but the argument name becomes "f_mode". This ... 6 Apr 2010 18:43
[PATCH -tip v2 0/8] perf-probe updates - data-structure support improvements, etc.
Hi Ingo, Here are several updates of perf-probe. This series improves data structure accessing. In this version, I added 'removing die()' patches. - Set the name of argument which traces a data structure member as the last member of the data structure reference (e.g. f_mode of file->f_mode). This allows u... 6 Apr 2010 18:43
radix_tree_tag_get() is not as safe as the docs make out [ver #2]
With this patch, I don't think I should need to modify FS-Cache. There's the possibility that we may think the page that we want to release is still being written to the disk, but that should merely defer releasepage(). David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b... 6 Apr 2010 18:43