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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
null_blk: Zero-initialize read buffers in non-memory-backed mode
Bart Van Assche
1
-0
/
+26
2020-05-19
blk-mq: allow blk_mq_make_request to consume the q_usage_counter reference
Christoph Hellwig
1
-1
/
+10
2020-05-14
block: Inline encryption support for blk-mq
Satya Tangirala
1
-0
/
+3
2020-05-13
null_blk: Support REQ_OP_ZONE_APPEND
Damien Le Moal
1
-8
/
+29
2020-05-13
scsi: sd_zbc: emulate ZONE_APPEND commands
Johannes Thumshirn
3
-30
/
+392
2020-05-13
scsi: sd_zbc: factor out sanity checks for zoned commands
Johannes Thumshirn
1
-11
/
+25
2020-05-13
block: Modify revalidate zones
Damien Le Moal
1
-1
/
+1
2020-05-13
block: Introduce REQ_OP_ZONE_APPEND
Keith Busch
1
-0
/
+1
2020-05-11
bdi: fix up for "remove the name field in struct backing_dev_info"
Stephen Rothwell
1
-1
/
+0
2020-05-10
bdi: remove the name field in struct backing_dev_info
Christoph Hellwig
1
-1
/
+0
2020-05-10
bdi: simplify bdi_alloc
Christoph Hellwig
1
-1
/
+1
2020-05-10
driver core: remove device_create_vargs
Christoph Hellwig
1
-35
/
+2
2020-05-10
Merge branch 'block-5.7' into for-5.8/block
Jens Axboe
5
-55
/
+91
2020-05-10
nvme: fix possible hang when ns scanning fails during error recovery
Sagi Grimberg
1
-1
/
+1
2020-05-10
nvme-pci: fix "slimmer CQ head update"
Alexey Dobriyan
1
-1
/
+5
2020-05-04
cdrom: factor out a cdrom_multisession helper
Christoph Hellwig
1
-16
/
+25
2020-05-04
cdrom: factor out a cdrom_read_tocentry helper
Christoph Hellwig
1
-17
/
+22
2020-05-04
ide-cd: rename cdrom_read_tocentry
Christoph Hellwig
1
-7
/
+7
2020-05-04
block: add a cdrom_device_info pointer to struct gendisk
Christoph Hellwig
5
-7
/
+8
2020-04-27
nvme: prevent double free in nvme_alloc_ns() error handling
Niklas Cassel
1
-0
/
+2
2020-04-25
block: bypass ->make_request_fn for blk-mq drivers
Christoph Hellwig
1
-0
/
+3
2020-04-25
dm: remove the make_request_fn check in device_area_is_invalid
Christoph Hellwig
1
-17
/
+0
2020-04-25
bcache: remove a duplicate ->make_request_fn assignment
Christoph Hellwig
1
-1
/
+0
2020-04-23
null_blk: Cleanup zoned device initialization
Damien Le Moal
3
-26
/
+36
2020-04-23
null_blk: Fix zoned command handling
Damien Le Moal
3
-27
/
+47
2020-04-22
block: move dma_pad handling from blk_rq_map_sg into the callers
Christoph Hellwig
3
-4
/
+15
2020-04-22
block: move dma drain handling to scsi
Christoph Hellwig
2
-23
/
+44
2020-04-22
scsi: merge scsi_init_sgtable into scsi_init_io
Christoph Hellwig
1
-28
/
+18
2020-04-20
dasd: use blk_drop_partitions instead of badly reimplementing it
Christoph Hellwig
1
-16
/
+4
2020-04-20
Revert "scsi: core: run queue if SCSI device queue isn't ready and queue is i...
Douglas Anderson
1
-6
/
+1
2020-04-19
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-41
/
+35
2020-04-19
Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-17
/
+49
2020-04-19
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
8
-9
/
+10
2020-04-18
Merge tag 'hwmon-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-12
/
+96
2020-04-18
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-34
/
+38
2020-04-18
Merge tag 'drm-fixes-2020-04-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
13
-94
/
+85
2020-04-18
hwmon: (jc42) Fix name to have no illegal characters
Sascha Hauer
1
-1
/
+1
2020-04-17
Merge tag 'mtd/fixes-for-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2020-04-17
Merge tag 'linux-watchdog-5.7-rc2' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
1
-0
/
+4
2020-04-17
Merge tag 'devicetree-fixes-for-5.7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-13
/
+40
2020-04-17
Merge tag 'for-linus-5.7-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+8
2020-04-17
Merge tag 'block-5.7-2020-04-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2020-04-17
Merge tag 'libata-5.7-2020-04-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2020-04-17
Merge tag 'pm-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-0
/
+14
2020-04-17
s390/dasd: remove IOSCHED_DEADLINE from DASD Kconfig
Stefan Haberland
1
-1
/
+0
2020-04-17
of: unittest: kmemleak in duplicate property update
Frank Rowand
2
-10
/
+25
2020-04-17
of: overlay: kmemleak in dup_and_fixup_symbol_prop()
Frank Rowand
1
-0
/
+2
2020-04-17
of: unittest: kmemleak in of_unittest_overlay_high_level()
Frank Rowand
1
-1
/
+4
2020-04-17
of: unittest: kmemleak in of_unittest_platform_populate()
Frank Rowand
1
-2
/
+5
2020-04-17
of: unittest: kmemleak on changeset destroy
Frank Rowand
1
-0
/
+4
[next]