index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
/
ashmem.c
Age
Commit message (
Expand
)
Author
Lines
2016-03-20
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-2
/
+2
2016-03-11
Staging: android: ashmem.c: Convert macros page_range_{subsumes/subsumed_by/i...
Bhumika Goyal
-7
/
+16
2016-03-11
Staging: android: ashmem.c: Redefine macros as static inline functions
Bhumika Goyal
-4
/
+8
2016-03-11
staging: android: Replace min_t/max_t with min/max
Amitoj Kaur Chawla
-2
/
+2
2016-02-18
mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()
Dave Hansen
-2
/
+2
2016-02-07
staging: ashmem: Avoid deadlock with mmap/shrink
Laura Abbott
-1
/
+3
2015-12-21
staging: android: ashmem.c: destroy slabs when init fails
Wenwei Tao
-4
/
+11
2015-10-12
drivers/staging: make android ashmem.c explicitly non-modular
Paul Gortmaker
-17
/
+3
2015-10-04
staging: android: Remove /** from regular comments
Cristina Moraru
-2
/
+2
2015-10-04
staging: android: Remove kernel-doc typo
Cristina Moraru
-1
/
+1
2015-09-12
Staging: android: Remove unnecessary braces.
Shraddha Barke
-2
/
+1
2015-09-12
staging: android: ashmem.c: 'Alignment' style issue
Peng Sun
-4
/
+4
2015-09-12
staging: android: ashmem.c: 'No space necessary after' style issue
Peng Sun
-2
/
+2
2015-09-12
staging: android: ashmem.c: 'spaces preferred around that -' style issue
Peng Sun
-1
/
+2
2015-08-31
Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-2
/
+2
2015-08-05
char: make misc_deregister a void function
Greg Kroah-Hartman
-6
/
+1
2015-07-31
drivers: staging: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
-1
/
+1
2015-07-31
Staging : android :Replace comma with a semicolon
Shraddha Barke
-1
/
+1
2015-04-11
ashmem: use __vfs_read()
Al Viro
-1
/
+1
2015-01-17
staging: android: remove space after casts
Fabian Holler
-3
/
+3
2015-01-17
staging: android: remove blank lines after open braces
Fabian Holler
-2
/
+0
2015-01-17
staging: android: fix indentation to match open parenthesis
Fabian Holler
-2
/
+2
2014-12-16
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
-1
/
+1
2014-12-13
mm: vmscan: invoke slab shrinkers from shrink_zone()
Johannes Weiner
-2
/
+1
2014-11-07
VFS: Rename do_fallocate() to vfs_fallocate()
Anna Schumaker
-1
/
+1
2014-10-09
ashmem: use vfs_llseek()
Al Viro
-1
/
+1
2014-02-07
staging: ashmem: Avoid deadlock between read and mmap calls
Todd Poynor
-19
/
+26
2013-10-25
staging: ashmem: Fix ASHMEM_PURGE_ALL_CACHES return value
John Stultz
-1
/
+1
2013-09-17
staging/android: Add some more kerneldoc to ashmem.c
Cruz Julian Bishop
-3
/
+37
2013-09-17
staging/android: Initial partial kernel-doc for ashmem.c
Cruz Julian Bishop
-30
/
+67
2013-09-10
drivers: convert shrinkers to new count/scan API
Dave Chinner
-16
/
+27
2013-09-10
shrinker: add node awareness
Dave Chinner
-0
/
+3
2013-05-13
staging: android: Fixed line over 80 char
Marlies Ruck
-1
/
+2
2013-03-06
staging: android: ashmem: Add support for 32bit ashmem calls in a 64bit kernel
Serban Constantinescu
-1
/
+20
2013-03-05
staging: android: ashmem: get_name,set_name not to hold ashmem_mutex
Shankar Brahadeeswaran
-13
/
+32
2012-10-09
mm: kill vma flag VM_CAN_NONLINEAR
Konstantin Khlebnikov
-1
/
+0
2012-08-13
staging: android: ashmem: Fix comment/license formatting
Cruz Julian Bishop
-16
/
+16
2012-06-12
staging: Android: Fix some checkpatch warnings
Sachin Kamat
-6
/
+8
2012-05-29
mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLE
Hugh Dickins
-3
/
+5
2012-04-10
[media] mm/drivers: use vm_flags_t for vma flags
Konstantin Khlebnikov
-1
/
+1
2012-02-08
drivers/staging/android/ashmem.c: Cleanups
Tracey Dent
-2
/
+2
2011-12-21
ashmem: Whitespace cleanups
John Stultz
-25
/
+21
2011-12-21
ashmem: Fix arguments to ashmem_shrink
Colin Cross
-7
/
+12
2011-12-21
ashmem: Support lseek(2) in ashmem driver
Bjorn Bringert
-1
/
+38
2011-12-21
ashmem: Update arguments of shrinker for 2.6.35
Colin Cross
-3
/
+3
2011-12-21
ashmem: Fix ASHMEM_SET_PROT_MASK.
Arve Hjønnevåg
-1
/
+10
2011-12-21
ashmem: Implement read(2) in ashmem driver
Bjorn Bringert
-0
/
+27
2011-12-21
ashmem: Anonymous shared memory subsystem
Robert Love
-0
/
+678