index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
/
ashmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex held.
Tetsuo Handa
2019-02-26
1
-18
/
+24
*
staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.
Tetsuo Handa
2019-02-19
1
-5
/
+20
*
staging: android: formatting change in ashmem.c
K Hodges
2019-02-08
1
-1
/
+2
*
staging: android: ashmem: doc: Fix spelling
Daniel Bovensiepen
2018-12-19
1
-2
/
+2
*
Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-18
1
-20
/
+26
|
\
|
*
staging: android: ashmem: Shrink directly through shmem_fallocate
Tobias Lindskog
2018-07-16
1
-3
/
+3
|
*
staging: android: ashmem: Fix mmap size validation
Alistair Strachan
2018-06-28
1
-0
/
+6
|
*
staging: android: ashmem: Remove use of unlikely()
Alistair Strachan
2018-06-28
1
-17
/
+17
*
|
staging: ashmem: Fix SIGBUS crash when traversing mmaped ashmem pages
John Stultz
2018-08-01
1
-0
/
+2
|
/
*
drivers:staging:android:ashmem: Changing return type from int to loff_t
Rohit Kumar
2018-03-19
1
-1
/
+1
*
staging: android: ashmem: Fix possible deadlock in ashmem_ioctl
Yisheng Xie
2018-03-06
1
-5
/
+3
*
staging: android: ashmem: Fix lockdep issue during llseek
Joel Fernandes
2018-03-01
1
-8
/
+7
*
staging: android: ashmem: Fix a race condition in pin ioctls
Ben Hutchings
2018-02-16
1
-8
/
+11
*
Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-02-01
1
-10
/
+27
|
\
|
*
staging: android: check the return value of register_shrinker
Xiongwei Song
2018-01-08
1
-1
/
+7
|
*
staging: android: ashmem: add procfs fdinfo helper
Zhai Zhaoxuan
2018-01-08
1
-0
/
+19
|
*
staging: android: Remove redundant license text
Greg Kroah-Hartman
2017-11-28
1
-9
/
+0
|
*
staging: android: add SPDX identifiers to all android driver files
Greg Kroah-Hartman
2017-11-28
1
-0
/
+1
*
|
staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctl
Viktor Slavkovic
2018-01-09
1
-0
/
+2
|
/
*
ashmem: switch to ->read_iter
Christoph Hellwig
2017-09-04
1
-21
/
+8
*
staging: android: ashmem: lseek failed due to no FMODE_LSEEK.
Shuxiao Zhang
2017-04-08
1
-0
/
+1
*
staging: android: ashmem: clean up range inline functions
Guillaume Tucker
2016-12-06
1
-14
/
+14
*
staging: android: ashmem: convert range macros to inlines
Guillaume Tucker
2016-12-06
1
-4
/
+8
*
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-20
1
-2
/
+2
|
\
|
*
mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()
Dave Hansen
2016-02-18
1
-2
/
+2
*
|
Staging: android: ashmem.c: Convert macros page_range_{subsumes/subsumed_by/i...
Bhumika Goyal
2016-03-11
1
-7
/
+16
*
|
Staging: android: ashmem.c: Redefine macros as static inline functions
Bhumika Goyal
2016-03-11
1
-4
/
+8
*
|
staging: android: Replace min_t/max_t with min/max
Amitoj Kaur Chawla
2016-03-11
1
-2
/
+2
*
|
staging: ashmem: Avoid deadlock with mmap/shrink
Laura Abbott
2016-02-07
1
-1
/
+3
|
/
*
staging: android: ashmem.c: destroy slabs when init fails
Wenwei Tao
2015-12-21
1
-4
/
+11
*
drivers/staging: make android ashmem.c explicitly non-modular
Paul Gortmaker
2015-10-12
1
-17
/
+3
*
staging: android: Remove /** from regular comments
Cristina Moraru
2015-10-04
1
-2
/
+2
*
staging: android: Remove kernel-doc typo
Cristina Moraru
2015-10-04
1
-1
/
+1
*
Staging: android: Remove unnecessary braces.
Shraddha Barke
2015-09-12
1
-2
/
+1
*
staging: android: ashmem.c: 'Alignment' style issue
Peng Sun
2015-09-12
1
-4
/
+4
*
staging: android: ashmem.c: 'No space necessary after' style issue
Peng Sun
2015-09-12
1
-2
/
+2
*
staging: android: ashmem.c: 'spaces preferred around that -' style issue
Peng Sun
2015-09-12
1
-1
/
+2
*
Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-08-31
1
-2
/
+2
|
\
|
*
drivers: staging: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-07-31
1
-1
/
+1
|
*
Staging : android :Replace comma with a semicolon
Shraddha Barke
2015-07-31
1
-1
/
+1
*
|
char: make misc_deregister a void function
Greg Kroah-Hartman
2015-08-05
1
-6
/
+1
|
/
*
ashmem: use __vfs_read()
Al Viro
2015-04-11
1
-1
/
+1
*
staging: android: remove space after casts
Fabian Holler
2015-01-17
1
-3
/
+3
*
staging: android: remove blank lines after open braces
Fabian Holler
2015-01-17
1
-2
/
+0
*
staging: android: fix indentation to match open parenthesis
Fabian Holler
2015-01-17
1
-2
/
+2
*
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2014-12-16
1
-1
/
+1
|
\
|
*
VFS: Rename do_fallocate() to vfs_fallocate()
Anna Schumaker
2014-11-07
1
-1
/
+1
*
|
mm: vmscan: invoke slab shrinkers from shrink_zone()
Johannes Weiner
2014-12-13
1
-2
/
+1
|
/
*
ashmem: use vfs_llseek()
Al Viro
2014-10-09
1
-1
/
+1
*
staging: ashmem: Avoid deadlock between read and mmap calls
Todd Poynor
2014-02-07
1
-19
/
+26
[next]