summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_system_heap.c
AgeCommit message (Expand)Author
2019-01-18staging: android: ion: Fixup some white-space issuesAndrew F. Davis
2019-01-18staging: android: ion: Add proper header informationAndrew F. Davis
2018-12-28Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-05staging: android: ion: Remove unused header filesYangtao Li
2018-09-10staging: android: ion: Clean unused debug_show memeber of the heap objectAlexey Skidanov
2018-02-16staging: android: ion: Combine cache and uncache poolsYisheng Xie
2018-01-09staging: android: ion: Add __GFP_NOWARN for system contig heapLaura Abbott
2017-11-28staging: android: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman
2017-07-16Staging: android: Remove unnecessary blank linesMateusz NowotyƄski
2017-06-14staging: android: ion: Improve memory alloc styleAliaksei Karaliou
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott
2017-04-08staging: android: ion: Remove crufty cache supportLaura Abbott
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott
2016-10-24staging: android: Remove unnecessary parentheses.Elise Lennion
2016-09-01Staging: android: ion: fix parenthesis alignmentBen LeMasurier
2016-08-21staging: ion: remove __GFP_NOWARN when use low order gfp flagsChen Feng
2016-08-21ION: Sys_heap: Add cached pool to spead up cached buffer allocChen Feng
2016-08-15staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott
2016-08-15staging: android: ion: Drop ion_phys interfaceLaura Abbott
2016-02-07staging: ion : Donnot wakeup kswapd in ion system allocChen Feng
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-09-29staging: android: Fix checkpatch block comments warningsSriram Raghunathan
2015-07-14staging: ion: shrink page-pool by page unitGioh Kim
2014-08-16staging: android: ion: Remove redundant return of void functionPhong Tran
2014-06-19staging: ion: fixup invalid kfree() calls on heap destroyHeesub Shin
2014-06-19staging: ion: optimize struct ion_system_heapHeesub Shin
2014-06-19staging: ion: remove order argument from free_buffer_page()Heesub Shin
2014-06-19staging: ion: remove struct page_infoHeesub Shin
2014-06-19staging: ion: remove order from struct page_infoHeesub Shin
2014-05-29staging: ion: use compound pages on high order pages for system heapHeesub Shin
2014-05-29staging: ion: tidy up a bitHeesub Shin
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee
2014-04-25Staging: android: ion: duplicated clearing of sg_tableGioh Kim
2014-02-18staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys
2014-02-18staging: ion: Move shrinker out of heapsColin Cross
2014-02-07staging: ion: Fix overflow and list bugs in system heapColin Cross
2013-12-17staging: ion: Fix possible null pointer dereferenceJohn Stultz
2013-12-14ion: Update system heap shrinker to use the new count/scan interfaceJohn Stultz
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2013-12-14ion: fix sparse warningsColin Cross
2013-12-14ion: use alloc_pages in system contig heapColin Cross
2013-12-14ion: allow cached mappings of chunk and system heap buffersColin Cross
2013-12-14ion: remove ion_heap_alloc_pagesColin Cross
2013-12-14ion: Fix two small issues in system_heap allocationJohn Stultz
2013-12-14gpu: ion: remove unnecessary function from system heapColin Cross
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross
2013-12-14ion: check invalid values in ion_system_heapColin Cross