index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-19
drivers:staging:android:ashmem: Changing return type from int to loff_t
Rohit Kumar
1
-1
/
+1
2018-03-19
staging: android: ion: Update wording in drivers/staging/android/ion/Kconfig
Phillip Potter
1
-1
/
+1
2018-03-19
Merge 4.16-rc6 into staging-next
Greg Kroah-Hartman
1
-13
/
+10
2018-03-06
staging: android: ashmem: Fix possible deadlock in ashmem_ioctl
Yisheng Xie
1
-5
/
+3
2018-03-01
staging: android: ashmem: Fix lockdep issue during llseek
Joel Fernandes
1
-8
/
+7
2018-02-26
Merge 4.16-rc3 into staging-next
Greg Kroah-Hartman
2
-8
/
+28
2018-02-22
staging: android: ion: Remove check of idev->debug_root
Yisheng Xie
1
-3
/
+0
2018-02-22
staging: android: ion: Remove check of debug_file
Yisheng Xie
1
-7
/
+2
2018-02-20
staging: android: ion: Initialize dma_address of new sg list
Liam Mark
1
-1
/
+1
2018-02-16
staging: android: ion: Zero CMA allocated memory
Liam Mark
1
-0
/
+17
2018-02-16
staging: android: ashmem: Fix a race condition in pin ioctls
Ben Hutchings
1
-8
/
+11
2018-02-16
staging: android: ion: Combine cache and uncache pools
Yisheng Xie
4
-83
/
+16
2018-02-16
staging: android: ion: Cleanup ion_page_pool_alloc_pages
Yisheng Xie
1
-6
/
+2
2018-02-16
staging: android: ion: Return void instead of int
Yisheng Xie
1
-2
/
+1
2018-02-16
staging: android: ion: Remove dead code in ion_page_pool_free
Yisheng Xie
1
-5
/
+1
2018-02-16
staging: android: ion: Remove lable debugfs_done
Yisheng Xie
1
-4
/
+1
2018-02-16
staging: android: ion: Avoid NULL point in error path
Yisheng Xie
1
-7
/
+3
2018-02-16
staging: android: ion: Nuke ion_page_pool_init
Yisheng Xie
1
-7
/
+0
2018-02-16
staging: android: ion: Remove unused include files for ion_page_pool.c
Yisheng Xie
1
-4
/
+0
2018-02-16
staging: android: ion: Remove unused declaration ion_buffer_fault_user_mappings
Yisheng Xie
1
-9
/
+0
2018-02-01
Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
13
-130
/
+65
2018-01-09
staging: android: ion: Switch from WARN to pr_warn
Laura Abbott
1
-1
/
+3
2018-01-09
staging: android: ion: Add __GFP_NOWARN for system contig heap
Laura Abbott
1
-1
/
+1
2018-01-09
staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctl
Viktor Slavkovic
1
-0
/
+2
2018-01-08
staging: android: check the return value of register_shrinker
Xiongwei Song
1
-1
/
+7
2018-01-08
staging: android: check for error from register_shrinker in ion_heap_init_shr...
Xiongwei Song
3
-5
/
+10
2018-01-08
staging: android: ashmem: add procfs fdinfo helper
Zhai Zhaoxuan
1
-0
/
+19
2018-01-02
Merge 4.15-rc6 into staging-next
Greg Kroah-Hartman
3
-7
/
+14
2017-12-19
staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/device
Sushmita Susheelendra
1
-2
/
+2
2017-12-19
staging: ion: Fix ion_cma_heap allocations
John Stultz
2
-5
/
+12
2017-12-06
staging: android: add identifiers to function parameters
Ashish Kalra
1
-1
/
+2
2017-12-06
staging: android: Fix checkpatch.pl error
Ashish Kalra
1
-3
/
+3
2017-11-28
staging: ion: reorder include
Benjamin Gaignard
1
-7
/
+7
2017-11-28
staging: android: Remove redundant license text
Greg Kroah-Hartman
11
-111
/
+0
2017-11-28
staging: android: add SPDX identifiers to all android driver files
Greg Kroah-Hartman
13
-0
/
+13
2017-11-13
Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-10
/
+6
2017-11-06
staging: android: Fix checkpatch.pl error
Sidong Yang
1
-1
/
+1
2017-11-02
staging: ion: simplify ioctl args checking function
Benjamin Gaignard
1
-6
/
+5
2017-11-02
staging: android: ion: remove redundant variable table
Colin Ian King
1
-2
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-03
staging: android: TODO: Removing an invalid issue
Joaquin Garmendia Cabrera
1
-1
/
+0
2017-09-18
staging: Android: follow coding guidlines
Keerthi Reddy
1
-1
/
+1
2017-09-14
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-21
/
+8
2017-09-04
ashmem: switch to ->read_iter
Christoph Hellwig
1
-21
/
+8
2017-07-16
Staging: android: use BIT macro
Mateusz Nowotyński
1
-2
/
+2
2017-07-16
Staging: android: Fix code alignment issue
Mateusz Nowotyński
1
-4
/
+4
2017-07-16
Staging: android: Remove unnecessary blank lines
Mateusz Nowotyński
1
-2
/
+0
2017-07-16
Staging: android: fix sizeof style issue
Mateusz Nowotyński
1
-1
/
+1
2017-07-16
Staging: android: remove unnecessary blank lines
Mateusz Nowotyński
1
-1
/
+0
2017-07-16
staging: android: ion: statify __ion_add_cma_heaps
Kamal Heib
1
-1
/
+1
[next]