index
:
olio-linux-3.10.git
75
android-3.10-bringup
android-3.4-bringup
devicetree
evan-bt-wake
evan-st-bringup
evan-suspend-again
globallogic_suspend
good-known-branch
kernel_dev
master
mattis_dev
mindtribe-suspend-again
mindtribe-wake
mindtribe_dev
olio-h1-production
staging
staging-1.3
vibe-drv2605
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
ion
/
ion_system_heap.c
Age
Commit message (
Expand
)
Author
2013-11-07
ion: move into staging
Colin Cross
2013-09-19
gpu: ion: Fix performance issue in faulting code
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Remove __GFP_NO_KSWAPD
Arve Hjønnevåg
2013-07-01
gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hack
Arve Hjønnevåg
2013-07-01
gpu: ion: Also shrink memory cached in the deferred free list
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Make ion_free asynchronous
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Refactor the code to zero buffers
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Modify zeroing code so it only allocates address space once
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Refactor common mapping functions out of system heap
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Fix bug in zeroing pages in system heap
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Fix bug in ion_system_heap map_user
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Don't flush allocatoins that come from the page pools
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Clear GFP_WAIT flag on high order allocations
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Fix several issues with page pool
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Modify gfp flags in ion_system_heap
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Use the ion_page_pool from the system heap
Rebecca Schultz Zavin
2013-07-01
gpu: ion: use vmalloc to allocate page array to map kernel
Rebecca Schultz Zavin
2013-07-01
gpu: ion: ion_system_heap: Fix bug preventing compilation
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Stop trying to allocate from an order on first failure
Rebecca Schultz Zavin
2013-07-01
gpu: ion: optimize system heap for non fault buffers
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Switch to using kmalloc rather than kmap during allocation
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Only map as much of the vma as the user requested
Rebecca Schultz Zavin
2013-07-01
gpu: ion: do not ask for compound pages in system heap
Dima Zavin
2013-07-01
gpu: ion: Modify the system heap to try to allocate large/huge pages
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Add cache maintenance to ion.
Rebecca Schultz Zavin
2013-07-01
gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSER
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Use alloc_pages instead of vmalloc from the system heap
Rebecca Schultz Zavin
2013-07-01
ion: Switch map/unmap dma api to sg_tables
Rebecca Schultz Zavin
2013-07-01
gpu: ion: Add ION Memory Manager
Rebecca Schultz Zavin