1. f994d83 staging: binder: cleanup dereference of noderef expressions by Jerry Snitselaar · 10 years ago
  2. 10f6286 staging: android: fix missing a blank line after declarations by Seunghun Lee · 10 years ago
  3. 36c89c0 staging: binder: add __user annotation in binder.c by Mathieu Maret · 10 years ago
  4. da49889 staging: binder: Support concurrent 32 bit and 64 bit processes. by Arve Hjønnevåg · 10 years ago
  5. e194fd8 staging: binder: Fix death notifications by Arve Hjønnevåg · 10 years ago
  6. fb07ebc Staging: android: Mark local functions in binder.c as static by Bojan Prtvar · 11 years ago
  7. 308fbd8 Staging: android: add __user annotation in binder.c by Bojan Prtvar · 11 years ago
  8. 64dcfe6 staging: android: binder: fix binder interface for 64bit compat layer by Serban Constantinescu · 11 years ago
  9. ec35e85 staging: android: binder: fix alignment issues by Serban Constantinescu · 11 years ago
  10. 397334f staging: android: binder: modify struct binder_write_read to use size_t by Serban Constantinescu · 11 years ago
  11. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  12. 1dcdbfd staging: android: Fix typo in staging/android by Masanari Iida · 11 years ago
  13. e2610b2 binder: use freezable blocking calls by Colin Cross · 11 years ago
  14. c07c933 drivers: android: binder: Use __func__ in debug messages by Mirsal Ennaime · 11 years ago
  15. ba97bc5 drivers: android: binder: Remove excessive indentation by Mirsal Ennaime · 11 years ago
  16. 53413e7 drivers: android: binder: Fix code style in binder_deferred_release by Mirsal Ennaime · 11 years ago
  17. 008fa74 drivers: android: binder: Move the node release code to a separate function by Mirsal Ennaime · 11 years ago
  18. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  19. 167bccb staging: android: Fix two checkpatch issues in binder.c by Cruz Julian Bishop · 12 years ago
  20. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  21. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 14 years ago
  22. 56b468f Staging: android: binder: Fixed multi-line strings by Anmol Sarma · 12 years ago
  23. cb1f626 Merge 3.7-rc3 into staging-next by Greg Kroah-Hartman · 12 years ago
  24. 585650d Staging: android: binder: Allow using highmem for binder buffers by Arve Hjønnevåg · 12 years ago
  25. 675d66b Staging: android: binder: Fix memory leak on thread/process exit by Arve Hjønnevåg · 12 years ago
  26. 975a1ac Staging: android: binder: Add some tracepoints by Arve Hjønnevåg · 12 years ago
  27. 89334ab Staging: android: binder: Add some missing binder_stat_br calls by Arve Hjønnevåg · 12 years ago
  28. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  29. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  30. 483ce1d take descriptor-related part of close() to file.c by Al Viro · 12 years ago
  31. f869e8a expose a low-level variant of fd_install() for binder by Al Viro · 12 years ago
  32. dcfadfa new helper: __alloc_fd() by Al Viro · 12 years ago
  33. a79f41e binder: don't allow mmap() by process other than proc->tsk by Al Viro · 12 years ago
  34. 4a2ebb9 userns: Convert binder ipc to use kuids by Eric W. Biederman · 12 years ago
  35. bf20236 Staging: android: binder: Remove an inconsequential conditional macro by Sachin Kamat · 12 years ago
  36. efde99c Staging: android: binder: Make task_get_unused_fd_flags function static by Sachin Kamat · 12 years ago
  37. 258767f drivers: staging: android: binder.c: fix printk macros by Sherwin Soltani · 12 years ago
  38. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  39. 2a90957 Staging: android: binder: Fix use-after-free bug by Arve Hjønnevåg · 12 years ago
  40. 2c52325 Staging:android: Change type for binder_debug_no_lock switch to bool by Zhengwang Ruan · 12 years ago
  41. 189017c fs: Remove missed ->fds_bits from cessation use of fd_set structs internally by David Howells · 12 years ago
  42. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 12 years ago
  43. b91867f Merge tag 'staging-3.3-rc3' into staging-next by Greg Kroah-Hartman · 12 years ago
  44. 217218f drivers:staging:android Typos: fix some comments that have typos in them. by Justin P. Mattock · 12 years ago
  45. bd1eff9 Staging: android: binder: Fix crashes when sharing a binder file between processes by Arve Hjønnevåg · 12 years ago
  46. 3c1b86f Staging: android: binder: Don't call dump_stack in binder_vma_open by Arve Hjønnevåg · 12 years ago
  47. 5852609 staging: binder: Fix memory corruption via page aliasing by Christopher Lais · 14 years ago
  48. 3c762a4 Staging: android: binder: Create dedicated workqueue for binder deferred work by Arve Hjønnevåg · 14 years ago
  49. 16b6655 staging: android: binder: Move debugging information from procfs to debugfs by Arve Hjønnevåg · 15 years ago
  50. 5249f48 binder: Use seq_file for debug interface. by Arve Hjønnevåg · 15 years ago
  51. c11a166 android-common: Fix slab.h includes for 2.6.34-rc4 by Colin Cross · 14 years ago
  52. 355b050 Revert "Staging: android: delete android drivers" by Greg Kroah-Hartman · 13 years ago
  53. b0a0ccf Staging: android: delete android drivers by Greg Kroah-Hartman · 15 years ago
  54. a5ca2df staging: Make some structures static by Julia Lawall · 15 years ago
  55. 1062643 Staging: android: binder: partial checkpatch cleanup by Daniel Walker · 15 years ago
  56. 707636f Staging: android: binder: cleanup some long lines by Daniel Walker · 15 years ago
  57. 8683b98 staging: android: binder: clean up for all the stat statments by Daniel Walker · 15 years ago
  58. 39e420e staging: android: binder: global variable cleanup. by Daniel Walker · 15 years ago
  59. fd0a2f0 staging: android: binder: add enum usage in function arguments by Daniel Walker · 15 years ago
  60. 9980318 staging: android: binder: remove a predefine by Daniel Walker · 15 years ago
  61. df56cb1 staging: android: binder: move debugging mask into a macro by Daniel Walker · 15 years ago
  62. 3dffc827 Staging: android: binder: fix up some checkpatch warnings by Greg Kroah-Hartman · 15 years ago
  63. 861a0dcc Staging: binder: Defer flush and release operations to avoid deadlocks. by Arve Hjønnevåg · 15 years ago
  64. 0cf24a7 Staging: binder: Prevent the wrong thread from adding a transaction to the stack. by Arve Hjønnevåg · 15 years ago
  65. 7af7467 Staging: binder: Cast to uintptr_t instead of size_t when aligning pointers by Arve Hjønnevåg · 15 years ago
  66. 282ca17 Staging: binder: Keep a reference to the files_struct while the driver is mmapped by Arve Hjønnevåg · 15 years ago
  67. ea5c4cc Staging: binder: Add more offset validation. by Arve Hjønnevåg · 15 years ago
  68. 4ddfc91 Staging: binder: mmap fixes. by Arve Hjønnevåg · 15 years ago
  69. 85e0b0cb Staging: binder: Don't create two proc entries with the same name if the driver is opened twice in one process. by Arve Hjønnevåg · 15 years ago
  70. 1d8cbcf Staging: binder: Remove VM_EXEC check. by Arve Hjønnevåg · 15 years ago
  71. 45eb7ae Staging: android: binder: fix printk format warnings by Randy Dunlap · 15 years ago
  72. 1176e83 Staging: android: task_get_unused_fd_flags: fix the wrong usage of tsk->signal by Oleg Nesterov · 15 years ago
  73. c171ac3 Staging: android: binder: fix arm build errors by Arve Hjønnevåg · 15 years ago
  74. 7a9c67a Staging: android: binder: fix build errors by Greg Kroah-Hartman · 16 years ago
  75. 9279bcc staging: android: binder: Fix use of euid by J.R. Mauro · 15 years ago
  76. a2bf215 Staging: android: binder: Fix gcc warnings about improper format specifiers for size_t in printk by J.R. Mauro · 15 years ago
  77. 457b9a6 Staging: android: add binder driver by Arve Hjønnevåg · 16 years ago