index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-14
ion: don't use phys_to_page or __phys_to_pfn
Colin Cross
3
-5
/
+6
2013-12-14
ion: don't use __arm_ioremap to map pages
Colin Cross
2
-41
/
+3
2013-12-14
ion: update idr to avoid deprecated apis
Colin Cross
1
-12
/
+5
2013-12-14
ion: add test device for unit tests to interact with dma_bufs
Colin Cross
4
-0
/
+360
2013-12-14
ion: check invalid values in ion_system_heap
Colin Cross
1
-0
/
+14
2013-12-14
ion: convert sg_dma_len(sg) to sg->length
Colin Cross
4
-10
/
+10
2013-12-14
ion: fix dma APIs
Colin Cross
5
-19
/
+42
2013-12-14
ion: fix crash when alloc len is -1
Colin Cross
1
-3
/
+3
2013-12-14
ion: hold reference to handle after ion_uhandle_get
Colin Cross
1
-15
/
+41
2013-12-14
ion: Fix compat support to use proper compat ioctl numbers
John Stultz
1
-7
/
+12
2013-12-14
ion: move userspace api into uapi/ion.h
Colin Cross
3
-176
/
+198
2013-12-14
gpu: ion: delete ion_system_mapper.c
Colin Cross
1
-114
/
+0
2013-12-14
ion: add compat_ioctl
Rom Lemarchand
4
-0
/
+207
2013-12-14
ion: change ion_user_handle_t definition to int
Rom Lemarchand
2
-6
/
+6
2013-12-14
ion: add new ion_user_handle_t type for the user-space token
Rom Lemarchand
2
-5
/
+7
2013-12-14
ion: don't use id 0 for handle cookie
Colin Cross
1
-1
/
+1
2013-12-14
ion: index client->handles rbtree by buffer
Colin Cross
1
-9
/
+12
2013-12-14
ion: replace userspace handle cookies with idr
Colin Cross
1
-36
/
+71
2013-12-14
ion: remove IS_ERR_OR_NULL
Colin Cross
2
-13
/
+18
2013-12-14
ion: convert map_kernel to return ERR_PTR
Colin Cross
2
-1
/
+9
2013-12-14
ion: add free list size to heap debug files
Colin Cross
1
-0
/
+3
2013-12-14
ion: chunk_heap: fix leak in allocated counter
Colin Cross
1
-6
/
+9
2013-12-14
gpu: ion: Fix performance issue in faulting code
Rebecca Schultz Zavin
5
-104
/
+99
2013-12-14
gpu: ion: add CMA heap
Benjamin Gaignard
5
-2
/
+249
2013-12-14
gpu: ion: fix ion_platform_data definition
Benjamin Gaignard
1
-1
/
+1
2013-12-14
ion: Add Kconfig dependency to ARM
John Stultz
1
-0
/
+1
2013-12-14
gpu: ion: Remove __GFP_NO_KSWAPD
Arve Hjønnevåg
1
-2
/
+2
2013-12-14
gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hack
Arve Hjønnevåg
3
-8
/
+13
2013-12-14
gpu: ion: Also shrink memory cached in the deferred free list
Rebecca Schultz Zavin
5
-176
/
+278
2013-12-14
gpu: ion: Fix bug in ion shrinker
Rebecca Schultz Zavin
1
-2
/
+1
2013-12-14
gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation time
Rebecca Schultz Zavin
1
-2
/
+32
2013-12-14
gpu: ion: fix kfree/list_del order
JP Abgrall
1
-1
/
+1
2013-12-14
gpu: ion: Make ion_free asynchronous
Rebecca Schultz Zavin
5
-12
/
+126
2013-12-14
gpu: ion: Add support for sharing buffers with dma buf kernel handles
Johan Mossberg
2
-8
/
+30
2013-12-14
gpu: ion: Only flush buffers in the chunk heap if they were used cached
Rebecca Schultz Zavin
1
-2
/
+3
2013-12-14
gpu: ion: Refactor the code to zero buffers
Rebecca Schultz Zavin
4
-26
/
+48
2013-12-14
gpu: ion: Modify zeroing code so it only allocates address space once
Rebecca Schultz Zavin
1
-7
/
+21
2013-12-14
gpu: ion: Remove heapmask from client
Rebecca Schultz Zavin
2
-13
/
+5
2013-12-14
gpu: ion: Export ion_client_create
Johan Mossberg
1
-0
/
+1
2013-12-14
gpu: ion: Clarify variable names and comments around heap ids v types
Rebecca Schultz Zavin
2
-41
/
+47
2013-12-14
gpu: ion: Add chunk heap
Rebecca Schultz Zavin
5
-2
/
+189
2013-12-14
gpu: ion: Refactor common mapping functions out of system heap
Rebecca Schultz Zavin
3
-78
/
+91
2013-12-14
gpu: ion: Switch heap rbtree to a prio list
Rebecca Schultz Zavin
2
-29
/
+10
2013-12-14
gpu: ion: Fix bug where MAP ioctl was no longer supported
Rebecca Schultz Zavin
1
-0
/
+1
2013-12-14
gpu: ion: Modify reserve function for carveouts with no start address
Rebecca Schultz Zavin
1
-7
/
+26
2013-12-14
gpu: ion: fix compilation warning
Benjamin Gaignard
1
-1
/
+2
2013-12-14
gpu: ion: fix carveout ops
Benjamin Gaignard
1
-0
/
+2
2013-12-14
gpu: ion: Fix bug in zeroing pages in system heap
Rebecca Schultz Zavin
1
-1
/
+1
2013-12-14
gpu: ion: Fix bug in ion_system_heap map_user
Rebecca Schultz Zavin
1
-6
/
+15
2013-12-14
gpu: ion: Don't flush allocatoins that come from the page pools
Rebecca Schultz Zavin
1
-3
/
+5
[prev]
[next]