[PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface

2017-09-25 Thread Tejun Heo
Make the following changes in preparation for the cpu controller interface implementation for cgroup2. This patch doesn't cause any functional differences. * s/cpu_stats_show()/cpu_cfs_stat_show()/ * s/cpu_files/cpu_legacy_files/ v2: Dropped cpuacct changes as it won't be used by cpu

[PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface

2017-09-25 Thread Tejun Heo
Make the following changes in preparation for the cpu controller interface implementation for cgroup2. This patch doesn't cause any functional differences. * s/cpu_stats_show()/cpu_cfs_stat_show()/ * s/cpu_files/cpu_legacy_files/ v2: Dropped cpuacct changes as it won't be used by cpu

[PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface

2017-08-11 Thread Tejun Heo
Make the following changes in preparation for the cpu controller interface implementation for cgroup2. This patch doesn't cause any functional differences. * s/cpu_stats_show()/cpu_cfs_stat_show()/ * s/cpu_files/cpu_legacy_files/ v2: Dropped cpuacct changes as it won't be used by cpu

[PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface

2017-08-11 Thread Tejun Heo
Make the following changes in preparation for the cpu controller interface implementation for cgroup2. This patch doesn't cause any functional differences. * s/cpu_stats_show()/cpu_cfs_stat_show()/ * s/cpu_files/cpu_legacy_files/ v2: Dropped cpuacct changes as it won't be used by cpu

[PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface

2017-07-20 Thread Tejun Heo
Make the following changes in preparation for the cpu controller interface implementation for cgroup2. This patch doesn't cause any functional differences. * s/cpu_stats_show()/cpu_cfs_stats_show()/ * s/cpu_files/cpu_legacy_files/ * Separate out cpuacct_stats_read() from cpuacct_stats_show().

[PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface

2017-07-20 Thread Tejun Heo
Make the following changes in preparation for the cpu controller interface implementation for cgroup2. This patch doesn't cause any functional differences. * s/cpu_stats_show()/cpu_cfs_stats_show()/ * s/cpu_files/cpu_legacy_files/ * Separate out cpuacct_stats_read() from cpuacct_stats_show().

[PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface

2016-08-05 Thread Tejun Heo
>From 0d966df508ef4d6c0b1baae9e369f4fb0d3e10af Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Fri, 11 Mar 2016 07:31:23 -0500 Make the following changes in preparation for the cpu controller interface implementation for the unified hierarchy. This patch doesn't cause any

[PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface

2016-08-05 Thread Tejun Heo
>From 0d966df508ef4d6c0b1baae9e369f4fb0d3e10af Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Fri, 11 Mar 2016 07:31:23 -0500 Make the following changes in preparation for the cpu controller interface implementation for the unified hierarchy. This patch doesn't cause any functional differences.

[PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface

2016-01-05 Thread Tejun Heo
Make the following changes in preparation for the cpu controller interface implementation for the unified hierarchy. This patch doesn't cause any functional differences. * s/cpu_stats_show()/cpu_cfs_stats_show()/ * s/cpu_files/cpu_legacy_files/ * Separate out cpuacct_stats_read() from

[PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface

2016-01-05 Thread Tejun Heo
Make the following changes in preparation for the cpu controller interface implementation for the unified hierarchy. This patch doesn't cause any functional differences. * s/cpu_stats_show()/cpu_cfs_stats_show()/ * s/cpu_files/cpu_legacy_files/ * Separate out cpuacct_stats_read() from