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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-18
mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...
David Hildenbrand
1
-1
/
+1
2023-01-13
io_uring: lock overflowing for IOPOLL
Pavel Begunkov
1
-1
/
+5
2023-01-12
io_uring/poll: attempt request issue after racy poll wakeup
Jens Axboe
1
-11
/
+20
2023-01-10
io_uring/fdinfo: include locked hash table in fdinfo output
Jens Axboe
1
-2
/
+10
2023-01-09
io_uring/poll: add hash if ready poll request can't complete inline
Jens Axboe
1
-5
/
+12
2023-01-08
io_uring/io-wq: only free worker if it was allocated for creation
Jens Axboe
1
-1
/
+6
2023-01-05
io_uring: fix CQ waiting timeout handling
Pavel Begunkov
1
-3
/
+3
2023-01-03
io_uring: lockdep annotate CQ locking
Pavel Begunkov
2
-3
/
+17
2023-01-03
io_uring: pin context while queueing deferred tw
Pavel Begunkov
1
-1
/
+7
2023-01-02
io_uring/io-wq: free worker if task_work creation is canceled
Jens Axboe
1
-0
/
+1
2022-12-23
io_uring: check for valid register opcode earlier
Jens Axboe
1
-2
/
+3
2022-12-21
io_uring/cancel: re-grab ctx mutex after finishing wait
Jens Axboe
1
-5
/
+4
2022-12-21
io_uring: finish waiting before flushing overflow entries
Jens Axboe
1
-9
/
+16
2022-12-19
io_uring/net: fix cleanup after recycle
Pavel Begunkov
1
-1
/
+1
2022-12-19
io_uring/net: ensure compat import handlers clear free_iov
Jens Axboe
1
-0
/
+1
2022-12-17
io_uring: include task_work run after scheduling in wait for events
Jens Axboe
1
-1
/
+10
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-15
io_uring: use call_rcu_hurry if signaling an eventfd
Dylan Yudaken
1
-1
/
+1
2022-12-15
io_uring: fix overflow handling regression
Pavel Begunkov
2
-2
/
+2
2022-12-14
io_uring: ease timeout flush locking requirements
Pavel Begunkov
2
-7
/
+4
2022-12-14
io_uring: revise completion_lock locking
Pavel Begunkov
3
-15
/
+20
2022-12-14
io_uring: protect cq_timeouts with timeout_lock
Pavel Begunkov
1
-1
/
+3
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
2022-12-13
Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
10
-190
/
+359
2022-12-13
Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
12
-183
/
+291
2022-12-12
Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+3
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2
-12
/
+12
2022-12-08
io_uring/msg_ring: flag target ring as having task_work, if needed
Jens Axboe
1
-0
/
+1
2022-12-07
io_uring: skip spinlocking for ->task_complete
Pavel Begunkov
2
-20
/
+61
2022-12-07
io_uring: do msg_ring in target task via tw
Pavel Begunkov
1
-3
/
+53
2022-12-07
io_uring: extract a io_msg_install_complete helper
Pavel Begunkov
1
-13
/
+21
2022-12-07
io_uring: get rid of double locking
Pavel Begunkov
3
-36
/
+51
2022-12-07
io_uring: never run tw and fallback in parallel
Pavel Begunkov
1
-2
/
+10
2022-12-07
io_uring: use tw for putting rsrc
Pavel Begunkov
3
-2
/
+19
2022-12-07
io_uring: force multishot CQEs into task context
Pavel Begunkov
1
-0
/
+21
2022-12-07
io_uring: complete all requests in task context
Pavel Begunkov
1
-3
/
+11
2022-12-07
io_uring: don't check overflow flush failures
Pavel Begunkov
1
-18
/
+6
2022-12-07
io_uring: skip overflow CQE posting for dying ring
Pavel Begunkov
1
-14
/
+31
2022-12-07
io_uring: improve io_double_lock_ctx fail handling
Pavel Begunkov
1
-0
/
+2
2022-12-07
io_uring: dont remove file from msg_ring reqs
Pavel Begunkov
4
-5
/
+10
2022-12-07
io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()
Harshit Mogalapalli
1
-1
/
+3
2022-11-30
io_uring: don't reinstall quiesce node for each tw
Pavel Begunkov
1
-20
/
+18
2022-11-30
io_uring: improve rsrc quiesce refs checks
Pavel Begunkov
1
-9
/
+6
2022-11-30
io_uring: don't raw spin unlock to match cq_lock
Pavel Begunkov
2
-1
/
+6
2022-11-30
io_uring: combine poll tw handlers
Pavel Begunkov
1
-33
/
+21
2022-11-30
io_uring: improve poll warning handling
Pavel Begunkov
1
-1
/
+1
2022-11-30
io_uring: remove ctx variable in io_poll_check_events
Pavel Begunkov
1
-2
/
+1
2022-11-30
io_uring: carve io_poll_check_events fast path
Pavel Begunkov
1
-19
/
+22
2022-11-30
io_uring: kill io_poll_issue's PF_EXITING check
Pavel Begunkov
1
-2
/
+0
2022-11-29
Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-next
Jens Axboe
12
-183
/
+291
[next]