summaryrefslogtreecommitdiffstats
path: root/drivers/android/binderfs.c
Commit message (Expand)AuthorAgeFilesLines
* binder: Add binder_proc logging to binderfsHridya Valsaraju2019-09-041-37/+31
* binder: Make transaction_log available in binderfsHridya Valsaraju2019-09-041-0/+18
* binder: Add stats, state and transactions filesHridya Valsaraju2019-09-041-1/+139
* binder: add a mount option to show global statsHridya Valsaraju2019-09-041-2/+43
* binder: Add default binder devices through binderfs when configuredHridya Valsaraju2019-09-041-3/+20
* binder: Validate the default binderfs device names.Hridya Valsaraju2019-09-041-0/+12
* binderfs: remove separate device_initcall()Christian Brauner2019-02-011-3/+1
* binderfs: respect limit on binder control creationChristian Brauner2019-01-301-1/+9
* binderfs: switch from d_add() to d_instantiate()Christian Brauner2019-01-221-1/+1
* binderfs: drop lock in binderfs_binder_ctl_createChristian Brauner2019-01-221-4/+0
* binderfs: kill_litter_super() before cleanupChristian Brauner2019-01-221-1/+2
* binderfs: rework binderfs_binder_device_create()Christian Brauner2019-01-221-20/+19
* binderfs: rework binderfs_fill_super()Christian Brauner2019-01-221-30/+11
* binderfs: prevent renaming the control dentryChristian Brauner2019-01-221-18/+10
* binderfs: remove outdated commentChristian Brauner2019-01-221-4/+0
* binderfs: fix error return code in binderfs_fill_super()Wei Yongjun2019-01-181-0/+1
* binderfs: handle !CONFIG_IPC_NS buildsChristian Brauner2019-01-121-0/+4
* binderfs: reserve devices for initial mountChristian Brauner2019-01-111-1/+6
* binderfs: rename header to binderfs.hChristian Brauner2019-01-111-1/+1
* binderfs: implement "max" mount optionChristian Brauner2019-01-111-6/+98
* binderfs: make each binderfs mount a new instanceChristian Brauner2019-01-081-39/+2
* binderfs: remove wrong kern_mount() callChristian Brauner2019-01-081-10/+0
* binder: implement binderfsChristian Brauner2018-12-191-0/+544