index
:
linux/kernel/git/baikal/linux.git
boot/bt1
clk/bt1
dmac/bt1
edac/bt1
edac/fix
edac/map
edma/fix
for-landau-next
gmac/ext1/vlan
gmac/ext2/vlan
gmac/ext3/xdp
gmac/ext4/gpio
gmac/ext5/pcs
gmac/fix1
gmac/fix2
gmac/fix3
gmac/fix4/perf
gmac/fix5/err
gmac/fix6/stat
gmac/fix7/eng
gmac/fix8/mtu
gmac/fix9/vlan
i2c/bt1
mips/bpf
mips/bt1
mips/eva
pcie/bt1
pvt/bt1
spi/bt1
uart/bt1
xgmac/bt1
xgmac/ext1/pcs
xgmac/ext2/mv
LANDAU Linux Baikal Fork
LANDAU Linux Baikal Maintainers Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
futex.c
Age
Commit message (
Expand
)
Author
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-25
io_uring/futex: use GFP_KERNEL_ACCOUNT for futex data allocation
Jens Axboe
2025-11-05
io_uring/futex: move futexv owned status to struct io_futexv_data
Jens Axboe
2025-11-05
io_uring/futex: move futexv async data handling to struct io_futexv_data
Jens Axboe
2025-11-03
io_uring: add wrapper type for io_req_tw_func_t arg
Caleb Sander Mateos
2025-08-27
io_uring: add async data clear/free helpers
Jens Axboe
2025-08-21
io_uring/futex: ensure io_futex_wait() cleans up properly on failure
Jens Axboe
2025-06-04
io_uring/futex: mark wait requests as inflight
Jens Axboe
2025-06-04
io_uring/futex: get rid of struct io_futex addr union
Jens Axboe
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
2025-05-03
futex: Move futex_queue() into futex_wait_setup()
Peter Zijlstra
2025-03-05
io_uring: introduce io_cache_free() helper
Caleb Sander Mateos
2025-02-17
io_uring: introduce type alias for io_tw_state
Caleb Sander Mateos
2025-02-17
io_uring/futex: use generic io_cancel_remove() helper
Jens Axboe
2025-02-17
io_uring/futex: convert to io_cancel_remove_all()
Jens Axboe
2025-02-08
Merge tag 'locking-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-01-24
futex: Pass in task to futex_queue()
Jens Axboe
2025-01-23
io_uring: get rid of alloc cache init_once handling
Jens Axboe
2024-12-27
io_uring/futex: Allocate ifd with generic alloc_cache helper
Gabriel Krisman Bertazi
2024-11-06
io_uring: move cancelations to be io_uring_task based
Jens Axboe
2024-04-15
io_uring/alloc_cache: switch to array based caching
Jens Axboe
2024-03-15
io_uring/futex: always remove futex entry for cancel all
Jens Axboe
2023-09-29
io_uring: add support for vectored futex waits
Jens Axboe
2023-09-29
io_uring: add support for futex wake and wait
Jens Axboe