summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-03-30Merge remote branch 'slabh/slabh'Stephen Rothwell
2010-03-30Merge branch 'quilt/driver-core'Stephen Rothwell
2010-03-30Merge remote branch 'workqueues/for-next'Stephen Rothwell
2010-03-30Merge remote branch 'percpu/for-next'Stephen Rothwell
2010-03-30Merge remote branch 'limits/writable_limits'Stephen Rothwell
2010-03-30Merge remote branch 'fsnotify/for-next'Stephen Rothwell
2010-03-30Merge remote branch 'suspend/linux-next'Stephen Rothwell
2010-03-30Merge remote branch 'trivial/for-next'Stephen Rothwell
2010-03-30Merge remote branch 'kgdb/kgdb-next'Stephen Rothwell
2010-03-30Merge remote branch 'input/next'Stephen Rothwell
2010-03-30Merge remote branch 'crypto/master'Stephen Rothwell
2010-03-30Merge remote branch 'kbuild/for-next'Stephen Rothwell
2010-03-30Merge remote branch 'pci/linux-next'Stephen Rothwell
2010-03-30kref: remove kref_setNeilBrown
2010-03-29resource: shared I/O region supportAlan Cox
2010-03-29SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUGDavid Howells
2010-03-29slow-work: use get_ref wrapper instead of directly calling get_refDave Airlie
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo
2010-03-29module: encapsulate percpu handling better and record percpu_sizeTejun Heo
2010-03-29padata: Section cleanupHenrik Kretzschmar
2010-03-29include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2010-03-26Freezer: Fix buggy resume test for tasks frozen with cgroup freezerMatt Helsley
2010-03-26Freezer: Only show the state of tasks refusing to freezeXiaotian Feng
2010-03-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-03-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-03-26Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-03-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-03-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-24cpuset: alloc nodemask_t on the heap rather than the stackMiao Xie
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie
2010-03-24cgroups: remove duplicate includeLi Zefan
2010-03-24genirq: Move two IRQ functions from .init.text to .textHenrik Kretzschmar
2010-03-24genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner
2010-03-24Input: implement SysRq as a separate input handlerDmitry Torokhov
2010-03-23resources: add interfaces that return conflict informationBjorn Helgaas
2010-03-23time: Fix accumulation bug triggered by long delay.John Stultz
2010-03-23x86, kgdb, init: Add early and late debug statesJason Wessel
2010-03-23kdb,debug_core: Allow the debug core to receive a panic notificationJason Wessel
2010-03-23debug_core,kdb: Allow the debug core to process a recursive debug entryJason Wessel
2010-03-23printk,kdb: capture printk() when in kdb shellJason Wessel
2010-03-23kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel
2010-03-23kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel
2010-03-23x86,kgdb: Add low level debug hookJason Wessel
2010-03-23kgdb: remove post_primary_code referencesJason Wessel
2010-03-23kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel
2010-03-23kgdb: gdb "monitor" -> kdb passthroughJason Wessel
2010-03-23kgdb,8250,pl011: Return immediately from console pollJason Wessel
2010-03-23kgdb: core changes to support kdbJason Wessel
2010-03-23kdb: core for kgdb back end (2 of 2)Jason Wessel