Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cgroup v2: Don't require CPU controller for CPU accounting in 4.15+ | Chris Down | 2018-11-18 | 1 | -0/+1 |
| | | | | | | | | | | | systemd only uses functions that are as of Linux 4.15+ provided externally to the CPU controller (currently usage_usec), so if we have a new enough kernel, we don't need to set CGROUP_MASK_CPU for CPUAccounting=true as the CPU controller does not need to necessarily be enabled in this case. Part of this patch is modelled on an earlier patch by Ryutaroh Matsumoto (see PR #9665). | ||||
* | cgroups: Cache controller masks and optimize queues. | David Strauss | 2013-11-22 | 1 | -0/+7 |