summaryrefslogtreecommitdiffstats
path: root/kernel/sched/cputime.c
Commit message (Expand)AuthorAgeFilesLines
* sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-03-081-7/+7
* sched, time: Switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularityRik van Riel2016-02-291-16/+23
* Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-121-0/+3
|\
| * missing include asm/paravirt.h in cputime.cStefano Stabellini2015-12-211-0/+3
* | sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker2015-12-041-22/+24
* | sched/cputime: Introduce vtime accounting check for readersFrederic Weisbecker2015-12-041-3/+3
* | sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...Frederic Weisbecker2015-12-041-1/+1
* | sched/cputime: Correctly handle task guest time on housekeepersFrederic Weisbecker2015-12-041-1/+1
* | sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker2015-12-041-3/+3
* | sched/cputime: Remove extra cost in task_cputime()Hiroshi Shimamoto2015-12-041-0/+16
|/
* sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2015-12-041-0/+3
* kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin2015-10-011-0/+2
* sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2015-08-031-41/+60
* sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-081-1/+1
* 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
OpenPOWER on IntegriCloud