Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | io_uring: Allocate only necessary memory in io_probe | Gabriel Krisman Bertazi | 2024-06-19 | 1 | -4/+3 |
* | io_uring: Fix probe of disabled operations | Gabriel Krisman Bertazi | 2024-06-19 | 1 | -1/+1 |
* | io_uring/eventfd: move eventfd handling to separate file | Jens Axboe | 2024-06-16 | 1 | -55/+1 |
* | io_uring/eventfd: move to more idiomatic RCU free usage | Jens Axboe | 2024-06-16 | 1 | -3/+3 |
* | io_uring: fix possible deadlock in io_register_iowq_max_workers() | Hagar Hemdan | 2024-06-04 | 1 | -0/+4 |
* | io_uring: fix warnings on shadow variables | Jens Axboe | 2024-04-15 | 1 | -2/+1 |
* | io_uring: add register/unregister napi function | Stefan Roesch | 2024-02-09 | 1 | -0/+13 |
* | io_uring/register: guard compat syscall with CONFIG_COMPAT | Jens Axboe | 2024-01-17 | 1 | -3/+5 |
* | io_uring/kbuf: add method for returning provided buffer ring head | Jens Axboe | 2023-12-21 | 1 | -0/+6 |
* | io_uring/register: move io_uring_register(2) related code to register.c | Jens Axboe | 2023-12-19 | 1 | -0/+599 |