summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/nvmap/nvmap.h
AgeCommit message (Expand)Author
2013-09-14video: tegra: nvmap: rename nvmap.h to nvmap_priv.hKrishna Reddy
2013-09-14video: tegra: nvmap: restrict clients to use user idKrishna Reddy
2013-09-14video: tegra: nvmap: avoid tlb flush overhead related to arm errata 798181Krishna Reddy
2013-09-14video: tegra: nvmap: handle id should be of type ulongKrishna Reddy
2013-09-14video: tegra: nvmap: remove unused compaction code.Krishna Reddy
2013-09-14video: tegra: nvmap: move private api's to private nvmap.hKrishna Reddy
2013-09-14video: tegra: nvmap: add api's that take user id of nvmap handleKrishna Reddy
2013-09-14video: tegra: nvmap: move private nvmap API's to private nvmap.hKrishna Reddy
2013-09-14video: tegra: nvmap: add api to allow marshal/unmarshal of nvmap handlesKrishna Reddy
2013-09-14video: tegra: nvmap: move client used api to linux/nvmap.hKrishna Reddy
2013-09-14video: tegra: nvmap: protect usecount variable from race conditionsKrishna Reddy
2013-09-14video: tegra: nvmap: add file id support for nvmap handleKrishna Reddy
2013-09-14nvmap: implement deferred cache maintenanceKirill Artamonov
2013-09-14video: tegra: nvmap: implement fast api functionsKirill Artamonov
2013-09-14video: tegra: nvmap: Add support for nvmap_kmapKrishna Reddy
2013-09-14video: tegra: nvmap: Introduce dma-buf exporterHiroshi Doyu
2013-09-14video: tegra: nvmap: Disable inner cacheable handling with LPAEScott Williams
2013-09-14unknown changesDan Willemsen
2013-09-14video: tegra: nvmap: Change function declaration order.Krishna Reddy
2013-09-14arm: tegra: nvmap: Prepare nvmap api's to support Ion.Krishna Reddy
2013-09-14video: tegra: nvmap: Export nvmap_duplicate_handle_idDan Willemsen
2013-09-14video: tegra: nvmap: Use nvmap.h include file from kernel/includeKrishna Reddy
2013-09-14video: tegra: nvmap: config option to enable page pools.Krishna Reddy
2013-09-14video: tegra: nvmap: Refactor page pool code.Krishna Reddy
2013-09-14video: tegra: nvmap: Optimze nvmap page pool shrink timeKrishna Reddy
2013-09-14video: tegra: nvmap: optimize uc & wc allocations.Krishna Reddy
2013-09-14video: tegra: nvmap: Expose nvmap_handle_refTerje Bergstrom
2013-09-14video: tegra: nvmap: expose allocation flags in debugfsKirill Artamonov
2013-09-14video: tegra: nvmap: fix checkpatch.pl issuesKen Adams
2013-09-14video: tegra: nvmap: Add debugfs for iovmm allocations.Krishna Reddy
2013-09-14video: tegra: nvmap: include mm.hRobert Morell
2013-09-14video: tegra: nvmap: Allow cache maint for write combine memory.Krishna Reddy
2013-09-14video: tegra: nvmap: fix GART pin lockupsKirill Artamonov
2013-09-14video: tegra: nvmap: Add support to allocate specific IOVMvdumpa
2013-09-14arm: tegra: nvmap: Forcing to convert CarveOut requests to IOVMHiro Sugawara
2013-09-14video: tegra: nvmap: fix potential deadlockKirill Artamonov
2013-09-14video: tegra: nvmap: replace mutex with spinlockKirill Artamonov
2013-09-14nvmap: implementing K36 carveout compactorKirill Artamonov
2013-09-14video: tegra: nvmap: Add names to nvmap clientRebecca Schultz Zavin
2013-09-14video: tegra: nvmap: Fix handle ref countingRebecca Schultz Zavin
2013-09-14video: tegra: nvmap: Track carveout clientsRebecca Schultz Zavin
2013-09-14video: tegra: add GPU memory management driver (nvmap)Gary King