Age | Commit message (Expand) | Author | Files | Lines |
2023-08-11 | io_uring: remove return from io_req_cqe_overflow() | Pavel Begunkov | 2 | -5/+5 |
2023-08-11 | io_uring: open code io_fill_cqe_req() | Pavel Begunkov | 3 | -14/+7 |
2023-08-11 | io_uring/net: don't overflow multishot recv | Pavel Begunkov | 1 | -1/+1 |
2023-08-11 | io_uring/net: don't overflow multishot accept | Pavel Begunkov | 1 | -1/+1 |
2023-08-11 | io_uring/io-wq: don't gate worker wake up success on wake_up_process() | Jens Axboe | 1 | -4/+7 |
2023-08-11 | io_uring/io-wq: reduce frequency of acct->lock acquisitions | Jens Axboe | 1 | -13/+34 |
2023-08-11 | io_uring/io-wq: don't grab wq->lock for worker activation | Jens Axboe | 1 | -3/+0 |
2023-08-10 | io_uring: remove unnecessary forward declaration | Jens Axboe | 1 | -1/+0 |
2023-08-10 | io_uring: have io_file_put() take an io_kiocb rather than the file | Jens Axboe | 2 | -7/+5 |
2023-08-10 | io_uring/splice: use fput() directly | Jens Axboe | 1 | -2/+2 |
2023-08-10 | io_uring/fdinfo: get rid of ref tryget | Jens Axboe | 1 | -12/+6 |
2023-08-09 | io_uring: cleanup 'ret' handling in io_iopoll_check() | Jens Axboe | 1 | -7/+10 |
2023-08-09 | io_uring: break iopolling on signal | Pavel Begunkov | 1 | -0/+3 |
2023-08-09 | io_uring: kill io_uring userspace examples | Pavel Begunkov | 10 | -1441/+0 |
2023-08-09 | io_uring: fix false positive KASAN warnings | Pavel Begunkov | 2 | -2/+0 |
2023-08-09 | io_uring: fix drain stalls by invalid SQE | Pavel Begunkov | 1 | -0/+2 |
2023-08-09 | io_uring/rsrc: Remove unused declaration io_rsrc_put_tw() | Yue Haibing | 1 | -1/+0 |
2023-08-09 | io_uring: annotate the struct io_kiocb slab for appropriate user copy | Jens Axboe | 1 | -2/+14 |
2023-08-09 | io_uring: Add io_uring command support for sockets | Breno Leitao | 4 | -0/+44 |
2023-07-17 | io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancel | Jens Axboe | 2 | -4/+11 |
2023-07-17 | io_uring/cancel: support opcode based lookup and cancelation | Jens Axboe | 4 | -5/+19 |
2023-07-17 | io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATA | Jens Axboe | 2 | -6/+14 |
2023-07-17 | io_uring: use cancelation match helper for poll and timeout requests | Jens Axboe | 2 | -17/+7 |
2023-07-17 | io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANY | Jens Axboe | 1 | -2/+3 |
2023-07-17 | io_uring/cancel: abstract out request match helper | Jens Axboe | 2 | -4/+14 |
2023-07-17 | io_uring/timeout: always set 'ctx' in io_cancel_data | Jens Axboe | 1 | -2/+2 |
2023-07-17 | io_uring/poll: always set 'ctx' in io_cancel_data | Jens Axboe | 1 | -1/+1 |
2023-07-16 | Linux 6.5-rc2 | Linus Torvalds | 1 | -1/+1 |
2023-07-16 | Merge tag 'xtensa-20230716' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 3 | -22/+18 |
2023-07-16 | Merge tag 'perf_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+7 |
2023-07-16 | Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -2/+2 |
2023-07-16 | Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -12/+29 |
2023-07-16 | Merge tag 'pinctrl-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 4 | -55/+63 |
2023-07-16 | Merge tag '6.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 7 | -31/+43 |
2023-07-16 | Merge tag 'powerpc-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 6 | -46/+51 |
2023-07-16 | Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -10/+11 |
2023-07-16 | Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -29/+24 |
2023-07-15 | Merge tag 'spi-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -2/+12 |
2023-07-15 | Merge tag 'regmap-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2023-07-15 | Merge tag 'iommu-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -14/+16 |
2023-07-14 | Merge tag 'x86_urgent_for_6.5_rc2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 10 | -75/+120 |
2023-07-14 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 18 | -131/+193 |
2023-07-14 | Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linux | Linus Torvalds | 15 | -50/+136 |
2023-07-14 | Merge tag 'io_uring-6.5-2023-07-14' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -2/+13 |
2023-07-14 | Merge tag 'riscv-for-linus-6.5-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -12/+4 |
2023-07-14 | Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 4 | -4/+10 |
2023-07-14 | Merge branches 'pm-sleep' and 'pm-qos' | Rafael J. Wysocki | 2 | -2/+8 |
2023-07-14 | cifs: fix mid leak during reconnection after timeout threshold | Shyam Prasad N | 1 | -4/+15 |
2023-07-14 | cifs: is_network_name_deleted should return a bool | Shyam Prasad N | 3 | -7/+14 |
2023-07-14 | Merge tag 'drm-fixes-2023-07-14-1' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 48 | -266/+318 |