summaryrefslogtreecommitdiff
path: root/drivers/android/binder_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-06-271-1/+1
* android: binder: fix lockdep check on clearing vmaLiam Howlett2022-06-271-1/+8
* android: binder: stop saving a pointer to the VMALiam R. Howlett2022-06-271-16/+14
* binder: Use memcpy_{to,from}_page() in binder_alloc_do_buffer_copy()Fabio M. De Francesco2022-04-261-11/+2
* binder: Use kmap_local_page() in binder_alloc_copy_user_to_buffer()Fabio M. De Francesco2022-04-261-2/+2
* binder: Use memset_page() in binder_alloc_clear_buf()Fabio M. De Francesco2022-04-261-4/+1
* drivers/android: remove redundant ret variableMinghao Chi2022-02-041-6/+2
* binder: fix async_free_space accounting for empty parcelsTodd Kjos2021-12-211-1/+1
* binder: tell userspace to dump current backtrace when detected oneway spammingHang Lu2021-04-101-3/+12
* binder: add flag to clear buffer on txn completeTodd Kjos2020-12-091-0/+48
* binder: remove redundant assignment to pointer nColin Ian King2020-09-161-1/+1
* binder: print warnings when detecting oneway spamming.Martijn Coenen2020-09-031-3/+52
* binder: Modify commentsYangHui2020-09-031-1/+1
* drivers: android: Fix a variable declaration coding style issueMrinal Pandey2020-07-291-0/+1
* binder: Don't use mmput() from shrinker function.Tetsuo Handa2020-07-231-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* binder: Handle start==NULL in binder_update_page_range()Jann Horn2019-11-141-3/+5
* binder: Prevent repeated use of ->mmap() via NULL mappingJann Horn2019-11-141-5/+6
* binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn2019-11-141-8/+14
* Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2019-10-271-2/+4
|\
| * binder: Don't modify VMA bounds in ->mmap handlerJann Horn2019-10-171-2/+4
* | binder: Remove incorrect comment about vm_insert_page() behaviorJann Horn2019-10-211-1/+0
|/
* binder: Fix comment headers on binder_alloc_prepare_to_free()Joel Fernandes (Google)2019-10-101-1/+1
* binder: return errors from buffer copy functionsTodd Kjos2019-07-011-21/+23
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* binder: take read mode of mmap_sem in binder_alloc_free_page()Tyler Hicks2019-04-251-4/+4
* binder: fix race between munmap() and direct reclaimTodd Kjos2019-03-211-10/+8
* binder: reduce mmap_sem write-side lockMinchan Kim2019-02-191-2/+2
* binder: use userspace pointer as base of buffer spaceTodd Kjos2019-02-121-42/+45
* binder: remove user_buffer_offsetTodd Kjos2019-02-121-10/+6
* binder: remove kernel vm_area for buffer spaceTodd Kjos2019-02-121-38/+2
* binder: add functions to copy to/from binder buffersTodd Kjos2019-02-121-0/+59
* binder: create userspace-to-binder-buffer copy functionTodd Kjos2019-02-121-0/+113
* Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman2018-12-031-10/+6
|\
| * binder: fix race that allows malicious free of live bufferTodd Kjos2018-11-261-10/+6
* | binder: fix sparse warnings on locking contextTodd Kjos2018-11-261-0/+1
|/
* android: binder: fix the race mmap and alloc_new_buf_lockedMinchan Kim2018-09-121-8/+35
* android: binder: Rate-limit debug and userspace triggered err msgsSherry Yang2018-08-081-15/+26
* android: binder_alloc: Include asm/cacheflush.h after linux/ include filesGuenter Roeck2018-07-241-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* ANDROID: binder: change down_write to down_readMinchan Kim2018-05-141-3/+3
* android: binder: use VM_ALLOC to get vm areaGanesh Mahendran2018-01-251-1/+1
* ANDROID: binder: make binder_alloc_new_buf_locked static and indent its argum...Xiongwei Song2017-12-191-5/+6
* android: binder: Check for errors in binder_alloc_shrinker_init().Tetsuo Handa2017-12-181-3/+9
* ANDROID: binder: show high watermark of alloc->pages.Martijn Coenen2017-11-281-0/+4
* Merge 4.14-rc6 into char-misc-nextGreg Kroah-Hartman2017-10-231-14/+10
|\
| * android: binder: Fix null ptr dereference in debug msgSherry Yang2017-10-211-1/+1
| * android: binder: Don't get mm from taskSherry Yang2017-10-211-13/+9
* | android: binder: Change binder_shrinker to staticSherry Yang2017-10-201-1/+1