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
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-10
io_uring: add feature flag for rsrc tags
Pavel Begunkov
1
-1
/
+2
2021-06-10
io_uring: change registration/upd/rsrc tagging ABI
Pavel Begunkov
1
-12
/
+27
2021-05-29
io_uring: fix misaccounting fix buf pinned pages
Pavel Begunkov
1
-0
/
+1
2021-05-27
io_uring: fix data race to avoid potential NULL-deref
Marco Elver
1
-2
/
+7
2021-05-25
io_uring/io-wq: close io-wq full-stop gap
Pavel Begunkov
1
-0
/
+6
2021-05-20
io_uring: fortify tctx/io_wq cleanup
Pavel Begunkov
1
-4
/
+4
2021-05-17
io_uring: don't modify req->poll for rw
Pavel Begunkov
1
-3
/
+3
2021-05-14
io_uring: increase max number of reg buffers
Pavel Begunkov
1
-1
/
+3
2021-05-14
io_uring: further remove sqpoll limits on opcodes
Pavel Begunkov
1
-4
/
+2
2021-05-14
io_uring: fix ltout double free on completion race
Pavel Begunkov
1
-3
/
+4
2021-05-08
io_uring: fix link timeout refs
Pavel Begunkov
1
-1
/
+1
2021-05-05
io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers
Thadeu Lima de Souza Cascardo
1
-2
/
+2
2021-04-30
io_uring: Fix memory leak in io_sqe_buffers_register()
Zqiang
1
-2
/
+2
2021-04-29
io_uring: Fix premature return from loop and memory leak
Colin Ian King
1
-4
/
+8
2021-04-29
io_uring: fix unchecked error in switch_start()
Pavel Begunkov
1
-1
/
+3
2021-04-29
io_uring: allow empty slots for reg buffers
Pavel Begunkov
1
-7
/
+29
2021-04-29
io_uring: add more build check for uapi
Pavel Begunkov
1
-0
/
+7
2021-04-29
io_uring: dont overlap internal and user req flags
Pavel Begunkov
1
-6
/
+3
2021-04-29
io_uring: fix drain with rsrc CQEs
Pavel Begunkov
1
-0
/
+1
2021-04-28
Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1232
/
+1370
2021-04-27
io_uring: maintain drain logic for multishot poll requests
Hao Xu
1
-1
/
+5
2021-04-27
io_uring: Check current->io_uring in io_uring_cancel_sqpoll
Palash Oswal
1
-0
/
+2
2021-04-26
io_uring: fix NULL reg-buffer
Pavel Begunkov
1
-17
/
+17
2021-04-26
io_uring: simplify SQPOLL cancellations
Pavel Begunkov
1
-42
/
+3
2021-04-26
io_uring: fix work_exit sqpoll cancellations
Pavel Begunkov
1
-7
/
+18
2021-04-26
io_uring: Fix uninitialized variable up.resv
Colin Ian King
1
-0
/
+1
2021-04-26
io_uring: fix invalid error check after malloc
Pavel Begunkov
1
-1
/
+1
2021-04-25
io_uring: io_sq_thread() no longer needs to reset current->pf_io_worker
Stefan Metzmacher
1
-1
/
+0
2021-04-25
io_uring: update sq_thread_idle after ctx deleted
Hao Xu
1
-1
/
+2
2021-04-25
io_uring: add full-fledged dynamic buffers support
Pavel Begunkov
1
-4
/
+72
2021-04-25
io_uring: implement fixed buffers registration similar to fixed files
Bijan Mottahedeh
1
-15
/
+56
2021-04-25
io_uring: prepare fixed rw for dynanic buffers
Pavel Begunkov
1
-10
/
+29
2021-04-25
io_uring: keep table of pointers to ubufs
Pavel Begunkov
1
-16
/
+19
2021-04-25
io_uring: add generic rsrc update with tags
Pavel Begunkov
1
-11
/
+41
2021-04-25
io_uring: add IORING_REGISTER_RSRC
Pavel Begunkov
1
-5
/
+40
2021-04-25
io_uring: enumerate dynamic resources
Pavel Begunkov
1
-8
/
+8
2021-04-25
io_uring: add generic path for rsrc update
Pavel Begunkov
1
-33
/
+46
2021-04-25
io_uring: preparation for rsrc tagging
Pavel Begunkov
1
-4
/
+30
2021-04-25
io_uring: decouple CQE filling from requests
Pavel Begunkov
1
-27
/
+28
2021-04-25
io_uring: return back rsrc data free helper
Pavel Begunkov
1
-2
/
+7
2021-04-25
io_uring: move __io_sqe_files_unregister
Pavel Begunkov
1
-27
/
+27
2021-04-23
io_uring: check sqring and iopoll_list before shedule
Hao Xu
1
-17
/
+19
2021-04-20
io_uring: refactor io_sq_offload_create()
Pavel Begunkov
1
-14
/
+6
2021-04-20
io_uring: safer sq_creds putting
Pavel Begunkov
1
-2
/
+2
2021-04-20
io_uring: move inflight un-tracking into cleanup
Pavel Begunkov
1
-10
/
+9
2021-04-19
io_uring: fix shared sqpoll cancellation hangs
Pavel Begunkov
1
-13
/
+14
2021-04-19
io_uring: remove extra sqpoll submission halting
Pavel Begunkov
1
-8
/
+4
2021-04-17
io_uring: check register restriction afore quiesce
Pavel Begunkov
1
-13
/
+8
2021-04-17
io_uring: fix overflows checks in provide buffers
Pavel Begunkov
1
-2
/
+8
2021-04-17
io_uring: don't fail submit with overflow backlog
Pavel Begunkov
1
-6
/
+0
[next]