index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
/
ion
Age
Commit message (
Expand
)
Author
Files
Lines
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
-174
/
+276
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
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
[prev]
[next]