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
gpu: ion: Clear GFP_WAIT flag on high order allocations
Rebecca Schultz Zavin
1
-1
/
+1
2013-12-14
gpu: ion: Refactor locking
Rebecca Schultz Zavin
1
-20
/
+25
2013-12-14
gpu: ion: Switch to using a single shrink function
Rebecca Schultz Zavin
2
-30
/
+123
2013-12-14
gpu: ion: Fix lockdep issue in ion_page_pool
Rebecca Schultz Zavin
1
-2
/
+3
2013-12-14
gpu: ion: Fix several issues with page pool
Rebecca Schultz Zavin
3
-33
/
+65
2013-12-14
gpu: ion: Modify gfp flags in ion_system_heap
Rebecca Schultz Zavin
1
-7
/
+18
2013-12-14
gpu: ion: Use the ion_page_pool from the system heap
Rebecca Schultz Zavin
3
-40
/
+180
2013-12-14
gpu: ion: Add ion_page_pool.
Rebecca Schultz Zavin
3
-1
/
+209
2013-12-14
gpu: ion: use vmalloc to allocate page array to map kernel
Rebecca Schultz Zavin
1
-3
/
+5
2013-12-14
gpu: ion: ion_system_heap: Fix bug preventing compilation
Rebecca Schultz Zavin
1
-1
/
+2
2013-12-14
gpu: ion: Stop trying to allocate from an order on first failure
Rebecca Schultz Zavin
1
-2
/
+9
2013-12-14
gpu: ion: optimize system heap for non fault buffers
Rebecca Schultz Zavin
3
-19
/
+51
2013-12-14
gpu: ion: Add support for cached mappings that don't fault
Rebecca Schultz Zavin
2
-10
/
+21
2013-12-14
gpu: ion: Fix memory leak of dirty bits
Rebecca Schultz Zavin
1
-11
/
+14
2013-12-14
gpu: ion: Add debug information for orphaned handles
Rebecca Schultz Zavin
2
-0
/
+72
2013-12-14
gpu: ion: Fix bug in ion_free
Rebecca Schultz Zavin
1
-0
/
+1
2013-12-14
gpu: ion: Fix race between ion_import and ion_free
Rebecca Schultz Zavin
1
-4
/
+1
2013-12-14
gpu: ion: fix page offset in dma_buf_kmap()
Greg Hackmann
1
-1
/
+1
2013-12-14
gpu: ion: Switch to using kmalloc rather than kmap during allocation
Rebecca Schultz Zavin
1
-3
/
+3
2013-12-14
gpu: ion: Only map as much of the vma as the user requested
Rebecca Schultz Zavin
1
-0
/
+2
2013-12-14
gpu: ion: Don't call ion_buffer_put on error path
Laura Abbott
1
-3
/
+2
2013-12-14
gpu: ion: IOCTL return success when error occurs
Olav Haugan
1
-1
/
+8
2013-12-14
gpu: ion: Add EXPORT_SYMBOL to functions
Olav Haugan
1
-0
/
+9
2013-12-14
gpu: ion: Add missing argument to WARN call
Olav Haugan
1
-2
/
+2
2013-12-14
gpu: ion: do not ask for compound pages in system heap
Dima Zavin
1
-1
/
+1
2013-12-14
gpu: ion: Add explicit sync ioctl
Rebecca Schultz Zavin
2
-3
/
+47
2013-12-14
gpu: ion: Modify the system heap to try to allocate large/huge pages
Rebecca Schultz Zavin
1
-26
/
+90
2013-12-14
gpu: ion: Add cache maintenance to ion.
Rebecca Schultz Zavin
5
-19
/
+210
2013-12-14
gpu: ion: Map only the vma size given
Laura Abbott
1
-1
/
+1
2013-12-14
gpu: ion: Loop on the handle count when destroying
Laura Abbott
1
-1
/
+1
2013-12-14
gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSER
Rebecca Schultz Zavin
1
-1
/
+1
2013-12-14
gpu: ion: Set the dma_address of the sg list at alloc time
Rebecca Schultz Zavin
1
-1
/
+12
2013-12-14
gpu: ion: fill in buffer->{dev,size} before mapping new buffers
Greg Hackmann
1
-2
/
+3
2013-12-14
gpu: ion: Get an sg_table from an ion handle
Rebecca Schultz Zavin
2
-7
/
+14
2013-12-14
gpu: ion: Allocate the sg_table at creation time rather than dynamically
Rebecca Schultz Zavin
1
-38
/
+41
2013-12-14
gpu: ion: support begin/end and kmap/kunmap dma_buf ops
Rebecca Schultz Zavin
1
-26
/
+62
2013-12-14
gpu: ion: Use alloc_pages instead of vmalloc from the system heap
Rebecca Schultz Zavin
1
-33
/
+61
2013-12-14
ion: Switch ion to use dma-buf
Rebecca Schultz Zavin
3
-471
/
+236
2013-12-14
gpu: ion: several bugfixes and enhancements of ION
KyongHo Cho
1
-13
/
+39
2013-12-14
ion: Add reserve function to ion
Rebecca Schultz Zavin
2
-0
/
+28
2013-12-14
ion: Switch map/unmap dma api to sg_tables
Rebecca Schultz Zavin
4
-53
/
+53
2013-12-14
gpu: ion: ion_carveout_heap: fix for 3.4
Colin Cross
1
-2
/
+2
2013-12-14
gpu: ion: Add ION Memory Manager
Rebecca Schultz Zavin
13
-0
/
+2378
2013-11-19
staging: alarm-dev: Seperate functions with one blank line
SeongJae Park
1
-0
/
+1
2013-11-19
staging: alarm-dev: Remove unnecessary blank lines
SeongJae Park
1
-3
/
+0
2013-11-19
staging: alarm-dev: Remove unnecessary parenthesis
SeongJae Park
1
-2
/
+2
2013-11-11
staging: android: Fix typo in android/sync.h
Masanari Iida
1
-25
/
+25
2013-10-25
staging: ashmem: Fix ASHMEM_PURGE_ALL_CACHES return value
John Stultz
1
-1
/
+1
2013-09-17
staging/android: Add kerneldoc to one function in alarm-dev.c
Cruz Julian Bishop
1
-2
/
+6
2013-09-17
staging/android: Add some more kerneldoc to ashmem.c
Cruz Julian Bishop
1
-3
/
+37
[prev]
[next]