Age | Commit message (Expand) | Author |
2022-03-15 | staging: remove ashmem | Christoph Hellwig |
2021-06-18 | staging: android: ashmem: add size field in procfs fdinfo | liuhailong |
2021-05-10 | staging: android: ashmem: Supply description for 'new_range' | Lee Jones |
2020-12-28 | driver: staging: count ashmem_range into SLAB_RECLAIMBLE | Zhaoyang Huang |
2020-11-19 | mm: introduce vma_set_file function v5 | Christian König |
2020-11-05 | Revert "mm: introduce vma_set_file function v4" | Christian König |
2020-11-05 | mm: introduce vma_set_file function v4 | Christian König |
2020-07-31 | staging: android: ashmem: Fix lockdep warning for write operation | Suren Baghdasaryan |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-02-10 | staging: android: ashmem: Disallow ashmem memory from being remapped | Suren Baghdasaryan |
2020-01-14 | staging: android: ashmem: Replace strcpy with strscpy | Ole Wiedemann |
2019-02-26 | staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex held. | Tetsuo Handa |
2019-02-19 | staging: android: ashmem: Don't call fallocate() with ashmem_mutex held. | Tetsuo Handa |
2019-02-08 | staging: android: formatting change in ashmem.c | K Hodges |
2018-12-19 | staging: android: ashmem: doc: Fix spelling | Daniel Bovensiepen |
2018-08-18 | Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-08-01 | staging: ashmem: Fix SIGBUS crash when traversing mmaped ashmem pages | John Stultz |
2018-07-16 | staging: android: ashmem: Shrink directly through shmem_fallocate | Tobias Lindskog |
2018-06-28 | staging: android: ashmem: Fix mmap size validation | Alistair Strachan |
2018-06-28 | staging: android: ashmem: Remove use of unlikely() | Alistair Strachan |
2018-03-19 | drivers:staging:android:ashmem: Changing return type from int to loff_t | Rohit Kumar |
2018-03-06 | staging: android: ashmem: Fix possible deadlock in ashmem_ioctl | Yisheng Xie |
2018-03-01 | staging: android: ashmem: Fix lockdep issue during llseek | Joel Fernandes |
2018-02-16 | staging: android: ashmem: Fix a race condition in pin ioctls | Ben Hutchings |
2018-02-01 | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-01-09 | staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctl | Viktor Slavkovic |
2018-01-08 | staging: android: check the return value of register_shrinker | Xiongwei Song |
2018-01-08 | staging: android: ashmem: add procfs fdinfo helper | Zhai Zhaoxuan |
2017-11-28 | staging: android: Remove redundant license text | Greg Kroah-Hartman |
2017-11-28 | staging: android: add SPDX identifiers to all android driver files | Greg Kroah-Hartman |
2017-09-04 | ashmem: switch to ->read_iter | Christoph Hellwig |
2017-04-08 | staging: android: ashmem: lseek failed due to no FMODE_LSEEK. | Shuxiao Zhang |
2016-12-06 | staging: android: ashmem: clean up range inline functions | Guillaume Tucker |
2016-12-06 | staging: android: ashmem: convert range macros to inlines | Guillaume Tucker |
2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-03-11 | Staging: android: ashmem.c: Convert macros page_range_{subsumes/subsumed_by/i... | Bhumika Goyal |
2016-03-11 | Staging: android: ashmem.c: Redefine macros as static inline functions | Bhumika Goyal |
2016-03-11 | staging: android: Replace min_t/max_t with min/max | Amitoj Kaur Chawla |
2016-02-18 | mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits() | Dave Hansen |
2016-02-07 | staging: ashmem: Avoid deadlock with mmap/shrink | Laura Abbott |
2015-12-21 | staging: android: ashmem.c: destroy slabs when init fails | Wenwei Tao |
2015-10-12 | drivers/staging: make android ashmem.c explicitly non-modular | Paul Gortmaker |
2015-10-04 | staging: android: Remove /** from regular comments | Cristina Moraru |
2015-10-04 | staging: android: Remove kernel-doc typo | Cristina Moraru |
2015-09-12 | Staging: android: Remove unnecessary braces. | Shraddha Barke |
2015-09-12 | staging: android: ashmem.c: 'Alignment' style issue | Peng Sun |
2015-09-12 | staging: android: ashmem.c: 'No space necessary after' style issue | Peng Sun |
2015-09-12 | staging: android: ashmem.c: 'spaces preferred around that -' style issue | Peng Sun |
2015-08-31 | Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2015-08-05 | char: make misc_deregister a void function | Greg Kroah-Hartman |