index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: move zone related fields to struct gendisk
Christoph Hellwig
2022-07-06
2
-53
/
+46
*
block: remove blk_queue_zone_sectors
Christoph Hellwig
2022-07-06
1
-8
/
+3
*
block: replace blkdev_nr_zones with bdev_nr_zones
Christoph Hellwig
2022-07-06
1
-2
/
+2
*
block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones
Christoph Hellwig
2022-07-06
1
-4
/
+4
*
block: remove queue_max_open_zones and queue_max_active_zones
Christoph Hellwig
2022-07-06
1
-27
/
+10
*
block: pass a gendisk to blk_queue_set_zoned
Christoph Hellwig
2022-07-06
1
-1
/
+1
*
block: remove a superflous ifdef in blkdev.h
Christoph Hellwig
2022-07-06
1
-3
/
+0
*
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
John Garry
2022-07-06
2
-2
/
+2
*
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
John Garry
2022-07-06
1
-1
/
+1
*
blk-mq: Add a flag for reserved requests
John Garry
2022-07-06
1
-0
/
+6
*
block: move ->ia_ranges from the request_queue to the gendisk
Christoph Hellwig
2022-06-29
1
-6
/
+6
*
blk-mq: cleanup disk sysfs registration
Christoph Hellwig
2022-06-28
1
-1
/
+0
*
block: simplify blktrace sysfs attribute creation
Christoph Hellwig
2022-06-28
1
-10
/
+0
*
block: remove blk_cleanup_disk
Christoph Hellwig
2022-06-28
1
-1
/
+0
*
block: simplify disk shutdown
Christoph Hellwig
2022-06-28
2
-3
/
+4
*
block: remove QUEUE_FLAG_DEAD
Christoph Hellwig
2022-06-28
1
-2
/
+0
*
block: Make ioprio_best() static
Jan Kara
2022-06-27
1
-5
/
+0
*
block: Generalize get_current_ioprio() for any task
Jan Kara
2022-06-27
1
-16
/
+10
*
block: Return effective IO priority from get_current_ioprio()
Jan Kara
2022-06-27
1
-2
/
+9
*
block: fix default IO priority handling again
Jan Kara
2022-06-27
1
-1
/
+1
*
block: move blk_queue_get_max_sectors to blk.h
Christoph Hellwig
2022-06-27
1
-13
/
+0
*
block: fold blk_max_size_offset into get_max_io_size
Christoph Hellwig
2022-06-27
1
-19
/
+0
*
block: factor out a chunk_size_left helper
Christoph Hellwig
2022-06-27
1
-6
/
+13
*
block: relax direct io memory alignment
Keith Busch
2022-06-27
1
-0
/
+5
*
block: introduce bdev_iter_is_aligned helper
Keith Busch
2022-06-27
1
-0
/
+7
*
iov: introduce iov_iter_aligned
Keith Busch
2022-06-27
1
-0
/
+2
*
block: introduce bdev_dma_alignment helper
Keith Busch
2022-06-27
1
-0
/
+5
*
Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2022-06-26
1
-4
/
+5
|
\
|
*
Merge tag 'scmi-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
2022-06-14
1
-4
/
+5
|
|
\
|
|
*
firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessary
Cristian Marussi
2022-06-10
1
-4
/
+5
*
|
|
Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-06-26
1
-1
/
+2
|
\
\
\
|
*
|
|
mm/memory-failure: disable unpoison once hw error happens
zhenwei pi
2022-06-16
1
-0
/
+1
|
*
|
|
mm: re-allow pinning of zero pfns
Alex Williamson
2022-06-16
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-06-24
1
-13
/
+16
|
\
\
\
|
*
|
|
gpio: Fix kernel-doc comments to nested union
Akira Yokosawa
2022-06-23
1
-13
/
+16
|
|
/
/
*
|
|
Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...
Linus Torvalds
2022-06-24
1
-0
/
+1
|
\
\
\
|
*
|
|
ata: libata: add qc->flags in ata_qc_complete_template tracepoint
Edward Wu
2022-06-17
1
-0
/
+1
*
|
|
|
Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-06-24
2
-7
/
+6
|
\
\
\
\
|
*
|
|
|
nvme: fix the CRIMS and CRWMS definitions to match the spec
Joel Granados
2022-06-23
1
-2
/
+2
|
*
|
|
|
block: remove queue from struct blk_independent_access_range
Damien Le Moal
2022-06-19
1
-1
/
+0
|
*
|
|
|
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
2022-06-17
1
-4
/
+4
*
|
|
|
|
Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-06-24
1
-7
/
+35
|
\
\
\
\
\
|
*
|
|
|
|
io_uring: move io_uring_get_opcode out of TP_printk
Dylan Yudaken
2022-06-23
1
-7
/
+35
*
|
|
|
|
|
Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-06-24
2
-33
/
+0
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
2022-06-23
2
-33
/
+0
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Revert "printk: add functions to prefer direct printing"
Petr Mladek
2022-06-23
1
-11
/
+0
|
|
*
|
|
|
|
|
Revert "printk: add kthread console printers"
Petr Mladek
2022-06-23
1
-2
/
+0
|
|
*
|
|
|
|
|
Revert "printk: extend console_lock for per-console locking"
Petr Mladek
2022-06-23
1
-15
/
+0
|
|
*
|
|
|
|
|
Revert "printk: Wait for the global console lock when the system is going down"
Petr Mladek
2022-06-23
1
-5
/
+0
*
|
|
|
|
|
|
|
Merge tag 'random-5.19-rc4-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-06-23
1
-4
/
+8
|
\
\
\
\
\
\
\
\
[next]