aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/cputime.c
AgeCommit message (Expand)Author
2018-07-18ANDROID: Reduce use of #ifdef CONFIG_CPU_FREQ_TIMESConnor O'Brien
2018-04-03ANDROID: cpufreq: track per-task time in stateConnor O'Brien
2017-01-31ANDROID: sched/walt: Accounting for number of irqs pending on each coreSrinath Sridharan
2016-09-30sched/irqtime: Consolidate irqtime flushing codeFrederic Weisbecker
2016-09-30sched/irqtime: Consolidate accounting synchronization with u64_stats APIFrederic Weisbecker
2016-09-30sched/irqtime: Remove needless IRQs disablement on kcpustat updateFrederic Weisbecker
2016-09-30sched/irqtime: No need for preempt-safe accessorsFrederic Weisbecker
2016-08-18sched/cputime: Improve scalability by not accounting thread group tasks pendi...Stanislaw Gruszka
2016-08-18sched/cputime: Resync steal time when guest & host lose syncWanpeng Li
2016-08-18sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra
2016-08-11sched/cputime: Fix omitted ticks passed in parameterFrederic Weisbecker
2016-08-11sched/cputime: Fix steal time accountingWanpeng Li
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-14sched/cputime: Drop local_irq_save/restore from irqtime_account_irq()Rik van Riel
2016-07-14sched/cputime: Clean up the old vtime gen irqtime accounting completelyFrederic Weisbecker
2016-07-14sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING codeRik van Riel
2016-07-14sched/cputime: Count actually elapsed irq & softirq timeRik van Riel
2016-07-06xen: add steal_clock support on x86Juergen Gross
2016-06-14sched/cputime: Add steal time support to full dynticks CPU time accountingWanpeng Li
2016-03-08sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen
2016-02-29sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularityRik van Riel
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-12-21missing include asm/paravirt.h in cputime.cStefano Stabellini
2015-12-04sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker
2015-12-04sched/cputime: Introduce vtime accounting check for readersFrederic Weisbecker
2015-12-04sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...Frederic Weisbecker
2015-12-04sched/cputime: Correctly handle task guest time on housekeepersFrederic Weisbecker
2015-12-04sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker
2015-12-04sched/cputime: Remove extra cost in task_cputime()Hiroshi Shimamoto
2015-12-04sched/cputime: Fix invalid gtime in procHiroshi Shimamoto
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low
2014-10-03sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel
2014-09-19sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel
2014-09-08sched, time: Atomically increment stime & utimeRik van Riel
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel
2014-08-20sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-13cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-09-04sched/cputime: Do not scale when utime == 0Stanislaw Gruszka
2013-08-16sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker