index
:
Linux Stable
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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Generalize get_current_ioprio() for any task
Jan Kara
2022-06-27
2
-16
/
+36
*
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
3
-3
/
+5
*
blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().
Sebastian Andrzej Siewior
2022-06-27
1
-5
/
+1
*
block: bfq: Fix kernel-doc headers
Bart Van Assche
2022-06-27
2
-2
/
+6
*
block: bfq: Remove an unused function definition
Bart Van Assche
2022-06-27
1
-2
/
+0
*
bfq: Remove useless code in bfq_lookup_next_entity
GuoYong Zheng
2022-06-27
1
-3
/
+0
*
block: move blk_queue_get_max_sectors to blk.h
Christoph Hellwig
2022-06-27
2
-13
/
+13
*
block: fold blk_max_size_offset into get_max_io_size
Christoph Hellwig
2022-06-27
2
-21
/
+7
*
block: cleanup variable naming in get_max_io_size
Christoph Hellwig
2022-06-27
1
-10
/
+8
*
block: open code blk_max_size_offset in blk_rq_get_max_sectors
Christoph Hellwig
2022-06-27
1
-4
/
+5
*
dm: open code blk_max_size_offset in max_io_len
Christoph Hellwig
2022-06-27
1
-11
/
+6
*
block: factor out a chunk_size_left helper
Christoph Hellwig
2022-06-27
1
-6
/
+13
*
block: Make blk_mq_get_sq_hctx() select the proper hardware queue type
Bart Van Assche
2022-06-27
1
-1
/
+1
*
block: Rename a blk_mq_map_queue() argument
Bart Van Assche
2022-06-27
1
-6
/
+6
*
blk-iocost: Simplify ioc_rqos_done()
Bart Van Assche
2022-06-27
1
-1
/
+1
*
block: Directly use ida_alloc()/free()
Bo Liu
2022-06-27
2
-3
/
+3
*
iomap: add support for dma aligned direct-io
Keith Busch
2022-06-27
1
-2
/
+2
*
block: relax direct io memory alignment
Keith Busch
2022-06-27
3
-2
/
+16
*
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
2
-0
/
+94
*
block/bounce: count bytes instead of sectors
Keith Busch
2022-06-27
1
-3
/
+10
*
block/merge: count bytes instead of sectors
Keith Busch
2022-06-27
1
-17
/
+24
*
block: add a helper function for dio alignment
Keith Busch
2022-06-27
1
-6
/
+10
*
block: introduce bdev_dma_alignment helper
Keith Busch
2022-06-27
1
-0
/
+5
*
block: export dma_alignment attribute
Keith Busch
2022-06-27
2
-0
/
+16
*
block/bio: remove duplicate append pages code
Keith Busch
2022-06-27
1
-60
/
+42
*
block: fix infinite loop for invalid zone append
Keith Busch
2022-06-27
1
-3
/
+0
*
Linux 5.19-rc4
v5.19-rc4
Linus Torvalds
2022-06-26
1
-1
/
+1
*
Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2022-06-26
37
-193
/
+205
|
\
|
*
ARM: dts: aspeed: nuvia: rename vendor nuvia to qcom
Jae Hyun Yoo
2022-06-24
2
-3
/
+3
|
*
Merge tag 'memory-controller-drv-fixes-5.19' of git://git.kernel.org/pub/scm/...
Arnd Bergmann
2022-06-24
3
-12
/
+23
|
|
\
|
|
*
memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timings
Miaoqian Lin
2022-06-06
1
-11
/
+18
|
|
*
memory: mtk-smi: add missing put_device() call in mtk_smi_device_link_common
Miaoqian Lin
2022-06-06
1
-1
/
+4
|
|
*
memory: omap-gpmc: OMAP_GPMC should depend on ARCH_OMAP2PLUS || ARCH_KEYSTONE...
Geert Uytterhoeven
2022-06-06
1
-0
/
+1
|
*
|
Merge tag 'samsung-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Arnd Bergmann
2022-06-24
2
-6
/
+7
|
|
\
\
|
|
*
|
ARM: exynos: Fix refcount leak in exynos_map_pmu
Miaoqian Lin
2022-06-06
1
-0
/
+1
|
|
*
|
arm64: dts: exynos: Correct UART clocks on Exynos7885
David Virag
2022-06-06
1
-6
/
+6
|
|
|
/
|
*
|
Merge tag 'arm-soc/for-5.19/devicetree-fixes' of https://github.com/Broadcom/...
Arnd Bergmann
2022-06-24
1
-3
/
+3
|
|
\
\
|
|
*
|
ARM: dts: bcm2711-rpi-400: Fix GPIO line names
Stefan Wahren
2022-06-17
1
-3
/
+3
|
|
|
/
|
*
|
Merge tag 'ti-k3-dt-fixes-for-v5.19' of git://git.kernel.org/pub/scm/linux/ke...
Arnd Bergmann
2022-06-24
2
-3
/
+1
|
|
\
\
|
|
*
|
arm64: dts: ti: k3-am64-main: Remove support for HS400 speed mode
Aswath Govindraju
2022-06-17
1
-2
/
+0
|
|
*
|
arm64: dts: ti: k3-j721s2: Fix overlapping GICD memory region
Matt Ranostay
2022-06-17
1
-1
/
+1
|
|
|
/
|
*
|
arm: mach-spear: Add missing of_node_put() in time.c
Liang He
2022-06-24
1
-2
/
+6
|
*
|
ARM: cns3xxx: Fix refcount leak in cns3xxx_init
Miaoqian Lin
2022-06-24
1
-0
/
+2
|
*
|
MAINTAINERS: Update email address
Thara Gopinath
2022-06-24
1
-2
/
+2
|
*
|
bus: bt1-axi: Don't print error on -EPROBE_DEFER
Serge Semin
2022-06-14
1
-8
/
+6
|
*
|
bus: bt1-apb: Don't print error on -EPROBE_DEFER
Serge Semin
2022-06-14
1
-8
/
+6
|
*
|
Merge tag 'arm-soc/for-5.19/maintainers-fixes' of https://github.com/Broadcom...
Arnd Bergmann
2022-06-14
1
-2
/
+2
|
|
\
\
|
|
*
|
MAINTAINERS: Update BCM2711/BCM2835 maintainer
Nicolas Saenz Julienne
2022-06-08
1
-2
/
+2
|
|
|
/
[next]