aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/ion
Commit message (Expand)AuthorAgeFilesLines
* ANDROID: ion: Fix uninitialized variableDaniel Rosenberg2019-07-061-1/+1
* ion: Fix use after free during ION_IOC_ALLOCDaniel Rosenberg2019-07-061-0/+2
* ANDROID: ion: Protect kref from userspace manipulationDaniel Rosenberg2019-07-061-4/+73
* ion: Fix use after free during ION_IOC_ALLOCDaniel Rosenberg2019-07-061-4/+13
* ANDROID: ion: check for kref overflowAriel Yin2019-07-061-3/+14
* ion: blacklist %p kptr_restrictNick Desaulniers2019-07-061-3/+3
* ion: disable system contig heapLiam Mark2019-07-061-4/+6
* BACKPORT: ion: fix a race condition in the ion driverEun Taik Lee2019-07-061-12/+42
* ion: chunk_heap: fix leak in allocated counterColin Cross2019-07-061-6/+9
* Merge Sony package 23.5.A.1.291 releasetomascus2019-06-302-3/+5
* gpu: ion: Reduce allocation time from system heapOlav Haugan2014-07-081-7/+7
* gpu: ion: Optimize zeroing when allocating from system heapOlav Haugan2014-07-084-57/+148
* gpu: ion: Add source of allocated pageOlav Haugan2014-07-083-9/+15
* ion: Skip zeroing on secure buffersLaura Abbott2014-05-271-0/+1
* ion: retry during race with shrinking/allocatingLaura Abbott2014-03-281-3/+3
* ion: Add missing unlock on error pathLaura Abbott2014-03-121-0/+1
* Merge "ion: invalidate buffers before zero'ing"Linux Build Service Account2014-02-251-2/+5
|\
| * ion: invalidate buffers before zero'ingMitchel Humpherys2014-02-101-2/+5
* | Merge "ion: system_heap: only use low gfp flags for order-0 pages"Linux Build Service Account2014-02-131-2/+2
|\ \
| * | ion: system_heap: only use low gfp flags for order-0 pagesMitchel Humpherys2014-01-251-2/+2
| |/
* | Merge "gpu: ion: system_heap: add support for 2MB allocations"Linux Build Service Account2014-02-131-1/+1
|\ \ | |/ |/|
| * gpu: ion: system_heap: add support for 2MB allocationsMitchel Humpherys2014-01-061-1/+1
* | Merge "gpu: ion: fix use-after-free in ion_heap_freelist_drain"Linux Build Service Account2014-01-251-1/+1
|\ \
| * | gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys2014-01-241-1/+1
* | | ion: remove unused functionMitchel Humpherys2014-01-241-37/+0
|/ /
* / ion: invalidate cache after zero'ing buffers even if uncachedMitchel Humpherys2014-01-034-41/+24
|/
* ion: msm: fix bug with handle id handlingMitchel Humpherys2013-12-231-1/+1
* ion: msm: update custom caching ioctls for new handle formatMitchel Humpherys2013-12-161-16/+15
* ion: export a few handle-related APIsMitchel Humpherys2013-12-162-2/+7
* ion: hold reference to handle after ion_uhandle_getColin Cross2013-12-161-16/+41
* ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand2013-12-161-2/+2
* ion: don't use id 0 for handle cookieColin Cross2013-12-161-1/+1
* ion: replace userspace handle cookies with idrColin Cross2013-12-161-36/+71
* gpu: ion: Don't recursively take secure chunk lockLaura Abbott2013-12-101-1/+7
* gpu: ion: Add support for specifying a default prefetch sizeLaura Abbott2013-12-102-3/+36
* gpu: ion: Add support for getting the heap size of CMA regionsLaura Abbott2013-12-101-6/+36
* gpu: ion: Add support for heap walkingLaura Abbott2013-12-102-0/+25
* gpu: ion: Add ioctls for prefetching/draining poolsLaura Abbott2013-12-101-0/+25
* gpu: ion: Add pooling of CMA allocationsLaura Abbott2013-12-102-37/+451
* Merge "gpu: ion: add locking to traversal of volatile rb tree"Linux Build Service Account2013-11-211-0/+2
|\
| * gpu: ion: add locking to traversal of volatile rb treeMitchel Humpherys2013-11-191-0/+2
* | Merge "gpu: ion: fix locking issues in debug code"Linux Build Service Account2013-11-211-73/+38
|\|
| * gpu: ion: fix locking issues in debug codeMitchel Humpherys2013-11-191-73/+38
* | Merge "gpu: ion: use a list instead of a tree for heap debug memory map"Linux Build Service Account2013-11-218-60/+42
|\|
| * gpu: ion: use a list instead of a tree for heap debug memory mapMitchel Humpherys2013-11-198-60/+42
* | Merge "gpu: ion: system_heap: invalidate cache on cached pool allocations"Linux Build Service Account2013-11-211-4/+6
|\|
| * gpu: ion: system_heap: invalidate cache on cached pool allocationsMitchel Humpherys2013-11-181-4/+6
* | Merge "gpu: ion: kmalloc_heap: flush cpu caches at allocation time"Linux Build Service Account2013-11-211-21/+53
|\|
| * gpu: ion: kmalloc_heap: flush cpu caches at allocation timeMitchel Humpherys2013-11-181-21/+53
* | Merge "gpu: ion: fix zero'ing of cached buffers in system heap"Linux Build Service Account2013-11-211-4/+1
|\|