aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion.c
AgeCommit message (Expand)Author
2019-03-05staging: android: ion: Support cpu access during dma_buf_detachLiam Mark
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-06-21staging: android: ion: fix ion_dma_buf_attach signaturChristian König
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König
2018-05-15staging: android: ion: Switch to pr_warn_once in ion_buffer_destroyLaura Abbott
2018-05-15staging: android: ion: Check return value of ion_buffer_kmap_getNathan Chancellor
2018-05-08staging: android: ion: Remove unnecessary blank lineNathan Chancellor
2018-04-23staging: android: ion: remove duplicate buffer field initializesTodd Poynor
2018-02-22staging: android: ion: Remove check of idev->debug_rootYisheng Xie
2018-02-22staging: android: ion: Remove check of debug_fileYisheng Xie
2018-02-20staging: android: ion: Initialize dma_address of new sg listLiam Mark
2018-02-16staging: android: ion: Combine cache and uncache poolsYisheng Xie
2018-02-16staging: android: ion: Remove lable debugfs_doneYisheng Xie
2018-02-16staging: android: ion: Avoid NULL point in error pathYisheng Xie
2018-01-08staging: android: check for error from register_shrinker in ion_heap_init_shr...Xiongwei Song
2018-01-02Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman
2017-12-19staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra
2017-12-06staging: android: Fix checkpatch.pl errorAshish Kalra
2017-11-28staging: ion: reorder includeBenjamin Gaignard
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-11-02staging: android: ion: remove redundant variable tableColin Ian King
2017-06-29Staging: ion: fix code style warning from NULL comparisonsQuytelda Kahja
2017-05-25staging: android: ion: set init function as staticPaolo Cretaro
2017-05-18staging: android: ion: Avoid calling free_duped_table() twiceArchit Taneja
2017-05-18staging: android: ion: Remove unused members from ion_bufferArchit Taneja
2017-05-15staging: android: ion: cosmetic changesJaikumar Dhanapal
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-04-28staging: android: ion: Fix unnecessary initialization of static variableFabrizio Perria
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe
2017-04-18staging: android: ion: Set query return valueLaura Abbott
2017-04-18staging: android: ion: Remove ion_handle and ion_clientLaura Abbott
2017-04-18staging: android: ion: Drop ion_map_kernel interfaceLaura Abbott
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott
2017-04-18staging: android: ion: Break the ABI in the name of forward progressLaura Abbott
2017-04-18staging: android: ion: Stop butchering the DMA addressLaura Abbott
2017-04-08staging: android: ion: Remove import interfaceLaura Abbott
2017-04-08staging: android: ion: Remove custom ioctl interfaceLaura Abbott
2017-04-08staging: android: ion: Remove crufty cache supportLaura Abbott
2017-04-08staging: android: ion: Remove page faulting supportLaura Abbott
2017-04-08staging: android: ion: Call dma_map_sg for syncing and mappingLaura Abbott
2017-04-08staging: android: ion: Duplicate sg_tableLaura Abbott
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman