summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion
Commit message (Expand)AuthorAgeFilesLines
* staging: android: ion: Bail out upon SIGKILL when allocating memory.Tetsuo Handa2019-07-251-0/+3
* staging: android: ion: Remove file ion_chunk_heap.cNishka Dasgupta2019-07-033-157/+0Star
* staging: android: ion: Remove file ion_carveout_heap.cNishka Dasgupta2019-07-033-143/+0Star
* staging: android: fix style problemSaiyam Doshi2019-06-151-1/+2
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: android: ion: fix sys heap pool's gfp_flagsQing Xia2019-02-191-1/+1
* Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman2019-01-281-1/+1
|\
| * staging: android: ion: Support cpu access during dma_buf_detachLiam Mark2019-01-221-1/+1
* | staging: android: ion: Remove unused headersAndrew F. Davis2019-01-183-7/+3Star
* | staging: android: ion: Remove base from ion_chunk_heapAndrew F. Davis2019-01-181-5/+2Star
* | staging: android: ion: Remove base from ion_carveout_heapAndrew F. Davis2019-01-181-3/+1Star
* | staging: android: ion: Sync comment docs with struct ion_bufferAndrew F. Davis2019-01-181-2/+7
* | staging: android: ion: Fixup some white-space issuesAndrew F. Davis2019-01-184-2/+13
* | staging: android: ion: Remove struct ion_platform_heapAndrew F. Davis2019-01-183-41/+11Star
* | staging: android: ion: Remove leftover commentAndrew F. Davis2019-01-181-4/+0Star
* | staging: android: ion: Merge ion-ioctl.c into ion.cAndrew F. Davis2019-01-184-97/+78Star
* | staging: android: ion: Remove empty ion_ioctl_dir() functionAndrew F. Davis2019-01-181-14/+2Star
* | staging: android: ion: Add proper header informationAndrew F. Davis2019-01-188-8/+8
|/
* Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-293-10/+51
|\
| * staging: android: ion: Remove unused header filesYangtao Li2018-12-052-2/+0Star
| * staging: android: ion: Add per-heap countersAlexey Skidanov2018-11-092-8/+51
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
|/
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+1
* Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-292-29/+0Star
|\
| * staging: android: ion: Clean unused debug_show memeber of the heap objectAlexey Skidanov2018-09-102-29/+0Star
* | mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka2018-10-271-4/+4
|/
* mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-181-1/+1
* Merge v4.18-rc3 into drm-nextDave Airlie2018-07-041-1/+1
|\
| * staging: android: ion: Return an ERR_PTR in ion_map_kernelLaura Abbott2018-06-251-1/+1
* | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-221-4/+2Star
|\ \ | |/ |/|
| * staging: android: ion: fix ion_dma_buf_attach signaturChristian König2018-06-211-2/+2
| * dma-buf: remove kmap_atomic interfaceChristian König2018-06-201-2/+0Star
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+2
* | staging: android: ion: Switch to pr_warn_once in ion_buffer_destroyLaura Abbott2018-05-151-1/+4
* | staging: android: ion: Check return value of ion_buffer_kmap_getNathan Chancellor2018-05-151-2/+8
* | staging: android: ion: Remove unnecessary blank lineNathan Chancellor2018-05-081-1/+0Star
* | staging: android: ion: Fix license identifier comment formatNathan Chancellor2018-05-081-1/+1
* | staging: android: Kconfig; Remove excessive hyphensNathan Chancellor2018-05-081-1/+1
* | ion: Consider ion pool pages as indirectly reclaimableVijayanand Jitta2018-05-071-0/+5
* | staging: android: ion: remove duplicate buffer field initializesTodd Poynor2018-04-231-4/+2Star
|/
* staging: android: ion: Update wording in drivers/staging/android/ion/KconfigPhillip Potter2018-03-191-1/+1
* Merge 4.16-rc3 into staging-nextGreg Kroah-Hartman2018-02-261-0/+17
|\
| * staging: android: ion: Zero CMA allocated memoryLiam Mark2018-02-161-0/+17
* | staging: android: ion: Remove check of idev->debug_rootYisheng Xie2018-02-221-3/+0Star
* | staging: android: ion: Remove check of debug_fileYisheng Xie2018-02-221-7/+2Star
* | staging: android: ion: Initialize dma_address of new sg listLiam Mark2018-02-201-1/+1
* | staging: android: ion: Combine cache and uncache poolsYisheng Xie2018-02-164-83/+16Star
* | staging: android: ion: Cleanup ion_page_pool_alloc_pagesYisheng Xie2018-02-161-6/+2Star
* | staging: android: ion: Return void instead of intYisheng Xie2018-02-161-2/+1Star
* | staging: android: ion: Remove dead code in ion_page_pool_freeYisheng Xie2018-02-161-5/+1Star