summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ashmem.c
Commit message (Expand)AuthorAgeFilesLines
* drivers:staging:android:ashmem: Changing return type from int to loff_tRohit Kumar2018-03-191-1/+1
* staging: android: ashmem: Fix possible deadlock in ashmem_ioctlYisheng Xie2018-03-061-5/+3Star
* staging: android: ashmem: Fix lockdep issue during llseekJoel Fernandes2018-03-011-8/+7Star
* staging: android: ashmem: Fix a race condition in pin ioctlsBen Hutchings2018-02-161-8/+11
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-011-10/+27
|\
| * staging: android: check the return value of register_shrinkerXiongwei Song2018-01-081-1/+7
| * staging: android: ashmem: add procfs fdinfo helperZhai Zhaoxuan2018-01-081-0/+19
| * staging: android: Remove redundant license textGreg Kroah-Hartman2017-11-281-9/+0Star
| * staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman2017-11-281-0/+1
* | staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic2018-01-091-0/+2
|/
* ashmem: switch to ->read_iterChristoph Hellwig2017-09-051-21/+8Star
* staging: android: ashmem: lseek failed due to no FMODE_LSEEK.Shuxiao Zhang2017-04-081-0/+1
* staging: android: ashmem: clean up range inline functionsGuillaume Tucker2016-12-061-14/+14
* staging: android: ashmem: convert range macros to inlinesGuillaume Tucker2016-12-061-4/+8
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-2/+2
|\
| * mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen2016-02-181-2/+2
* | Staging: android: ashmem.c: Convert macros page_range_{subsumes/subsumed_by/i...Bhumika Goyal2016-03-121-7/+16
* | Staging: android: ashmem.c: Redefine macros as static inline functionsBhumika Goyal2016-03-121-4/+8
* | staging: android: Replace min_t/max_t with min/maxAmitoj Kaur Chawla2016-03-121-2/+2
* | staging: ashmem: Avoid deadlock with mmap/shrinkLaura Abbott2016-02-081-1/+3
|/
* staging: android: ashmem.c: destroy slabs when init failsWenwei Tao2015-12-211-4/+11
* drivers/staging: make android ashmem.c explicitly non-modularPaul Gortmaker2015-10-131-17/+3Star
* staging: android: Remove /** from regular commentsCristina Moraru2015-10-041-2/+2
* staging: android: Remove kernel-doc typoCristina Moraru2015-10-041-1/+1
* Staging: android: Remove unnecessary braces.Shraddha Barke2015-09-131-2/+1Star
* staging: android: ashmem.c: 'Alignment' style issuePeng Sun2015-09-131-4/+4
* staging: android: ashmem.c: 'No space necessary after' style issuePeng Sun2015-09-131-2/+2
* staging: android: ashmem.c: 'spaces preferred around that -' style issuePeng Sun2015-09-131-1/+2
* Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-08-311-2/+2
|\
| * drivers: staging: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-011-1/+1
| * Staging : android :Replace comma with a semicolonShraddha Barke2015-08-011-1/+1
* | char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-051-6/+1Star
|/
* ashmem: use __vfs_read()Al Viro2015-04-121-1/+1
* staging: android: remove space after castsFabian Holler2015-01-181-3/+3
* staging: android: remove blank lines after open bracesFabian Holler2015-01-181-2/+0Star
* staging: android: fix indentation to match open parenthesisFabian Holler2015-01-181-2/+2
* Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-171-1/+1
|\
| * VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker2014-11-071-1/+1
* | mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-131-2/+1Star
|/
* ashmem: use vfs_llseek()Al Viro2014-10-091-1/+1
* staging: ashmem: Avoid deadlock between read and mmap callsTodd Poynor2014-02-071-19/+26
* staging: ashmem: Fix ASHMEM_PURGE_ALL_CACHES return valueJohn Stultz2013-10-251-1/+1
* staging/android: Add some more kerneldoc to ashmem.cCruz Julian Bishop2013-09-171-3/+37
* staging/android: Initial partial kernel-doc for ashmem.cCruz Julian Bishop2013-09-171-30/+67
* drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-111-16/+27
* shrinker: add node awarenessDave Chinner2013-09-111-0/+3
* staging: android: Fixed line over 80 charMarlies Ruck2013-05-131-1/+2
* staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernelSerban Constantinescu2013-03-061-1/+20
* staging: android: ashmem: get_name,set_name not to hold ashmem_mutexShankar Brahadeeswaran2013-03-051-13/+32
* mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov2012-10-091-1/+0Star