summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/binder.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-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-271-12/+7
* 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-171-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/+153
* | 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-021-98/+13
|\
| * take descriptor-related part of close() to file.cAl Viro2012-09-261-32/+2
| * expose a low-level variant of fd_install() for binderAl Viro2012-09-261-11/+2
| * new helper: __alloc_fd()Al Viro2012-09-261-54/+5
| * binder: don't allow mmap() by process other than proc->tskAl Viro2012-09-261-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-261-27/+27
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-7/+6
|\
| * fs: Remove missed ->fds_bits from cessation use of fd_set structs internallyDavid Howells2012-02-241-2/+1
| * Wrap accesses to the fd_sets in struct fdtableDavid Howells2012-02-191-5/+5
* | Staging: android: binder: Fix use-after-free bugArve Hjønnevåg2012-03-091-1/+4
* | Staging:android: Change type for binder_debug_no_lock switch to boolZhengwang Ruan2012-03-071-1/+1
* | Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman2012-02-101-1/+1
|\ \
| * | drivers:staging:android Typos: fix some comments that have typos in them.Justin P. Mattock2012-02-081-1/+1
| |/
* | Staging: android: binder: Fix crashes when sharing a binder file between proc...Arve Hjønnevåg2012-02-081-1/+11
* | Staging: android: binder: Don't call dump_stack in binder_vma_openArve Hjønnevåg2012-02-081-1/+0
|/
* staging: binder: Fix memory corruption via page aliasingChristopher Lais2011-11-301-1/+4
* Staging: android: binder: Create dedicated workqueue for binder deferred workArve Hjønnevåg2011-11-301-1/+6
* staging: android: binder: Move debugging information from procfs to debugfsArve Hjønnevåg2011-11-301-42/+39
* binder: Use seq_file for debug interface.Arve Hjønnevåg2011-11-301-374/+201
* android-common: Fix slab.h includes for 2.6.34-rc4Colin Cross2011-11-301-0/+1
* Revert "Staging: android: delete android drivers"Greg Kroah-Hartman2011-11-301-0/+3767
* Staging: android: delete android driversGreg Kroah-Hartman2009-12-111-3767/+0
* staging: Make some structures staticJulia Lawall2009-09-151-2/+2
* Staging: android: binder: partial checkpatch cleanupDaniel Walker2009-09-151-4/+4
OpenPOWER on IntegriCloud