aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/cputime.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-19cputime: Remove irqsave from seqlock readersThomas Gleixner1-6/+4
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar1-34/+264
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-12/+181
2013-01-27kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker1-10/+0
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-6/+7
2013-01-27cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker1-10/+31
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker1-4/+57
2013-01-27cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker1-4/+0
2013-01-27cputime: Avoid multiplication overflow on utime scalingFrederic Weisbecker1-9/+9
2012-12-08Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar1-12/+19
2012-11-28cputime: Comment cputime's adjusting codeFrederic Weisbecker1-2/+16
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker1-23/+23
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker1-4/+4
2012-11-28cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker1-0/+28
2012-11-19vtime: No need to disable irqs on vtime_account()Frederic Weisbecker1-6/+0
2012-11-19vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker1-0/+13
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker1-6/+6