summaryrefslogtreecommitdiffstats
path: root/kernel/sched/cpuacct.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2017-02-011-1/+1
* sched/cpuacct: Avoid %lld seq_printf warningMartin Schwidefsky2016-11-161-1/+1
* sched/cpuacct: Introduce cpuacct.usage_all to show all CPU stats togetherZhao Lei2016-07-091-0/+40
* sched/cpuacct: Use loop to consolidate code in cpuacct_stats_show()Zhao Lei2016-07-091-15/+14
* sched/cpuacct: Merge cpuacct_usage_index and cpuacct_stat_index enumsZhao Lei2016-07-091-27/+20
* sched/cpuacct: Check for NULL when using task_pt_regs()Anton Blanchard2016-04-131-4/+3
* sched/cpuacct: Split usage accounting into user_usage and sys_usageDongsheng Yang2016-03-311-27/+113
* sched/cpuacct: Show all possible CPUs in cpuacct outputZhao Lei2016-03-311-5/+5
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-241-25/+10
|\
| * sched/cpuacct: Simplify the cpuacct codeZhao Lei2016-03-211-23/+5
| * sched/cpuacct: Rename parameter in cpuusage_write() for readabilityDongsheng Yang2016-03-211-2/+5
* | cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo2016-02-231-1/+1
|/
* cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo2014-07-151-1/+1
* cgroup: remove css_parent()Tejun Heo2014-05-161-1/+1
* cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-4/+2
* cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-051-8/+6
* cgroup, sched: convert away from cftype->read_map()Tejun Heo2013-12-051-4/+4
* cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-081-17/+11
* cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-081-4/+5
* cgroup: add css_parent()Tejun Heo2013-08-081-9/+2
* cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-081-4/+7
* cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-2/+2
* sched/cpuacct/UML: Fix header file dependency bug on the UML buildIngo Molnar2013-04-101-0/+1
* sched/cpuacct: No need to check subsys active stateLi Zefan2013-04-101-6/+0
* sched/cpuacct: Initialize cpuacct subsystem earlierLi Zefan2013-04-101-5/+6
* sched/cpuacct: Initialize root cpuacct earlierLi Zefan2013-04-101-7/+4
* sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct staticallyLi Zefan2013-04-101-2/+2
* sched/cpuacct: Clean up cpuacct.hLi Zefan2013-04-101-1/+43
* sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()Li Zefan2013-04-101-2/+2
* sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()Li Zefan2013-04-101-1/+5
* sched/cpuacct: Add cpuacct_acount_field()Li Zefan2013-04-101-0/+23
* sched/cpuacct: Add cpuacct_init()Li Zefan2013-04-101-0/+7
* sched: Split cpuacct code out of core.cLi Zefan2013-04-101-0/+227
OpenPOWER on IntegriCloud