aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/binder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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 proc...Arve 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
2009-09-15staging: android: binder: move debugging mask into a macroDaniel Walker1-246/+266
2009-06-19Staging: android: binder: fix up some checkpatch warningsGreg Kroah-Hartman1-162/+274
2009-04-17Staging: binder: Defer flush and release operations to avoid deadlocks.Arve Hjønnevåg1-61/+88
2009-04-17Staging: binder: Prevent the wrong thread from adding a transaction to the st...Arve Hjønnevåg1-0/+11
2009-04-17Staging: binder: Cast to uintptr_t instead of size_t when aligning pointersArve Hjønnevåg1-12/+14
2009-04-17Staging: binder: Keep a reference to the files_struct while the driver is mma...Arve Hjønnevåg1-16/+63
2009-04-17Staging: binder: Add more offset validation.Arve Hjønnevåg1-2/+13
2009-04-17Staging: binder: mmap fixes.Arve Hjønnevåg1-1/+9
2009-04-17Staging: binder: Don't create two proc entries with the same name if the driv...Arve Hjønnevåg1-0/+1
2009-04-17Staging: binder: Remove VM_EXEC check.Arve Hjønnevåg1-4/+0
2009-04-03Staging: android: binder: fix printk format warningsRandy Dunlap1-3/+15
2009-01-28Staging: android: task_get_unused_fd_flags: fix the wrong usage of tsk->signalOleg Nesterov1-5/+5
2009-01-28Staging: android: binder: fix arm build errorsArve Hjønnevåg1-3/+3
2009-01-06Staging: android: binder: fix build errorsGreg Kroah-Hartman1-3/+4
2009-01-06staging: android: binder: Fix use of euidJ.R. Mauro1-4/+4
2009-01-06Staging: android: binder: Fix gcc warnings about improper format specifiers f...J.R. Mauro1-23/+26
2009-01-06Staging: android: add binder driverArve Hjønnevåg1-0/+3499