index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
vtime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cputime: remove cputime_to_nsecs fallback
Nicholas Piggin
2022-12-27
1
-1
/
+1
*
s390: assume stckf is always present
Vasily Gorbik
2022-03-10
1
-7
/
+6
*
s390/vtime: fix increased steal time accounting
Gerald Schaefer
2021-03-15
1
-1
/
+1
*
s390/vtime: use cpu alternative for stck/stckf
Heiko Carstens
2021-02-09
1
-11
/
+8
*
s390/vtime: fix inline assembly clobber list
Heiko Carstens
2021-02-09
1
-1
/
+2
*
sched/vtime: Consolidate IRQ time accounting
Frederic Weisbecker
2020-12-02
1
-13
/
+32
*
s390/vtime: Use the generic IRQ entry accounting
Frederic Weisbecker
2020-12-02
1
-4
/
+0
*
sched/cputime: Remove symbol exports from IRQ time accounting
Frederic Weisbecker
2020-12-02
1
-5
/
+5
*
sched/cputime: Rename vtime_account_system() to vtime_account_kernel()
Frederic Weisbecker
2019-10-09
1
-2
/
+2
*
s390: correct some inline assembly constraints
Vasily Gorbik
2019-04-17
1
-4
/
+4
*
s390/vtime: steal time exponential moving average
Martin Schwidefsky
2019-03-06
1
-7
/
+12
*
s390/cpu_mf: replace stcctm5() with the stcctm() function
Hendrik Brueckner
2019-02-22
1
-2
/
+2
*
s390: kernel: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
2017-11-24
1
-0
/
+1
*
s390/cputime: simplify account_system_index_scaled
Martin Schwidefsky
2017-06-12
1
-9
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2017-03-12
1
-1
/
+1
|
\
|
*
s390/cputime: remove last traces of cputime_t
Martin Schwidefsky
2017-03-01
1
-1
/
+1
*
|
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
2017-03-02
1
-1
/
+1
|
/
*
scripts/spelling.txt: add "an one" pattern and fix typo instances
Masahiro Yamada
2017-02-27
1
-1
/
+1
*
sched/cputime: Push time to account_system_time() in nsecs
Frederic Weisbecker
2017-02-01
1
-3
/
+3
*
sched/cputime: Push time to account_steal_time() in nsecs
Frederic Weisbecker
2017-02-01
1
-1
/
+1
*
sched/cputime: Push time to account_user_time() in nsecs
Frederic Weisbecker
2017-02-01
1
-1
/
+1
*
sched/cputime: Convert task/group cputime to nsecs
Frederic Weisbecker
2017-02-01
1
-3
/
+3
*
sched/cputime: Rename vtime_account_user() to vtime_flush()
Frederic Weisbecker
2017-01-14
1
-1
/
+1
*
sched/cputime, s390: Implement delayed accounting of system time
Martin Schwidefsky
2017-01-14
1
-48
/
+88
*
s390/vtime: correct system time accounting
Martin Schwidefsky
2016-12-20
1
-4
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2016-12-13
1
-16
/
+10
|
\
|
*
s390: move cputime accounting fields from thread_info to thread_struct
Martin Schwidefsky
2016-11-11
1
-16
/
+10
*
|
sched/cputime, powerpc, s390: Make scaled cputime arch specific
Stanislaw Gruszka
2016-11-15
1
-3
/
+6
|
/
*
s390: add missing declarations
Heiko Carstens
2016-05-10
1
-0
/
+2
*
s390/vtime: correct scaled cputime of partially idle CPUs
Martin Schwidefsky
2015-09-30
1
-29
/
+37
*
s390/vtime: correct scaled cputime for SMT
Martin Schwidefsky
2015-09-17
1
-4
/
+8
*
s390/vtime: limit MT scaling value updates
Martin Schwidefsky
2015-08-04
1
-1
/
+11
*
s390: add SMT support
Martin Schwidefsky
2015-01-22
1
-4
/
+54
*
s390/vtime: Get rid of redundant WARN_ON
Christian Borntraeger
2014-12-18
1
-2
/
+0
*
s390/time: use stck clock fast for do_account_vtime
Martin Schwidefsky
2014-10-27
1
-0
/
+4
*
s390/idle: consolidate idle functions and definitions
Martin Schwidefsky
2014-10-09
1
-59
/
+1
*
s390/nohz: use a per-cpu flag for arch_needs_cpu
Martin Schwidefsky
2014-10-09
1
-18
/
+1
*
s390/vtime: correct idle time calculation
Martin Schwidefsky
2013-10-31
1
-1
/
+1
*
s390/uaccess: always run the kernel in home space
Martin Schwidefsky
2013-10-24
1
-1
/
+1
*
vtime: Describe overriden functions in dedicated arch headers
Frederic Weisbecker
2013-08-14
1
-0
/
+1
*
s390: delete __cpuinit usage from all s390 files
Paul Gortmaker
2013-07-14
1
-3
/
+3
*
s390: Use generic idle loop
Thomas Gleixner
2013-04-08
1
-5
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2013-02-21
1
-1
/
+1
|
\
|
*
s390/time: rename tod clock access functions
Heiko Carstens
2013-02-14
1
-1
/
+1
*
|
cputime: Safely read cputime of full dynticks CPUs
Frederic Weisbecker
2013-01-27
1
-3
/
+3
|
/
*
vtime: Warn if irqs aren't disabled on system time accounting APIs
Frederic Weisbecker
2012-11-20
1
-0
/
+2
*
vtime: Explicitly account pending user time on process tick
Frederic Weisbecker
2012-11-19
1
-1
/
+6
*
vtime: Remove the underscore prefix invasion
Frederic Weisbecker
2012-11-19
1
-2
/
+2
*
vtime: Make vtime_account_system() irqsafe
Frederic Weisbecker
2012-10-29
1
-0
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2012-10-01
1
-2
/
+1
|
\
[next]