index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL
Jens Axboe
2024-10-04
1
-2
/
+2
*
io_uring/napi: pass ktime to io_napi_adjust_timeout
Pavel Begunkov
2024-07-26
1
-2
/
+4
*
io_uring: align iowq and task request error handling
Pavel Begunkov
2024-07-24
1
-1
/
+1
*
io_uring: tighten task exit cancellations
Pavel Begunkov
2024-07-24
1
-1
/
+4
*
Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-15
1
-95
/
+55
|
\
|
*
io_uring/msg_ring: fix overflow posting
Pavel Begunkov
2024-07-02
1
-1
/
+5
|
*
io_uring/msg_ring: add an alloc cache for io_kiocb entries
Jens Axboe
2024-06-24
1
-0
/
+6
|
*
io_uring: add io_add_aux_cqe() helper
Jens Axboe
2024-06-24
1
-2
/
+21
|
*
io_uring: add remote task_work execution helper
Jens Axboe
2024-06-24
1
-8
/
+16
|
*
io_uring/io-wq: make io_wq_work flags atomic
Jens Axboe
2024-06-16
1
-6
/
+6
|
*
io_uring: use 'state' consistently
Jens Axboe
2024-06-16
1
-1
/
+1
|
*
io_uring/eventfd: move eventfd handling to separate file
Jens Axboe
2024-06-16
1
-81
/
+1
|
*
io_uring/eventfd: move to more idiomatic RCU free usage
Jens Axboe
2024-06-16
1
-23
/
+26
*
|
io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI
Jens Axboe
2024-06-24
1
-2
/
+2
|
/
*
io_uring: fix cancellation overwriting req->flags
Pavel Begunkov
2024-06-13
1
-0
/
+1
*
io_uring: remove checks for NULL 'sq_offset'
Jens Axboe
2024-05-22
1
-4
/
+2
*
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-13
1
-544
/
+121
|
\
|
*
io_uring/rw: reinstate thread check for retries
Jens Axboe
2024-04-25
1
-13
/
+0
|
*
io_uring/net: support bundles for recv
Jens Axboe
2024-04-22
1
-1
/
+2
|
*
io_uring/rw: ensure retry condition isn't lost
Jens Axboe
2024-04-17
1
-0
/
+13
|
*
io_uring: ensure overflow entries are dropped when ring is exiting
Jens Axboe
2024-04-15
1
-1
/
+2
|
*
io_uring: consolidate overflow flushing
Pavel Begunkov
2024-04-15
1
-25
/
+15
|
*
io_uring: always lock __io_cqring_overflow_flush
Pavel Begunkov
2024-04-15
1
-5
/
+8
|
*
io_uring: open code io_cqring_overflow_flush()
Pavel Begunkov
2024-04-15
1
-8
/
+3
|
*
io_uring: remove extra SQPOLL overflow flush
Pavel Begunkov
2024-04-15
1
-2
/
+0
|
*
io_uring: unexport io_req_cqe_overflow()
Pavel Begunkov
2024-04-15
1
-1
/
+1
|
*
io_uring: return void from io_put_kbuf_comp()
Ming Lei
2024-04-15
1
-1
/
+1
|
*
io_uring: remove io_req_put_rsrc_locked()
Pavel Begunkov
2024-04-15
1
-3
/
+2
|
*
io_uring: remove async request cache
Pavel Begunkov
2024-04-15
1
-22
/
+0
|
*
io_uring: turn implicit assumptions into a warning
Pavel Begunkov
2024-04-15
1
-1
/
+11
|
*
io_uring: kill dead code in io_req_complete_post
Ming Lei
2024-04-15
1
-35
/
+2
|
*
io_uring: move mapping/allocation helpers to a separate file
Jens Axboe
2024-04-15
1
-325
/
+2
|
*
io_uring: use unpin_user_pages() where appropriate
Jens Axboe
2024-04-15
1
-3
/
+1
|
*
io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
Jens Axboe
2024-04-15
1
-42
/
+16
|
*
io_uring: unify io_pin_pages()
Jens Axboe
2024-04-15
1
-19
/
+42
|
*
io_uring: use vmap() for ring mapping
Jens Axboe
2024-04-15
1
-29
/
+9
|
*
io_uring: get rid of remap_pfn_range() for mapping rings/sqes
Jens Axboe
2024-04-15
1
-8
/
+131
|
*
io_uring: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-04-15
1
-1
/
+0
|
*
io_uring: Remove unused function
Jiapeng Chong
2024-04-15
1
-6
/
+0
|
*
io_uring: refill request cache in memory order
Jens Axboe
2024-04-15
1
-3
/
+3
|
*
io_uring/poll: shrink alloc cache size to 32
Jens Axboe
2024-04-15
1
-1
/
+1
|
*
io_uring/alloc_cache: switch to array based caching
Jens Axboe
2024-04-15
1
-15
/
+19
|
*
io_uring: drop ->prep_async()
Jens Axboe
2024-04-15
1
-32
/
+4
|
*
io_uring/uring_cmd: switch to always allocating async data
Jens Axboe
2024-04-15
1
-0
/
+3
|
*
io_uring/rw: always setup io_async_rw for read/write requests
Jens Axboe
2024-04-15
1
-0
/
+3
|
*
io_uring: remove timeout/poll specific cancelations
Jens Axboe
2024-04-15
1
-9
/
+0
|
*
io_uring: flush delayed fallback task_work in cancelation
Jens Axboe
2024-04-15
1
-0
/
+2
|
*
io_uring: refactor io_req_complete_post()
Pavel Begunkov
2024-04-15
1
-18
/
+11
|
*
io_uring: remove current check from complete_post
Pavel Begunkov
2024-04-15
1
-1
/
+1
|
*
io_uring: get rid of intermediate aux cqe caches
Pavel Begunkov
2024-04-15
1
-49
/
+13
[next]