aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-29staging: ion: use compound pages on high order pages for system heapHeesub Shin2-2/+4
2014-05-29staging: ion: remove struct ion_page_pool_itemHeesub Shin1-22/+5
2014-05-29staging: ion: simplify ion_page_pool_total()Heesub Shin1-5/+5
2014-05-29staging: ion: tidy up a bitHeesub Shin3-33/+28
2014-05-25staging: android: describe use of memory barrier on sync.cNiv Yehezkel1-0/+4
2014-05-24staging: ion: WARN when the handle kmap_cnt is going to wrap aroundMitchel Humpherys1-0/+4
2014-05-24staging : android: Fixes a coding style issue in timed_gpio.cJohn Church1-2/+2
2014-05-23staging: binder: fix usage of uninit scalar in binder_transaction()Christian Engelmayer1-0/+1
2014-05-23staging: binder: cleanup dereference of noderef expressionsJerry Snitselaar1-4/+6
2014-05-22sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice()Dongsheng Yang1-1/+1
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar1-2/+0
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee10-0/+67
2014-04-25Staging: android: ion: duplicated clearing of sg_tableGioh Kim3-4/+4
2014-04-25staging/android: Remove ram_console.hBintian Wang1-22/+0
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-04-16staging: binder: add __user annotation in binder.cMathieu Maret1-2/+6
2014-04-16staging: android: uapi: fix coding styleSeunghun Lee1-6/+6
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+0
2014-03-17staging: android: Remove whitespace issueGeorgiana Rodica Chelu1-1/+1
2014-03-13staging: android: ion: Use ERR_CAST instead of ERR_PTRIulia Manda1-3/+3
2014-03-13staging: android: ion: Replace seq_printf with seq_putsIulia Manda1-5/+5
2014-03-13staging: android: ion: Fix quoted string split across linesIulia Manda1-4/+3
2014-03-08staging: android: Use devm_kzalloc instead of kzallocGeorgiana Rodica Chelu1-5/+3
2014-03-07staging:android: Introduce the use of the managed version of kzallocHimangi Saraogi1-6/+4
2014-02-27staging: android: lowmemorykiller: neglect swap cached pages in other_fileVinayak Menon1-1/+2
2014-02-27staging: Fix build issues with new binder APIJohn Stultz1-1/+1
2014-02-24staging: binder: Improve Kconfig entry for ANDROID_BINDER_IPC_32BITJohn Stultz1-2/+3
2014-02-24staging: binder: Support concurrent 32 bit and 64 bit processes.Arve Hjønnevåg5-149/+213
2014-02-24staging: binder: Fix ABI for 64bit AndroidSerban Constantinescu1-4/+11
2014-02-24Merge 3.14-rc4 into staging-next.Greg Kroah-Hartman1-2/+1
2014-02-21staging: binder: Fix death notificationsArve Hjønnevåg1-2/+1
2014-02-20Merge branch 'master' into for-nextJiri Kosina26-56/+4869
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle1-2/+0
2014-02-18staging: ion: ion_cma_heap: Remove '0x' when using %pa formatFabio Estevam1-1/+1
2014-02-18staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys3-6/+59
2014-02-18staging: ion: Move shrinker out of heapsColin Cross5-77/+85
2014-02-18staging: ion: Make sure all clients are exposed in debugfsMitchel Humpherys1-2/+36
2014-02-18staging: ion: Store a copy of the client name on client creationMitchel Humpherys1-6/+13
2014-02-18staging: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott1-5/+5
2014-02-18staging: ion: Create separate heap and client debugfs directoriesMitchel Humpherys1-8/+49
2014-02-18staging: android: Split uapi out of binder.hColin Cross2-305/+331
2014-02-18staging: android: split uapi out of sync.h and sw_sync.hColin Cross4-102/+133
2014-02-18staging: android: Split uapi out of ashmem.hColin Cross2-29/+48
2014-02-18staging: android: Split uapi out of android_alarm.hColin Cross2-42/+64
2014-02-14staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sigWeijie Yang1-1/+1
2014-02-11staging : android : sync : fix a checkpatch warningDaeseok Youn1-1/+1
2014-02-11staging: android: timed_output: fix a checkpatch warningDaeseok Youn1-2/+2
2014-02-11staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn2-18/+17
2014-02-11staging: android: binder: use whitespace consistentlySeongJae Park1-5/+5
2014-02-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman8-38/+85