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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2025-01-02
block, bfq: constify sysfs attributes
Thomas Weißschuh
1
-1
/
+1
2025-01-02
block: mq-deadline: Constify sysfs attributes
Thomas Weißschuh
1
-1
/
+1
2025-01-02
elevator: Enable const sysfs attributes
Thomas Weißschuh
2
-5
/
+5
2024-12-23
blk-zoned: Split queue_zone_wplugs_show()
Bart Van Assche
1
-20
/
+24
2024-12-23
blk-zoned: Improve the queue reference count strategy documentation
Bart Van Assche
1
-4
/
+2
2024-12-23
blk-zoned: Document locking assumptions
Bart Van Assche
1
-0
/
+4
2024-12-23
blk-zoned: Minimize #include directives
Bart Van Assche
1
-4
/
+0
2024-12-23
rust: block: fix use of BLK_MQ_F_SHOULD_MERGE
Andreas Hindborg
1
-1
/
+1
2024-12-23
block: remove BLK_MQ_F_SHOULD_MERGE
Christoph Hellwig
34
-43
/
+15
2024-12-23
blk-mq: remove unused queue mapping helpers
Daniel Wagner
5
-116
/
+0
2024-12-23
virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queues
Daniel Wagner
2
-4
/
+3
2024-12-23
nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
Daniel Wagner
2
-3
/
+1
2024-12-23
scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
Daniel Wagner
12
-21
/
+13
2024-12-23
blk-mq: introduce blk_mq_map_hw_queues
Daniel Wagner
2
-0
/
+39
2024-12-23
virtio: hookup irq_get_affinity callback
Daniel Wagner
1
-0
/
+19
2024-12-23
PCI: hookup irq_get_affinity callback
Daniel Wagner
1
-0
/
+14
2024-12-23
driver core: bus: add irq_get_affinity callback to bus_type
Daniel Wagner
1
-0
/
+3
2024-12-23
null_blk: Remove accesses to page->index
Matthew Wilcox (Oracle)
1
-6
/
+6
2024-12-23
block: rnull: Initialize the module in place
Benoît du Garreau
1
-12
/
+18
2024-12-23
blktrace: remove redundant return at end of function
Colin Ian King
1
-2
/
+0
2024-12-23
block: Delete bio_set_prio()
John Garry
5
-8
/
+6
2024-12-23
block: Delete bio_prio()
John Garry
3
-6
/
+5
2024-12-23
blktrace: move copy_[to|from]_user() out of ->debugfs_lock
Ming Lei
1
-17
/
+9
2024-12-23
blktrace: don't centralize grabbing q->debugfs_mutex in blk_trace_ioctl
Ming Lei
1
-7
/
+5
2024-12-23
null_blk: Add rotational feature support
Damien Le Moal
2
-1
/
+13
2024-12-23
block: track queue dying state automatically for modeling queue freeze lockdep
Ming Lei
4
-13
/
+17
2024-12-23
block: don't verify queue freeze manually in elevator_init_mq()
Ming Lei
1
-5
/
+2
2024-12-23
block: track disk DEAD state automatically for modeling queue freeze lockdep
Ming Lei
5
-12
/
+24
2024-12-23
block: remove unnecessary check in blk_unfreeze_check_owner()
Ming Lei
1
-2
/
+0
2024-12-23
Linux 6.13-rc4
v6.13-rc4
Linus Torvalds
1
-1
/
+1
2024-12-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-23
/
+38
2024-12-22
Merge tag 'kvm-x86-fixes-6.13-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-22
/
+30
2024-12-22
KVM: x86: let it be known that ignore_msrs is a bad idea
Paolo Bonzini
1
-0
/
+7
2024-12-22
KVM: VMX: don't include '<linux/find.h>' directly
Wolfram Sang
1
-1
/
+1
2024-12-22
Merge tag 'devicetree-fixes-for-6.13-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
10
-16
/
+75
2024-12-22
Merge tag 'soc-fixes-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-6
/
+6
2024-12-22
Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...
Linus Torvalds
30
-102
/
+1049
2024-12-21
staging: gpib: Fix allyesconfig build failures
Steven Rostedt
2
-2
/
+2
2024-12-21
Merge tag 'kbuild-fixes-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-17
/
+27
2024-12-21
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
14
-405
/
+712
2024-12-21
Merge tag 'media/v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2
-2
/
+3
2024-12-21
Merge tag 'pci-v6.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+7
2024-12-21
Merge tag 'pm-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-27
/
+27
2024-12-21
Merge tag 'thermal-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-34
/
+38
2024-12-21
Merge tag 'acpi-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2
-3
/
+3
2024-12-21
Merge tag '6.13-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-13
/
+31
2024-12-21
Merge tag 'nfs-for-6.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-1
/
+2
2024-12-21
Merge tag 'ceph-for-6.13-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
4
-44
/
+46
2024-12-21
modpost: distinguish same module paths from different dump files
Masahiro Yamada
2
-9
/
+11
2024-12-21
kbuild: deb-pkg: Do not install maint scripts for arch 'um'
Nicolas Schier
1
-0
/
+6
[next]