aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/cputime.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-29cputime: Separate irqtime accounting from generic vtimeFrederic Weisbecker1-2/+2
2012-10-29vtime: Make vtime_account_system() irqsafeFrederic Weisbecker1-3/+13
2012-09-25vtime: Consolidate system/idle context detectionFrederic Weisbecker1-0/+26
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-4/+4
2012-08-20sched: Move cputime code to its own fileFrederic Weisbecker1-0/+504