Kconfig (61e0e79ee3c609eb34edf2fe023708cba6a79b1f) | Kconfig (dc52ddc0e6f45b04780b26fc0813509f8e798c42) |
---|---|
1config ARCH 2 string 3 option env="ARCH" 4 5config KERNELVERSION 6 string 7 option env="KERNELVERSION" 8 --- 285 unchanged lines hidden (view full) --- 294 bool "Namespace cgroup subsystem" 295 depends on CGROUPS 296 help 297 Provides a simple namespace cgroup subsystem to 298 provide hierarchical naming of sets of namespaces, 299 for instance virtual servers and checkpoint/restart 300 jobs. 301 | 1config ARCH 2 string 3 option env="ARCH" 4 5config KERNELVERSION 6 string 7 option env="KERNELVERSION" 8 --- 285 unchanged lines hidden (view full) --- 294 bool "Namespace cgroup subsystem" 295 depends on CGROUPS 296 help 297 Provides a simple namespace cgroup subsystem to 298 provide hierarchical naming of sets of namespaces, 299 for instance virtual servers and checkpoint/restart 300 jobs. 301 |
302config CGROUP_FREEZER 303 bool "control group freezer subsystem" 304 depends on CGROUPS 305 help 306 Provides a way to freeze and unfreeze all tasks in a 307 cgroup. 308 |
|
302config CGROUP_DEVICE 303 bool "Device controller for cgroups" 304 depends on CGROUPS && EXPERIMENTAL 305 help 306 Provides a cgroup implementing whitelists for devices which 307 a process in the cgroup can mknod or open. 308 309config CPUSETS --- 601 unchanged lines hidden --- | 309config CGROUP_DEVICE 310 bool "Device controller for cgroups" 311 depends on CGROUPS && EXPERIMENTAL 312 help 313 Provides a cgroup implementing whitelists for devices which 314 a process in the cgroup can mknod or open. 315 316config CPUSETS --- 601 unchanged lines hidden --- |