aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/vtime.c
AgeCommit message (Expand)Author
2022-12-27cputime: remove cputime_to_nsecs fallbackNicholas Piggin
2022-03-10s390: assume stckf is always presentVasily Gorbik
2021-03-15s390/vtime: fix increased steal time accountingGerald Schaefer
2021-02-09s390/vtime: use cpu alternative for stck/stckfHeiko Carstens
2021-02-09s390/vtime: fix inline assembly clobber listHeiko Carstens
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker
2020-12-02s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker
2020-12-02sched/cputime: Remove symbol exports from IRQ time accountingFrederic Weisbecker
2019-10-09sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker
2019-04-17s390: correct some inline assembly constraintsVasily Gorbik
2019-03-06s390/vtime: steal time exponential moving averageMartin Schwidefsky
2019-02-22s390/cpu_mf: replace stcctm5() with the stcctm() functionHendrik Brueckner
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-06-12s390/cputime: simplify account_system_index_scaledMartin Schwidefsky
2017-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar
2017-03-01s390/cputime: remove last traces of cputime_tMartin Schwidefsky
2017-02-27scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada
2017-02-01sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker
2017-02-01sched/cputime: Push time to account_steal_time() in nsecsFrederic Weisbecker
2017-02-01sched/cputime: Push time to account_user_time() in nsecsFrederic Weisbecker
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker
2017-01-14sched/cputime: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker
2017-01-14sched/cputime, s390: Implement delayed accounting of system timeMartin Schwidefsky
2016-12-20s390/vtime: correct system time accountingMartin Schwidefsky
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka
2016-11-11s390: move cputime accounting fields from thread_info to thread_structMartin Schwidefsky
2016-05-10s390: add missing declarationsHeiko Carstens
2015-09-30s390/vtime: correct scaled cputime of partially idle CPUsMartin Schwidefsky
2015-09-17s390/vtime: correct scaled cputime for SMTMartin Schwidefsky
2015-08-04s390/vtime: limit MT scaling value updatesMartin Schwidefsky
2015-01-22s390: add SMT supportMartin Schwidefsky
2014-12-18s390/vtime: Get rid of redundant WARN_ONChristian Borntraeger
2014-10-27s390/time: use stck clock fast for do_account_vtimeMartin Schwidefsky
2014-10-09s390/idle: consolidate idle functions and definitionsMartin Schwidefsky
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky
2013-10-31s390/vtime: correct idle time calculationMartin Schwidefsky
2013-10-24s390/uaccess: always run the kernel in home spaceMartin Schwidefsky
2013-08-14vtime: Describe overriden functions in dedicated arch headersFrederic Weisbecker
2013-07-14s390: delete __cpuinit usage from all s390 filesPaul Gortmaker
2013-04-08s390: Use generic idle loopThomas Gleixner
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker
2012-11-20vtime: Warn if irqs aren't disabled on system time accounting APIsFrederic Weisbecker
2012-11-19vtime: Explicitly account pending user time on process tickFrederic Weisbecker
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker
2012-10-29vtime: Make vtime_account_system() irqsafeFrederic Weisbecker
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds