Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
e592539466380279a9e6e6fdfe4545aa54f22593
/
kernel
/
sched
/
cputime.c
e592539
sched/cputime: Introduce vtime accounting check for readers
by Frederic Weisbecker
· 9 years ago
55dbdcf
sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enabled()
by Frederic Weisbecker
· 9 years ago
cab245d
sched/cputime: Correctly handle task guest time on housekeepers
by Frederic Weisbecker
· 9 years ago
7098c1e
sched/cputime: Clarify vtime symbols and document them
by Frederic Weisbecker
· 9 years ago
7877a0b
sched/cputime: Remove extra cost in task_cputime()
by Hiroshi Shimamoto
· 9 years ago
2541117
sched/cputime: Fix invalid gtime in proc
by Hiroshi Shimamoto
· 9 years ago
9eec50b
kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support
by Andrey Smetanin
· 9 years ago
9d7fb04
sched/cputime: Guarantee stime + utime == rtime
by Peter Zijlstra
· 10 years ago
316c1608d
sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()
by Jason Low
· 10 years ago
347abad
sched, time: Fix build error with 64 bit cputime_t on 32 bit systems
by Rik van Riel
· 10 years ago
9c368b5
sched, time: Fix lock inversion in thread_group_cputime()
by Rik van Riel
· 10 years ago
eb1b4af
sched, time: Atomically increment stime & utime
by Rik van Riel
· 10 years ago
e78c349
time, signal: Protect resource use statistics with seqlock
by Rik van Riel
· 10 years ago
1e4dda0
sched: Change thread_group_cputime() to use for_each_thread()
by Oleg Nesterov
· 10 years ago
2d51386
sched: Sanitize irq accounting madness
by Thomas Gleixner
· 11 years ago
a21e408
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
dee08a7
cputime: Fix jiffies based cputime assumption on steal accounting
by Frederic Weisbecker
· 11 years ago
d0ea026
sched: Implement task_nice() as static inline function
by Dongsheng Yang
· 11 years ago
57d7309
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
6832d96
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
5a8e01f
sched/cputime: Do not scale when utime == 0
by Stanislaw Gruszka
· 11 years ago
a4f61cc
sched/cputime: Use this_cpu_add() in task_group_account_field()
by Christoph Lameter
· 11 years ago
af2350b
vtime: Always debug check snapshot source _before_ updating it
by Frederic Weisbecker
· 12 years ago
b854faf
vtime: Always scale generic vtime accounting results
by Frederic Weisbecker
· 12 years ago
b049340
vtime: Optimize full dynticks accounting off case with static keys
by Frederic Weisbecker
· 12 years ago
5446156
vtime: Fix racy cputime delta update
by Frederic Weisbecker
· 12 years ago
7621d1f
vtime: Remove a few unneeded generic vtime state checks
by Frederic Weisbecker
· 12 years ago
48d6a81
context_tracking: Optimize guest APIs off case with static key
by Frederic Weisbecker
· 12 years ago
5b206d4
vtime: Update a few comments
by Frederic Weisbecker
· 12 years ago
2fd1b48
Merge tag 'v3.10' into sched/core
by Ingo Molnar
· 12 years ago
45eacc6
vtime: Use consistent clocks among nohz accounting
by Frederic Weisbecker
· 12 years ago
84f9f3a
sched: Use swap() macro in scale_stime()
by Stanislaw Gruszka
· 12 years ago
0279b3c
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
68aa8ef
sched: Avoid prev->stime underflow
by Stanislaw Gruszka
· 12 years ago
772c808
sched: Do not account bogus utime
by Stanislaw Gruszka
· 12 years ago
55eaa7c
sched: Avoid cputime scaling overflow
by Stanislaw Gruszka
· 12 years ago
16fa94b
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
1966aaf
sched/cpuacct: Add cpuacct_acount_field()
by Li Zefan
· 12 years ago
e614b33
sched/cputime: Fix accounting on multi-threaded processes
by Stanislaw Gruszka
· 12 years ago
d9a3c98
sched: Lower chances of cputime scaling overflow
by Frederic Weisbecker
· 12 years ago
9fbc42e
cputime: Dynamically scale cputime for full dynticks accounting
by Frederic Weisbecker
· 12 years ago
7f6575f
cputime: Use local_clock() for full dynticks cputime accounting
by Frederic Weisbecker
· 12 years ago
cdc4e86
cputime: Remove irqsave from seqlock readers
by Thomas Gleixner
· 12 years ago
b2c77a5
Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
by Ingo Molnar
· 12 years ago
6a61671
cputime: Safely read cputime of full dynticks CPUs
by Frederic Weisbecker
· 12 years ago
c11f11f
kvm: Prepare to add generic guest entry/exit callbacks
by Frederic Weisbecker
· 12 years ago
6fac482
cputime: Use accessors to read task cputime stats
by Frederic Weisbecker
· 12 years ago
3f4724e
cputime: Allow dynamic switch between tick/virtual based cputime accounting
by Frederic Weisbecker
· 13 years ago
abf917c
cputime: Generic on-demand virtual cputime accounting
by Frederic Weisbecker
· 12 years ago
ae8dda5
cputime: Move default nsecs_to_cputime() to jiffies based cputime file
by Frederic Weisbecker
· 12 years ago
6218845
cputime: Avoid multiplication overflow on utime scaling
by Frederic Weisbecker
· 12 years ago
38130ec
Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
by Ingo Molnar
· 12 years ago
fa09205
cputime: Comment cputime's adjusting code
by Frederic Weisbecker
· 12 years ago
d37f761d
cputime: Consolidate cputime adjustment code
by Frederic Weisbecker
· 12 years ago
e80d0a1
cputime: Rename thread_group_times to thread_group_cputime_adjusted
by Frederic Weisbecker
· 12 years ago
a634f93
cputime: Move thread_group_cputime() to sched code
by Frederic Weisbecker
· 12 years ago
1017769
vtime: No need to disable irqs on vtime_account()
by Frederic Weisbecker
· 12 years ago
e3942ba
vtime: Consolidate a bit the ctx switch code
by Frederic Weisbecker
· 12 years ago
fd25b4c
vtime: Remove the underscore prefix invasion
by Frederic Weisbecker
· 12 years ago
3e1df4f5
cputime: Separate irqtime accounting from generic vtime
by Frederic Weisbecker
· 12 years ago
1111333
vtime: Make vtime_account_system() irqsafe
by Frederic Weisbecker
· 12 years ago
a7e1a9e
vtime: Consolidate system/idle context detection
by Frederic Weisbecker
· 12 years ago
bf9fae9
cputime: Use a proper subsystem naming for vtime related APIs
by Frederic Weisbecker
· 12 years ago
73fbec6
sched: Move cputime code to its own file
by Frederic Weisbecker
· 13 years ago