index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
uapi
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-02
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
1
-2
/
+2
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+161
2022-08-02
Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+43
2022-08-02
Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+67
2022-08-01
Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+4
2022-08-01
Merge tag 'fsnotify_for_v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-0
/
+8
2022-07-28
dm: fix dm-raid crash if md_handle_request() splits bio
Mike Snitzer
1
-2
/
+2
2022-07-27
Merge tag 'asm-generic-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-0
/
+2
2022-07-24
io_uring: add zc notification flush requests
Pavel Begunkov
1
-0
/
+1
2022-07-24
io_uring: rename IORING_OP_FILES_UPDATE
Pavel Begunkov
1
-1
/
+11
2022-07-24
io_uring: flush notifiers after sendzc
Pavel Begunkov
1
-0
/
+4
2022-07-24
io_uring: sendzc with fixed buffers
Pavel Begunkov
1
-1
/
+5
2022-07-24
io_uring: allow to pass addr into sendzc
Pavel Begunkov
1
-1
/
+1
2022-07-24
io_uring: wire send zc request type
Pavel Begunkov
1
-0
/
+5
2022-07-24
io_uring: add notification slot registration
Pavel Begunkov
1
-0
/
+17
2022-07-24
io_uring: support multishot in recvmsg
Dylan Yudaken
1
-0
/
+7
2022-07-24
io_uring: multishot recv
Dylan Yudaken
1
-0
/
+5
2022-07-24
io_uring: let to set a range for file slot allocation
Pavel Begunkov
1
-0
/
+13
2022-07-24
io_uring: add support for passing fixed file descriptors
Jens Axboe
1
-0
/
+17
2022-07-24
io_uring: replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2022-07-24
io_uring: add sync cancelation API through io_uring_register()
Jens Axboe
1
-0
/
+15
2022-07-24
io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flag
Jens Axboe
1
-0
/
+2
2022-07-24
io_uring: add IORING_SETUP_SINGLE_ISSUER
Pavel Begunkov
1
-1
/
+4
2022-07-24
io_uring: add support for level triggered poll
Jens Axboe
1
-0
/
+3
2022-07-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2022-07-22
ublk_drv: make sure that correct flags(features) returned to userspace
Ming Lei
1
-3
/
+4
2022-07-21
ublk: remove UBLK_IO_F_PREFLUSH
Christoph Hellwig
1
-1
/
+0
2022-07-20
tools: Fixed MIPS builds due to struct flock re-definition
Florian Fainelli
1
-0
/
+2
2022-07-19
KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean stats
Oliver Upton
1
-1
/
+1
2022-07-18
ublk: remove UBLK_IO_F_INTEGRITY
Christoph Hellwig
1
-1
/
+0
2022-07-17
Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
1
-4
/
+7
2022-07-16
Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-1
/
+2
2022-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2022-07-14
Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-4
/
+7
2022-07-14
ublk_drv: support to complete io command via task_work_add
Ming Lei
1
-0
/
+6
2022-07-14
ublk_drv: add io_uring based userspace block driver
Ming Lei
1
-0
/
+156
2022-07-14
kvm: stats: tell userspace which values are boolean
Paolo Bonzini
1
-0
/
+1
2022-07-08
Input: document the units for resolution of size axes
Siarhei Vishniakou
1
-4
/
+7
2022-07-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-4
/
+7
2022-07-08
Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+4
2022-07-08
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
1
-4
/
+7
2022-07-07
io_uring: explicit sqe padding for ioctl commands
Pavel Begunkov
1
-1
/
+4
2022-07-01
Merge tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2022-07-01
fanotify: introduce FAN_MARK_IGNORE
Amir Goldstein
1
-0
/
+8
2022-06-30
Merge tag 'drm-fixes-2022-07-01' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-2
/
+2
2022-06-30
io_uring: keep sendrecv flags in ioprio
Pavel Begunkov
1
-1
/
+1
2022-06-29
drm/fourcc: fix integer type usage in uapi header
Carlos Llamas
1
-2
/
+2
2022-06-28
mptcp: fix conflict with <netinet/in.h>
Ossama Othman
1
-4
/
+5
2022-06-28
perf/core: Add a new read format to get a number of lost samples
Namhyung Kim
1
-1
/
+4
2022-06-27
tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver
Max Staudt
1
-1
/
+2
[next]