| Commit message (Expand) | Author | Age |
* | Merge branch 'for-2.6.35' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-05-21 |
|\ |
|
| * | Merge branch 'master' into for-2.6.35 | Jens Axboe | 2010-05-21 |
| |\ |
|
| * | | pipe: set lower and upper limit on max pages in the pipe page array | Jens Axboe | 2010-05-21 |
| * | | pipe: add support for shrinking and growing pipes | Jens Axboe | 2010-05-21 |
| * | | Merge branch 'master' into for-2.6.35 | Jens Axboe | 2010-04-29 |
| |\ \ |
|
| * | | | blkio: fix for modular blk-cgroup build | Divyesh Shah | 2010-04-15 |
* | | | | sysctl: fix kernel-doc notation and typos | Randy Dunlap | 2010-05-21 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2010-05-21 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | padata: Use get_online_cpus/put_online_cpus in padata_free | Steffen Klassert | 2010-05-18 |
| * | | | padata: Add some code comments | Steffen Klassert | 2010-05-18 |
| * | | | padata: Flush the padata queues actively | Steffen Klassert | 2010-05-18 |
| * | | | padata: Use a timer to handle remaining objects in the reorder queues | Steffen Klassert | 2010-05-18 |
| * | | | padata: Use get_online_cpus/put_online_cpus | Steffen Klassert | 2010-05-02 |
| * | | | padata: Initialize the padata queues only for the used cpus | Steffen Klassert | 2010-05-02 |
| * | | | padata: Remove superfluous might_sleep | Steffen Klassert | 2010-05-02 |
| * | | | padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPU | Steffen Klassert | 2010-05-02 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Herbert Xu | 2010-05-02 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | padata: Dont scale the parallel objects with the cpus | Steffen Klassert | 2010-05-02 |
| * | | | padata: Section cleanup | Henrik Kretzschmar | 2010-03-29 |
* | | | | Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2010-05-21 |
|\ \ \ \ |
|
| * | | | | x86, kgdb, init: Add early and late debug states | Jason Wessel | 2010-05-20 |
* | | | | | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2010-05-21 |
|\| | | | |
|
| * | | | | kdb,debug_core: Allow the debug core to receive a panic notification | Jason Wessel | 2010-05-20 |
| * | | | | debug_core,kdb: Allow the debug core to process a recursive debug entry | Jason Wessel | 2010-05-20 |
| * | | | | printk,kdb: capture printk() when in kdb shell | Jason Wessel | 2010-05-20 |
| * | | | | kgdboc,kdb: Allow kdb to work on a non open console port | Jason Wessel | 2010-05-20 |
| * | | | | kgdb: Add the ability to schedule a breakpoint via a tasklet | Jason Wessel | 2010-05-20 |
| * | | | | x86,kgdb: Add low level debug hook | Jason Wessel | 2010-05-20 |
| * | | | | kgdb: remove post_primary_code references | Jason Wessel | 2010-05-20 |
| * | | | | kgdboc,keyboard: Keyboard driver for kdb with kgdb | Jason Wessel | 2010-05-20 |
| * | | | | kgdb: gdb "monitor" -> kdb passthrough | Jason Wessel | 2010-05-20 |
| * | | | | kgdb,8250,pl011: Return immediately from console poll | Jason Wessel | 2010-05-20 |
| * | | | | kgdb: core changes to support kdb | Jason Wessel | 2010-05-20 |
| * | | | | kdb: core for kgdb back end (2 of 2) | Jason Wessel | 2010-05-20 |
| * | | | | kdb: core for kgdb back end (1 of 2) | Jason Wessel | 2010-05-20 |
| * | | | | Separate the gdbstub from the debug core | Jason Wessel | 2010-05-20 |
| * | | | | Move kernel/kgdb.c to kernel/debug/debug_core.c | Jason Wessel | 2010-05-20 |
* | | | | | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 2010-05-21 |
* | | | | | lockdep: Add novalidate class for dev->mutex conversion | Peter Zijlstra | 2010-05-21 |
* | | | | | kref: remove kref_set | NeilBrown | 2010-05-21 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2010-05-21 |
|\ \ \ \ \ |
|
| * \ \ \ \ | [SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6 | James Bottomley | 2010-05-18 |
| |\ \ \ \ \ |
|
| | * | | | | | [SCSI] add scsi trace core functions and put trace points | Kei Tokunaga | 2010-04-30 |
| | * | | | | | [SCSI] ftrace: add __print_hex() | Kei Tokunaga | 2010-04-30 |
| | | |_|_|/
| | |/| | | |
|
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-05-21 |
|\ \ \ \ \ \ |
|
| * | | | | | | wait_event_interruptible_locked() interface | Michal Nazarewicz | 2010-05-20 |
| |/ / / / / |
|
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-05-21 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-05-19 |
| |\ \ \ \ \ |
|
| * | | | | | | sysctl: add proc_do_large_bitmap | Octavian Purdila | 2010-05-16 |
| * | | | | | | sysctl: refactor integer handling proc code | Amerigo Wang | 2010-05-16 |