summaryrefslogtreecommitdiffstats
path: root/kernel/sched/cputime.c
AgeCommit message (Expand)AuthorLines
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2015-12-21missing include asm/paravirt.h in cputime.cStefano Stabellini-0/+3
2015-12-04sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker-22/+24
2015-12-04sched/cputime: Introduce vtime accounting check for readersFrederic Weisbecker-3/+3
2015-12-04sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...Frederic Weisbecker-1/+1
2015-12-04sched/cputime: Correctly handle task guest time on housekeepersFrederic Weisbecker-1/+1
2015-12-04sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker-3/+3
2015-12-04sched/cputime: Remove extra cost in task_cputime()Hiroshi Shimamoto-0/+16
2015-12-04sched/cputime: Fix invalid gtime in procHiroshi Shimamoto-0/+3
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin-0/+2
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra-41/+60
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low-1/+1
2014-10-03sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel-10/+19
2014-09-19sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel-2/+3
2014-09-08sched, time: Atomically increment stime & utimeRik van Riel-2/+5
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel-13/+20
2014-08-20sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov-8/+2
2014-05-07sched: Sanitize irq accounting madnessThomas Gleixner-16/+16
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+11
2014-03-13cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker-5/+11
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang-2/+2
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+11
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-37/+16
2013-09-04sched/cputime: Do not scale when utime == 0Stanislaw Gruszka-8/+11
2013-08-16sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter-1/+1
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker-2/+2
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker-6/+0
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker-18/+4
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker-1/+2
2013-08-14vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker-12/+1
2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker-0/+2
2013-08-13vtime: Update a few commentsFrederic Weisbecker-0/+7
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar-3/+3
2013-05-31vtime: Use consistent clocks among nohz accountingFrederic Weisbecker-3/+3
2013-05-28sched: Use swap() macro in scale_stime()Stanislaw Gruszka-3/+2
2013-05-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-29/+51
2013-04-30sched: Avoid prev->stime underflowStanislaw Gruszka-7/+7
2013-04-30sched: Do not account bogus utimeStanislaw Gruszka-0/+9
2013-04-30sched: Avoid cputime scaling overflowStanislaw Gruszka-22/+35
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-101/+113
2013-04-10sched/cpuacct: Add cpuacct_acount_field()Li Zefan-17/+1
2013-04-08sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka-1/+1
2013-03-13sched: Lower chances of cputime scaling overflowFrederic Weisbecker-12/+34
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker-74/+80
2013-02-24cputime: Use local_clock() for full dynticks cputime accountingFrederic Weisbecker-1/+1
2013-02-19cputime: Remove irqsave from seqlock readersThomas Gleixner-6/+4
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar-34/+264
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker-12/+181
2013-01-27kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker-10/+0
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker-6/+7