index
:
drm/drm-amd
drm-amd-fixes
drm-amd-next
drm-amd-next-fixes
for-linux-next
for-linux-next-fixes
AMD GPU kernel development
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+0
2014-03-17
staging: android: Remove whitespace issue
Georgiana Rodica Chelu
1
-1
/
+1
2014-03-13
staging: android: ion: Use ERR_CAST instead of ERR_PTR
Iulia Manda
1
-3
/
+3
2014-03-13
staging: android: ion: Replace seq_printf with seq_puts
Iulia Manda
1
-5
/
+5
2014-03-13
staging: android: ion: Fix quoted string split across lines
Iulia Manda
1
-4
/
+3
2014-03-08
staging: android: Use devm_kzalloc instead of kzalloc
Georgiana Rodica Chelu
1
-5
/
+3
2014-03-07
staging:android: Introduce the use of the managed version of kzalloc
Himangi Saraogi
1
-6
/
+4
2014-02-27
staging: android: lowmemorykiller: neglect swap cached pages in other_file
Vinayak Menon
1
-1
/
+2
2014-02-27
staging: Fix build issues with new binder API
John Stultz
1
-1
/
+1
2014-02-24
staging: binder: Improve Kconfig entry for ANDROID_BINDER_IPC_32BIT
John Stultz
1
-2
/
+3
2014-02-24
staging: binder: Support concurrent 32 bit and 64 bit processes.
Arve Hjønnevåg
5
-149
/
+213
2014-02-24
staging: binder: Fix ABI for 64bit Android
Serban Constantinescu
1
-4
/
+11
2014-02-24
Merge 3.14-rc4 into staging-next.
Greg Kroah-Hartman
1
-2
/
+1
2014-02-21
staging: binder: Fix death notifications
Arve Hjønnevåg
1
-2
/
+1
2014-02-20
Merge branch 'master' into for-next
Jiri Kosina
26
-56
/
+4869
2014-02-20
Kconfig: Remove useless "default N" lines
Paul Bolle
1
-2
/
+0
2014-02-18
staging: ion: ion_cma_heap: Remove '0x' when using %pa format
Fabio Estevam
1
-1
/
+1
2014-02-18
staging: ion: Add private buffer flag to skip page pooling on free
Mitchel Humpherys
3
-6
/
+59
2014-02-18
staging: ion: Move shrinker out of heaps
Colin Cross
5
-77
/
+85
2014-02-18
staging: ion: Make sure all clients are exposed in debugfs
Mitchel Humpherys
1
-2
/
+36
2014-02-18
staging: ion: Store a copy of the client name on client creation
Mitchel Humpherys
1
-6
/
+13
2014-02-18
staging: ion: Fix debugfs handling of multiple kernel clients
Laura Abbott
1
-5
/
+5
2014-02-18
staging: ion: Create separate heap and client debugfs directories
Mitchel Humpherys
1
-8
/
+49
2014-02-18
staging: android: Split uapi out of binder.h
Colin Cross
2
-305
/
+331
2014-02-18
staging: android: split uapi out of sync.h and sw_sync.h
Colin Cross
4
-102
/
+133
2014-02-18
staging: android: Split uapi out of ashmem.h
Colin Cross
2
-29
/
+48
2014-02-18
staging: android: Split uapi out of android_alarm.h
Colin Cross
2
-42
/
+64
2014-02-14
staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sig
Weijie Yang
1
-1
/
+1
2014-02-11
staging : android : sync : fix a checkpatch warning
Daeseok Youn
1
-1
/
+1
2014-02-11
staging: android: timed_output: fix a checkpatch warning
Daeseok Youn
1
-2
/
+2
2014-02-11
staging : ion : Fix some checkpatch warnings and an error
Daeseok Youn
2
-18
/
+17
2014-02-11
staging: android: binder: use whitespace consistently
SeongJae Park
1
-5
/
+5
2014-02-08
Merge branch 'staging-linus' into staging-work
Greg Kroah-Hartman
8
-38
/
+85
2014-02-07
gpu: ion: dereferencing an ERR_PTR
Dan Carpenter
1
-1
/
+1
2014-02-07
staging: android: ion: dummy: fix an error code
Dan Carpenter
1
-1
/
+1
2014-02-07
staging: ion: Use PTR_ERR_OR_ZERO
Sachin Kamat
2
-4
/
+3
2014-02-07
ion: Fix sparse non static symbol warnings
Wei Yongjun
1
-6
/
+6
2014-02-07
staging: android: sync: Signal pt before sync_timeline object gets destroyed
Prakash Kamliya
1
-4
/
+4
2014-02-07
staging: ion: Fix build warning
John Stultz
1
-0
/
+1
2014-02-07
staging: ion: Fix ION_IOC_FREE compat ioctl
Laura Abbott
1
-4
/
+22
2014-02-07
staging: ion: Fix overflow and list bugs in system heap
Colin Cross
1
-1
/
+5
2014-02-07
staging: ashmem: Avoid deadlock between read and mmap calls
Todd Poynor
1
-19
/
+26
2014-02-07
staging: sync: Fix a race condition between release_obj and print_obj
Alistair Strachan
1
-3
/
+3
2014-02-07
staging: sw_sync: Add stubs for kernels without CONFIG_SW_SYNC
Greg Hackmann
1
-0
/
+17
2014-02-07
staging: don't use module_init in non-modular ion_dummy_driver.c
Paul Gortmaker
1
-4
/
+3
2014-02-07
ion: dummy driver: use ARRAY_SIZE for nr of heaps
Tomas Winkler
1
-1
/
+1
2014-02-07
drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"
Chen Gang
1
-0
/
+1
2014-01-09
ion: Add carveout and chunk heaps to dummy driver
John Stultz
1
-1
/
+66
2014-01-09
ion: Add dummy driver for testing
John Stultz
3
-0
/
+106
2013-12-19
ion_test: Add compat_ioctl support (v2)
John Stultz
2
-0
/
+2
[next]