aboutsummaryrefslogtreecommitdiff
path: root/drivers/android/binder.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-21binder: fix BUG_ON found by selinux-testsuiteGravatar Todd Kjos 1-1/+2
2019-02-15binder: fix handling of misaligned binder objectGravatar Todd Kjos 1-1/+1
2019-02-12binder: use userspace pointer as base of buffer spaceGravatar Todd Kjos 1-51/+67
2019-02-12binder: remove user_buffer_offsetGravatar Todd Kjos 1-32/+7
2019-02-12binder: avoid kernel vm_area for buffer fixupsGravatar Todd Kjos 1-49/+97
2019-02-12binder: add function to copy binder object from bufferGravatar Todd Kjos 1-17/+58
2019-02-12binder: add functions to copy to/from binder buffersGravatar Todd Kjos 1-44/+75
2019-02-12binder: create userspace-to-binder-buffer copy functionGravatar Todd Kjos 1-7/+22
2019-02-11Merge 5.0-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-15/+22
2019-02-01binderfs: remove separate device_initcall()Gravatar Christian Brauner 1-1/+6
2019-01-30binder: fix CONFIG_ANDROID_BINDER_DEVICESGravatar Christian Brauner 1-14/+16
2019-01-22binder: create node flag to request sender's security contextGravatar Todd Kjos 1-23/+83
2018-12-19binder: implement binderfsGravatar Christian Brauner 1-17/+8
2018-12-19binder: fix use-after-free due to ksys_close() during fdget()Gravatar Todd Kjos 1-2/+61
2018-12-06binder: filter out nodes when showing binder procsGravatar Todd Kjos 1-0/+3
2018-12-06binder: remove BINDER_DEBUG_ENTRY()Gravatar Yangtao Li 1-31/+17
2018-12-03Merge 4.20-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-9/+12
2018-11-26binder: fix sparse warnings on locking contextGravatar Todd Kjos 1-1/+42
2018-11-26binder: fix race that allows malicious free of live bufferGravatar Todd Kjos 1-9/+12
2018-10-02binder: make symbol 'binder_free_buf' staticGravatar Wei Yongjun 1-1/+1
2018-09-14binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Gravatar Martijn Coenen 1-0/+55
2018-09-14android: binder: use kstrdup instead of open-coding itGravatar Rasmus Villemoes 1-2/+1
2018-09-14binder: use standard functions to allocate fdsGravatar Todd Kjos 1-155/+232
2018-09-14android: binder: no outgoing transaction when thread todo has transactionGravatar Sherry Yang 1-12/+32
2018-08-08android: binder: Rate-limit debug and userspace triggered err msgsGravatar Sherry Yang 1-2/+3
2018-07-24android: binder: Include asm/cacheflush.h after linux/ include filesGravatar Guenter Roeck 1-1/+3
2018-05-14android: binder: Change return type to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-05-14ANDROID: binder: change down_write to down_readGravatar Minchan Kim 1-1/+3
2018-05-14ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERRORGravatar 宋金时 1-1/+2
2018-05-14ANDROID: binder: remove 32-bit binder interface.Gravatar Martijn Coenen 1-4/+0
2018-04-30Merge 4.17-rc3 into char-misc-nextGravatar Greg Kroah-Hartman 1-0/+8
2018-04-23ANDROID: binder: re-order some conditionsGravatar Dan Carpenter 1-2/+2
2018-04-23ANDROID: binder: prevent transactions into own process.Gravatar Martijn Coenen 1-0/+8
2018-02-16ANDROID: binder: synchronize_rcu() when using POLLFREE.Gravatar Martijn Coenen 1-0/+9
2018-02-16binder: replace "%p" with "%pK"Gravatar Todd Kjos 1-4/+4
2018-02-16ANDROID: binder: remove WARN() for redundant txn errorGravatar Todd Kjos 1-2/+8
2018-02-16binder: check for binder_thread allocation failure in binder_poll()Gravatar Eric Biggers 1-0/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-61/+135
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2018-01-25android: binder: Use true and false for boolean valuesGravatar Gustavo A. R. Silva 1-3/+3
2018-01-09android: binder: Use octal permissionsGravatar Harsh Shandilya 1-8/+8
2018-01-09ANDROID: binder: Remove obsolete proc waitqueue.Gravatar Martijn Coenen 1-3/+0
2018-01-09ANDROID: binder: remove waitqueue when thread exits.Gravatar Martijn Coenen 1-0/+12
2018-01-09android: binder: Prefer __func__ to using hardcoded function nameGravatar Elad Wexler 1-2/+2
2018-01-02Merge 4.15-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-13/+31
2017-12-18android: binder: Check for errors in binder_alloc_shrinker_init().Gravatar Tetsuo Handa 1-1/+3
2017-12-18binder: fix proc->files use-after-freeGravatar Todd Kjos 1-13/+31
2017-12-11Merge 4.15-rc3 into char-misc-nextGravatar Greg Kroah-Hartman 1-9/+31
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-1/+1