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-09-06
md/raid5: check before referencing mddev->bitmap_ops
Yu Kuai
1
-7
/
+12
2025-09-06
md/raid10: check before referencing mddev->bitmap_ops
Yu Kuai
1
-7
/
+13
2025-09-06
md/raid1: check before referencing mddev->bitmap_ops
Yu Kuai
1
-9
/
+13
2025-09-06
md/raid1: check bitmap before behind write
Yu Kuai
2
-23
/
+28
2025-09-06
md/md-bitmap: handle the case bitmap is not enabled before end_sync()
Yu Kuai
5
-14
/
+19
2025-09-06
md/md-bitmap: handle the case bitmap is not enabled before start_sync()
Yu Kuai
5
-24
/
+24
2025-09-06
md/md-bitmap: add md_bitmap_registered/enabled() helper
Yu Kuai
3
-14
/
+23
2025-09-06
md/md-bitmap: add a new parameter 'flush' to bitmap_ops->enabled
Yu Kuai
3
-8
/
+15
2025-09-06
md/md-bitmap: merge md_bitmap_group into bitmap_operations
Yu Kuai
4
-3
/
+11
2025-09-06
md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()
Yu Kuai
7
-13
/
+11
2025-09-05
blk-mq: fix blk_mq_tags double free while nr_requests grown
Yu Kuai
1
-0
/
+1
2025-09-05
blk-mq: fix elevator depth_updated method
Yu Kuai
6
-52
/
+41
2025-09-04
ublk: inline __ublk_ch_uring_cmd()
Caleb Sander Mateos
1
-39
/
+23
2025-09-04
Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Jens Axboe
72
-134
/
+135
2025-09-03
block: use int to store blk_stack_limits() return value
Qianfeng Rong
1
-1
/
+2
2025-09-02
rnull: add soft-irq completion support
Andreas Hindborg
2
-13
/
+78
2025-09-02
rust: block: add remote completion to `Request`
Andreas Hindborg
4
-4
/
+47
2025-09-02
rust: block: mq: fix spelling in a safety comment
Andreas Hindborg
1
-1
/
+1
2025-09-02
rust: block: add `GenDisk` private data support
Andreas Hindborg
4
-19
/
+74
2025-09-02
rnull: enable configuration via `configfs`
Andreas Hindborg
4
-30
/
+240
2025-09-02
rnull: move driver to separate directory
Andreas Hindborg
6
-13
/
+19
2025-09-02
rust: block: add block related constants
Andreas Hindborg
1
-0
/
+13
2025-09-02
rust: block: remove trait bound from `mq::Request` definition
Andreas Hindborg
1
-1
/
+1
2025-09-02
rust: block: remove `RawWriter`
Andreas Hindborg
2
-57
/
+0
2025-09-02
rust: block: use `NullTerminatedFormatter`
Andreas Hindborg
3
-6
/
+8
2025-09-02
rust: block: normalize imports for `gen_disk.rs`
Andreas Hindborg
1
-3
/
+7
2025-09-02
rust: configfs: re-export `configfs_attrs` from `configfs` module
Andreas Hindborg
2
-1
/
+3
2025-09-02
rust: str: introduce `kstrtobool` function
Andreas Hindborg
1
-0
/
+79
2025-09-02
rust: str: introduce `NullTerminatedFormatter`
Andreas Hindborg
1
-0
/
+49
2025-09-02
rust: str: expose `str::{Formatter, RawFormatter}` publicly.
Andreas Hindborg
1
-5
/
+4
2025-09-02
rust: str: allow `str::Formatter` to format into `&mut [u8]`.
Andreas Hindborg
1
-6
/
+17
2025-09-02
rust: str: normalize imports in `str.rs`
Andreas Hindborg
1
-4
/
+5
2025-09-01
brd: use page reference to protect page lifetime
Yu Kuai
1
-27
/
+48
2025-08-29
blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctx
Li Nan
1
-2
/
+4
2025-08-25
floppy: Sort headers alphabetically
Andy Shevchenko
1
-22
/
+22
2025-08-25
floppy: Replace custom SZ_64K constant
Andy Shevchenko
3
-5
/
+5
2025-08-25
floppy: Remove unused CROSS_64KB() macro from arch/ code
Andy Shevchenko
9
-60
/
+2
2025-08-25
block: Move a misplaced comment in queue_wb_lat_store()
Bart Van Assche
1
-5
/
+5
2025-08-25
nvme-pci: convert metadata mapping to dma iter
Keith Busch
1
-76
/
+87
2025-08-25
nvme-pci: create common sgl unmapping helper
Keith Busch
1
-15
/
+14
2025-08-25
blk-integrity: use iterator for mapping sg
Keith Busch
2
-58
/
+45
2025-08-25
blk-mq-dma: add scatter-less integrity data DMA mapping
Keith Busch
3
-7
/
+115
2025-08-25
blk-mq-dma: move common dma start code to a helper
Keith Busch
1
-26
/
+33
2025-08-25
blk-mq: remove REQ_P2PDMA flag
Keith Busch
3
-19
/
+15
2025-08-25
blk-mq-dma: require unmap caller provide p2p map type
Keith Busch
2
-3
/
+11
2025-08-25
blk-mq-dma: provide the bio_vec array being iterated
Keith Busch
2
-23
/
+34
2025-08-25
blk-mq-dma: create blk_map_iter type
Keith Busch
2
-3
/
+8
2025-08-24
Linux 6.17-rc3
v6.17-rc3
Linus Torvalds
1
-1
/
+1
2025-08-24
Merge tag 'i2c-for-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-9
/
+13
2025-08-24
Merge tag 'perf_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+6
[next]