aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2006-06-26[PATCH] Convert kernel/cpu.c to mutexesIngo Molnar
2006-06-26[PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqsIngo Molnar
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds
2006-06-25Fix PM_TRACE dependency: works only on 32-bit x86 for nowLinus Torvalds
2006-06-25[PATCH] pacct: none-delayed process accounting accumulationKaiGai Kohei
2006-06-25[PATCH] pacct: avoidance to refer the last thread as a representation of the ...KaiGai Kohei
2006-06-25[PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei
2006-06-25[PATCH] kthread: move kernel-doc and put it into DocBookRandy Dunlap
2006-06-25[PATCH] ktime/hrtimer: fix kernel-doc commentsRandy Dunlap
2006-06-25[PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens
2006-06-25[PATCH] kthread: convert stop_machine into a kthreadSerge E. Hallyn
2006-06-25[PATCH] Link error when futexes are disabled on 64bit architecturesAnton Blanchard
2006-06-25[PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__akpm@osdl.org
2006-06-25[PATCH] Get rid of /proc/sys/procStephen Hemminger
2006-06-25[PATCH] printk time parameterJan Engelhardt
2006-06-25[PATCH] Remove unecessary NULL check in kernel/acct.cMatt Helsley
2006-06-25[PATCH] constify parts of kernel/power/Andreas Mohr
2006-06-25[PATCH] schedule_on_each_cpu(): reduce kmalloc() sizeAndrew Morton
2006-06-25[PATCH] kernel/sys.c: cleanupsAdrian Bunk
2006-06-25[PATCH] Make printk work for really early debuggingMichael Ellerman
2006-06-25[PATCH] Allow raw_notifier callouts to unregister themselvesAlan Stern
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras
2006-06-25[PATCH] ensure NULL deref can't possibly happen in is_exported()Jesper Juhl
2006-06-24Add some basic resume trace facilitiesLinus Torvalds
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn
2006-06-23[PATCH] adjust handle_IRR_event() return typeJan Beulich
2006-06-23[PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter an infinite loopPorpoise
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov
2006-06-23[PATCH] Doc: add audit & acct to DocBookRandy Dunlap
2006-06-23[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modulesPaul E. McKenney
2006-06-23[PATCH] kernel/sys.c doesn't need init.hJes Sorensen
2006-06-23[PATCH] CONFIG_NET=n build fixAndrew Morton
2006-06-23[PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr
2006-06-23[PATCH] invert irq/migration.c brach predictionDaniel Walker
2006-06-23[PATCH] cond_resched() might_sleep() fixIngo Molnar
2006-06-23[PATCH] dup fd error fixPrasanna Meda
2006-06-23[PATCH] mmput() might sleepAndrew Morton
2006-06-23[PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer
2006-06-23[PATCH] swsusp: use less memory during resumeRafael J. Wysocki
2006-06-23[PATCH] kernel/power/snapshot.c: cleanupsAdrian Bunk
2006-06-23[PATCH] swsusp: take lowmem reserves into accountRafael J. Wysocki
2006-06-23[PATCH] swsusp: add architecture special saveable pages supportShaohua Li
2006-06-23[PATCH] x86: kernel irq balance doesn't workZhang Yanmin
2006-06-23[PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)David Quigley
2006-06-23[PATCH] SELinux: add security hooks to {get,set}affinityDavid Quigley
2006-06-23[PATCH] move_pages: fix 32 -> 64 bit compat functionChristoph Lameter
2006-06-23[PATCH] sys_move_pages: 32bit support (i386, x86_64)Christoph Lameter
2006-06-23[PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter
2006-06-23[PATCH] swsusp: rework memory shrinkerRafael J. Wysocki
2006-06-23[PATCH] support for panic at OOMKAMEZAWA Hiroyuki