index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-31
Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
47
-751
/
+1089
2008-12-31
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
33
-330
/
+1221
2008-12-31
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
19
-406
/
+169
2008-12-31
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
61
-487
/
+3424
2008-12-29
bio: get rid of bio_vec clearing
Jens Axboe
1
-5
/
+1
2008-12-29
bounce: don't rely on a zeroed bio_vec list
Jens Axboe
1
-2
/
+7
2008-12-29
cciss: simplify parameters to deregister_disk function
Stephen M. Cameron
1
-7
/
+9
2008-12-29
cfq-iosched: fix race between exiting queue and exiting task
Jens Axboe
1
-1
/
+9
2008-12-29
loop: Do not call loop_unplug for not configured loop device.
Milan Broz
1
-0
/
+1
2008-12-29
loop: Flush possible running bios when loop device is released.
Milan Broz
1
-3
/
+35
2008-12-29
alpha: remove dead BIO_VMERGE_BOUNDARY
FUJITA Tomonori
1
-3
/
+0
2008-12-29
Get rid of CONFIG_LSF
Jens Axboe
3
-30
/
+12
2008-12-29
block: make blk_softirq_init() static
Roel Kluin
1
-1
/
+1
2008-12-29
block: use min_not_zero in blk_queue_stack_limits
FUJITA Tomonori
1
-3
/
+3
2008-12-29
block: add one-hit cache for disk partition lookup
Jens Axboe
2
-4
/
+20
2008-12-29
cfq-iosched: remove limit of dispatch depth of max 4 times quantum
Jens Axboe
1
-6
/
+2
2008-12-29
nbd: tell the block layer that it is not a rotational device
Jens Axboe
1
-6
/
+4
2008-12-29
block: get rid of elevator_t typedef
Jens Axboe
8
-44
/
+46
2008-12-29
aio: make the lookup_ioctx() lockless
Jens Axboe
5
-51
/
+67
2008-12-29
bio: add support for inlining a number of bio_vecs inside the bio
Jens Axboe
2
-5
/
+34
2008-12-29
bio: allow individual slabs in the bio_set
Jens Axboe
6
-35
/
+170
2008-12-29
bio: move the slab pointer inside the bio_set
Jens Axboe
2
-2
/
+6
2008-12-29
bio: only mempool back the largest bio_vec slab cache
Jens Axboe
2
-54
/
+74
2008-12-29
block: don't use plugging on SSD devices
Jens Axboe
1
-4
/
+3
2008-12-29
block: fix empty barrier on write-through w/ ordered tag
Tejun Heo
1
-1
/
+13
2008-12-29
block: simplify empty barrier implementation
Tejun Heo
3
-15
/
+10
2008-12-29
block: make barrier completion more robust
Tejun Heo
3
-23
/
+36
2008-12-29
block: make every barrier action optional
Tejun Heo
2
-19
/
+29
2008-12-29
block: remove duplicate or unused barrier/discard error paths
Tejun Heo
2
-35
/
+13
2008-12-29
block: reorganize QUEUE_ORDERED_* constants
Tejun Heo
2
-26
/
+33
2008-12-29
block: reorder struct bio to remove padding on 64bit
Richard Kennedy
1
-1
/
+2
2008-12-29
block: use cancel_work_sync() instead of kblockd_flush_work()
Cheng Renquan
4
-10
/
+3
2008-12-29
block: Supress Buffer I/O errors when SCSI REQ_QUIET flag set
Keith Mannthey
4
-4
/
+20
2008-12-29
block: don't take lock on changing ra_pages
Wu Fengguang
3
-10
/
+1
2008-12-29
Documentation: remove reference to ll_rw_blk.c and moved drivers/block/elevat...
Nikanth Karthikesan
1
-3
/
+3
2008-12-29
block/blk-tag.c: cleanup kernel-doc
Qinghuang Feng
1
-1
/
+0
2008-12-29
cciss: switch to using hlist for command list management
Jens Axboe
3
-46
/
+33
2008-12-29
Do not free io context when taking recursive faults in do_exit
Nikanth Karthikesan
1
-2
/
+0
2008-12-29
cdrom: reduce stack usage of mmc_ioctl_dvd_read_struct
Marcin Slusarz
1
-62
/
+77
2008-12-29
cdrom: split mmc_ioctl to lower stack usage
Marcin Slusarz
1
-241
/
+329
2008-12-29
scsi-ioctl: use clock_t <> jiffies
Milton Miller
1
-2
/
+2
2008-12-29
block: leave the request timeout timer running even on an empty list
Jens Axboe
2
-4
/
+1
2008-12-29
block: add comment in blk_rq_timed_out() about why next can not be 0
Jens Axboe
1
-1
/
+6
2008-12-29
block: optimizations in blk_rq_timed_out_timer()
malahal@us.ibm.com
1
-6
/
+4
2008-12-29
xen-blkfront: set queue paravirt flag
Fernando Luis Vázquez Cao
1
-7
/
+1
2008-12-29
virtio_blk: set queue paravirt flag
Fernando Luis Vázquez Cao
1
-0
/
+2
2008-12-29
block: add queue flag for paravirt frontend drivers
Fernando Luis Vázquez Cao
1
-0
/
+1
2008-12-29
KEYS: Fix variable uninitialisation warnings
David Howells
1
-3
/
+3
2008-12-29
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...
Linus Torvalds
254
-2728
/
+7138
2008-12-29
net: ehea NAPI interface cleanup fix
Stephen Rothwell
2
-2
/
+2
[next]