aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] swsusp: add resume_offset command line parameterRafael J. Wysocki2006-12-073-5/+26
* [PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki2006-12-074-72/+80
* [PATCH] swsusp: rearrange swap-handling codeRafael J. Wysocki2006-12-071-109/+112
* [PATCH] swsusp: use partition device and offset to identify swap areasRafael J. Wysocki2006-12-072-3/+4
* [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")Stefan Seyfried2006-12-072-1/+34
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-077-14/+14
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-074-6/+6
* [PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra2006-12-071-14/+14
* [PATCH] new scheme to preempt swap tokenAshwin Chaugule2006-12-072-11/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-053-1/+16
|\
| * [PATCH] severing skbuff.h -> highmem.hAl Viro2006-12-041-0/+1
| * [PATCH] severing module.h->sched.hAl Viro2006-12-042-1/+15
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-058-32/+63
|\ \ | |/
| * [GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf2006-12-021-6/+2
| * [GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf2006-12-021-1/+1
| * [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-2/+1
| * Driver core: show drivers in /sys/module/Kay Sievers2006-12-011-6/+25
| * Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-11-281-4/+5
| |\
| | * [PATCH] x86-64: work around gcc4 issue with -Os in Dwarf2 stack unwindJan Beulich2006-11-281-4/+5
| * | [PATCH] fix create_write_pipe() error checkAkinobu Mita2006-11-281-4/+4
| |/
| * [PATCH] lockdep: spin_lock_irqsave_nested()Arjan van de Ven2006-11-251-0/+21
| * [PATCH] fix copy_process() error checkAkinobu Mita2006-11-251-3/+2
| * Don't call "note_interrupt()" with irq descriptor lock heldLinus Torvalds2006-11-222-7/+3
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+6
* | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-225-26/+30
* | WorkStruct: Merge the pending bit into the wq_data pointerDavid Howells2006-11-221-9/+32
* | WorkStruct: Typedef the work function prototypeDavid Howells2006-11-221-3/+3
* | WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-23/+28
|/