summaryrefslogtreecommitdiffstats
path: root/kernel/sched/cputime.c
Commit message (Expand)AuthorAgeFilesLines
* sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2014-10-031-10/+19
* sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel2014-09-191-2/+3
* sched, time: Atomically increment stime & utimeRik van Riel2014-09-081-2/+5
* time, signal: Protect resource use statistics with seqlockRik van Riel2014-09-081-13/+20
* sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov2014-08-201-8/+2
* sched: Sanitize irq accounting madnessThomas Gleixner2014-05-071-16/+16
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-011-5/+11
|\
| * cputime: Fix jiffies based cputime assumption on steal accountingFrederic Weisbecker2014-03-131-5/+11
* | sched: Implement task_nice() as static inline functionDongsheng Yang2014-02-091-2/+2
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-051-8/+11
|\
| * sched/cputime: Do not scale when utime == 0Stanislaw Gruszka2013-09-041-8/+11
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-041-37/+16
|\ \ | |/
| * vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker2013-08-141-2/+2
| * vtime: Always scale generic vtime accounting resultsFrederic Weisbecker2013-08-141-6/+0
| * vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker2013-08-141-18/+4
| * vtime: Fix racy cputime delta updateFrederic Weisbecker2013-08-141-1/+2
| * vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker2013-08-141-12/+1
| * context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker2013-08-141-0/+2
| * vtime: Update a few commentsFrederic Weisbecker2013-08-131-0/+7
* | sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter2013-08-161-1/+1
|/
* Merge tag 'v3.10' into sched/coreIngo Molnar2013-07-011-3/+3
|\
| * vtime: Use consistent clocks among nohz accountingFrederic Weisbecker2013-05-311-3/+3
* | sched: Use swap() macro in scale_stime()Stanislaw Gruszka2013-05-281-3/+2
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-021-29/+51
|\
| * sched: Avoid prev->stime underflowStanislaw Gruszka2013-04-301-7/+7
| * sched: Do not account bogus utimeStanislaw Gruszka2013-04-301-0/+9
| * sched: Avoid cputime scaling overflowStanislaw Gruszka2013-04-301-22/+35
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-301-101/+113
|\ \ | |/
| * sched/cpuacct: Add cpuacct_acount_field()Li Zefan2013-04-101-17/+1
| * sched: Lower chances of cputime scaling overflowFrederic Weisbecker2013-03-131-12/+34
| * cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker2013-03-071-74/+80
* | sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka2013-04-081-1/+1
|/
* cputime: Use local_clock() for full dynticks cputime accountingFrederic Weisbecker2013-02-241-1/+1
* cputime: Remove irqsave from seqlock readersThomas Gleixner2013-02-191-6/+4
* Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-051-34/+264
|\
| * cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-271-12/+181
| * kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker2013-01-271-10/+0
| * cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-6/+7
| * cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker2013-01-271-10/+31
| * cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-271-4/+57
| * cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker2013-01-271-4/+0
* | cputime: Avoid multiplication overflow on utime scalingFrederic Weisbecker2013-01-271-9/+9
|/
* Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2012-12-081-12/+19
|\
| * vtime: No need to disable irqs on vtime_account()Frederic Weisbecker2012-11-191-6/+0
| * vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker2012-11-191-0/+13
| * vtime: Remove the underscore prefix invasionFrederic Weisbecker2012-11-191-6/+6
* | cputime: Comment cputime's adjusting codeFrederic Weisbecker2012-11-281-2/+16
* | cputime: Consolidate cputime adjustment codeFrederic Weisbecker2012-11-281-23/+23
* | cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker2012-11-281-4/+4
* | cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker2012-11-281-0/+28
|/
OpenPOWER on IntegriCloud