index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
/
ion
/
ion.c
Age
Commit message (
Expand
)
Author
2015-01-17
staging: ion: always initialize the free list parameters
Mitchel Humpherys
2014-11-26
staging: android: ion: Deletion of unnecessary checks before two function calls
Markus Elfring
2014-11-03
Staging: android: ion: fix typos in comments
Tristan Lelong
2014-10-20
staging: android: ion: Replace "the the " with "the"
Tapasweni Pathak
2014-08-16
staging: android: ion: Remove redundant return of void function
Phong Tran
2014-08-16
staging: android: ion: ion.c Add a new blank line after decleration
Phong Tran
2014-07-08
dma-buf: use reservation objects
Maarten Lankhorst
2014-05-24
staging: ion: WARN when the handle kmap_cnt is going to wrap around
Mitchel Humpherys
2014-05-03
staging: android: fix missing a blank line after declarations
Seunghun Lee
2014-03-13
staging: android: ion: Use ERR_CAST instead of ERR_PTR
Iulia Manda
2014-03-13
staging: android: ion: Replace seq_printf with seq_puts
Iulia Manda
2014-03-13
staging: android: ion: Fix quoted string split across lines
Iulia Manda
2014-02-18
staging: ion: Move shrinker out of heaps
Colin Cross
2014-02-18
staging: ion: Make sure all clients are exposed in debugfs
Mitchel Humpherys
2014-02-18
staging: ion: Store a copy of the client name on client creation
Mitchel Humpherys
2014-02-18
staging: ion: Fix debugfs handling of multiple kernel clients
Laura Abbott
2014-02-18
staging: ion: Create separate heap and client debugfs directories
Mitchel Humpherys
2014-02-11
staging : ion : Fix some checkpatch warnings and an error
Daeseok Youn
2014-02-07
staging: ion: Use PTR_ERR_OR_ZERO
Sachin Kamat
2013-12-14
ion: Cleanup whitespace issues and other checkpatch problems
John Stultz
2013-12-14
ion: fix sparse warnings
Colin Cross
2013-12-14
ion: use vm_insert_pfn for faulted pages
Colin Cross
2013-12-14
ion: clean up ioctls
Colin Cross
2013-12-14
ion: fix printk warnings
Colin Cross
2013-12-14
ion: update idr to avoid deprecated apis
Colin Cross
2013-12-14
ion: convert sg_dma_len(sg) to sg->length
Colin Cross
2013-12-14
ion: fix dma APIs
Colin Cross
2013-12-14
ion: fix crash when alloc len is -1
Colin Cross
2013-12-14
ion: hold reference to handle after ion_uhandle_get
Colin Cross
2013-12-14
ion: add compat_ioctl
Rom Lemarchand
2013-12-14
ion: change ion_user_handle_t definition to int
Rom Lemarchand
2013-12-14
ion: add new ion_user_handle_t type for the user-space token
Rom Lemarchand
2013-12-14
ion: don't use id 0 for handle cookie
Colin Cross
2013-12-14
ion: index client->handles rbtree by buffer
Colin Cross
2013-12-14
ion: replace userspace handle cookies with idr
Colin Cross
2013-12-14
ion: remove IS_ERR_OR_NULL
Colin Cross
2013-12-14
ion: add free list size to heap debug files
Colin Cross
2013-12-14
gpu: ion: Fix performance issue in faulting code
Rebecca Schultz Zavin
2013-12-14
gpu: ion: Also shrink memory cached in the deferred free list
Rebecca Schultz Zavin
2013-12-14
gpu: ion: fix kfree/list_del order
JP Abgrall
2013-12-14
gpu: ion: Make ion_free asynchronous
Rebecca Schultz Zavin
2013-12-14
gpu: ion: Add support for sharing buffers with dma buf kernel handles
Johan Mossberg
2013-12-14
gpu: ion: Remove heapmask from client
Rebecca Schultz Zavin
2013-12-14
gpu: ion: Export ion_client_create
Johan Mossberg
2013-12-14
gpu: ion: Clarify variable names and comments around heap ids v types
Rebecca Schultz Zavin
2013-12-14
gpu: ion: Switch heap rbtree to a prio list
Rebecca Schultz Zavin
2013-12-14
gpu: ion: Fix bug where MAP ioctl was no longer supported
Rebecca Schultz Zavin
2013-12-14
gpu: ion: Modify reserve function for carveouts with no start address
Rebecca Schultz Zavin
2013-12-14
gpu: ion: fix compilation warning
Benjamin Gaignard
2013-12-14
gpu: ion: Refactor locking
Rebecca Schultz Zavin
[next]