aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "swsusp special saveable pages support" commitsLinus Torvalds2006-06-253-116/+18
* Fix PM_TRACE dependency: works only on 32-bit x86 for nowLinus Torvalds2006-06-251-1/+1
* [PATCH] pacct: none-delayed process accounting accumulationKaiGai Kohei2006-06-251-13/+11
* [PATCH] pacct: avoidance to refer the last thread as a representation of the ...KaiGai Kohei2006-06-252-20/+26
* [PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei2006-06-253-16/+40
* [PATCH] kthread: move kernel-doc and put it into DocBookRandy Dunlap2006-06-251-1/+60
* [PATCH] ktime/hrtimer: fix kernel-doc commentsRandy Dunlap2006-06-251-10/+1
* [PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens2006-06-254-0/+8
* [PATCH] kthread: convert stop_machine into a kthreadSerge E. Hallyn2006-06-251-6/+11
* [PATCH] Link error when futexes are disabled on 64bit architecturesAnton Blanchard2006-06-251-1/+1
* [PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__akpm@osdl.org2006-06-251-7/+0
* [PATCH] Get rid of /proc/sys/procStephen Hemminger2006-06-251-11/+0
* [PATCH] printk time parameterJan Engelhardt2006-06-251-0/+2
* [PATCH] Remove unecessary NULL check in kernel/acct.cMatt Helsley2006-06-251-5/+3
* [PATCH] constify parts of kernel/power/Andreas Mohr2006-06-252-3/+3
* [PATCH] schedule_on_each_cpu(): reduce kmalloc() sizeAndrew Morton2006-06-251-8/+20
* [PATCH] kernel/sys.c: cleanupsAdrian Bunk2006-06-252-5/+3
* [PATCH] Make printk work for really early debuggingMichael Ellerman2006-06-251-17/+33
* [PATCH] Allow raw_notifier callouts to unregister themselvesAlan Stern2006-06-251-2/+3
* [PATCH] Define __raw_get_cpu_var and use itPaul Mackerras2006-06-254-6/+6
* [PATCH] ensure NULL deref can't possibly happen in is_exported()Jesper Juhl2006-06-251-1/+1
* Add some basic resume trace facilitiesLinus Torvalds2006-06-241-0/+9
* [PATCH] More BUG_ON conversionEric Sesterhenn2006-06-231-3/+2
* [PATCH] adjust handle_IRR_event() return typeJan Beulich2006-06-231-2/+3
* [PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter an infinite loopPorpoise2006-06-231-13/+9
* [PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov2006-06-232-6/+6
* [PATCH] Doc: add audit & acct to DocBookRandy Dunlap2006-06-231-0/+1
* [PATCH] Make RCU API inaccessible to non-GPL Linux kernel modulesPaul E. McKenney2006-06-231-11/+2
* [PATCH] kernel/sys.c doesn't need init.hJes Sorensen2006-06-231-1/+0
* [PATCH] CONFIG_NET=n build fixAndrew Morton2006-06-231-1/+1
* [PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr2006-06-231-6/+6
* [PATCH] invert irq/migration.c brach predictionDaniel Walker2006-06-231-2/+2
* [PATCH] cond_resched() might_sleep() fixIngo Molnar2006-06-231-0/+3
* [PATCH] dup fd error fixPrasanna Meda2006-06-231-1/+2
* [PATCH] mmput() might sleepAndrew Morton2006-06-231-0/+2
* [PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer2006-06-232-3/+22
* [PATCH] swsusp: use less memory during resumeRafael J. Wysocki2006-06-232-58/+85
* [PATCH] kernel/power/snapshot.c: cleanupsAdrian Bunk2006-06-231-7/+8
* [PATCH] swsusp: take lowmem reserves into accountRafael J. Wysocki2006-06-231-1/+3
* [PATCH] swsusp: add architecture special saveable pages supportShaohua Li2006-06-233-15/+117
* [PATCH] x86: kernel irq balance doesn't workZhang Yanmin2006-06-231-0/+3
* [PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)David Quigley2006-06-231-0/+8
* [PATCH] SELinux: add security hooks to {get,set}affinityDavid Quigley2006-06-231-1/+8
* [PATCH] move_pages: fix 32 -> 64 bit compat functionChristoph Lameter2006-06-231-2/+2
* [PATCH] sys_move_pages: 32bit support (i386, x86_64)Christoph Lameter2006-06-232-0/+24
* [PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2006-06-231-0/+1
* [PATCH] swsusp: rework memory shrinkerRafael J. Wysocki2006-06-231-2/+8
* [PATCH] support for panic at OOMKAMEZAWA Hiroyuki2006-06-231-0/+9
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-1/+1
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-232-8/+8