Current Team Memberships

Show patches with: Archived = No       |   3960 patches
« 1 2 ... 33 34 3539 40 »
Patch Series S/W/F Date Submitter Delegate State
[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
ion: Fix build warning --- 2013-12-13 John Stultz Accepted
[3/3] Makefile: Integrate fetching/building of external tests into the Makefile --- 2013-12-12 John Stultz Accepted
[2/3] Rename setup-vrange-anon.sh to fetch-external-tests.sh --- 2013-12-12 John Stultz Accepted
[1/3] volatile-test: Fix purge flag bug --- 2013-12-12 John Stultz 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
[RFC,3/5] timekeeping: Avoid possible deadlock from clock_was_set_delayed --- 2013-12-11 John Stultz Accepted
[RFC,2/5] timekeeping: Fix potential lost pv notification of time change --- 2013-12-11 John Stultz Accepted
[RFC,1/5] timekeeping: Fix lost updates to tai adjustment --- 2013-12-11 John Stultz Accepted
[RFC,3/3] timekeeping: Fix potential lost pv notification of time change --- 2013-12-10 John Stultz Accepted
[RFC,2/3] timekeeping: Fix missing timekeeping_update in suspend path --- 2013-12-10 John Stultz Accepted
[RFC,1/3] timekeeping: Fix lost updates to tai adjustment --- 2013-12-10 John Stultz Accepted
ion: Fix two small issues in system_heap allocation --- 2013-11-23 John Stultz Accepted
ion: Add carveout and chunk heaps to dummy driver --- 2013-11-23 John Stultz Rejected
ion: Add dummy driver for testing --- 2013-11-23 John Stultz Rejected
time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLD --- 2013-11-22 John Stultz Accepted
ion: Fix compat support to use proper compat ioctl numbers --- 2013-11-15 John Stultz Accepted
block: Employ u64_stats_init() --- 2013-11-13 John Stultz Accepted
ion: Improve ION config description --- 2013-11-08 John Stultz Accepted
ion: Cleanup whitespace issues and other checkpatch problems --- 2013-11-08 John Stultz Accepted
staging: ashmem: Fix ASHMEM_PURGE_ALL_CACHES return value --- 2013-10-21 John Stultz Accepted
[4/4,RFC] ipv6: Fix for possible ipv6 seqlock deadlock --- 2013-10-07 John Stultz Accepted
[3/4,RFC] cpuset: Fix potential deadlock w/ set_mems_allowed --- 2013-10-07 John Stultz Accepted
[2/4,RFC] seqcount: Add lockdep functionality to seqcount/seqlock structures --- 2013-10-07 John Stultz Accepted
[1/4,RFC] net: Explicitly initialize u64_stats_sync structures for lockdep --- 2013-10-07 John Stultz Accepted
[14/14] vrange: Add vmstat counter about purged page --- 2013-10-03 John Stultz Changes Requested
[13/14] vrange: Allocate vroot dynamically --- 2013-10-03 John Stultz Changes Requested
[12/14] vrange: Support background purging for vrange-file --- 2013-10-03 John Stultz Changes Requested
[11/14] vrange: Purging vrange-anon pages from shrinker --- 2013-10-03 John Stultz Changes Requested
[10/14] vrange: Add core shrinking logic for swapless system --- 2013-10-03 John Stultz Changes Requested
[09/14] vrange: Add vrange LRU list for purging --- 2013-10-03 John Stultz Changes Requested
[08/14] vrange: Send SIGBUS when user try to access purged page --- 2013-10-03 John Stultz Changes Requested
[07/14] vrange: Purge volatile pages when memory is tight --- 2013-10-03 John Stultz Changes Requested
[06/14] vrange: Add basic functions to purge volatile pages --- 2013-10-03 John Stultz Changes Requested
[05/14] vrange: Add new vrange(2) system call --- 2013-10-03 John Stultz Changes Requested
[04/14] vrange: Add support for volatile ranges on file mappings --- 2013-10-03 John Stultz Changes Requested
[03/14] vrange: Clear volatility on new mmaps --- 2013-10-03 John Stultz Changes Requested
[02/14] vrange: Add vrange support to mm_structs --- 2013-10-03 John Stultz Changes Requested
[01/14] vrange: Add basic data structure and functions --- 2013-10-03 John Stultz Changes Requested
[14/14] vrange: Add vmstat counter about purged page --- 2013-10-01 John Stultz Superseded
[13/14] vrange: Allocate vroot dynamically --- 2013-10-01 John Stultz Superseded
[12/14] vrange: Support background purging for vrange-file --- 2013-10-01 John Stultz Superseded
[11/14] vrange: Purging vrange-anon pages from shrinker --- 2013-10-01 John Stultz Superseded
[10/14] vrange: Add core shrinking logic for swapless system --- 2013-10-01 John Stultz Superseded
« 1 2 ... 33 34 3539 40 »

Bundling

Create bundle: