index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: binder: Fix death notifications
Arve Hjønnevåg
2014-02-21
1
-2
/
+1
*
gpu: ion: dereferencing an ERR_PTR
Dan Carpenter
2014-02-07
1
-1
/
+1
*
staging: android: ion: dummy: fix an error code
Dan Carpenter
2014-02-07
1
-1
/
+1
*
staging: android: sync: Signal pt before sync_timeline object gets destroyed
Prakash Kamliya
2014-02-07
1
-4
/
+4
*
staging: ion: Fix build warning
John Stultz
2014-02-07
1
-0
/
+1
*
staging: ion: Fix ION_IOC_FREE compat ioctl
Laura Abbott
2014-02-07
1
-4
/
+22
*
staging: ion: Fix overflow and list bugs in system heap
Colin Cross
2014-02-07
1
-1
/
+5
*
staging: ashmem: Avoid deadlock between read and mmap calls
Todd Poynor
2014-02-07
1
-19
/
+26
*
staging: sync: Fix a race condition between release_obj and print_obj
Alistair Strachan
2014-02-07
1
-3
/
+3
*
staging: sw_sync: Add stubs for kernels without CONFIG_SW_SYNC
Greg Hackmann
2014-02-07
1
-0
/
+17
*
staging: don't use module_init in non-modular ion_dummy_driver.c
Paul Gortmaker
2014-02-07
1
-4
/
+3
*
ion: dummy driver: use ARRAY_SIZE for nr of heaps
Tomas Winkler
2014-02-07
1
-1
/
+1
*
drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"
Chen Gang
2014-02-07
1
-0
/
+1
*
ion: Add carveout and chunk heaps to dummy driver
John Stultz
2014-01-09
1
-1
/
+66
*
ion: Add dummy driver for testing
John Stultz
2014-01-09
3
-0
/
+106
*
ion_test: Add compat_ioctl support (v2)
John Stultz
2013-12-19
2
-0
/
+2
*
staging: ion: Avoid using rt_mutexes directly
John Stultz
2013-12-17
2
-13
/
+17
*
staging: ion: Fix possible null pointer dereference
John Stultz
2013-12-17
1
-1
/
+6
*
staging: ion: Add HAVE_MEMBLOCK config dependency
John Stultz
2013-12-17
1
-0
/
+1
*
gpu: ion: fix sparse non static symbol warnings
Wei Yongjun
2013-12-16
1
-6
/
+5
*
gpu: ion: use module_platform_driver to simplify the code
Wei Yongjun
2013-12-16
1
-12
/
+1
*
ion: remove ion_user_handle_t from ion_test.h
Colin Cross
2013-12-16
1
-2
/
+0
*
ion: Reenable the build
John Stultz
2013-12-15
1
-2
/
+1
*
ion: Don't allow building ION as a module.
John Stultz
2013-12-15
1
-1
/
+1
*
ion: Update system heap shrinker to use the new count/scan interface
John Stultz
2013-12-14
1
-12
/
+28
*
ion: Improve ION config description
John Stultz
2013-12-14
1
-2
/
+6
*
ion: Cleanup whitespace issues and other checkpatch problems
John Stultz
2013-12-14
8
-35
/
+37
*
ion: fix bugs in cma heap
Colin Cross
2013-12-14
1
-1
/
+14
*
ion: add alignment check to chunk heap
Colin Cross
2013-12-14
1
-0
/
+3
*
ion: add helper to zero contiguous region of pages
Colin Cross
2013-12-14
4
-48
/
+58
*
ion: carveout heap: zero buffers on free, fix memory leak
Colin Cross
2013-12-14
1
-21
/
+48
*
ion: fix sparse warnings
Colin Cross
2013-12-14
7
-38
/
+37
*
ion: use alloc_pages in system contig heap
Colin Cross
2013-12-14
1
-23
/
+48
*
ion: allow cached mappings of chunk and system heap buffers
Colin Cross
2013-12-14
2
-6
/
+0
*
ion: remove ion_heap_alloc_pages
Colin Cross
2013-12-14
3
-46
/
+1
*
ion: use vm_insert_pfn for faulted pages
Colin Cross
2013-12-14
1
-3
/
+6
*
ion: check return value from remap_pfn_range
Colin Cross
2013-12-14
1
-1
/
+4
*
ion: free low memory from page pools first
Colin Cross
2013-12-14
1
-3
/
+3
*
ion: optimize ion_heap_buffer_zero
Colin Cross
2013-12-14
1
-14
/
+22
*
ion: add alignment check to carveout heap
Colin Cross
2013-12-14
1
-0
/
+3
*
ion: drop dependency on ARM
Colin Cross
2013-12-14
1
-1
/
+0
*
ion: Fix two small issues in system_heap allocation
John Stultz
2013-12-14
1
-3
/
+2
*
gpu: ion: fix use-after-free in ion_heap_freelist_drain
Mitchel Humpherys
2013-12-14
1
-1
/
+1
*
ion: clean up ioctls
Colin Cross
2013-12-14
1
-51
/
+59
*
gpu: ion: remove unnecessary function from system heap
Colin Cross
2013-12-14
1
-12
/
+1
*
ion: fix printk warnings
Colin Cross
2013-12-14
4
-15
/
+16
*
ion: don't use phys_to_page or __phys_to_pfn
Colin Cross
2013-12-14
3
-5
/
+6
*
ion: don't use __arm_ioremap to map pages
Colin Cross
2013-12-14
2
-41
/
+3
*
ion: update idr to avoid deprecated apis
Colin Cross
2013-12-14
1
-12
/
+5
*
ion: add test device for unit tests to interact with dma_bufs
Colin Cross
2013-12-14
4
-0
/
+360
[next]