index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-27
io_uring: enable io_mem_alloc/free to be used in other parts
Jens Axboe
1
-0
/
+3
2023-11-01
Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2023-10-05
io_uring/kbuf: Use slab for struct io_buffer objects
Gabriel Krisman Bertazi
1
-0
/
+1
2023-10-03
io_uring: ensure io_lockdep_assert_cq_locked() handles disabled rings
Jens Axboe
1
-14
/
+27
2023-08-24
io_uring: force inline io_fill_cqe_req
Pavel Begunkov
1
-1
/
+2
2023-08-24
io_uring: merge iopoll and normal completion paths
Pavel Begunkov
1
-1
/
+1
2023-08-24
io_uring: optimise extra io_get_cqe null check
Pavel Begunkov
1
-11
/
+9
2023-08-24
io_uring: refactor __io_get_cqe()
Pavel Begunkov
1
-11
/
+12
2023-08-24
io_uring: simplify big_cqe handling
Pavel Begunkov
1
-12
/
+3
2023-08-24
io_uring: improve cqe !tracing hot path
Pavel Begunkov
1
-4
/
+5
2023-08-11
io_uring: never overflow io_aux_cqe
Pavel Begunkov
1
-2
/
+1
2023-08-11
io_uring: remove return from io_req_cqe_overflow()
Pavel Begunkov
1
-1
/
+1
2023-08-11
io_uring: open code io_fill_cqe_req()
Pavel Begunkov
1
-10
/
+1
2023-08-10
io_uring: have io_file_put() take an io_kiocb rather than the file
Jens Axboe
1
-3
/
+3
2023-08-09
io_uring: fix false positive KASAN warnings
Pavel Begunkov
1
-1
/
+0
2023-06-23
io_uring: make io_cq_unlock_post static
Pavel Begunkov
1
-2
/
+0
2023-06-23
io_uring: remove IOU_F_TWQ_FORCE_NORMAL
Pavel Begunkov
1
-4
/
+1
2023-06-20
io_uring: remove io_req_ffs_set
Christoph Hellwig
1
-5
/
+0
2023-06-07
io_uring: cleanup io_aux_cqe() API
Jens Axboe
1
-1
/
+1
2023-05-16
io_uring: Add io_uring_setup flag to pre-register ring fd and never install it
Josh Triplett
1
-0
/
+3
2023-05-04
io_uring: Create a helper to return the SQE size
Breno Leitao
1
-0
/
+10
2023-04-12
io_uring: add irq lockdep checks
Pavel Begunkov
1
-0
/
+2
2023-04-06
io_uring: reduce scheduling due to tw
Pavel Begunkov
1
-0
/
+9
2023-04-06
io_uring: add tw add flags
Pavel Begunkov
1
-2
/
+7
2023-04-06
io_uring: refactor io_cqring_wake()
Pavel Begunkov
1
-9
/
+2
2023-04-03
io_uring: cap io_sqring_entries() at SQ ring size
Jens Axboe
1
-1
/
+3
2023-04-03
io_uring: encapsulate task_work state
Pavel Begunkov
1
-7
/
+7
2023-02-06
io_uring: mark task TASK_RUNNING before handling resume/task work
Jens Axboe
1
-1
/
+3
2023-01-29
io_uring: refactor req allocation
Pavel Begunkov
1
-8
/
+11
2023-01-29
io_uring: Enable KASAN for request cache
Breno Leitao
1
-3
/
+8
2023-01-29
io_uring: handle TIF_NOTIFY_RESUME when checking for task_work
Jens Axboe
1
-0
/
+8
2023-01-29
io_uring: don't export io_put_task()
Pavel Begunkov
1
-10
/
+0
2023-01-29
io_uring: add lazy poll_wq activation
Pavel Begunkov
1
-4
/
+3
2023-01-29
io_uring: separate wq for ring polling
Pavel Begunkov
1
-0
/
+9
2023-01-29
io_uring: move io_run_local_work_locked
Pavel Begunkov
1
-17
/
+0
2023-01-29
io_uring: mark io_run_local_work static
Pavel Begunkov
1
-1
/
+0
2023-01-29
io_uring: move defer tw task checks
Pavel Begunkov
1
-0
/
+5
2023-01-29
io_uring: kill io_run_task_work_ctx
Pavel Begunkov
1
-20
/
+0
2023-01-29
io_uring: rearrange defer list checks
Pavel Begunkov
1
-1
/
+1
2023-01-03
io_uring: lockdep annotate CQ locking
Pavel Begunkov
1
-0
/
+15
2022-12-17
io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_work
Jens Axboe
1
-2
/
+1
2022-12-14
io_uring: revise completion_lock locking
Pavel Begunkov
1
-11
/
+0
2022-12-07
io_uring: skip spinlocking for ->task_complete
Pavel Begunkov
1
-1
/
+9
2022-11-30
io_uring: don't raw spin unlock to match cq_lock
Pavel Begunkov
1
-0
/
+5
2022-11-29
Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-next
Jens Axboe
1
-14
/
+29
2022-11-25
io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
Jens Axboe
1
-2
/
+7
2022-11-25
io_uring: remove io_req_complete_post_tw
Dylan Yudaken
1
-7
/
+0
2022-11-25
io_uring: remove overflow param from io_post_aux_cqe
Dylan Yudaken
1
-2
/
+1
2022-11-25
io_uring: make io_fill_cqe_aux static
Dylan Yudaken
1
-2
/
+0
2022-11-25
io_uring: add io_aux_cqe which allows deferred completion
Dylan Yudaken
1
-0
/
+2
[next]