| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] as: cooperating processes | Nick Piggin | 2005-11-07 | 1 | -145/+165 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 2005-11-04 | 1 | -4/+4 |
|\ |
|
| * | Merge Paulus' tree | Stephen Rothwell | 2005-11-02 | 3 | -4/+3 |
| |\ |
|
| * | | merge filename and modify references to iseries/vio.h | Kelly Daly | 2005-11-02 | 1 | -1/+1 |
| * | | merge filename and modify references to iseries/hv_types.h | Kelly Daly | 2005-11-02 | 1 | -1/+1 |
| * | | merge filename and modify references to iseries/hv_lp_event.h | Kelly Daly | 2005-11-02 | 1 | -1/+1 |
| * | | merge filename and modify reference to iseries/hv_lp_config.h | Kelly Daly | 2005-11-02 | 1 | -1/+1 |
* | | | Merge git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2005-11-02 | 3 | -54/+35 |
|\ \ \ |
|
| * | | | [BLOCK] aoe: update for combined io statistics | Jens Axboe | 2005-11-01 | 1 | -9/+4 |
| * | | | [BLOCK] Unify the seperate read/write io stat fields into arrays | Jens Axboe | 2005-11-01 | 2 | -43/+26 |
| * | | | [BLOCK] Update read/write block io statistics at completion time | Jens Axboe | 2005-11-01 | 1 | -8/+11 |
| | |/
| |/| |
|
* | | | [PATCH] blk: fix dangling pointer access in __elv_add_request | Tejun Heo | 2005-11-01 | 1 | -1/+6 |
|/ / |
|
* | | [PATCH] noop-iosched: avoid corrupted request merging | Jens Axboe | 2005-10-31 | 1 | -0/+1 |
* | | [PATCH] Fix on-the-fly switch from cfq i/o scheduler | Jens Axboe | 2005-10-31 | 1 | -3/+1 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel | Linus Torvalds | 2005-10-31 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Create platform_device.h to contain all the platform device details. | Russell King | 2005-10-29 | 1 | -1/+1 |
* | | Merge ../linux-2.6 by hand | Paul Mackerras | 2005-10-31 | 20 | -1023/+613 |
|\ \ |
|
| * | | [PATCH] fix missing includes | Tim Schmielau | 2005-10-30 | 4 | -3/+11 |
| * | | [PATCH] block cleanups: Fix iosched module refcount leak | Nate Diller | 2005-10-30 | 1 | -1/+3 |
| * | | [PATCH] block cleanups: Add kconfig default iosched submenu | Nate Diller | 2005-10-30 | 2 | -17/+38 |
| * | | [PATCH] delete 2 unreachable statements in drivers/block/paride/pf.c | Norbert Kiesel | 2005-10-30 | 1 | -4/+0 |
| * | | [PATCH] cfq-iosched: move tasklist walk to elevator.c | Christoph Hellwig | 2005-10-30 | 3 | -22/+23 |
| * | | [PATCH] blk: fix merge bug in as-iosched | Tejun Heo | 2005-10-29 | 1 | -0/+1 |
| |/ |
|
| * | [PATCH] ub: suppress gcc warnings for pointer casts | Pete Zaitcev | 2005-10-28 | 1 | -2/+2 |
| * | Merge ../bleed-2.6 | Greg KH | 2005-10-28 | 9 | -965/+500 |
| |\ |
|
| | * | Merge branch 'sx8' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mis... | Linus Torvalds | 2005-10-28 | 1 | -14/+37 |
| | |\ |
|
| | | * | drivers/block/sx8: kill unused variable | Jeff Garzik | 2005-10-22 | 1 | -1/+0 |
| | | * | drivers/block/sx8: several minor changes | Jeff Garzik | 2005-10-22 | 1 | -13/+37 |
| | * | | Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2005-10-28 | 2 | -158/+61 |
| | |\ \ |
|
| | | * | | [BLOCK] Leftover reference to ->max_back_kb | Jens Axboe | 2005-10-28 | 1 | -1/+0 |
| | | * | | [BLOCK] elevator switch fixes/cleanup | Jens Axboe | 2005-10-28 | 2 | -5/+5 |
| | | * | | [BLOCK] Reimplement elevator switch | Tejun Heo | 2005-10-28 | 2 | -158/+62 |
| | * | | | Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-b... | Linus Torvalds | 2005-10-28 | 6 | -773/+376 |
| | |\ \ \
| | | |/ / |
|
| | | * | | [BLOCK] kill generic max_back_kb handling | Tejun Heo | 2005-10-28 | 1 | -5/+1 |
| | | * | | [PATCH] 04/05 remove last_merge handling from ioscheds | Tejun Heo | 2005-10-28 | 4 | -114/+8 |
| | | * | | [PATCH] 03/05 move last_merge handlin into generic elevator code | Tejun Heo | 2005-10-28 | 1 | -25/+18 |
| | | * | | [PATCH] 02/05: update ioscheds to use generic dispatch queue | Jens Axboe | 2005-10-28 | 4 | -555/+187 |
| | | * | | [PATCH] elevator: leftover function declaration | Jens Axboe | 2005-10-28 | 1 | -4/+0 |
| | | * | | [PATCH] generic dispatch fixes | Jens Axboe | 2005-10-28 | 1 | -21/+12 |
| | | * | | [PATCH] 01/05 Implement generic dispatch queue | Tejun Heo | 2005-10-28 | 2 | -82/+183 |
| | * | | | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2005-10-28 | 2 | -16/+22 |
| | |\ \ \
| | | |/ / |
|
| | | * | | [PATCH] fix try_module_get race in elevator_find | Tejun Heo | 2005-10-28 | 1 | -10/+14 |
| | | * | | Following the same idea, it occurs to me that we should only update | Chen, Kenneth W | 2005-10-28 | 1 | -0/+3 |
| | | * | | [patch] remove gendisk->stamp_idle field | Chen, Kenneth W | 2005-10-28 | 1 | -6/+5 |
| | | |/ |
|
| | * | | [PATCH] gfp_t: remaining bits of drivers/* | Al Viro | 2005-10-28 | 2 | -2/+2 |
| | * | | [PATCH] gfp_t: block layer core | Al Viro | 2005-10-28 | 5 | -15/+15 |
| | |/ |
|
| * | | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 2005-10-28 | 3 | -4/+4 |
| * | | [PATCH] add sysfs attr to re-emit device hotplug event | Kay Sievers | 2005-10-28 | 1 | -0/+25 |
| * | | [PATCH] aoe: update to version 14 | Ed L. Cashin | 2005-10-28 | 1 | -1/+1 |
| * | | [PATCH] aoe: use get_unaligned for accesses in ATA id buffer | Ed L. Cashin | 2005-10-28 | 1 | -7/+8 |
| |/ |
|