summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* io_uring/splice: open code 2nd direct file assignmentJens Axboe2024-10-293-8/+39
* io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cacheJens Axboe2024-10-291-0/+2
* io_uring/rsrc: move struct io_fixed_file to rsrc.h headerJens Axboe2024-10-293-5/+6
* io_uring/nop: add support for testing registered files and buffersJens Axboe2024-10-292-5/+47
* io_uring: add support for fixed wait regionsJens Axboe2024-10-295-11/+191
* io_uring: change io_get_ext_arg() to use uaccess begin + endJens Axboe2024-10-291-1/+17
* io_uring: switch struct ext_arg from __kernel_timespec to timespec64Jens Axboe2024-10-291-10/+9
* io_uring/sqpoll: wait on sqd->wait for thread parkingJens Axboe2024-10-291-1/+2
* io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe2024-10-295-0/+236
* io_uring/memmap: explicitly return -EFAULT for mmap on NULL ringsJens Axboe2024-10-291-0/+4
* io_uring: abstract out a bit of the ring filling logicJens Axboe2024-10-292-30/+41
* io_uring: move max entry definition and ring sizing into headerJens Axboe2024-10-292-8/+11
* io_uring/net: clean up io_msg_copy_hdrPavel Begunkov2024-10-291-7/+8
* io_uring/net: don't alias send user pointer readsPavel Begunkov2024-10-291-5/+8
* io_uring/net: don't store send address ptrPavel Begunkov2024-10-291-20/+16
* io_uring/net: split send and sendmsg prep helpersPavel Begunkov2024-10-291-9/+12
* io_uring: kill 'imu' from struct io_kiocbJens Axboe2024-10-291-3/+0
* io_uring/net: move send zc fixed buffer import to issue pathJens Axboe2024-10-291-13/+23
* io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()Jens Axboe2024-10-294-9/+5
* io_uring/rw: get rid of using req->imuJens Axboe2024-10-291-2/+3
* io_uring/uring_cmd: get rid of using req->imuJens Axboe2024-10-291-5/+18
* io_uring/rsrc: don't assign bvec twice in io_import_fixed()Jens Axboe2024-10-291-2/+1
* io_uring: clean up cqe trace pointsPavel Begunkov2024-10-294-21/+19
* io_uring: static_key for !IORING_SETUP_NO_SQARRAYPavel Begunkov2024-10-291-1/+11
* io_uring: kill io_llist_xchgPavel Begunkov2024-10-291-15/+1
* io_uring: move cancel hash tables to kvmalloc/kvfreeJens Axboe2024-10-291-7/+13
* io_uring/cancel: get rid of init_hash_table() helperJens Axboe2024-10-293-10/+3
* io_uring/poll: get rid of per-hashtable bucket locksJens Axboe2024-10-293-33/+11
* io_uring/poll: get rid of io_poll_tw_hash_eject()Jens Axboe2024-10-291-15/+2
* io_uring/poll: get rid of unlocked cancel hashJens Axboe2024-10-294-127/+36
* io_uring/poll: remove 'ctx' argument from io_poll_req_delete()Jens Axboe2024-10-291-2/+2
* io_uring/msg_ring: add support for sending a sync messageJens Axboe2024-10-294-0/+63
* io_uring/msg_ring: refactor a few helper functionsJens Axboe2024-10-291-11/+20
* io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fdJens Axboe2024-10-291-21/+29
* io_uring/eventfd: abstract out ev_fd grab + release helpersJens Axboe2024-10-291-11/+30
* io_uring/eventfd: move trigger check into a helperJens Axboe2024-10-291-3/+12
* io_uring/eventfd: move actual signaling part into separate helperJens Axboe2024-10-291-10/+18
* io_uring/eventfd: check for the need to async notifier earlierJens Axboe2024-10-291-3/+2
* io_uring/eventfd: abstract out ev_fd put helperJens Axboe2024-10-291-4/+8
* Linux 6.12-rc4v6.12-rc4Linus Torvalds2024-10-211-1/+1
* Merge tag 'for-net-2024-10-16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-10-204-25/+14
|\
| * Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001Luiz Augusto von Dentz2024-10-161-4/+9
| * Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin2024-10-161-2/+1
| * Bluetooth: btusb: Fix not being able to reconnect after suspendLuiz Augusto von Dentz2024-10-161-14/+0
| * Bluetooth: Remove debugfs directory on module init failureAaron Thompson2024-10-161-0/+1
| * Bluetooth: Call iso_exit() on module unloadAaron Thompson2024-10-161-0/+2
| * Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson2024-10-161-5/+1
* | Merge tag 'pinctrl-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-10-208-13/+23
|\ \
| * | pinctrl: ocelot: fix system hang on level based interruptsSergey Matsievskiy2024-10-121-4/+4
| * | pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func()Harshit Mogalapalli2024-10-111-1/+1