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
/
kernel
/
dma
/
swiotlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-08
swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMIC
Petr Tesarik
1
-1
/
+2
2023-11-03
swiotlb: do not free decrypted pages if dynamic
Petr Tesarik
1
-9
/
+16
2023-11-01
Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-5
/
+7
2023-10-25
swiotlb: do not try to allocate a TLB bigger than MAX_ORDER pages
Petr Tesarik
1
-0
/
+5
2023-10-23
swiotlb: rewrite comment explaining why the source is preserved on DMA_FROM_D...
Sean Christopherson
1
-5
/
+7
2023-09-27
swiotlb: fix the check whether a device has used software IO TLB
Petr Tesarik
1
-6
/
+20
2023-09-13
swiotlb: use the calculated number of areas
Ross Lagerwall
1
-3
/
+2
2023-08-08
swiotlb: optimize get_max_slots()
Petr Tesarik
1
-3
/
+1
2023-08-08
swiotlb: move slot allocation explanation comment where it belongs
Petr Tesarik
1
-5
/
+5
2023-08-01
swiotlb: search the software IO TLB only if the device makes use of it
Petr Tesarik
1
-8
/
+6
2023-08-01
swiotlb: allocate a new memory pool when existing pools are full
Petr Tesarik
1
-25
/
+123
2023-08-01
swiotlb: determine potential physical address limit
Petr Tesarik
1
-0
/
+14
2023-08-01
swiotlb: if swiotlb is full, fall back to a transient memory pool
Petr Tesarik
1
-8
/
+308
2023-08-01
swiotlb: add a flag whether SWIOTLB is allowed to grow
Petr Tesarik
1
-0
/
+13
2023-08-01
swiotlb: separate memory pool data from other allocator data
Petr Tesarik
1
-64
/
+111
2023-08-01
swiotlb: add documentation and rename swiotlb_do_find_slots()
Petr Tesarik
1
-6
/
+55
2023-08-01
swiotlb: make io_tlb_default_mem local to swiotlb.c
Petr Tesarik
1
-1
/
+38
2023-08-01
swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated
Petr Tesarik
1
-0
/
+3
2023-07-31
swiotlb: unexport is_swiotlb_active
Christoph Hellwig
1
-1
/
+0
2023-06-29
swiotlb: reduce the number of areas to match actual memory pool size
Petr Tesarik
1
-3
/
+24
2023-06-29
swiotlb: always set the number of areas before allocating the pool
Petr Tesarik
1
-8
/
+11
2023-06-07
swiotlb: use the atomic counter of total used slabs if available
Petr Tesarik
1
-0
/
+11
2023-04-29
Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-10
/
+87
2023-04-20
swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FS
Petr Tesarik
1
-3
/
+12
2023-04-17
swiotlb: Remove bounce buffer remapping for Hyper-V
Michael Kelley
1
-44
/
+1
2023-04-16
swiotlb: track and report io_tlb_used high water marks in debugfs
Michael Kelley
1
-0
/
+66
2023-04-16
swiotlb: fix debugfs reporting of reserved memory pools
Michael Kelley
1
-2
/
+4
2023-04-16
swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup
Doug Berger
1
-5
/
+5
2023-04-06
swiotlb: fix a braino in the alignment check fix
Petr Tesarik
1
-3
/
+3
2023-03-22
swiotlb: fix slot alignment checks
Petr Tesarik
1
-6
/
+10
2023-03-22
swiotlb: use wrap_area_index() instead of open-coding it
Petr Tesarik
1
-4
/
+1
2023-03-15
swiotlb: fix the deadlock in swiotlb_do_find_slots
GuoRui.Yu
1
-4
/
+6
2023-02-22
swiotlb: mark swiotlb_memblock_alloc() as __init
Randy Dunlap
1
-1
/
+2
2023-02-16
swiotlb: remove swiotlb_max_segment
Christoph Hellwig
1
-8
/
+0
2022-11-01
swiotlb: reduce the swiotlb buffer size on allocation failure
Alexey Kardashevskiy
1
-24
/
+39
2022-09-20
swiotlb: don't panic!
Robin Murphy
1
-11
/
+19
2022-09-20
swiotlb: replace kmap_atomic() with memcpy_{from,to}_page()
Fabio M. De Francesco
1
-6
/
+4
2022-09-07
swiotlb: fix a typo
Chao Gao
1
-1
/
+1
2022-09-07
swiotlb: avoid potential left shift overflow
Chao Gao
1
-1
/
+4
2022-09-07
Revert "swiotlb: panic if nslabs is too small"
Yu Zhao
1
-5
/
+1
2022-07-28
swiotlb: fix passing local variable to debugfs_create_ulong()
Tianyu Lan
1
-3
/
+9
2022-07-22
swiotlb: clean up some coding style and minor issues
Tianyu Lan
1
-11
/
+15
2022-07-18
swiotlb: move struct io_tlb_slot to swiotlb.c
Christoph Hellwig
1
-0
/
+6
2022-07-18
swiotlb: ensure a segment doesn't cross the area boundary
Chao Gao
1
-1
/
+10
2022-07-18
swiotlb: consolidate rounding up default_nslabs
Chao Gao
1
-17
/
+16
2022-07-18
swiotlb: remove unused fields in io_tlb_mem
Chao Gao
1
-2
/
+0
2022-07-18
swiotlb: fix use after free on error handling path
Dan Carpenter
1
-1
/
+1
2022-07-13
swiotlb: split up the global swiotlb lock
Tianyu Lan
1
-40
/
+189
2022-07-12
swiotlb: fail map correctly with failed io_tlb_default_mem
Robin Murphy
1
-1
/
+1
2022-06-22
swiotlb: panic if nslabs is too small
Dongli Zhang
1
-1
/
+5
[next]