summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2006-06-25[PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei-16/+40
2006-06-25[PATCH] kthread: move kernel-doc and put it into DocBookRandy Dunlap-1/+60
2006-06-25[PATCH] ktime/hrtimer: fix kernel-doc commentsRandy Dunlap-10/+1
2006-06-25[PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens-0/+8
2006-06-25[PATCH] kthread: convert stop_machine into a kthreadSerge E. Hallyn-6/+11
2006-06-25[PATCH] Link error when futexes are disabled on 64bit architecturesAnton Blanchard-1/+1
2006-06-25[PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__akpm@osdl.org-7/+0
2006-06-25[PATCH] Get rid of /proc/sys/procStephen Hemminger-11/+0
2006-06-25[PATCH] printk time parameterJan Engelhardt-0/+2
2006-06-25[PATCH] Remove unecessary NULL check in kernel/acct.cMatt Helsley-5/+3
2006-06-25[PATCH] constify parts of kernel/power/Andreas Mohr-3/+3
2006-06-25[PATCH] schedule_on_each_cpu(): reduce kmalloc() sizeAndrew Morton-8/+20
2006-06-25[PATCH] kernel/sys.c: cleanupsAdrian Bunk-5/+3
2006-06-25[PATCH] Make printk work for really early debuggingMichael Ellerman-17/+33
2006-06-25[PATCH] Allow raw_notifier callouts to unregister themselvesAlan Stern-2/+3
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras-6/+6
2006-06-25[PATCH] ensure NULL deref can't possibly happen in is_exported()Jesper Juhl-1/+1
2006-06-24Add some basic resume trace facilitiesLinus Torvalds-0/+9
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn-3/+2
2006-06-23[PATCH] adjust handle_IRR_event() return typeJan Beulich-2/+3
2006-06-23[PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter an infinite loopPorpoise-13/+9
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov-6/+6
2006-06-23[PATCH] Doc: add audit & acct to DocBookRandy Dunlap-0/+1
2006-06-23[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modulesPaul E. McKenney-11/+2
2006-06-23[PATCH] kernel/sys.c doesn't need init.hJes Sorensen-1/+0
2006-06-23[PATCH] CONFIG_NET=n build fixAndrew Morton-1/+1
2006-06-23[PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr-6/+6
2006-06-23[PATCH] invert irq/migration.c brach predictionDaniel Walker-2/+2
2006-06-23[PATCH] cond_resched() might_sleep() fixIngo Molnar-0/+3
2006-06-23[PATCH] dup fd error fixPrasanna Meda-1/+2
2006-06-23[PATCH] mmput() might sleepAndrew Morton-0/+2
2006-06-23[PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer-3/+22
2006-06-23[PATCH] swsusp: use less memory during resumeRafael J. Wysocki-58/+85
2006-06-23[PATCH] kernel/power/snapshot.c: cleanupsAdrian Bunk-7/+8
2006-06-23[PATCH] swsusp: take lowmem reserves into accountRafael J. Wysocki-1/+3
2006-06-23[PATCH] swsusp: add architecture special saveable pages supportShaohua Li-15/+117
2006-06-23[PATCH] x86: kernel irq balance doesn't workZhang Yanmin-0/+3
2006-06-23[PATCH] SELinux: add security hook call to mediate attach_task (kernel/cpuset.c)David Quigley-0/+8
2006-06-23[PATCH] SELinux: add security hooks to {get,set}affinityDavid Quigley-1/+8
2006-06-23[PATCH] move_pages: fix 32 -> 64 bit compat functionChristoph Lameter-2/+2
2006-06-23[PATCH] sys_move_pages: 32bit support (i386, x86_64)Christoph Lameter-0/+24
2006-06-23[PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter-0/+1
2006-06-23[PATCH] swsusp: rework memory shrinkerRafael J. Wysocki-2/+8
2006-06-23[PATCH] support for panic at OOMKAMEZAWA Hiroyuki-0/+9
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells-8/+8
2006-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds-0/+13
2006-06-22[PATCH] avoid tasklist_lock at getrusage for multithreaded case tooRavikiran G Thirumalai-34/+22
2006-06-22[PATCH] suspend_console() warning fixAndrew Morton-1/+1
2006-06-22[PATCH] selinux: add hooks for key subsystemMichael LeMay-1/+1