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