Toggle navigation
Patchwork
linux-kernel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Archived =
No
| 39927 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
...
366
367
368
…
399
400
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[095/115] gpu: ion: remove unnecessary function from system heap
-
-
-
2013-12-14
John Stultz
Accepted
[094/115] ion: fix printk warnings
-
-
-
2013-12-14
John Stultz
Accepted
[093/115] ion: don't use phys_to_page or __phys_to_pfn
-
-
-
2013-12-14
John Stultz
Accepted
[2/2] dma: pl08x: allow zero slave channels
-
-
-
2013-12-13
Linus Walleij
Accepted
[1/2] dma: pl08x: fix descriptor unmapping
-
-
-
2013-12-13
Linus Walleij
New
[092/115] ion: don't use __arm_ioremap to map pages
-
-
-
2013-12-13
John Stultz
Accepted
[091/115] ion: update idr to avoid deprecated apis
-
-
-
2013-12-13
John Stultz
Accepted
[090/115] ion: add test device for unit tests to interact with dma_bufs
-
-
-
2013-12-13
John Stultz
Accepted
[089/115] ion: check invalid values in ion_system_heap
-
-
-
2013-12-13
John Stultz
Accepted
[088/115] ion: convert sg_dma_len(sg) to sg->length
-
-
-
2013-12-13
John Stultz
Accepted
[087/115] ion: fix dma APIs
-
-
-
2013-12-13
John Stultz
Accepted
[086/115] ion: fix crash when alloc len is -1
-
-
-
2013-12-13
John Stultz
Accepted
[085/115] ion: hold reference to handle after ion_uhandle_get
-
-
-
2013-12-13
John Stultz
Accepted
[084/115] ion: Fix compat support to use proper compat ioctl numbers
-
-
-
2013-12-13
John Stultz
Accepted
[083/115] ion: move userspace api into uapi/ion.h
-
-
-
2013-12-13
John Stultz
Accepted
[082/115] gpu: ion: delete ion_system_mapper.c
-
-
-
2013-12-13
John Stultz
Accepted
[081/115] ion: add compat_ioctl
-
-
-
2013-12-13
John Stultz
Accepted
[080/115] ion: change ion_user_handle_t definition to int
-
-
-
2013-12-13
John Stultz
Accepted
[079/115] ion: add new ion_user_handle_t type for the user-space token
-
-
-
2013-12-13
John Stultz
Accepted
[078/115] ion: don't use id 0 for handle cookie
-
-
-
2013-12-13
John Stultz
Accepted
[077/115] ion: index client->handles rbtree by buffer
-
-
-
2013-12-13
John Stultz
Accepted
[076/115] ion: replace userspace handle cookies with idr
-
-
-
2013-12-13
John Stultz
Accepted
[075/115] ion: remove IS_ERR_OR_NULL
-
-
-
2013-12-13
John Stultz
Accepted
[074/115] ion: convert map_kernel to return ERR_PTR
-
-
-
2013-12-13
John Stultz
Accepted
[073/115] ion: add free list size to heap debug files
-
-
-
2013-12-13
John Stultz
Accepted
[072/115] ion: chunk_heap: fix leak in allocated counter
-
-
-
2013-12-13
John Stultz
Accepted
[071/115] gpu: ion: Fix performance issue in faulting code
-
-
-
2013-12-13
John Stultz
Accepted
[070/115] gpu: ion: add CMA heap
-
-
-
2013-12-13
John Stultz
Accepted
[069/115] gpu: ion: fix ion_platform_data definition
-
-
-
2013-12-13
John Stultz
Accepted
[068/115] ion: Add Kconfig dependency to ARM
-
-
-
2013-12-13
John Stultz
Accepted
[067/115] gpu: ion: Remove __GFP_NO_KSWAPD
-
-
-
2013-12-13
John Stultz
Accepted
[066/115] gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hack
-
-
-
2013-12-13
John Stultz
Accepted
[065/115] gpu: ion: Also shrink memory cached in the deferred free list
-
-
-
2013-12-13
John Stultz
Accepted
[064/115] gpu: ion: Fix bug in ion shrinker
-
-
-
2013-12-13
John Stultz
Accepted
[063/115] gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation time
-
-
-
2013-12-13
John Stultz
Accepted
[062/115] gpu: ion: fix kfree/list_del order
-
-
-
2013-12-13
John Stultz
Accepted
[061/115] gpu: ion: Make ion_free asynchronous
-
-
-
2013-12-13
John Stultz
Accepted
[060/115] gpu: ion: Add support for sharing buffers with dma buf kernel handles
-
-
-
2013-12-13
John Stultz
Accepted
[059/115] gpu: ion: Only flush buffers in the chunk heap if they were used cached
-
-
-
2013-12-13
John Stultz
Accepted
[058/115] gpu: ion: Refactor the code to zero buffers
-
-
-
2013-12-13
John Stultz
Accepted
[057/115] gpu: ion: Modify zeroing code so it only allocates address space once
-
-
-
2013-12-13
John Stultz
Accepted
[056/115] gpu: ion: Remove heapmask from client
-
-
-
2013-12-13
John Stultz
Accepted
[055/115] gpu: ion: Export ion_client_create
-
-
-
2013-12-13
John Stultz
Accepted
[054/115] gpu: ion: Clarify variable names and comments around heap ids v types
-
-
-
2013-12-13
John Stultz
Accepted
[053/115] gpu: ion: Add chunk heap
-
-
-
2013-12-13
John Stultz
Accepted
[052/115] gpu: ion: Refactor common mapping functions out of system heap
-
-
-
2013-12-13
John Stultz
Accepted
[051/115] gpu: ion: Switch heap rbtree to a prio list
-
-
-
2013-12-13
John Stultz
Accepted
[050/115] gpu: ion: Fix bug where MAP ioctl was no longer supported
-
-
-
2013-12-13
John Stultz
Accepted
[049/115] gpu: ion: Modify reserve function for carveouts with no start address
-
-
-
2013-12-13
John Stultz
Accepted
[048/115] gpu: ion: fix compilation warning
-
-
-
2013-12-13
John Stultz
Accepted
[047/115] gpu: ion: fix carveout ops
-
-
-
2013-12-13
John Stultz
Accepted
[046/115] gpu: ion: Fix bug in zeroing pages in system heap
-
-
-
2013-12-13
John Stultz
Accepted
[045/115] gpu: ion: Fix bug in ion_system_heap map_user
-
-
-
2013-12-13
John Stultz
Accepted
[044/115] gpu: ion: Don't flush allocatoins that come from the page pools
-
-
-
2013-12-13
John Stultz
Accepted
[043/115] gpu: ion: Clear GFP_WAIT flag on high order allocations
-
-
-
2013-12-13
John Stultz
Accepted
[042/115] gpu: ion: Refactor locking
-
-
-
2013-12-13
John Stultz
Accepted
[041/115] gpu: ion: Switch to using a single shrink function
-
-
-
2013-12-13
John Stultz
Accepted
[040/115] gpu: ion: Fix lockdep issue in ion_page_pool
-
-
-
2013-12-13
John Stultz
Accepted
[039/115] gpu: ion: Fix several issues with page pool
-
-
-
2013-12-13
John Stultz
Accepted
[038/115] gpu: ion: Modify gfp flags in ion_system_heap
-
-
-
2013-12-13
John Stultz
Accepted
[037/115] gpu: ion: Use the ion_page_pool from the system heap
-
-
-
2013-12-13
John Stultz
Accepted
[036/115] gpu: ion: Add ion_page_pool.
-
-
-
2013-12-13
John Stultz
Accepted
[035/115] gpu: ion: use vmalloc to allocate page array to map kernel
-
-
-
2013-12-13
John Stultz
Accepted
[034/115] gpu: ion: ion_system_heap: Fix bug preventing compilation
-
-
-
2013-12-13
John Stultz
Accepted
[033/115] gpu: ion: Stop trying to allocate from an order on first failure
-
-
-
2013-12-13
John Stultz
Accepted
[032/115] gpu: ion: optimize system heap for non fault buffers
-
-
-
2013-12-13
John Stultz
Accepted
[031/115] gpu: ion: Add support for cached mappings that don't fault
-
-
-
2013-12-13
John Stultz
Accepted
[030/115] gpu: ion: Fix memory leak of dirty bits
-
-
-
2013-12-13
John Stultz
Accepted
[029/115] gpu: ion: Add debug information for orphaned handles
-
-
-
2013-12-13
John Stultz
Accepted
[028/115] gpu: ion: Fix bug in ion_free
-
-
-
2013-12-13
John Stultz
Accepted
[027/115] gpu: ion: Fix race between ion_import and ion_free
-
-
-
2013-12-13
John Stultz
Accepted
[026/115] gpu: ion: fix page offset in dma_buf_kmap()
-
-
-
2013-12-13
John Stultz
Accepted
[025/115] gpu: ion: Switch to using kmalloc rather than kmap during allocation
-
-
-
2013-12-13
John Stultz
Accepted
[024/115] gpu: ion: Only map as much of the vma as the user requested
-
-
-
2013-12-13
John Stultz
Accepted
[023/115] gpu: ion: Don't call ion_buffer_put on error path
-
-
-
2013-12-13
John Stultz
Accepted
[022/115] gpu: ion: IOCTL return success when error occurs
-
-
-
2013-12-13
John Stultz
Accepted
[021/115] gpu: ion: Add EXPORT_SYMBOL to functions
-
-
-
2013-12-13
John Stultz
Accepted
[020/115] gpu: ion: Add missing argument to WARN call
-
-
-
2013-12-13
John Stultz
Accepted
[019/115] gpu: ion: do not ask for compound pages in system heap
-
-
-
2013-12-13
John Stultz
Accepted
[018/115] gpu: ion: Add explicit sync ioctl
-
-
-
2013-12-13
John Stultz
Accepted
[017/115] gpu: ion: Modify the system heap to try to allocate large/huge pages
-
-
-
2013-12-13
John Stultz
Accepted
[016/115] gpu: ion: Add cache maintenance to ion.
-
-
-
2013-12-13
John Stultz
Accepted
[015/115] gpu: ion: Map only the vma size given
-
-
-
2013-12-13
John Stultz
Accepted
[014/115] gpu: ion: Loop on the handle count when destroying
-
-
-
2013-12-13
John Stultz
Accepted
[013/115] gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSER
-
-
-
2013-12-13
John Stultz
Accepted
[012/115] gpu: ion: Set the dma_address of the sg list at alloc time
-
-
-
2013-12-13
John Stultz
Accepted
[011/115] gpu: ion: fill in buffer->{dev,size} before mapping new buffers
-
-
-
2013-12-13
John Stultz
Accepted
[010/115] gpu: ion: Get an sg_table from an ion handle
-
-
-
2013-12-13
John Stultz
Accepted
[009/115] gpu: ion: Allocate the sg_table at creation time rather than dynamically
-
-
-
2013-12-13
John Stultz
Accepted
[008/115] gpu: ion: support begin/end and kmap/kunmap dma_buf ops
-
-
-
2013-12-13
John Stultz
Accepted
[007/115] gpu: ion: Use alloc_pages instead of vmalloc from the system heap
-
-
-
2013-12-13
John Stultz
Accepted
[006/115] ion: Switch ion to use dma-buf
-
-
-
2013-12-13
John Stultz
Accepted
[005/115] gpu: ion: several bugfixes and enhancements of ION
-
-
-
2013-12-13
John Stultz
Accepted
[004/115] ion: Add reserve function to ion
-
-
-
2013-12-13
John Stultz
Accepted
[003/115] ion: Switch map/unmap dma api to sg_tables
-
-
-
2013-12-13
John Stultz
Accepted
[002/115] gpu: ion: ion_carveout_heap: fix for 3.4
-
-
-
2013-12-13
John Stultz
Accepted
[001/115] gpu: ion: Add ION Memory Manager
-
-
-
2013-12-13
John Stultz
Accepted
Documentation: fix spelling in design-patterns
-
-
-
2013-12-12
Linus Walleij
Accepted
[RFC,5/5] timekeeping: Fix missing timekeeping_update in suspend path
-
-
-
2013-12-11
John Stultz
Accepted
[RFC,4/5] timekeeping: Fix CLOCK_TAI timer/nanosleep delays
-
-
-
2013-12-11
John Stultz
Accepted
«
1
2
...
366
367
368
…
399
400
»