index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
ion: check invalid values in ion_system_heap
Colin Cross
2013-12-14
1
-0
/
+14
*
ion: convert sg_dma_len(sg) to sg->length
Colin Cross
2013-12-14
4
-10
/
+10
*
ion: fix dma APIs
Colin Cross
2013-12-14
5
-19
/
+42
*
ion: fix crash when alloc len is -1
Colin Cross
2013-12-14
1
-3
/
+3
*
ion: hold reference to handle after ion_uhandle_get
Colin Cross
2013-12-14
1
-15
/
+41
*
ion: Fix compat support to use proper compat ioctl numbers
John Stultz
2013-12-14
1
-7
/
+12
*
ion: move userspace api into uapi/ion.h
Colin Cross
2013-12-14
3
-176
/
+198
*
gpu: ion: delete ion_system_mapper.c
Colin Cross
2013-12-14
1
-114
/
+0
*
ion: add compat_ioctl
Rom Lemarchand
2013-12-14
4
-0
/
+207
*
ion: change ion_user_handle_t definition to int
Rom Lemarchand
2013-12-14
2
-6
/
+6
*
ion: add new ion_user_handle_t type for the user-space token
Rom Lemarchand
2013-12-14
2
-5
/
+7
*
ion: don't use id 0 for handle cookie
Colin Cross
2013-12-14
1
-1
/
+1
*
ion: index client->handles rbtree by buffer
Colin Cross
2013-12-14
1
-9
/
+12
[next]