index
:
kernel_samsung_espresso10.git
replicant-4.2
replicant-6.0
kernel/samsung/espresso10
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
android
/
binder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "android: binder: Change binder mutex to rtmutex."
Andreas Blaesius
2016-10-20
1
-4
/
+3
*
android: drivers: workaround debugfs race in binder
Riley Andrews
2016-10-13
1
-2
/
+14
*
binder: prevent kptr leak by using %pK format specifier
Nick Desaulniers
2016-10-13
1
-1
/
+1
*
ANDROID: binder: Clear binder and cookie when setting handle in flat binder s...
Arve Hjønnevåg
2016-10-13
1
-0
/
+5
*
Add permission checking for binder IPC.
Stephen Smalley
2015-10-25
1
-0
/
+21
*
android: binder: Change binder mutex to rtmutex.
Riley Andrews
2015-10-25
1
-3
/
+4
*
Staging: android: binder: Allow using highmem for binder buffers
Arve Hjønnevåg
2015-10-25
1
-1
/
+1
*
Staging: android: binder: Fix memory leak on thread/process exit
Arve Hjønnevåg
2015-10-25
1
-1
/
+27
*
Staging: android: binder: Add some tracepoints
Arve Hjønnevåg
2015-10-25
1
-20
/
+71
*
Staging: android: binder: Add some missing binder_stat_br calls
Arve Hjønnevåg
2015-10-25
1
-0
/
+4
*
Staging: android: binder: Fix use-after-free bug
Arve Hjønnevåg
2015-10-25
1
-1
/
+4
*
Staging:android: Change type for binder_debug_no_lock switch to bool
Zhengwang Ruan
2015-10-25
1
-1
/
+1
*
Staging: android: binder: Fix crashes when sharing a binder file between proc...
Arve Hjønnevåg
2015-10-25
1
-1
/
+11
*
Staging: android: binder: Don't call dump_stack in binder_vma_open
Arve Hjønnevåg
2015-10-25
1
-1
/
+0
*
staging: binder: add vm_fault handler
Vinayak Menon
2015-10-25
1
-0
/
+6
*
binder: Fix memory corruption via page aliasing
Christopher Lais
2011-06-14
1
-1
/
+4
*
Staging: android: binder: Create dedicated workqueue for binder deferred work
Arve Hjønnevåg
2011-06-14
1
-1
/
+6
*
android-common: Fix slab.h includes for 2.6.34-rc4
Colin Cross
2011-06-14
1
-0
/
+1
*
binder: Move debugging information from procfs to debugfs
Arve Hjønnevåg
2011-06-14
1
-42
/
+39
*
binder: Use seq_file for debug interface.
Arve Hjønnevåg
2011-06-14
1
-374
/
+201
*
Revert "Staging: android: delete android drivers"
Arve Hjønnevåg
2011-06-14
1
-0
/
+3767
*
Staging: android: delete android drivers
Greg Kroah-Hartman
2009-12-11
1
-3767
/
+0
*
staging: Make some structures static
Julia Lawall
2009-09-15
1
-2
/
+2
*
Staging: android: binder: partial checkpatch cleanup
Daniel Walker
2009-09-15
1
-4
/
+4
*
Staging: android: binder: cleanup some long lines
Daniel Walker
2009-09-15
1
-5
/
+11
*
staging: android: binder: clean up for all the stat statments
Daniel Walker
2009-09-15
1
-22
/
+32
*
staging: android: binder: global variable cleanup.
Daniel Walker
2009-09-15
1
-5
/
+8
*
staging: android: binder: add enum usage in function arguments
Daniel Walker
2009-09-15
1
-3
/
+5
*
staging: android: binder: remove a predefine
Daniel Walker
2009-09-15
1
-71
/
+67
*
staging: android: binder: move debugging mask into a macro
Daniel Walker
2009-09-15
1
-246
/
+266
*
Staging: android: binder: fix up some checkpatch warnings
Greg Kroah-Hartman
2009-06-19
1
-162
/
+274
*
Staging: binder: Defer flush and release operations to avoid deadlocks.
Arve Hjønnevåg
2009-04-17
1
-61
/
+88
*
Staging: binder: Prevent the wrong thread from adding a transaction to the st...
Arve Hjønnevåg
2009-04-17
1
-0
/
+11
*
Staging: binder: Cast to uintptr_t instead of size_t when aligning pointers
Arve Hjønnevåg
2009-04-17
1
-12
/
+14
*
Staging: binder: Keep a reference to the files_struct while the driver is mma...
Arve Hjønnevåg
2009-04-17
1
-16
/
+63
*
Staging: binder: Add more offset validation.
Arve Hjønnevåg
2009-04-17
1
-2
/
+13
*
Staging: binder: mmap fixes.
Arve Hjønnevåg
2009-04-17
1
-1
/
+9
*
Staging: binder: Don't create two proc entries with the same name if the driv...
Arve Hjønnevåg
2009-04-17
1
-0
/
+1
*
Staging: binder: Remove VM_EXEC check.
Arve Hjønnevåg
2009-04-17
1
-4
/
+0
*
Staging: android: binder: fix printk format warnings
Randy Dunlap
2009-04-03
1
-3
/
+15
*
Staging: android: task_get_unused_fd_flags: fix the wrong usage of tsk->signal
Oleg Nesterov
2009-01-28
1
-5
/
+5
*
Staging: android: binder: fix arm build errors
Arve Hjønnevåg
2009-01-28
1
-3
/
+3
*
Staging: android: binder: fix build errors
Greg Kroah-Hartman
2009-01-06
1
-3
/
+4
*
staging: android: binder: Fix use of euid
J.R. Mauro
2009-01-06
1
-4
/
+4
*
Staging: android: binder: Fix gcc warnings about improper format specifiers f...
J.R. Mauro
2009-01-06
1
-23
/
+26
*
Staging: android: add binder driver
Arve Hjønnevåg
2009-01-06
1
-0
/
+3499