summaryrefslogtreecommitdiff
path: root/drivers/staging/android/ashmem.c
AgeCommit message (Expand)Author
2022-03-15staging: remove ashmemChristoph Hellwig
2021-06-18staging: android: ashmem: add size field in procfs fdinfoliuhailong
2021-05-10staging: android: ashmem: Supply description for 'new_range'Lee Jones
2020-12-28driver: staging: count ashmem_range into SLAB_RECLAIMBLEZhaoyang Huang
2020-11-19mm: introduce vma_set_file function v5Christian König
2020-11-05Revert "mm: introduce vma_set_file function v4"Christian König
2020-11-05mm: introduce vma_set_file function v4Christian König
2020-07-31staging: android: ashmem: Fix lockdep warning for write operationSuren Baghdasaryan
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-02-10staging: android: ashmem: Disallow ashmem memory from being remappedSuren Baghdasaryan
2020-01-14staging: android: ashmem: Replace strcpy with strscpyOle Wiedemann
2019-02-26staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex held.Tetsuo Handa
2019-02-19staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.Tetsuo Handa
2019-02-08staging: android: formatting change in ashmem.cK Hodges
2018-12-19staging: android: ashmem: doc: Fix spellingDaniel Bovensiepen
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-01staging: ashmem: Fix SIGBUS crash when traversing mmaped ashmem pagesJohn Stultz
2018-07-16staging: android: ashmem: Shrink directly through shmem_fallocateTobias Lindskog
2018-06-28staging: android: ashmem: Fix mmap size validationAlistair Strachan
2018-06-28staging: android: ashmem: Remove use of unlikely()Alistair Strachan
2018-03-19drivers:staging:android:ashmem: Changing return type from int to loff_tRohit Kumar
2018-03-06staging: android: ashmem: Fix possible deadlock in ashmem_ioctlYisheng Xie
2018-03-01staging: android: ashmem: Fix lockdep issue during llseekJoel Fernandes
2018-02-16staging: android: ashmem: Fix a race condition in pin ioctlsBen Hutchings
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-09staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic
2018-01-08staging: android: check the return value of register_shrinkerXiongwei Song
2018-01-08staging: android: ashmem: add procfs fdinfo helperZhai Zhaoxuan
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-09-04ashmem: switch to ->read_iterChristoph Hellwig
2017-04-08staging: android: ashmem: lseek failed due to no FMODE_LSEEK.Shuxiao Zhang
2016-12-06staging: android: ashmem: clean up range inline functionsGuillaume Tucker
2016-12-06staging: android: ashmem: convert range macros to inlinesGuillaume Tucker
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-11Staging: android: ashmem.c: Convert macros page_range_{subsumes/subsumed_by/i...Bhumika Goyal
2016-03-11Staging: android: ashmem.c: Redefine macros as static inline functionsBhumika Goyal
2016-03-11staging: android: Replace min_t/max_t with min/maxAmitoj Kaur Chawla
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen
2016-02-07staging: ashmem: Avoid deadlock with mmap/shrinkLaura Abbott
2015-12-21staging: android: ashmem.c: destroy slabs when init failsWenwei Tao
2015-10-12drivers/staging: make android ashmem.c explicitly non-modularPaul Gortmaker
2015-10-04staging: android: Remove /** from regular commentsCristina Moraru
2015-10-04staging: android: Remove kernel-doc typoCristina Moraru
2015-09-12Staging: android: Remove unnecessary braces.Shraddha Barke
2015-09-12staging: android: ashmem.c: 'Alignment' style issuePeng Sun
2015-09-12staging: android: ashmem.c: 'No space necessary after' style issuePeng Sun
2015-09-12staging: android: ashmem.c: 'spaces preferred around that -' style issuePeng Sun
2015-08-31Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman