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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-27
block: Fix handling of tasks without ioprio in ioprio_get(2)
Jan Kara
1
-7
/
+23
2022-06-27
block: Make ioprio_best() static
Jan Kara
2
-6
/
+1
2022-06-27
block: Generalize get_current_ioprio() for any task
Jan Kara
2
-16
/
+36
2022-06-27
block: Return effective IO priority from get_current_ioprio()
Jan Kara
1
-2
/
+9
2022-06-27
block: fix default IO priority handling again
Jan Kara
3
-3
/
+5
2022-06-27
blk-mq: Don't disable preemption around __blk_mq_run_hw_queue().
Sebastian Andrzej Siewior
1
-5
/
+1
2022-06-27
block: bfq: Fix kernel-doc headers
Bart Van Assche
2
-2
/
+6
2022-06-27
block: bfq: Remove an unused function definition
Bart Van Assche
1
-2
/
+0
2022-06-27
bfq: Remove useless code in bfq_lookup_next_entity
GuoYong Zheng
1
-3
/
+0
2022-06-27
block: move blk_queue_get_max_sectors to blk.h
Christoph Hellwig
2
-13
/
+13
2022-06-27
block: fold blk_max_size_offset into get_max_io_size
Christoph Hellwig
2
-21
/
+7
2022-06-27
block: cleanup variable naming in get_max_io_size
Christoph Hellwig
1
-10
/
+8
2022-06-27
block: open code blk_max_size_offset in blk_rq_get_max_sectors
Christoph Hellwig
1
-4
/
+5
2022-06-27
dm: open code blk_max_size_offset in max_io_len
Christoph Hellwig
1
-11
/
+6
2022-06-27
block: factor out a chunk_size_left helper
Christoph Hellwig
1
-6
/
+13
2022-06-27
block: Make blk_mq_get_sq_hctx() select the proper hardware queue type
Bart Van Assche
1
-1
/
+1
2022-06-27
block: Rename a blk_mq_map_queue() argument
Bart Van Assche
1
-6
/
+6
2022-06-27
blk-iocost: Simplify ioc_rqos_done()
Bart Van Assche
1
-1
/
+1
2022-06-27
block: Directly use ida_alloc()/free()
Bo Liu
2
-3
/
+3
2022-06-27
iomap: add support for dma aligned direct-io
Keith Busch
1
-2
/
+2
2022-06-27
block: relax direct io memory alignment
Keith Busch
3
-2
/
+16
2022-06-27
block: introduce bdev_iter_is_aligned helper
Keith Busch
1
-0
/
+7
2022-06-27
iov: introduce iov_iter_aligned
Keith Busch
2
-0
/
+94
2022-06-27
block/bounce: count bytes instead of sectors
Keith Busch
1
-3
/
+10
2022-06-27
block/merge: count bytes instead of sectors
Keith Busch
1
-17
/
+24
2022-06-27
block: add a helper function for dio alignment
Keith Busch
1
-6
/
+10
2022-06-27
block: introduce bdev_dma_alignment helper
Keith Busch
1
-0
/
+5
2022-06-27
block: export dma_alignment attribute
Keith Busch
2
-0
/
+16
2022-06-27
block/bio: remove duplicate append pages code
Keith Busch
1
-60
/
+42
2022-06-27
block: fix infinite loop for invalid zone append
Keith Busch
1
-3
/
+0
2022-06-27
Linux 5.19-rc4
v5.19-rc4
Linus Torvalds
1
-1
/
+1
2022-06-27
Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
37
-193
/
+205
2022-06-27
Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
15
-35
/
+117
2022-06-26
Merge tag 'perf-tools-fixes-for-v5.19-2022-06-26' of git://git.kernel.org/pub...
Linus Torvalds
11
-104
/
+369
2022-06-26
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-30
/
+158
2022-06-26
Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-3
/
+2
2022-06-26
Merge tag 'for-5.19/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-31
/
+21
2022-06-26
Merge tag 'for-5.19/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-3
/
+9
2022-06-26
Merge tag 'xtensa-20220626' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
3
-1
/
+3
2022-06-26
Merge tag 'powerpc-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
13
-40
/
+83
2022-06-26
Merge tag 'kbuild-fixes-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-4
/
+13
2022-06-26
Merge tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+3
2022-06-26
Merge tag '5.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-139
/
+366
2022-06-26
tools headers UAPI: Synch KVM's svm.h header with the kernel
Arnaldo Carvalho de Melo
1
-0
/
+13
2022-06-26
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-6
/
+20
2022-06-26
perf stat: Enable ignore_missing_thread
Gang Li
1
-0
/
+2
2022-06-26
perf inject: Adjust output data offset for backward compatibility
Raul Silvera
3
-1
/
+17
2022-06-26
perf trace beauty: Fix generation of errno id->str table on ALT Linux
Arnaldo Carvalho de Melo
1
-12
/
+2
2022-06-26
perf build-id: Fix caching files with a wrong build ID
Adrian Hunter
1
-0
/
+28
2022-06-26
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
2
-3
/
+12
[prev]
[next]