summaryrefslogtreecommitdiff
path: root/drivers/android/binderfs.c
AgeCommit message (Expand)Author
2019-09-04binder: Add binder_proc logging to binderfsHridya Valsaraju
2019-09-04binder: Make transaction_log available in binderfsHridya Valsaraju
2019-09-04binder: Add stats, state and transactions filesHridya Valsaraju
2019-09-04binder: add a mount option to show global statsHridya Valsaraju
2019-09-04binder: Add default binder devices through binderfs when configuredHridya Valsaraju
2019-09-04binder: Validate the default binderfs device names.Hridya Valsaraju
2019-02-01binderfs: remove separate device_initcall()Christian Brauner
2019-01-30binderfs: respect limit on binder control creationChristian Brauner
2019-01-22binderfs: switch from d_add() to d_instantiate()Christian Brauner
2019-01-22binderfs: drop lock in binderfs_binder_ctl_createChristian Brauner
2019-01-22binderfs: kill_litter_super() before cleanupChristian Brauner
2019-01-22binderfs: rework binderfs_binder_device_create()Christian Brauner
2019-01-22binderfs: rework binderfs_fill_super()Christian Brauner
2019-01-22binderfs: prevent renaming the control dentryChristian Brauner
2019-01-22binderfs: remove outdated commentChristian Brauner
2019-01-18binderfs: fix error return code in binderfs_fill_super()Wei Yongjun
2019-01-12binderfs: handle !CONFIG_IPC_NS buildsChristian Brauner
2019-01-11binderfs: reserve devices for initial mountChristian Brauner
2019-01-11binderfs: rename header to binderfs.hChristian Brauner
2019-01-11binderfs: implement "max" mount optionChristian Brauner
2019-01-08binderfs: make each binderfs mount a new instanceChristian Brauner
2019-01-08binderfs: remove wrong kern_mount() callChristian Brauner
2018-12-19binder: implement binderfsChristian Brauner