summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/binder.c
Commit message (Expand)AuthorAgeFilesLines
* staging: android: binder: move to the "real" part of the kernelGreg Kroah-Hartman2014-10-201-3673/+0Star
* staging: binder: fix coding style issuesDmitry Voytik2014-09-081-6/+10
* staging: android: Break up a long line in binder_send_failed_replyWilliam Panlener2014-09-081-1/+2
* mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-071-3/+1Star
* staging: android: Clean up else statement from binder_send_failed_replyLucas Tanure2014-07-151-14/+14
* staging: android: binder.c: binder_ioctl() cleanupTair Rzayev2014-07-091-79/+107
* staging: binder: add vm_fault handlerVinayak Menon2014-07-091-0/+6
* Staging: Android: removed an unnecessary else statementKarthik Nayak2014-06-271-3/+2Star
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-2/+2
|\
| * sched: Consolidate open coded implementations of nice level frobbing into nic...Dongsheng Yang2014-05-221-1/+1
| * sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1
* | staging: android: binder.c: Use more appropriate functions for euid retrievalTair Rzayev2014-06-011-7/+7
* | staging: binder: fix usage of uninit scalar in binder_transaction()Christian Engelmayer2014-05-231-0/+1
* | staging: binder: cleanup dereference of noderef expressionsJerry Snitselaar2014-05-231-4/+6
* | staging: android: fix missing a blank line after declarationsSeunghun Lee2014-05-041-0/+34
* | staging: binder: add __user annotation in binder.cMathieu Maret2014-04-171-2/+6
|/
* staging: binder: Support concurrent 32 bit and 64 bit processes.Arve Hjønnevåg2014-02-251-118/+150
* staging: binder: Fix death notificationsArve Hjønnevåg2014-02-211-2/+1Star
* Staging: android: Mark local functions in binder.c as staticBojan Prtvar2013-09-171-3/+4
* Staging: android: add __user annotation in binder.cBojan Prtvar2013-09-171-1/+1
* staging: android: binder: fix binder interface for 64bit compat layerSerban Constantinescu2013-07-231-10/+10
* staging: android: binder: fix alignment issuesSerban Constantinescu2013-07-231-2/+2
* staging: android: binder: modify struct binder_write_read to use size_tSerban Constantinescu2013-07-231-5/+5
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-2/+3
|\
| * binder: use freezable blocking callsColin Cross2013-05-121-2/+3
* | staging: android: Fix typo in staging/androidMasanari Iida2013-06-251-1/+1
|/
* drivers: android: binder: Use __func__ in debug messagesMirsal Ennaime2013-03-251-7/+7
* drivers: android: binder: Remove excessive indentationMirsal Ennaime2013-03-251-10/+12
* drivers: android: binder: Fix code style in binder_deferred_releaseMirsal Ennaime2013-03-251-10/+22
* drivers: android: binder: Move the node release code to a separate functionMirsal Ennaime2013-03-251-30/+46
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-12/+7Star
* staging: android: Fix two checkpatch issues in binder.cCruz Julian Bishop2013-01-071-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-1/+2
|\
| * pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+2
* | Staging: android: binder: Fixed multi-line stringsAnmol Sarma2012-10-301-223/+153Star
* | Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman2012-10-291-2/+28
|\|
| * Staging: android: binder: Allow using highmem for binder buffersArve Hjønnevåg2012-10-221-1/+1
| * Staging: android: binder: Fix memory leak on thread/process exitArve Hjønnevåg2012-10-221-1/+27
* | Staging: android: binder: Add some tracepointsArve Hjønnevåg2012-10-221-20/+71
* | Staging: android: binder: Add some missing binder_stat_br callsArve Hjønnevåg2012-10-221-0/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-98/+13Star
|\
| * take descriptor-related part of close() to file.cAl Viro2012-09-271-32/+2Star
| * expose a low-level variant of fd_install() for binderAl Viro2012-09-271-11/+2Star
| * new helper: __alloc_fd()Al Viro2012-09-271-54/+5Star
| * binder: don't allow mmap() by process other than proc->tskAl Viro2012-09-271-1/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-7/+7
|\ \
| * | userns: Convert binder ipc to use kuidsEric W. Biederman2012-09-211-7/+7
| |/
* | Staging: android: binder: Remove an inconsequential conditional macroSachin Kamat2012-08-171-2/+2
* | Staging: android: binder: Make task_get_unused_fd_flags function staticSachin Kamat2012-08-171-1/+1
|/
* drivers: staging: android: binder.c: fix printk macrosSherwin Soltani2012-06-271-27/+27