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-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
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
2008-12-29
cifs: update for new IP4/6 address printing
Stephen Rothwell
1
-4
/
+4
2008-12-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-4
/
+16
2008-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
Linus Torvalds
28
-350
/
+1045
2008-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-nvram
Linus Torvalds
1
-141
/
+123
2008-12-29
Merge branch 'next' into for-linus
James Morris
1
-4
/
+16
2008-12-29
powerpc/44x: Support 16K/64K base page sizes on 44x
Ilya Yanok
10
-48
/
+130
2008-12-29
powerpc: Force memory size to be a multiple of PAGE_SIZE
Hollis Blanchard
1
-1
/
+15
2008-12-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
18
-206
/
+105
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1395
-48036
/
+73271
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
22
-611
/
+823
2008-12-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
42
-479
/
+965
2008-12-28
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
143
-2300
/
+4876
2008-12-28
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
20
-222
/
+299
2008-12-28
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
125
-2611
/
+8735
2008-12-28
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
197
-4125
/
+5182
2008-12-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
223
-3322
/
+5678
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
44
-1420
/
+3331
2008-12-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
253
-8030
/
+22114
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
177
-5692
/
+9290
2008-12-28
m68k: use the new byteorder headers
Harvey Harrison
1
-11
/
+5
2008-12-28
fbcon: Protect free_irq() by MACH_IS_ATARI check
Geert Uytterhoeven
1
-1
/
+2
2008-12-28
fbcon: remove broken mac vbl handler
Finn Thain
1
-72
/
+3
[next]