aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ashmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-26staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex held.Tetsuo Handa1-18/+24
2019-02-19staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.Tetsuo Handa1-5/+20
2019-02-08staging: android: formatting change in ashmem.cK Hodges1-1/+2
2018-12-19staging: android: ashmem: doc: Fix spellingDaniel Bovensiepen1-2/+2
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-20/+26
2018-08-01staging: ashmem: Fix SIGBUS crash when traversing mmaped ashmem pagesJohn Stultz1-0/+2
2018-07-16staging: android: ashmem: Shrink directly through shmem_fallocateTobias Lindskog1-3/+3
2018-06-28staging: android: ashmem: Fix mmap size validationAlistair Strachan1-0/+6
2018-06-28staging: android: ashmem: Remove use of unlikely()Alistair Strachan1-17/+17
2018-03-19drivers:staging:android:ashmem: Changing return type from int to loff_tRohit Kumar1-1/+1
2018-03-06staging: android: ashmem: Fix possible deadlock in ashmem_ioctlYisheng Xie1-5/+3
2018-03-01staging: android: ashmem: Fix lockdep issue during llseekJoel Fernandes1-8/+7
2018-02-16staging: android: ashmem: Fix a race condition in pin ioctlsBen Hutchings1-8/+11
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-10/+27
2018-01-09staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic1-0/+2
2018-01-08staging: android: check the return value of register_shrinkerXiongwei Song1-1/+7
2018-01-08staging: android: ashmem: add procfs fdinfo helperZhai Zhaoxuan1-0/+19
2017-11-28staging: android: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-28staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman1-0/+1
2017-09-04ashmem: switch to ->read_iterChristoph Hellwig1-21/+8
2017-04-08staging: android: ashmem: lseek failed due to no FMODE_LSEEK.Shuxiao Zhang1-0/+1
2016-12-06staging: android: ashmem: clean up range inline functionsGuillaume Tucker1-14/+14
2016-12-06staging: android: ashmem: convert range macros to inlinesGuillaume Tucker1-4/+8
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-03-11Staging: android: ashmem.c: Convert macros page_range_{subsumes/subsumed_by/in}_range to static inline functionBhumika Goyal1-7/+16
2016-03-11Staging: android: ashmem.c: Redefine macros as static inline functionsBhumika Goyal1-4/+8
2016-03-11staging: android: Replace min_t/max_t with min/maxAmitoj Kaur Chawla1-2/+2
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen1-2/+2
2016-02-07staging: ashmem: Avoid deadlock with mmap/shrinkLaura Abbott1-1/+3
2015-12-21staging: android: ashmem.c: destroy slabs when init failsWenwei Tao1-4/+11
2015-10-12drivers/staging: make android ashmem.c explicitly non-modularPaul Gortmaker1-17/+3
2015-10-04staging: android: Remove /** from regular commentsCristina Moraru1-2/+2
2015-10-04staging: android: Remove kernel-doc typoCristina Moraru1-1/+1
2015-09-12Staging: android: Remove unnecessary braces.Shraddha Barke1-2/+1
2015-09-12staging: android: ashmem.c: 'Alignment' style issuePeng Sun1-4/+4
2015-09-12staging: android: ashmem.c: 'No space necessary after' style issuePeng Sun1-2/+2
2015-09-12staging: android: ashmem.c: 'spaces preferred around that -' style issuePeng Sun1-1/+2
2015-08-31Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+2
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman1-6/+1
2015-07-31drivers: staging: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-07-31Staging : android :Replace comma with a semicolonShraddha Barke1-1/+1
2015-04-11ashmem: use __vfs_read()Al Viro1-1/+1
2015-01-17staging: android: remove space after castsFabian Holler1-3/+3
2015-01-17staging: android: remove blank lines after open bracesFabian Holler1-2/+0
2015-01-17staging: android: fix indentation to match open parenthesisFabian Holler1-2/+2
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner1-2/+1
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker1-1/+1
2014-10-09ashmem: use vfs_llseek()Al Viro1-1/+1
2014-02-07staging: ashmem: Avoid deadlock between read and mmap callsTodd Poynor1-19/+26