aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/binder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+6
2012-03-09Staging: android: binder: Fix use-after-free bugArve Hjønnevåg1-1/+4
2012-03-07Staging:android: Change type for binder_debug_no_lock switch to boolZhengwang Ruan1-1/+1
2012-02-24fs: Remove missed ->fds_bits from cessation use of fd_set structs internallyDavid Howells1-2/+1
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-5/+5
2012-02-10Merge tag 'staging-3.3-rc3' into staging-nextGreg Kroah-Hartman1-1/+1
2012-02-08drivers:staging:android Typos: fix some comments that have typos in them.Justin P. Mattock1-1/+1
2012-02-08Staging: android: binder: Fix crashes when sharing a binder file between processesArve Hjønnevåg1-1/+11
2012-02-08Staging: android: binder: Don't call dump_stack in binder_vma_openArve Hjønnevåg1-1/+0
2011-11-30staging: binder: Fix memory corruption via page aliasingChristopher Lais1-1/+4
2011-11-30Staging: android: binder: Create dedicated workqueue for binder deferred workArve Hjønnevåg1-1/+6
2011-11-30staging: android: binder: Move debugging information from procfs to debugfsArve Hjønnevåg1-42/+39
2011-11-30binder: Use seq_file for debug interface.Arve Hjønnevåg1-374/+201
2011-11-30android-common: Fix slab.h includes for 2.6.34-rc4Colin Cross1-0/+1
2011-11-30Revert "Staging: android: delete android drivers"Greg Kroah-Hartman1-0/+3767
2009-12-11Staging: android: delete android driversGreg Kroah-Hartman1-3767/+0
2009-09-15staging: Make some structures staticJulia Lawall1-2/+2
2009-09-15Staging: android: binder: partial checkpatch cleanupDaniel Walker1-4/+4
2009-09-15Staging: android: binder: cleanup some long linesDaniel Walker1-5/+11
2009-09-15staging: android: binder: clean up for all the stat statmentsDaniel Walker1-22/+32
2009-09-15staging: android: binder: global variable cleanup.Daniel Walker1-5/+8
2009-09-15staging: android: binder: add enum usage in function argumentsDaniel Walker1-3/+5
2009-09-15staging: android: binder: remove a predefineDaniel Walker1-71/+67