index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
cputime.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-12
Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+3
2015-12-21
missing include asm/paravirt.h in cputime.c
Stefano Stabellini
1
-0
/
+3
2015-12-04
sched/cputime: Convert vtime_seqlock to seqcount
Frederic Weisbecker
1
-22
/
+24
2015-12-04
sched/cputime: Introduce vtime accounting check for readers
Frederic Weisbecker
1
-3
/
+3
2015-12-04
sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...
Frederic Weisbecker
1
-1
/
+1
2015-12-04
sched/cputime: Correctly handle task guest time on housekeepers
Frederic Weisbecker
1
-1
/
+1
2015-12-04
sched/cputime: Clarify vtime symbols and document them
Frederic Weisbecker
1
-3
/
+3
2015-12-04
sched/cputime: Remove extra cost in task_cputime()
Hiroshi Shimamoto
1
-0
/
+16
2015-12-04
sched/cputime: Fix invalid gtime in proc
Hiroshi Shimamoto
1
-0
/
+3
2015-10-01
kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support
Andrey Smetanin
1
-0
/
+2
2015-08-03
sched/cputime: Guarantee stime + utime == rtime
Peter Zijlstra
1
-41
/
+60
2015-05-08
sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...
Jason Low
1
-1
/
+1
2014-10-03
sched, time: Fix build error with 64 bit cputime_t on 32 bit systems
Rik van Riel
1
-10
/
+19
2014-09-19
sched, time: Fix lock inversion in thread_group_cputime()
Rik van Riel
1
-2
/
+3
2014-09-08
sched, time: Atomically increment stime & utime
Rik van Riel
1
-2
/
+5
2014-09-08
time, signal: Protect resource use statistics with seqlock
Rik van Riel
1
-13
/
+20
2014-08-20
sched: Change thread_group_cputime() to use for_each_thread()
Oleg Nesterov
1
-8
/
+2
2014-05-07
sched: Sanitize irq accounting madness
Thomas Gleixner
1
-16
/
+16
2014-04-01
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+11
2014-03-13
cputime: Fix jiffies based cputime assumption on steal accounting
Frederic Weisbecker
1
-5
/
+11
2014-02-09
sched: Implement task_nice() as static inline function
Dongsheng Yang
1
-2
/
+2
2013-09-05
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+11
2013-09-04
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-37
/
+16
2013-09-04
sched/cputime: Do not scale when utime == 0
Stanislaw Gruszka
1
-8
/
+11
2013-08-16
sched/cputime: Use this_cpu_add() in task_group_account_field()
Christoph Lameter
1
-1
/
+1
2013-08-14
vtime: Always debug check snapshot source _before_ updating it
Frederic Weisbecker
1
-2
/
+2
2013-08-14
vtime: Always scale generic vtime accounting results
Frederic Weisbecker
1
-6
/
+0
2013-08-14
vtime: Optimize full dynticks accounting off case with static keys
Frederic Weisbecker
1
-18
/
+4
2013-08-14
vtime: Fix racy cputime delta update
Frederic Weisbecker
1
-1
/
+2
2013-08-14
vtime: Remove a few unneeded generic vtime state checks
Frederic Weisbecker
1
-12
/
+1
2013-08-14
context_tracking: Optimize guest APIs off case with static key
Frederic Weisbecker
1
-0
/
+2
2013-08-13
vtime: Update a few comments
Frederic Weisbecker
1
-0
/
+7
2013-07-01
Merge tag 'v3.10' into sched/core
Ingo Molnar
1
-3
/
+3
2013-05-31
vtime: Use consistent clocks among nohz accounting
Frederic Weisbecker
1
-3
/
+3
2013-05-28
sched: Use swap() macro in scale_stime()
Stanislaw Gruszka
1
-3
/
+2
2013-05-02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-29
/
+51
2013-04-30
sched: Avoid prev->stime underflow
Stanislaw Gruszka
1
-7
/
+7
2013-04-30
sched: Do not account bogus utime
Stanislaw Gruszka
1
-0
/
+9
2013-04-30
sched: Avoid cputime scaling overflow
Stanislaw Gruszka
1
-22
/
+35
2013-04-30
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-101
/
+113
2013-04-10
sched/cpuacct: Add cpuacct_acount_field()
Li Zefan
1
-17
/
+1
2013-04-08
sched/cputime: Fix accounting on multi-threaded processes
Stanislaw Gruszka
1
-1
/
+1
2013-03-13
sched: Lower chances of cputime scaling overflow
Frederic Weisbecker
1
-12
/
+34
2013-03-07
cputime: Dynamically scale cputime for full dynticks accounting
Frederic Weisbecker
1
-74
/
+80
2013-02-24
cputime: Use local_clock() for full dynticks cputime accounting
Frederic Weisbecker
1
-1
/
+1
2013-02-19
cputime: Remove irqsave from seqlock readers
Thomas Gleixner
1
-6
/
+4
2013-02-05
Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...
Ingo Molnar
1
-34
/
+264
2013-01-27
cputime: Safely read cputime of full dynticks CPUs
Frederic Weisbecker
1
-12
/
+181
2013-01-27
kvm: Prepare to add generic guest entry/exit callbacks
Frederic Weisbecker
1
-10
/
+0
2013-01-27
cputime: Use accessors to read task cputime stats
Frederic Weisbecker
1
-6
/
+7
[next]