summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sched: correct output of show_state()Chris Caputo2006-12-071-4/+4
* [PATCH] sysctl: string length calculated is wrong if it contains negative num...BP, Praveen2006-12-071-2/+2
* [PATCH] futex: init error checkAkinobu Mita2006-12-071-2/+8
* [PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan2006-12-073-6/+3
* [PATCH] rcu: add a prefetch() in rcu_do_batch()Eric Dumazet2006-12-071-1/+3
* [PATCH] make kernel/signal.c:kill_proc_info() staticAdrian Bunk2006-12-071-2/+1
* [PATCH] remove kernel/lockdep.c:lockdep_internalAdrian Bunk2006-12-071-7/+0
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-074-11/+1
* [PATCH] kprobes: enable booster on the preemptible kernelMasami Hiramatsu2006-12-071-21/+96
* [PATCH] remove the syslog interface when printk is disabledMike Galbraith2006-12-071-6/+1
* [PATCH] HZ: 300Hz supportAlan Cox2006-12-071-5/+15
* [PATCH] debug: workqueue locking sanityPeter Zijlstra2006-12-071-0/+13
* [PATCH] sleep profilingIngo Molnar2006-12-072-9/+41
* [PATCH] lockdep: name some old style locksPeter Zijlstra2006-12-072-2/+3
* [PATCH] lockdep: print current locks on in_atomic warningsPeter Zijlstra2006-12-071-0/+2
* [PATCH] taskstats: cleanup reply assemblingOleg Nesterov2006-12-071-22/+16
* [PATCH] taskstats: use nla_reserve() for reply assemblingOleg Nesterov2006-12-071-42/+44
* [PATCH] taskstats: factor out reply assemblingOleg Nesterov2006-12-071-27/+28
* [PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov2006-12-072-2/+25
* [PATCH] taskstats: cleanup do_exit() pathOleg Nesterov2006-12-072-32/+17
* [PATCH] taskstats_exit_alloc: optimize/simplifyOleg Nesterov2006-12-071-13/+4
* [PATCH] profile: fix uaccess handlingHeiko Carstens2006-12-071-1/+2
* [PATCH] Disable CLONE_CHILD_CLEARTID for abnormal exitRoland McGrath2006-12-071-1/+10
* [PATCH] lockdep: misc fixes in lockdep.cJarek Poplawski2006-12-071-3/+6
* [PATCH] lockdep: internal locking fixesJarek Poplawski2006-12-071-10/+15
* [PATCH] cpuset: minor code refinementsPaul Jackson2006-12-071-5/+4
* [PATCH] Export pm_suspend for the shared APM emulationRalf Baechle2006-12-071-1/+2
* [PATCH] SysRq-X: show blocked tasksIngo Molnar2006-12-071-3/+8
* [PATCH] /proc/kallsyms reports lower-case types for some non-exported symbolsAdam B. Jerome2006-12-071-8/+5
* [PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra2006-12-071-0/+1
* [PATCH] Support for freezeable workqueuesRafael J. Wysocki2006-12-071-6/+14
* [PATCH] swsusp: kill write-only variablePavel Machek2006-12-071-3/+1
* [PATCH] PM: Fix swsusp debug mode testprocRafael J. Wysocki2006-12-071-1/+1
* [PATCH] swsusp: Fix labelsRafael J. Wysocki2006-12-075-11/+11
* [PATCH] swsusp: Fix coding style in suspend.cRafael J. Wysocki2006-12-071-1/+2
* [PATCH] swsusp: Untangle freeze_processesRafael J. Wysocki2006-12-071-30/+54
* [PATCH] swsusp: Untangle thaw_processesRafael J. Wysocki2006-12-071-22/+27
* [PATCH] convert pm_sem to a mutexStephen Hemminger2006-12-074-26/+28
* [PATCH] suspend to disk fails if gdb is suspended with a traced childRafael J. Wysocki2006-12-071-1/+3
* [PATCH] swsusp: Measure memory shrinking timeRafael J. Wysocki2006-12-073-22/+39
* [PATCH] suspend: don't change cpus_allowed for task initiating the suspendSiddha, Suresh B2006-12-071-5/+1
* [PATCH] swsusp: Support i386 systems with PAE or without PSERafael J. Wysocki2006-12-071-1/+1
* [PATCH] swsusp: thaw userspace and kernel space separatelyNigel Cunningham2006-12-071-7/+18
* [PATCH] swsusp: clean up whitespace in freezer outputNigel Cunningham2006-12-071-8/+8
* [PATCH] swsusp: quieten Freezer if !CONFIG_PM_DEBUGNigel Cunningham2006-12-071-1/+0
* [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-078-1/+8
* [PATCH] swsusp: fix platform modeStefan Seyfried2006-12-071-0/+22
* [PATCH] swsusp: use __GFP_WAITRafael J. Wysocki2006-12-071-3/+3
* [PATCH] swsusp: Improve handling of highmemRafael J. Wysocki2006-12-075-239/+671
* [PATCH] swsusp: add ioctl for swap files supportRafael J. Wysocki2006-12-072-1/+44