summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/time.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-24powerpc: remove the last remnants of cputime_tNicholas Piggin1-21/+2
2022-09-28powerpc/time: avoid programming DEC at the start of the timer interruptNicholas Piggin1-14/+15
2022-09-05powerpc/pseries: Move dtl scanning and steal time accounting to pseries platformNicholas Piggin1-87/+5
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2022-05-05powerpc: fix typos in commentsJulia Lawall1-2/+2
2022-05-05Merge tag 'v5.18-rc4' into nextMichael Ellerman1-15/+14
2022-05-04powerpc/time: Fix sparse warningsHe Ying1-5/+4
2022-04-21powerpc/time: Always set decrementer in timer_interrupt()Michael Ellerman1-15/+14
2022-03-16powerpc/time: improve decrementer clockevent processingNicholas Piggin1-8/+10
2022-03-16powerpc/time: Fix KVM host re-arming a timer beyond decrementer rangeNicholas Piggin1-2/+3
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy1-1/+0
2022-03-08powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar1-0/+2
2022-01-25powerpc/64s/interrupt: Fix decrementer stormNicholas Piggin1-2/+3
2021-12-16powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...Nicholas Piggin1-15/+16
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy1-1/+1
2021-11-24powerpc/time: add API for KVM to re-arm the host timer/decrementerNicholas Piggin1-9/+43
2021-11-24KVM: PPC: Book3S HV P9: Use large decrementer for HDECNicholas Piggin1-0/+1
2021-11-24KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer readNicholas Piggin1-0/+1
2021-10-22powerpc/time: Remove generic_suspend_{dis/en}able_irqs()Christophe Leroy1-15/+7
2021-09-03Merge branch 'fixes' into nextMichael Ellerman1-1/+1
2021-08-18powerpc: Remove duplicate includesWan Jiabing1-2/+1
2021-08-12powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()Christophe Leroy1-1/+1
2021-06-25powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()Nicholas Piggin1-11/+0
2021-06-10KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer racesNicholas Piggin1-10/+0
2021-02-09powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin1-2/+2
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin1-1/+2
2021-01-31powerpc/time: Enable sched clock for irqtimePingfan Liu1-0/+2
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-96/+4
2020-12-09powerpc/64: irq replay remove decrementer overflow checkNicholas Piggin1-6/+3
2020-12-04powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy1-90/+1
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker1-16/+40
2020-10-08powerpc/time: Avoid using get_tbl() and get_tbu() internallyChristophe Leroy1-2/+2
2020-10-08powerpc: Remove get_tb_or_rtc()Christophe Leroy1-3/+3
2020-10-08powerpc: Remove __USE_RTC()Christophe Leroy1-44/+8
2020-07-10powerpc64: Break asm/percpu.h vs spinlock_types.h dependencyPeter Zijlstra1-0/+2
2020-04-03Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs e...Nicholas Piggin1-31/+13
2020-04-03powerpc/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-3/+1
2020-04-01powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin1-9/+0
2019-12-05powerpc: Fix vDSO clock_getres()Vincenzo Frascino1-0/+1
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds1-2/+3
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2019-11-15y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann1-2/+3
2019-10-28powerpc/pseries: Mark accumulate_stolen_time() as notraceMichael Ellerman1-1/+1
2019-10-09sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-03powerpc/hmi: Fix kernel hang when TB is in error state.Mahesh Salgaonkar1-0/+9
2019-04-20powerpc: Remove duplicate headersJagadeesh Pagadala1-1/+0
2019-01-30powerpc/kernel/time: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-10-20powerpc/time: no steal_time when CONFIG_PPC_SPLPAR is not selectedChristophe Leroy1-2/+3
2018-10-20powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64Christophe Leroy1-2/+10