summaryrefslogtreecommitdiff
path: root/drivers/android/binder_alloc.c
AgeCommit message (Expand)Author
2021-12-21binder: fix async_free_space accounting for empty parcelsTodd Kjos
2021-04-10binder: tell userspace to dump current backtrace when detected oneway spammingHang Lu
2020-12-09binder: add flag to clear buffer on txn completeTodd Kjos
2020-09-16binder: remove redundant assignment to pointer nColin Ian King
2020-09-03binder: print warnings when detecting oneway spamming.Martijn Coenen
2020-09-03binder: Modify commentsYangHui
2020-07-29drivers: android: Fix a variable declaration coding style issueMrinal Pandey
2020-07-23binder: Don't use mmput() from shrinker function.Tetsuo Handa
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2019-11-14binder: Handle start==NULL in binder_update_page_range()Jann Horn
2019-11-14binder: Prevent repeated use of ->mmap() via NULL mappingJann Horn
2019-11-14binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn
2019-10-27Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman
2019-10-21binder: Remove incorrect comment about vm_insert_page() behaviorJann Horn
2019-10-17binder: Don't modify VMA bounds in ->mmap handlerJann Horn
2019-10-10binder: Fix comment headers on binder_alloc_prepare_to_free()Joel Fernandes (Google)
2019-07-01binder: return errors from buffer copy functionsTodd Kjos
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-04-25binder: take read mode of mmap_sem in binder_alloc_free_page()Tyler Hicks
2019-03-21binder: fix race between munmap() and direct reclaimTodd Kjos
2019-02-19binder: reduce mmap_sem write-side lockMinchan Kim
2019-02-12binder: use userspace pointer as base of buffer spaceTodd Kjos
2019-02-12binder: remove user_buffer_offsetTodd Kjos
2019-02-12binder: remove kernel vm_area for buffer spaceTodd Kjos
2019-02-12binder: add functions to copy to/from binder buffersTodd Kjos
2019-02-12binder: create userspace-to-binder-buffer copy functionTodd Kjos
2018-12-03Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman
2018-11-26binder: fix sparse warnings on locking contextTodd Kjos
2018-11-26binder: fix race that allows malicious free of live bufferTodd Kjos
2018-09-12android: binder: fix the race mmap and alloc_new_buf_lockedMinchan Kim
2018-08-08android: binder: Rate-limit debug and userspace triggered err msgsSherry Yang
2018-07-24android: binder_alloc: Include asm/cacheflush.h after linux/ include filesGuenter Roeck
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-14ANDROID: binder: change down_write to down_readMinchan Kim
2018-01-25android: binder: use VM_ALLOC to get vm areaGanesh Mahendran
2017-12-19ANDROID: binder: make binder_alloc_new_buf_locked static and indent its argum...Xiongwei Song
2017-12-18android: binder: Check for errors in binder_alloc_shrinker_init().Tetsuo Handa
2017-11-28ANDROID: binder: show high watermark of alloc->pages.Martijn Coenen
2017-10-23Merge 4.14-rc6 into char-misc-nextGreg Kroah-Hartman
2017-10-21android: binder: Fix null ptr dereference in debug msgSherry Yang
2017-10-21android: binder: Don't get mm from taskSherry Yang
2017-10-20android: binder: Change binder_shrinker to staticSherry Yang
2017-10-20android: binder: Remove unused vma argumentSherry Yang
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang
2017-09-01android: binder: Add page usage in binder statsSherry Yang
2017-09-01android: binder: fixup crash introduced by moving buffer hdrSherry Yang
2017-08-28android: binder: Add shrinker tracepointsSherry Yang
2017-08-28android: binder: Add global lru shrinker to binderSherry Yang
2017-08-28android: binder: Move buffer out of area shared with user spaceSherry Yang