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
2013-12-04
drivers/cdrom/gdrom.c: remove deprecated IRQF_DISABLED
Michael Opdenacker
1
-2
/
+2
2013-12-04
block: Replace __this_cpu_ptr with raw_cpu_ptr
Christoph Lameter
1
-1
/
+1
2013-12-04
dm cache: increment bi_remaining when bi_end_io is restored
Mike Snitzer
1
-6
/
+6
2013-12-04
block: fixup for generic bio chaining
Kent Overstreet
2
-1
/
+3
2013-12-04
block: Really silence spurious compiler warnings
Kent Overstreet
1
-9
/
+3
2013-11-27
block: Silence spurious compiler warnings
Kent Overstreet
1
-0
/
+6
2013-11-24
block: Kill bio_pair_split()
Kent Overstreet
3
-165
/
+0
2013-11-24
block: Introduce new bio_split()
Kent Overstreet
10
-409
/
+272
2013-11-24
block: Rename bio_split() -> bio_pair_split()
Kent Overstreet
6
-9
/
+9
2013-11-24
block: Generic bio chaining
Kent Overstreet
9
-11
/
+90
2013-11-24
block: Remove bi_idx hacks
Kent Overstreet
2
-68
/
+2
2013-11-24
block: Don't save/copy bvec array anymore
Kent Overstreet
1
-41
/
+13
2013-11-24
dm: Refactor for new bio cloning/splitting
Kent Overstreet
4
-253
/
+20
2013-11-24
rbd: Refactor bio cloning
Kent Overstreet
1
-62
/
+2
2013-11-24
block: Add bio_clone_fast()
Kent Overstreet
3
-6
/
+64
2013-11-24
block: Refactor bio_clone_bioset() for immutable biovecs
Kent Overstreet
1
-13
/
+47
2013-11-24
block: Kill bio_iovec_idx(), __bio_iovec()
Kent Overstreet
2
-20
/
+19
2013-11-24
ceph: Convert to immutable biovecs
Kent Overstreet
2
-28
/
+19
2013-11-24
aoe: Convert to immutable biovecs
Kent Overstreet
2
-92
/
+53
2013-11-24
block: Convert drivers to immutable biovecs
Kent Overstreet
7
-119
/
+89
2013-11-24
block: Kill bio_segments()/bi_vcnt usage
Kent Overstreet
10
-87
/
+94
2013-11-24
bio-integrity: Convert to bvec_iter
Kent Overstreet
4
-126
/
+71
2013-11-24
block: Convert bio_copy_data() to bvec_iter
Kent Overstreet
1
-35
/
+25
2013-11-24
block: Immutable bio vecs
Kent Overstreet
7
-38
/
+194
2013-11-24
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
39
-397
/
+401
2013-11-24
block: Convert bio_iovec() to bvec_iter
Kent Overstreet
6
-23
/
+26
2013-11-24
dm: Use bvec_iter for dm_bio_record()
Kent Overstreet
1
-9
/
+3
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
107
-638
/
+700
2013-11-24
bcache: Kill unaligned bvec hack
Kent Overstreet
3
-35
/
+7
2013-11-24
block: Convert various code to bio_for_each_segment()
Kent Overstreet
10
-102
/
+67
2013-11-24
block: submit_bio_wait() conversions
Kent Overstreet
8
-118
/
+24
2013-11-22
Linux 3.13-rc1
v3.13-rc1
Linus Torvalds
1
-2
/
+2
2013-11-22
Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-6
/
+2
2013-11-22
Merge tag 'sound-fix2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
9
-47
/
+161
2013-11-22
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
54
-324
/
+1057
2013-11-22
Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
65
-521
/
+518
2013-11-22
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
53
-789
/
+1009
2013-11-22
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-13
/
+88
2013-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
72
-316
/
+504
2013-11-22
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
8
-14
/
+39
2013-11-22
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-9
/
+32
2013-11-22
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
1
-83
/
+51
2013-11-22
Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-75
/
+101
2013-11-22
Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...
Linus Torvalds
2
-2
/
+6
2013-11-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
15
-72
/
+73
2013-11-22
Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
6
-24
/
+44
2013-11-22
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
6
-375
/
+280
2013-11-22
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
20
-36
/
+75
2013-11-22
ALSA: hda - Set current_headset_type to ALC_HEADSET_TYPE_ENUM (janitorial)
David Henningsson
1
-1
/
+1
2013-11-22
ALSA: hda - Provide missing pin configs for VAIO with ALC260
Takashi Iwai
1
-0
/
+20
[next]