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
/
rsrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-20
io_uring: fix off-by one bvec index
Keith Busch
1
-1
/
+1
2023-10-02
io_uring/rsrc: cleanup io_pin_pages()
Jens Axboe
1
-20
/
+17
2023-08-11
io_uring/rsrc: keep one global dummy_ubuf
Pavel Begunkov
1
-4
/
+10
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-28
/
+6
2023-06-20
io_uring: add helpers to decode the fixed file file_ptr
Christoph Hellwig
1
-4
/
+4
2023-06-09
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
1
-1
/
+1
2023-06-09
io_uring: rsrc: delegate VMA file-backed check to GUP
Lorenzo Stoakes
1
-28
/
+6
2023-05-07
Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+6
2023-05-03
io_uring/rsrc: check for nonconsecutive pages
Tobias Holl
1
-1
/
+6
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+1
2023-04-20
Revert "io_uring/rsrc: disallow multi-source reg buffers"
Jens Axboe
1
-8
/
+5
2023-04-18
io_uring/rsrc: disassociate nodes and rsrc_data
Pavel Begunkov
1
-11
/
+9
2023-04-18
io_uring/rsrc: devirtualise rsrc put callbacks
Pavel Begunkov
1
-6
/
+19
2023-04-18
io_uring/rsrc: pass node to io_rsrc_put_work()
Pavel Begunkov
1
-6
/
+6
2023-04-18
io_uring/rsrc: inline io_rsrc_put_work()
Pavel Begunkov
1
-13
/
+6
2023-04-18
io_uring/rsrc: add empty flag in rsrc_node
Pavel Begunkov
1
-3
/
+3
2023-04-18
io_uring/rsrc: merge nodes and io_rsrc_put
Pavel Begunkov
1
-68
/
+23
2023-04-18
io_uring/rsrc: infer node from ctx on io_queue_rsrc_removal
Pavel Begunkov
1
-4
/
+5
2023-04-15
io_uring/rsrc: refactor io_queue_rsrc_removal
Pavel Begunkov
1
-4
/
+1
2023-04-15
io_uring/rsrc: clean up __io_sqe_buffers_update()
Pavel Begunkov
1
-2
/
+1
2023-04-15
io_uring/rsrc: inline switch_start fast path
Pavel Begunkov
1
-7
/
+5
2023-04-15
io_uring/rsrc: remove rsrc_data refs
Pavel Begunkov
1
-24
/
+8
2023-04-15
io_uring/rsrc: fix DEFER_TASKRUN rsrc quiesce
Pavel Begunkov
1
-0
/
+9
2023-04-15
io_uring/rsrc: use wq for quiescing
Pavel Begunkov
1
-6
/
+12
2023-04-15
io_uring/rsrc: refactor io_rsrc_ref_quiesce
Pavel Begunkov
1
-13
/
+5
2023-04-15
io_uring/rsrc: remove io_rsrc_node::done
Pavel Begunkov
1
-4
/
+1
2023-04-15
io_uring/rsrc: use nospec'ed indexes
Pavel Begunkov
1
-1
/
+1
2023-04-12
io_uring/rsrc: extract SCM file put helper
Pavel Begunkov
1
-9
/
+11
2023-04-12
io_uring/rsrc: refactor io_rsrc_node_switch
Pavel Begunkov
1
-25
/
+11
2023-04-12
io_uring/rsrc: zero node's rsrc data on alloc
Pavel Begunkov
1
-0
/
+1
2023-04-12
io_uring/rsrc: consolidate node caching
Pavel Begunkov
1
-9
/
+11
2023-04-12
io_uring/rsrc: add lockdep checks
Pavel Begunkov
1
-0
/
+2
2023-04-04
io_uring/rsrc: optimise io_rsrc_data refcounting
Pavel Begunkov
1
-12
/
+18
2023-04-04
io_uring/rsrc: add lockdep sanity checks
Pavel Begunkov
1
-1
/
+1
2023-04-04
io_uring/rsrc: cache struct io_rsrc_node
Pavel Begunkov
1
-8
/
+15
2023-04-04
io_uring/rsrc: don't offload node free
Pavel Begunkov
1
-55
/
+4
2023-04-04
io_uring/rsrc: optimise io_rsrc_put allocation
Pavel Begunkov
1
-17
/
+34
2023-04-04
io_uring/rsrc: rename rsrc_list
Pavel Begunkov
1
-3
/
+3
2023-04-04
io_uring/rsrc: kill rsrc_ref_lock
Pavel Begunkov
1
-5
/
+0
2023-04-04
io_uring/rsrc: protect node refs with uring_lock
Pavel Begunkov
1
-26
/
+4
2023-04-04
io_uring/rsrc: keep cached refs per node
Pavel Begunkov
1
-6
/
+9
2023-04-04
io_uring/rsrc: use non-pcpu refcounts for nodes
Pavel Begunkov
1
-10
/
+5
2023-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2023-03-22
io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()
Savino Dicanosa
1
-0
/
+1
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+8
2023-03-16
io_uring/rsrc: fix folio accounting
Pavel Begunkov
1
-1
/
+7
2023-03-15
io_uring: rsrc: Optimize return value variable 'ret'
Li zeming
1
-1
/
+1
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+45
2023-03-08
net: reclaim skb->scm_io_uring bit
Eric Dumazet
1
-2
/
+1
2023-02-24
io_uring/rsrc: always initialize 'folio' to NULL
Jens Axboe
1
-1
/
+1
[next]