index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2022-07-24
io_uring: move nop into its own file
Jens Axboe
-15
/
+32
2022-07-24
io_uring: move xattr related opcodes to its own file
Jens Axboe
-247
/
+277
2022-07-24
io_uring: handle completions in the core
Jens Axboe
-134
/
+142
2022-07-24
io_uring: set completion results upfront
Jens Axboe
-12
/
+22
2022-07-24
io_uring: add io_uring_types.h
Jens Axboe
-488
/
+499
2022-07-24
io_uring: define a request type cleanup handler
Jens Axboe
-69
/
+86
2022-07-24
io_uring: unify struct io_symlink and io_hardlink
Jens Axboe
-20
/
+7
2022-07-24
io_uring: convert iouring_cmd to io_cmd_type
Jens Axboe
-8
/
+10
2022-07-24
io_uring: convert xattr to use io_cmd_type
Jens Axboe
-10
/
+9
2022-07-24
io_uring: convert rsrc_update to io_cmd_type
Jens Axboe
-16
/
+19
2022-07-24
io_uring: convert msg and nop to io_cmd_type
Jens Axboe
-9
/
+9
2022-07-24
io_uring: convert splice to use io_cmd_type
Jens Axboe
-5
/
+4
2022-07-24
io_uring: convert epoll to io_cmd_type
Jens Axboe
-7
/
+8
2022-07-24
io_uring: convert file system request types to use io_cmd_type
Jens Axboe
-45
/
+57
2022-07-24
io_uring: convert madvise/fadvise to use io_cmd_type
Jens Axboe
-10
/
+12
2022-07-24
io_uring: convert open/close path to use io_cmd_type
Jens Axboe
-32
/
+40
2022-07-24
io_uring: convert timeout path to use io_cmd_type
Jens Axboe
-49
/
+68
2022-07-24
io_uring: convert cancel path to use io_cmd_type
Jens Axboe
-11
/
+13
2022-07-24
io_uring: convert the sync and fallocate paths to use io_cmd_type
Jens Axboe
-19
/
+24
2022-07-24
io_uring: convert net related opcodes to use io_cmd_type
Jens Axboe
-26
/
+27
2022-07-24
io_uring: remove recvmsg knowledge from io_arm_poll_handler()
Jens Axboe
-2
/
+6
2022-07-24
io_uring: convert poll_update path to use io_cmd_type
Jens Axboe
-8
/
+8
2022-07-24
io_uring: convert poll path to use io_cmd_type
Jens Axboe
-25
/
+28
2022-07-24
io_uring: convert read/write path to use io_cmd_type
Jens Axboe
-88
/
+106
2022-07-24
io_uring: add generic command payload type to struct io_kiocb
Jens Axboe
-4
/
+17
2022-07-24
io_uring: move req async preparation into opcode handler
Jens Axboe
-28
/
+10
2022-07-24
io_uring: move to separate directory
Jens Axboe
-10
/
+10
2022-07-24
io_uring: define a 'prep' and 'issue' handler for each opcode
Jens Axboe
-458
/
+350
2022-07-24
Linux 5.19-rc8
v5.19-rc8
Linus Torvalds
-1
/
+1
2022-07-24
certs: make system keyring depend on x509 parser
Adam Borowski
-0
/
+1
2022-07-24
Merge tag 'perf_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-9
/
+10
2022-07-24
Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+4
2022-07-24
Merge tag 'x86_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-12
/
+36
2022-07-24
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2022-07-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-6
/
+16
2022-07-23
x86/speculation: Make all RETbleed mitigations 64-bit only
Ben Hutchings
-4
/
+4
2022-07-22
Merge tag 'spi-fix-v5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-5
/
+13
2022-07-22
Merge tag 'riscv-for-linus-5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-9
/
+10
2022-07-22
Merge tag 'acpi-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-2
/
+4
2022-07-22
Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-block
Linus Torvalds
-3
/
+11
2022-07-22
Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-block
Linus Torvalds
-1
/
+3
2022-07-22
Merge tag 'i2c-for-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-27
/
+7
2022-07-22
Merge tag 'gpio-fixes-for-v5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-10
/
+16
2022-07-22
Merge tag 'pinctrl-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-104
/
+184
2022-07-22
Merge tag 'sound-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-129
/
+31
2022-07-22
Merge tag 'mmc-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
-6
/
+8
2022-07-22
Merge tag 'drm-fixes-2022-07-22' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-98
/
+505
2022-07-22
Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-24
/
+92
2022-07-22
mmu_gather: fix the CONFIG_MMU_GATHER_NO_RANGE case
Linus Torvalds
-3
/
+0
2022-07-22
gpio: gpio-xilinx: Fix integer overflow
Srinivas Neeli
-1
/
+1
[next]