summaryrefslogtreecommitdiff
path: root/kernel/sched/cputime.c
AgeCommit message (Expand)Author
2022-12-27cputime: remove cputime_to_nsecs fallbackNicholas Piggin
2022-07-04sched/core: add forced idle accounting for cgroupsJosh Don
2022-02-23sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...Ingo Molnar
2022-01-11Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-12-02sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker
2021-11-23cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-22sched: Fix various typosIngo Molnar
2021-03-17irqtime: Make accounting correct on RTThomas Gleixner
2020-12-02irqtime: Move irqtime entry accounting after irq offset incrementationFrederic Weisbecker
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker
2020-12-02s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker
2020-12-02sched/cputime: Remove symbol exports from IRQ time accountingFrederic Weisbecker
2020-06-15sched/cputime: Improve cputime_adjust()Oleg Nesterov
2020-04-15sched/vtime: Work around an unitialized variable warningBorislav Petkov
2020-03-06sched/vtime: Prevent unstable evaluation of WARN(vtime->state)Chris Wilson
2020-01-17sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi
2019-11-21sched/vtime: Bring up complete kcpustat accessorFrederic Weisbecker
2019-11-21sched/cputime: Support other fields on kcpustat_field()Frederic Weisbecker
2019-10-29sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEMFrederic Weisbecker
2019-10-29sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...Frederic Weisbecker
2019-10-29sched/cputime: Add vtime guest task stateFrederic Weisbecker
2019-10-29sched/cputime: Add vtime idle task stateFrederic Weisbecker
2019-10-29sched/vtime: Record CPU under seqcount for kcpustat needsFrederic Weisbecker
2019-10-09sched/cputime: Spare a seqcount lock/unlock cycle on context switchFrederic Weisbecker
2019-10-09sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker
2019-10-09sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-12-03sched: Fix various typos in commentsIngo Molnar
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-08sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-09-25sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_...Tejun Heo
2017-09-25cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo
2017-09-25sched/cputime: Expose cputime_adjust()Tejun Heo
2017-07-14sched/cputime: Don't use smp_processor_id() in preemptible contextWanpeng Li
2017-07-05sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker
2017-07-05sched/cputime: Always set tsk->vtime_snap_whence after accounting vtimeFrederic Weisbecker
2017-07-05vtime, sched/cputime: Remove vtime_account_user()Frederic Weisbecker
2017-07-04Revert "sched/cputime: Refactor the cputime_adjust() code"Ingo Molnar
2017-06-30sched/cputime: Refactor the cputime_adjust() codeGustavo A. R. Silva
2017-04-27sched/cputime: Fix ksoftirqd cputime accounting regressionFrederic Weisbecker
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar
2017-03-02sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> i...Ingo Molnar
2017-02-01sched/cputime, vtime: Return nsecs instead of cputime_t to accountFrederic Weisbecker
2017-02-01sched/cputime: Complete nsec conversion of tick based accountingFrederic Weisbecker
2017-02-01sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker