Sign in
android-kvm
/
linux
/
02bd45a28bf32993e396fdcfd7d7c7cdc0847ed1
/
drivers
/
gpu
/
drm
/
ttm
/
ttm_page_alloc.c
4533933
drm/ttm: fix incrementing the page pointer for huge pages
by Christian König
· 6 years ago
ac1e516
drm/ttm: fix start page for huge page check in ttm_put_pages()
by Christian König
· 6 years ago
a66477b
drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
by Christian König
· 6 years ago
d55f9b8
drm/ttm: clean up non-x86 definitions on ttm_page_alloc
by Huang Rui
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
da29132
drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages
by Michel Dänzer
· 7 years ago
ec3fe39
drm/ttm: check if free mem space is under the lower limit
by Roger He
· 7 years ago
3231a769
drm/ttm: drop ttm->glob
by Christian König
· 7 years ago
4d869f2
drm/ttm: add the missed global memory count update
by Roger He
· 7 years ago
cb5f1a5
drm/ttm: Allow page allocations w/o triggering OOM..
by Andrey Grodzovsky
· 7 years ago
22bc72c
Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 7 years ago
4a6cc7a
BackMerge tag 'v4.15-rc8' into drm-next
by Dave Airlie
· 7 years ago
9483ce7
drm/ttm: only free pages rather than update global memory count together
by Roger He
· 7 years ago
e272159
drm/ttm: check the return value of register_shrinker
by Roger He
· 7 years ago
19d859a
drm/ttm: check the return value of kzalloc
by Xiongwei Song
· 7 years ago
d0cef9f
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
by Roger He
· 7 years ago
9de2fb9
drm/ttm: use an operation ctx for ttm_mem_global_alloc_page
by Roger He
· 7 years ago
13d3fc6
drm/ttm: max_cpages is in unit of native page
by Monk Liu
· 7 years ago
a782fc8
drm/ttm: fix incorrect calculate on shrink_pages
by Monk Liu
· 7 years ago
a8d25a86
drm/ttm: max_cpages is in unit of native page
by Monk Liu
· 7 years ago
0aaa59f
drm/ttm: fix incorrect calculate on shrink_pages
by Monk Liu
· 7 years ago
ae937fe
drm/ttm: swap consecutive allocated pooled pages v4
by Christian König
· 7 years ago
fdb1a22
drm/ttm: swap consecutive allocated cached pages v3
by Christian König
· 7 years ago
1bfcbad
drm/ttm: roundup the shrink request to prevent skip huge pool
by Roger He
· 7 years ago
444f8ef
drm/ttm: add page order support in ttm_pages_put
by Roger He
· 7 years ago
154683d
drm/ttm: add set_pages_wb for handling page order more than zero
by Roger He
· 7 years ago
750a250
drm/ttm: add page order in page pool
by Roger He
· 7 years ago
f991c0e
drm/ttm: use NUM_PAGES_TO_ALLOC always
by Roger He
· 7 years ago
e60bb46b
drm/ttm: swap consecutive allocated pooled pages v4
by Christian König
· 7 years ago
5ff7ec0
drm/ttm: swap consecutive allocated cached pages v3
by Christian König
· 7 years ago
2bf257d
drm/ttm: roundup the shrink request to prevent skip huge pool
by Roger He
· 7 years ago
bae5c5b
drm/ttm: add page order support in ttm_pages_put
by Roger He
· 7 years ago
54ddc5f
drm/ttm: add set_pages_wb for handling page order more than zero
by Roger He
· 7 years ago
6d5e4e3
drm/ttm: add page order in page pool
by Roger He
· 7 years ago
1ee0d3d
drm/ttm: use NUM_PAGES_TO_ALLOC always
by Roger He
· 7 years ago
503505b
Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 7 years ago
1569d65
drm/ttm: fix populate_and_map() functions once more
by Christian König
· 7 years ago
33d22c2
drm/ttm: don't attempt to use hugepages if dma32 requested (v2)
by Dave Airlie
· 7 years ago
767601d
drm/ttm: Downgrade pr_err to pr_debug for memory allocation failures
by Michel Dänzer
· 7 years ago
5c42c64
drm/ttm: fix the fix for huge compound pages
by Christian König
· 7 years ago
7d0a428
drm/ttm: Fix unused variables with huge page support
by Tom St Denis
· 7 years ago
6ed4e2e
drm/ttm: add transparent huge page support for wc or uc allocations v2
by Christian König
· 7 years ago
8593e9b
drm/ttm: move more logic into ttm_page_pool_get_pages
by Christian König
· 7 years ago
0284f1e
drm/ttm: add transparent huge page support for cached allocations v2
by Christian König
· 7 years ago
6056a1a
drm/ttm: DMA map/unmap consecutive pages as a whole v2
by Christian König
· 7 years ago
c6e839a
drm/ttm: allocate/free multiple pages in a single call
by Christian König
· 7 years ago
d188bfa
drm/ttm: add support for different pool sizes
by Christian König
· 8 years ago
f9ebec5
drm/ttm: remove unsued options from ttm_mem_global_alloc_page
by Christian König
· 7 years ago
7a9667a
drm/ttm: Fix configuration error around populate_and_map() functions
by Tom St Denis
· 8 years ago
a4dec81
drm/ttm: Add helper functions to populate/map in one call (v2)
by Tom St Denis
· 8 years ago
9afae27
drm/ttm: Fix accounting error when fail to get pages for pool
by Xiangliang.Yu
· 8 years ago
ed3ba07
drm: use set_memory.h header
by Laura Abbott
· 8 years ago
e6bf6e5
drm/ttm: Remove TTM_HAS_AGP
by Daniel Vetter
· 9 years ago
881fdaa
drm/ttm: Avoid memory allocation from shrinker functions.
by Tetsuo Handa
· 10 years ago
a91576d
drm/ttm: Pass GFP flags in order to avoid deadlock.
by Tetsuo Handa
· 11 years ago
71336e01
drm/ttm: Fix possible stack overflow by recursive shrinker calls.
by Tetsuo Handa
· 11 years ago
3b9c214
drm/ttm: use gfp_t instead of int for flags.
by Dave Airlie
· 11 years ago
7dc19d5
drivers: convert shrinkers to new count/scan API
by Dave Chinner
· 12 years ago
ac207ed
ttm: Clear the ttm page allocated from high memory zone correctly
by Zhao Yakui
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
25d0479
drm/ttm: Use pr_fmt and pr_<level>
by Joe Perches
· 13 years ago
8e7e705
drm/ttm: isolate dma data from ttm_tt V4
by Jerome Glisse
· 13 years ago
b1e5f17
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
by Jerome Glisse
· 13 years ago
822c4d9
drm/ttm: page allocation use page array instead of list
by Jerome Glisse
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 14 years ago
0d74f86
ttm: Fix spelling mistakes and remove unused #ifdef
by Konrad Rzeszutek Wilk
· 14 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 14 years ago
d87dfdb
Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set."
by Dave Airlie
· 14 years ago
a2c06ee
Revert "ttm: Include the 'struct dev' when using the DMA API."
by Dave Airlie
· 14 years ago
5a893fc
ttm: Include the 'struct dev' when using the DMA API.
by Konrad Rzeszutek Wilk
· 14 years ago
69a07f0b
ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set.
by Konrad Rzeszutek Wilk
· 14 years ago
f9820a4
ttm: Introduce a placeholder for DMA (bus) addresses.
by Konrad Rzeszutek Wilk
· 14 years ago
0e57a3c
drm: ttm sparse fixes.
by Daniel J Blueman
· 14 years ago
84d4db0
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
d667865
Fix ttm_page_alloc.c build breakage
by Luck, Tony
· 15 years ago
567c7b0
mm: add context argument to shrinker callback to remaining shrinkers
by Dave Chinner
· 15 years ago
1e8655f
drm/ttm: Fix build on architectures without AGP
by Ben Hutchings
· 15 years ago
5870a4d
drm/ttm: Allocate the page pool manager in the heap.
by Francisco Jerez
· 15 years ago
7c2a9ac
drm/ttm: non pooled page allocation should have GFP_USER set
by Jerome Glisse
· 15 years ago
4abe438
drm/ttm: Fix ttm_page_alloc.c
by Thomas Hellstrom
· 15 years ago
e8613c0
drm/ttm: Fix cached TTM page allocation.
by Thomas Hellstrom
· 15 years ago
2125b8a
drm/ttm: using kmalloc/kfree requires including slab.h
by Stephen Rothwell
· 15 years ago
4cdc840
drm/ttm: include linux/seq_file.h for seq_printf
by Matt Turner
· 15 years ago
c96af79
drm/ttm: Add sysfs interface to control pool allocator.
by Pauli Nieminen
· 15 years ago
975efdb
drm/ttm: Use set_pages_array_wc instead of set_memory_wc.
by Pauli Nieminen
· 15 years ago
0745866
drm/ttm: Add debugfs output entry to pool allocator.
by Pauli Nieminen
· 15 years ago
1403b1a
drm/ttm: add pool wc/uc page allocator V3
by Pauli Nieminen
· 15 years ago