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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-05
block: introduce holder ops
Christoph Hellwig
2
-3
/
+10
2023-06-04
ublk: add control command of UBLK_U_CMD_GET_FEATURES
Ming Lei
1
-0
/
+8
2023-06-01
block: mark bio_add_folio as __must_check
Johannes Thumshirn
1
-1
/
+2
2023-06-01
block: add bio_add_folio_nofail
Johannes Thumshirn
1
-0
/
+2
2023-06-01
block: mark bio_add_page as __must_check
Johannes Thumshirn
1
-1
/
+2
2023-05-31
mm: Provide a function to get an additional pin on a page
David Howells
1
-0
/
+1
2023-05-31
mm: Don't pin ZERO_PAGE in pin_user_pages()
David Howells
1
-2
/
+24
2023-05-30
block: constify struct part_type part_type
Thomas Weißschuh
1
-1
/
+1
2023-05-24
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
2
-1
/
+3
2023-05-24
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
2
-2
/
+2
2023-05-24
block: Fix bio_flagged() so that gcc can better optimise it
David Howells
1
-1
/
+1
2023-05-24
Merge branch 'for-6.5/splice' into for-6.5/block
Jens Axboe
3
-19
/
+6
2023-05-24
iov_iter: Kill ITER_PIPE
David Howells
1
-14
/
+0
2023-05-24
splice: Remove generic_file_splice_read()
David Howells
1
-2
/
+0
2023-05-24
splice: Make do_splice_to() generic and export it
David Howells
1
-0
/
+3
2023-05-24
splice: Rename direct_splice_read() to copy_splice_read()
David Howells
1
-3
/
+3
2023-05-24
block: introduce block_io_start/block_io_done tracepoints
Hengqi Chen
1
-0
/
+26
2023-05-23
block/rq_qos: protect rq_qos apis with a new lock
Yu Kuai
1
-0
/
+1
2023-05-23
block: remove redundant req_op in blk_rq_is_passthrough
Li Nan
1
-1
/
+1
2023-05-20
ublk: support user copy
Ming Lei
1
-0
/
+3
2023-05-20
ublk: add read()/write() support for ublk char device
Ming Lei
1
-1
/
+21
2023-05-20
blk-mq: don't use the requeue list to queue flush commands
Christoph Hellwig
2
-3
/
+2
2023-05-20
blk-mq: use the I/O scheduler for writes from the flush state machine
Bart Van Assche
1
-16
/
+11
2023-05-19
block: Introduce blk_rq_is_seq_zoned_write()
Bart Van Assche
1
-0
/
+17
2023-05-19
block: Introduce op_needs_zoned_write_locking()
Bart Van Assche
1
-4
/
+7
2023-05-19
block: Fix the type of the second bdev_op_is_zoned_write() argument
Bart Van Assche
1
-1
/
+1
2023-05-19
blk-mq: make sure elevator callbacks aren't called for passthrough request
Christoph Hellwig
1
-5
/
+7
2023-05-19
blk-mq: remove RQF_ELVPRIV
Christoph Hellwig
1
-2
/
+0
2023-05-14
Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2023-05-13
Merge tag 'io_uring-6.4-2023-05-12' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+5
2023-05-12
Merge tag 'drm-fixes-2023-05-12' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-6
/
+4
2023-05-11
Merge tag 'drm-misc-fixes-2023-05-11' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2
-6
/
+4
2023-05-11
Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-3
/
+21
2023-05-10
net: add vlan_get_protocol_and_depth() helper
Eric Dumazet
1
-0
/
+17
2023-05-10
bonding: fix send_peer_notif overflow
Hangbin Liu
1
-1
/
+1
2023-05-10
net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().
Kuniyuki Iwashima
1
-1
/
+1
2023-05-09
io_uring: make io_uring_sqe_cmd() unconditionally available
Jens Axboe
1
-5
/
+5
2023-05-09
linux/dim: Do nothing if no time delta between samples
Roy Novich
1
-1
/
+2
2023-05-08
x86/amd_nb: Add PCI ID for family 19h model 78h
Mario Limonciello
1
-0
/
+1
2023-05-07
Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...
Linus Torvalds
2
-0
/
+124
2023-05-07
Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+6
2023-05-06
Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linux
Linus Torvalds
2
-8
/
+20
2023-05-06
Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-10
/
+13
2023-05-06
Merge tag 'i2c-for-6.4-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2023-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Jakub Kicinski
1
-0
/
+1
2023-05-05
Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+3
2023-05-05
Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-36
/
+87
2023-05-05
ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attached
Steven Rostedt (Google)
1
-1
/
+3
2023-05-05
bonding: add xdp_features support
Lorenzo Bianconi
1
-0
/
+1
2023-05-05
Merge tag 'linux-watchdog-6.4-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
1
-0
/
+17
[next]