1. bb4a2e4 binder: return errors from buffer copy functions by Todd Kjos · 6 years ago
  2. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  3. 60d4885 binder: take read mode of mmap_sem in binder_alloc_free_page() by Tyler Hicks · 6 years ago
  4. 5cec2d2 binder: fix race between munmap() and direct reclaim by Todd Kjos · 6 years ago
  5. 3013bf6 binder: reduce mmap_sem write-side lock by Minchan Kim · 6 years ago
  6. bde4a19 binder: use userspace pointer as base of buffer space by Todd Kjos · 6 years ago
  7. c41358a binder: remove user_buffer_offset by Todd Kjos · 6 years ago
  8. 8802116 binder: remove kernel vm_area for buffer space by Todd Kjos · 6 years ago
  9. 8ced0c6 binder: add functions to copy to/from binder buffers by Todd Kjos · 6 years ago
  10. 1a7c3d9 binder: create userspace-to-binder-buffer copy function by Todd Kjos · 6 years ago
  11. 22fee7d Merge 4.20-rc5 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  12. 324fa64 binder: fix sparse warnings on locking context by Todd Kjos · 6 years ago
  13. 7bada55 binder: fix race that allows malicious free of live buffer by Todd Kjos · 6 years ago
  14. da1b956 android: binder: fix the race mmap and alloc_new_buf_locked by Minchan Kim · 6 years ago
  15. 128f380 android: binder: Rate-limit debug and userspace triggered err msgs by Sherry Yang · 6 years ago
  16. 1e81c57 android: binder_alloc: Include asm/cacheflush.h after linux/ include files by Guenter Roeck · 6 years ago
  17. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  18. 720c241 ANDROID: binder: change down_write to down_read by Minchan Kim · 7 years ago
  19. aac6830 android: binder: use VM_ALLOC to get vm area by Ganesh Mahendran · 7 years ago
  20. 3f82724 ANDROID: binder: make binder_alloc_new_buf_locked static and indent its arguments by Xiongwei Song · 7 years ago
  21. 533dfb2 android: binder: Check for errors in binder_alloc_shrinker_init(). by Tetsuo Handa · 7 years ago
  22. 8d9a3ab6 ANDROID: binder: show high watermark of alloc->pages. by Martijn Coenen · 7 years ago
  23. 6fbf248 Merge 4.14-rc6 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  24. ae65c85 android: binder: Fix null ptr dereference in debug msg by Sherry Yang · 7 years ago
  25. a0c2baa android: binder: Don't get mm from task by Sherry Yang · 7 years ago
  26. de7bbe3 android: binder: Change binder_shrinker to static by Sherry Yang · 7 years ago
  27. 6ae33b9 android: binder: Remove unused vma argument by Sherry Yang · 7 years ago
  28. a1b2289 android: binder: drop lru lock in isolate callback by Sherry Yang · 7 years ago
  29. 8ef4665 android: binder: Add page usage in binder stats by Sherry Yang · 7 years ago
  30. 957ccc2 android: binder: fixup crash introduced by moving buffer hdr by Sherry Yang · 7 years ago
  31. e41e164 android: binder: Add shrinker tracepoints by Sherry Yang · 7 years ago
  32. f2517eb android: binder: Add global lru shrinker to binder by Sherry Yang · 7 years ago
  33. 74310e0 android: binder: Move buffer out of area shared with user space by Sherry Yang · 7 years ago
  34. e2176219 android: binder: Refactor prev and next buffer into a helper function by Sherry Yang · 7 years ago
  35. b05a68e binder: add more debug info when allocation fails. by Martijn Coenen · 8 years ago
  36. 53d311cf binder: protect against two threads freeing buffer by Todd Kjos · 8 years ago
  37. 57ada2f binder: add log information for binder transaction failures by Todd Kjos · 8 years ago
  38. 0c972a0 binder: move binder_alloc to separate file by Todd Kjos · 8 years ago