aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ashmem.c
AgeCommit message (Expand)Author
2020-08-21staging: android: ashmem: Fix lockdep warning for write operationSuren Baghdasaryan
2020-02-28staging: android: ashmem: Disallow ashmem memory from being remappedSuren Baghdasaryan
2018-10-03staging: android: ashmem: Fix mmap size validationAlistair Strachan
2018-03-24staging: android: ashmem: Fix possible deadlock in ashmem_ioctlYisheng Xie
2018-03-19staging: android: ashmem: Fix lockdep issue during llseekJoel Fernandes
2018-02-25staging: android: ashmem: Fix a race condition in pin ioctlsBen Hutchings
2018-01-17staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic
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
2015-07-31drivers: staging: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-07-31Staging : android :Replace comma with a semicolonShraddha Barke
2015-04-11ashmem: use __vfs_read()Al Viro
2015-01-17staging: android: remove space after castsFabian Holler
2015-01-17staging: android: remove blank lines after open bracesFabian Holler
2015-01-17staging: android: fix indentation to match open parenthesisFabian Holler
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker
2014-10-09ashmem: use vfs_llseek()Al Viro
2014-02-07staging: ashmem: Avoid deadlock between read and mmap callsTodd Poynor
2013-10-25staging: ashmem: Fix ASHMEM_PURGE_ALL_CACHES return valueJohn Stultz
2013-09-17staging/android: Add some more kerneldoc to ashmem.cCruz Julian Bishop
2013-09-17staging/android: Initial partial kernel-doc for ashmem.cCruz Julian Bishop
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner
2013-09-10shrinker: add node awarenessDave Chinner
2013-05-13staging: android: Fixed line over 80 charMarlies Ruck
2013-03-06staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernelSerban Constantinescu
2013-03-05staging: android: ashmem: get_name,set_name not to hold ashmem_mutexShankar Brahadeeswaran
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-08-13staging: android: ashmem: Fix comment/license formattingCruz Julian Bishop
2012-06-12staging: Android: Fix some checkpatch warningsSachin Kamat
2012-05-29mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins