summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/nvmap/nvmap_ioctl.c
AgeCommit message (Expand)Author
2017-07-26video: tegra: nvmap: fix nvmap create handle vulnerabilityKrishna Reddy
2017-06-21video: tegra: nvmap: fix information leak in pin/unpinSri Krishna chowdary
2017-05-26video: tegra: nvmap: Fix security issue in NVMAP_IOC_PARAMGagan Grover
2017-05-05video: tegra: nvmap: fix possible use after freeGagan Grover
2017-03-20video: tegra: nvmap: fix time-of-check,time-of-use vulnerabilitySri Krishna chowdary
2014-09-26video: tegra: nvmap: remove support for Deprecated GET_ID/FROM_ID ioctl'sManeet Singh
2014-09-26video: tegra: nvmap: fix use-after-free race conditionManeet Singh
2014-09-26video: tegra: nvmap: cleanup redundant functionsManeet Singh
2014-06-20video: tegra: nvmap: track vma for all handlesKrishna Reddy
2014-04-23video: tegra: nvmap: implement reserve pages ioctlSri Krishna chowdary
2014-04-23video: tegra: nvmap: add new flag CACHE_SYNCKrishna Reddy
2014-04-23video: tegra: nvmap: track cpu dirty pagesSri Krishna chowdary
2014-04-23video: tegra: nvmap: vma need to be tracked during mmapKrishna Reddy
2014-04-23video: tegra: nvmap: Add cache list IOCTLSri Krishna chowdary
2014-04-23video: tegra: nvmap: support clean only dirty option on write backSri Krishna chowdary
2014-04-11video: tegra: nvmap: fix incorrect size passed to nvmap_alt_freeKrishna Reddy
2014-04-11video: tegra: nvmap: Fix GCC 4.9 build errorDan Willemsen
2014-04-10nvmap: mask off page type bitsSri Krishna chowdary
2014-04-10video: tegra: nvmap: fix incorrect use of pgalloc.contigKrishna Reddy
2014-04-10video: tegra: nvmap: validate handle during duplicationVandana Salve
2014-04-10Revert "nvmap: mask off page type bits"Juha Tukkinen
2014-04-10nvmap: mask off page type bitsSri Krishna chowdary
2014-04-09video: tegra: nvmap: Remove old ZP supportAlex Waterman
2014-04-03video: tegra: nvmap: cache flush on invalidate requestSri Krishna chowdary
2014-03-31video: tegra: nvmap: remove compilation warningsSri Krishna chowdary
2014-03-28video: tegra: nvmap: support deferred fd recycleKrishna Reddy
2014-03-27video: tegra: nvmap: remove stale arg passed to __nvmap_do_cache_maintKrishna Reddy
2014-03-27video: tegra: nvmap: fix incorrect setting of op.flagsKrishna Reddy
2014-03-24video: tegra: nvmap: remove unused variable globalKrishna Reddy
2014-03-21video: tegra: nvmap: remove redundant tlb flushKrishna Reddy
2014-03-19video: tegra: nvmap: fix race condition with NVMAP_LAZY_VFREEKrishna Reddy
2014-03-19video: tegra: nvmap: use kernel api for virtual mappingKrishna Reddy
2014-03-14video: tegra: nvmap: remove unnecessary members from nvmap_handleKrishna Reddy
2014-03-14video: tegra: nvmap: remove nvmap print macrosKrishna Reddy
2014-03-12video:tegra:nvmap: defer virtual space free till handle freeKirill Artamonov
2014-03-11video: tegra: nvmap: implement new cache operationAlex Waterman
2014-03-05video: tegra: nvmap: Fix CONFIG_COMPAT supportDan Willemsen
2014-03-05video: tegra: nvmap: Define ID to be __u32Dan Willemsen
2014-03-05video: tegra: nvmap: Clean up fd error pathDan Willemsen
2014-03-05video: tegra: nvmap: Always use a __u32 for a handleDan Willemsen
2014-03-05video: tegra: nvmap: Remove __nvmap_ref_to_id castingDan Willemsen
2014-03-05video: tegra: nvmap: Remove from_dmabuf_fd castingDan Willemsen
2014-03-05video: tegra: nvmap: unmarshal_user_handle returns nvmap_handleDan Willemsen
2014-03-05video: tegra: nvmap: Move refs array to nvmap_handleDan Willemsen
2014-03-05video: tegra: nvmap: Remove unused unmarshal_user_pointerDan Willemsen
2014-03-05video: tegra: nvmap: Add types to (un)marshal_idDan Willemsen
2014-03-05video: tegra: nvmap: unmarshal_user_id returns nvmap_handleDan Willemsen
2014-03-05video: tegra: nvmap: __nvmap_validate_locked takes a nvmap_handleDan Willemsen
2014-03-05video: tegra: nvmap: Push nvmap_handle_get casting upDan Willemsen
2014-03-05video: tegra: nvmap: Remove nvmap_get_handle_idDan Willemsen