aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/ion/ion_priv.h
Commit message (Expand)AuthorAgeFilesLines
* ion: move into stagingColin Cross2014-01-251-410/+0
* gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin2014-01-251-5/+17
* ion: invalidate cache after zero'ing buffers even if uncachedMitchel Humpherys2014-01-031-9/+3
* ion: export a few handle-related APIsMitchel Humpherys2013-12-121-0/+5
* gpu: ion: use a list instead of a tree for heap debug memory mapMitchel Humpherys2013-11-181-1/+1
* gpu: ion: optimize zero'ing of pagesMitchel Humpherys2013-10-111-1/+14
* ion: remove IS_ERR_OR_NULLColin Cross2013-10-111-0/+3
* gpu: ion: Add buffer flag to skip page pooling on freeMitchel Humpherys2013-10-111-1/+28
* gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin2013-10-111-2/+55
* gpu: ion: Pull secure buffers out of IonLaura Abbott2013-09-261-3/+0
* gpu: ion: Add support for heap walkingLaura Abbott2013-09-041-0/+3
* gpu: ion: Fixup merge conflicts and old codeLaura Abbott2013-09-041-2/+0
* gpu: ion: Add debug information for orphaned handlesRebecca Schultz Zavin2013-09-041-0/+13
* gpu: ion: Remove fd leak detectionLaura Abbott2013-09-041-1/+0
* gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin2013-09-041-1/+19
* gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin2013-09-041-0/+1
* gpu: ion: Add chunk heapRebecca Schultz Zavin2013-09-041-1/+2
* gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin2013-09-041-0/+10
* gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin2013-09-041-2/+2
* gpu: ion: Switch to using a single shrink functionRebecca Schultz Zavin2013-09-041-1/+2
* gpu: ion: Fix several issues with page poolRebecca Schultz Zavin2013-09-041-4/+8
* gpu: ion: Use the ion_page_pool from the system heapRebecca Schultz Zavin2013-09-041-0/+11
* gpu: ion: Add ion_page_pool.Rebecca Schultz Zavin2013-09-041-1/+47
* gpu: ion: Pull caching code into msm specific filesLaura Abbott2013-09-041-3/+0
* gpu: ion: Move iommu mapping and unmapping out of IonLaura Abbott2013-09-041-10/+0
* gpu: ion: Move msm specific defintions into msm_ion_priv.hLaura Abbott2013-09-041-144/+2
* gpu: ion: optimize system heap for non fault buffersRebecca Schultz Zavin2013-09-041-0/+9
* gpu: ion: add generic function for creating chunked sg tablesMitchel Humpherys2013-09-041-0/+12
* gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin2013-09-041-0/+2
* gpu: ion: use ion_phys_addr_t where appropriateLaura Abbott2013-09-041-2/+2
* gpu: ion: Add secure CMA heapLaura Abbott2013-09-041-1/+4
* gpu: ion: Abstract out secure heap restrictionsLaura Abbott2013-09-041-0/+6
* add CMA heapBenjamin Gaignard2013-09-041-0/+4
* gpu: ion: Add support for securing indiviudal buffersLaura Abbott2013-09-041-0/+9
* gpu: ion: remove stale variableMitchel Humpherys2013-07-081-1/+0
* add private field in ion_heap and ion_platform_heap structureBenjamin Gaignard2013-07-081-0/+2
* gpu: ion: Add support for content protection 2.0 in CP heapLaura Abbott2013-07-081-2/+2
* gpu: ion: Add dump of memory mapOlav Haugan2013-07-081-2/+23
* gpu: ion: Delay unmapping from IOMMU.Olav Haugan2013-07-081-1/+9
* gpu: ion: Add API to do cache operationsOlav Haugan2013-07-081-0/+19
* gpu: ion: Add ION support for fmemLaura Abbott2013-07-081-0/+23
* gpu: ion: Refactor debugfs printingOlav Haugan2013-07-081-6/+2
* gpu: ion: Add more debug infoOlav Haugan2013-07-081-0/+4
* gpu: ion: Add support for secure buffersOlav Haugan2013-07-081-2/+8
* gpu: ion: Add support for iommusLaura Abbott2013-07-081-0/+52
* gpu: ion: Add callbacks to enable SMI voting in ION.Alex Bird2013-07-081-0/+2
* gpu: ion: Add scan for leaked userspace fdsLaura Abbott2013-07-081-0/+1
* gpu: ion: Add better debugfs informationLaura Abbott2013-07-081-0/+2
* gpu: ion: Add cache flushing APIsLaura Abbott2013-07-081-0/+3
* gpu: ion: Add support for cached and uncached mappingsLaura Abbott2013-07-081-0/+1