aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/binder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-20staging: android: binder: move to the "real" part of the kernelGreg Kroah-Hartman1-3673/+0
2014-09-08staging: binder: fix coding style issuesDmitry Voytik1-6/+10
2014-09-08staging: android: Break up a long line in binder_send_failed_replyWilliam Panlener1-1/+2
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-3/+1
2014-07-15staging: android: Clean up else statement from binder_send_failed_replyLucas Tanure1-14/+14
2014-07-08staging: android: binder.c: binder_ioctl() cleanupTair Rzayev1-79/+107
2014-07-08staging: binder: add vm_fault handlerVinayak Menon1-0/+6
2014-06-26Staging: Android: removed an unnecessary else statementKarthik Nayak1-3/+2
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-2/+2
2014-06-01staging: android: binder.c: Use more appropriate functions for euid retrievalTair Rzayev1-7/+7
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-03staging: android: fix missing a blank line after declarationsSeunghun Lee1-0/+34
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-02-24staging: binder: Support concurrent 32 bit and 64 bit processes.Arve Hjønnevåg1-118/+150
2014-02-21staging: binder: Fix death notificationsArve Hjønnevåg1-2/+1
2013-09-17Staging: android: Mark local functions in binder.c as staticBojan Prtvar1-3/+4
2013-09-17Staging: android: add __user annotation in binder.cBojan Prtvar1-1/+1
2013-07-23staging: android: binder: fix binder interface for 64bit compat layerSerban Constantinescu1-10/+10
2013-07-23staging: android: binder: fix alignment issuesSerban Constantinescu1-2/+2
2013-07-23staging: android: binder: modify struct binder_write_read to use size_tSerban Constantinescu1-5/+5
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+3
2013-06-24staging: android: Fix typo in staging/androidMasanari Iida1-1/+1
2013-05-12binder: use freezable blocking callsColin Cross1-2/+3
2013-03-25drivers: android: binder: Use __func__ in debug messagesMirsal Ennaime1-7/+7
2013-03-25drivers: android: binder: Remove excessive indentationMirsal Ennaime1-10/+12
2013-03-25drivers: android: binder: Fix code style in binder_deferred_releaseMirsal Ennaime1-10/+22
2013-03-25drivers: android: binder: Move the node release code to a separate functionMirsal Ennaime1-30/+46
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-12/+7
2013-01-07staging: android: Fix two checkpatch issues in binder.cCruz Julian Bishop1-3/+3
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+2
2012-10-30Staging: android: binder: Fixed multi-line stringsAnmol Sarma1-223/+153
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman1-2/+28
2012-10-22Staging: android: binder: Allow using highmem for binder buffersArve Hjønnevåg1-1/+1
2012-10-22Staging: android: binder: Fix memory leak on thread/process exitArve Hjønnevåg1-1/+27
2012-10-22Staging: android: binder: Add some tracepointsArve Hjønnevåg1-20/+71
2012-10-22Staging: android: binder: Add some missing binder_stat_br callsArve Hjønnevåg1-0/+4
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-98/+13
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+7
2012-09-26take descriptor-related part of close() to file.cAl Viro1-32/+2
2012-09-26expose a low-level variant of fd_install() for binderAl Viro1-11/+2
2012-09-26new helper: __alloc_fd()Al Viro1-54/+5
2012-09-26binder: don't allow mmap() by process other than proc->tskAl Viro1-1/+4
2012-09-21userns: Convert binder ipc to use kuidsEric W. Biederman1-7/+7
2012-08-17Staging: android: binder: Remove an inconsequential conditional macroSachin Kamat1-2/+2
2012-08-17Staging: android: binder: Make task_get_unused_fd_flags function staticSachin Kamat1-1/+1
2012-06-26drivers: staging: android: binder.c: fix printk macrosSherwin Soltani1-27/+27