aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig26
1 files changed, 24 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index a88d1c919a4d..d91de16cf637 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -282,6 +282,18 @@ config BSD_PROCESS_ACCT_V3
282 for processing it. A preliminary version of these tools is available 282 for processing it. A preliminary version of these tools is available
283 at <http://www.gnu.org/software/acct/>. 283 at <http://www.gnu.org/software/acct/>.
284 284
285config FHANDLE
286 bool "open by fhandle syscalls"
287 select EXPORTFS
288 help
289 If you say Y here, a user level program will be able to map
290 file names to handle and then later use the handle for
291 different file system operations. This is useful in implementing
292 userspace file servers, which now track files using handles instead
293 of names. The handle would remain the same even if file names
294 get renamed. Enables open_by_handle_at(2) and name_to_handle_at(2)
295 syscalls.
296
285config TASKSTATS 297config TASKSTATS
286 bool "Export task/process statistics through netlink (EXPERIMENTAL)" 298 bool "Export task/process statistics through netlink (EXPERIMENTAL)"
287 depends on NET 299 depends on NET
@@ -678,6 +690,16 @@ config CGROUP_MEM_RES_CTLR_SWAP_ENABLED
678 select this option (if, for some reason, they need to disable it 690 select this option (if, for some reason, they need to disable it
679 then noswapaccount does the trick). 691 then noswapaccount does the trick).
680 692
693config CGROUP_PERF
694 bool "Enable perf_event per-cpu per-container group (cgroup) monitoring"
695 depends on PERF_EVENTS && CGROUPS
696 help
697 This option extends the per-cpu mode to restrict monitoring to
698 threads which belong to the cgroup specified and run on the
699 designated cpu.
700
701 Say N if unsure.
702
681menuconfig CGROUP_SCHED 703menuconfig CGROUP_SCHED
682 bool "Group CPU scheduler" 704 bool "Group CPU scheduler"
683 depends on EXPERIMENTAL 705 depends on EXPERIMENTAL
@@ -809,7 +831,7 @@ config MM_OWNER
809 bool 831 bool
810 832
811config SYSFS_DEPRECATED 833config SYSFS_DEPRECATED
812 bool "enable deprecated sysfs features to support old userspace tools" 834 bool "Enable deprecated sysfs features to support old userspace tools"
813 depends on SYSFS 835 depends on SYSFS
814 default n 836 default n
815 help 837 help
@@ -832,7 +854,7 @@ config SYSFS_DEPRECATED
832 need to say Y here. 854 need to say Y here.
833 855
834config SYSFS_DEPRECATED_V2 856config SYSFS_DEPRECATED_V2
835 bool "enabled deprecated sysfs features by default" 857 bool "Enable deprecated sysfs features by default"
836 default n 858 default n
837 depends on SYSFS 859 depends on SYSFS
838 depends on SYSFS_DEPRECATED 860 depends on SYSFS_DEPRECATED