| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-16 | binder: Convert binder_alloc selftests to KUnit | Tiffany Yang | 1 | -5/+0 |
| 2025-07-16 | binder: Scaffolding for binder_alloc KUnit tests | Tiffany Yang | 1 | -0/+6 |
| 2025-07-16 | binder: Store lru freelist in binder_alloc | Tiffany Yang | 1 | -1/+2 |
| 2025-07-16 | binder: use guards for plain mutex- and spinlock-protected sections | Dmitry Antipov | 1 | -6/+2 |
| 2024-12-24 | binder: rename alloc->buffer to vm_start | Carlos Llamas | 1 | -2/+2 |
| 2024-12-24 | binder: replace alloc->vma with alloc->mapped | Carlos Llamas | 1 | -3/+3 |
| 2024-12-24 | binder: store shrinker metadata under page->private | Carlos Llamas | 1 | -8/+17 |
| 2024-12-24 | Revert "binder: switch alloc->mutex to spinlock_t" | Carlos Llamas | 1 | -5/+5 |
| 2024-11-11 | mm/list_lru: simplify the list_lru walk callback function | Kairui Song | 1 | -1/+1 |
| 2023-12-05 | binder: switch alloc->mutex to spinlock_t | Carlos Llamas | 1 | -5/+5 |
| 2023-12-05 | binder: rename lru shrinker utilities | Carlos Llamas | 1 | -2/+2 |
| 2023-12-05 | binder: remove pid param in binder_alloc_new_buf() | Carlos Llamas | 1 | -5/+2 |
| 2023-12-05 | binder: keep vma addresses type as unsigned long | Carlos Llamas | 1 | -3/+3 |
| 2023-12-05 | binder: remove extern from function prototypes | Carlos Llamas | 1 | -19/+19 |
| 2023-08-04 | binder: fix memory leak in binder_init() | Qi Zheng | 1 | -0/+1 |
| 2023-05-13 | Revert "android: binder: stop saving a pointer to the VMA" | Carlos Llamas | 1 | -2/+2 |
| 2022-09-06 | binder: fix binder_alloc kernel-doc warnings | Carlos Llamas | 1 | -3/+2 |
| 2022-09-06 | binder: rename alloc->vma_vm_mm to alloc->mm | Carlos Llamas | 1 | -2/+2 |
| 2022-09-01 | binder: remove unused binder_alloc->buffer_free | Carlos Llamas | 1 | -1/+0 |
| 2022-09-01 | binder: fix trivial kernel-doc typo | Carlos Llamas | 1 | -2/+2 |
| 2022-07-29 | android: binder: stop saving a pointer to the VMA | Liam R. Howlett | 1 | -1/+1 |
| 2021-04-10 | binder: tell userspace to dump current backtrace when detected oneway spamming | Hang Lu | 1 | -1/+7 |
| 2020-12-09 | binder: add flag to clear buffer on txn complete | Todd Kjos | 1 | -1/+3 |
| 2020-09-03 | binder: print warnings when detecting oneway spamming. | Martijn Coenen | 1 | -1/+4 |
| 2019-07-01 | binder: return errors from buffer copy functions | Todd Kjos | 1 | -11/+11 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 1 | -10/+1 |
| 2019-02-12 | binder: use userspace pointer as base of buffer space | Todd Kjos | 1 | -3/+3 |
| 2019-02-12 | binder: remove user_buffer_offset | Todd Kjos | 1 | -23/+0 |
| 2019-02-12 | binder: add functions to copy to/from binder buffers | Todd Kjos | 1 | -0/+12 |
| 2019-02-12 | binder: create userspace-to-binder-buffer copy function | Todd Kjos | 1 | -0/+8 |
| 2018-12-06 | binder: fix kerneldoc header for struct binder_buffer | Todd Kjos | 1 | -10/+10 |
| 2018-11-26 | binder: fix race that allows malicious free of live buffer | Todd Kjos | 1 | -2/+1 |
| 2017-12-18 | android: binder: Check for errors in binder_alloc_shrinker_init(). | Tetsuo Handa | 1 | -1/+1 |
| 2017-11-28 | ANDROID: binder: show high watermark of alloc->pages. | Martijn Coenen | 1 | -0/+2 |
| 2017-10-21 | android: binder: Don't get mm from task | Sherry Yang | 1 | -1/+0 |
| 2017-09-01 | android: binder: Add page usage in binder stats | Sherry Yang | 1 | -0/+2 |
| 2017-08-28 | android: binder: Add global lru shrinker to binder | Sherry Yang | 1 | -3/+20 |
| 2017-08-28 | android: binder: Move buffer out of area shared with user space | Sherry Yang | 1 | -1/+1 |
| 2017-08-28 | android: binder: Add allocator selftest | Sherry Yang | 1 | -0/+5 |
| 2017-07-17 | binder: protect against two threads freeing buffer | Todd Kjos | 1 | -3/+4 |
| 2017-07-17 | binder: move binder_alloc to separate file | Todd Kjos | 1 | -0/+162 |