summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/idle.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-02-22Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-73/+18
2023-02-15s390/irq,idle: simplify idle checkHeiko Carstens1-1/+0
2023-02-09s390/idle: remove arch_cpu_idle_time() and corresponding codeHeiko Carstens1-66/+11
2023-02-09s390/idle: mark arch_cpu_idle() noinstrHeiko Carstens1-1/+1
2023-02-09s390/idle: move idle time accounting to account_idle_time_irq()Heiko Carstens1-10/+11
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev1-2/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-1/+0
2022-12-27cputime: remove cputime_to_nsecs fallbackNicholas Piggin1-1/+1
2021-03-08s390/time,idle: get rid of unsigned long longHeiko Carstens1-6/+6
2021-01-19s390: convert to generic entrySven Schnelle1-0/+24
2020-12-16s390/idle: allow arch_cpu_idle() to be kprobedHeiko Carstens1-2/+0
2020-12-16s390/idle: remove raw_local_irq_save()/restore() from arch_cpu_idle()Heiko Carstens1-5/+2
2020-12-16s390/idle: merge enabled_wait() and arch_cpu_idle()Heiko Carstens1-8/+3
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-3/+3
2020-09-14s390/idle: fix suspicious RCU usagePeter Zijlstra1-3/+2
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra1-2/+1
2020-07-10s390: add trace events for idle enter/exitSven Schnelle1-1/+3
2020-05-28s390: remove critical section cleanup from entry.SSven Schnelle1-10/+4
2019-10-31s390/idle: fix cpu idle time calculationHeiko Carstens1-7/+22
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar1-1/+1
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-7/+7
2017-02-17s390: replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-7/+7
2017-02-01s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker1-2/+3
2017-02-01sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker1-1/+1
2017-02-01sched/cputime: Push time to account_idle_time() in nsecsFrederic Weisbecker1-1/+1
2014-12-08s390/idle: convert open coded idle time seqcountFrederic Weisbecker1-13/+11
2014-12-08s390/idle: add missing irq off lockdep annotationHeiko Carstens1-0/+2
2014-10-27s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens1-1/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-10-09s390/idle: consolidate idle functions and definitionsMartin Schwidefsky1-0/+124