aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/cputime.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-14sched/cputime: Count actually elapsed irq & softirq timeRik van Riel1-47/+77
2016-07-06xen: add steal_clock support on x86Juergen Gross1-10/+0
2016-06-14sched/cputime: Add steal time support to full dynticks CPU time accountingWanpeng Li1-7/+9
2016-03-08sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen1-7/+7
2016-02-29sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularityRik van Riel1-16/+23
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+3
2015-12-21missing include asm/paravirt.h in cputime.cStefano Stabellini1-0/+3
2015-12-04sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker1-22/+24
2015-12-04sched/cputime: Introduce vtime accounting check for readersFrederic Weisbecker1-3/+3
2015-12-04sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enabled()Frederic Weisbecker1-1/+1
2015-12-04sched/cputime: Correctly handle task guest time on housekeepersFrederic Weisbecker1-1/+1
2015-12-04sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker1-3/+3
2015-12-04sched/cputime: Remove extra cost in task_cputime()Hiroshi Shimamoto1-0/+16
2015-12-04sched/cputime: Fix invalid gtime in procHiroshi Shimamoto1-0/+3
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin1-0/+2
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra1-41/+60
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()Jason Low1-1/+1
2014-10-03sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel1-10/+19
2014-09-19sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel1-2/+3
2014-09-08sched, time: Atomically increment stime & utimeRik van Riel1-2/+5
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel1-13/+20
2014-08-20sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov1-8/+2
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner1-16/+16
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+11
2014-03-13cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker1-5/+11
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang1-2/+2
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+11
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-37/+16
2013-09-04sched/cputime: Do not scale when utime == 0Stanislaw Gruszka1-8/+11
2013-08-16sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter1-1/+1
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker1-2/+2
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker1-6/+0
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker1-18/+4
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker1-1/+2
2013-08-14vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker1-12/+1
2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker1-0/+2
2013-08-13vtime: Update a few commentsFrederic Weisbecker1-0/+7
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar1-3/+3
2013-05-31vtime: Use consistent clocks among nohz accountingFrederic Weisbecker1-3/+3
2013-05-28sched: Use swap() macro in scale_stime()Stanislaw Gruszka1-3/+2
2013-05-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+51
2013-04-30sched: Avoid prev->stime underflowStanislaw Gruszka1-7/+7
2013-04-30sched: Do not account bogus utimeStanislaw Gruszka1-0/+9
2013-04-30sched: Avoid cputime scaling overflowStanislaw Gruszka1-22/+35
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-101/+113
2013-04-10sched/cpuacct: Add cpuacct_acount_field()Li Zefan1-17/+1
2013-04-08sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka1-1/+1
2013-03-13sched: Lower chances of cputime scaling overflowFrederic Weisbecker1-12/+34
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker1-74/+80
2013-02-24cputime: Use local_clock() for full dynticks cputime accountingFrederic Weisbecker1-1/+1