summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
AgeCommit message (Expand)AuthorLines
2017-06-29Staging: ion: fix code style warning from NULL comparisonsQuytelda Kahja-3/+3
2017-06-14staging: android: ion: Improve memory alloc styleAliaksei Karaliou-3/+3
2017-06-03staging: android: uapi: drop definitions of removed ION_IOC_{FREE,SHARE} ioctlsGleb Fotengauer-Malinovskiy-18/+0
2017-05-25staging: android: ion: set init function as staticPaolo Cretaro-1/+1
2017-05-22Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman-51/+0
2017-05-18staging: android: ion: Avoid calling free_duped_table() twiceArchit Taneja-9/+3
2017-05-18staging: android: ion: Remove ION_FLAG_CACHED_NEEDS_SYNCArchit Taneja-6/+0
2017-05-18staging: android: ion: Remove unused members from ion_bufferArchit Taneja-16/+0
2017-05-15staging/android/ion: remove useless document fileYisheng Xie-51/+0
2017-05-15staging: android: ion: Resolve minor indentation issue.Matthew Giassa-1/+1
2017-05-15staging: android: ion: Align with open parenthesisRichard Porter-2/+2
2017-05-15staging: android: ion: cosmetic changesJaikumar Dhanapal-5/+3
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3430/+578
2017-04-28staging: android: ion: Fix unnecessary initialization of static variableFabrizio Perria-1/+1
2017-04-28staging: android: ion: Remove whitespace before quoted newlinePaolo Cretaro-1/+1
2017-04-25staging: android: ion: Replace spaces with tabs for indentationPaolo Cretaro-3/+3
2017-04-21Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie-4/+4
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe-4/+4
2017-04-18staging/android: Update Ion TODO listLaura Abbott-17/+4
2017-04-18staging: android: ion: Set query return valueLaura Abbott-0/+1
2017-04-18staging: android: ion: Remove ion_handle and ion_clientLaura Abbott-805/+51
2017-04-18staging: android: ion: Drop ion_map_kernel interfaceLaura Abbott-59/+0
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott-167/+85
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott-540/+402
2017-04-18staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott-20/+12
2017-04-18staging: android: ion: Break the ABI in the name of forward progressLaura Abbott-198/+11
2017-04-18staging: android: ion: Stop butchering the DMA addressLaura Abbott-16/+1
2017-04-18staging: android: ion: Use CMA APIs directlyLaura Abbott-72/+39
2017-04-10Merge 4.11-rc6 into staging-nextGreg Kroah-Hartman-0/+1
2017-04-08staging: android: ion: Remove old platform supportLaura Abbott-999/+0
2017-04-08staging: android: ion: Remove duplicate ION_IOC_MAPLaura Abbott-12/+0
2017-04-08staging: android: ion: Remove import interfaceLaura Abbott-97/+0
2017-04-08staging: android: ion: Remove custom ioctl interfaceLaura Abbott-85/+3
2017-04-08staging: android: ion: Remove crufty cache supportLaura Abbott-90/+0
2017-04-08staging: android: ion: Remove page faulting supportLaura Abbott-117/+0
2017-04-08staging: android: ion: Call dma_map_sg for syncing and mappingLaura Abbott-49/+103
2017-04-08staging: android: ion: Duplicate sg_tableLaura Abbott-1/+29
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott-39/+16
2017-04-08staging: android: ion: Remove dmap_cntLaura Abbott-2/+0
2017-04-08staging: android: ashmem: lseek failed due to no FMODE_LSEEK.Shuxiao Zhang-0/+1
2017-03-14Staging: android: ion: ion_dummy_driver: remove unnecessary empty lineMaciej Billewicz-1/+0
2017-03-14staging: android: ion: Replace pr_err with dev_errsimran singhal-1/+1
2017-03-09staging, android: remove lowmemory killer from the treeMichal Hocko-223/+0
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang-3/+3
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov-2/+1
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-29/+27
2017-02-12staging: android: ion: fix coding style issueYoungdo, Lee-3/+3