summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/time.c
AgeCommit message (Expand)Author
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy
2023-02-12Merge branch 'fixes' into nextMichael Ellerman
2023-02-10powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure
2023-01-30powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin
2022-11-24powerpc: remove the last remnants of cputime_tNicholas Piggin
2022-09-28powerpc/time: avoid programming DEC at the start of the timer interruptNicholas Piggin
2022-09-05powerpc/pseries: Move dtl scanning and steal time accounting to pseries platformNicholas Piggin
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-05-05powerpc: fix typos in commentsJulia Lawall
2022-05-05Merge tag 'v5.18-rc4' into nextMichael Ellerman
2022-05-04powerpc/time: Fix sparse warningsHe Ying
2022-04-21powerpc/time: Always set decrementer in timer_interrupt()Michael Ellerman
2022-03-16powerpc/time: improve decrementer clockevent processingNicholas Piggin
2022-03-16powerpc/time: Fix KVM host re-arming a timer beyond decrementer rangeNicholas Piggin
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy
2022-03-08powerpc/mce: Avoid using irq_work_queue() in realmodeGanesh Goudar
2022-01-25powerpc/64s/interrupt: Fix decrementer stormNicholas Piggin
2021-12-16powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...Nicholas Piggin
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy
2021-11-24powerpc/time: add API for KVM to re-arm the host timer/decrementerNicholas Piggin
2021-11-24KVM: PPC: Book3S HV P9: Use large decrementer for HDECNicholas Piggin
2021-11-24KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer readNicholas Piggin
2021-10-22powerpc/time: Remove generic_suspend_{dis/en}able_irqs()Christophe Leroy
2021-09-03Merge branch 'fixes' into nextMichael Ellerman
2021-08-18powerpc: Remove duplicate includesWan Jiabing
2021-08-12powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()Christophe Leroy
2021-06-25powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()Nicholas Piggin
2021-06-10KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer racesNicholas Piggin
2021-02-09powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin
2021-01-31powerpc/time: Enable sched clock for irqtimePingfan Liu
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-09powerpc/64: irq replay remove decrementer overflow checkNicholas Piggin
2020-12-04powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker
2020-10-08powerpc/time: Avoid using get_tbl() and get_tbu() internallyChristophe Leroy
2020-10-08powerpc: Remove get_tb_or_rtc()Christophe Leroy
2020-10-08powerpc: Remove __USE_RTC()Christophe Leroy
2020-07-10powerpc64: Break asm/percpu.h vs spinlock_types.h dependencyPeter Zijlstra
2020-04-03Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs e...Nicholas Piggin
2020-04-03powerpc/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven
2020-04-01powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin
2019-12-05powerpc: Fix vDSO clock_getres()Vincenzo Frascino
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-11-15y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann
2019-10-28powerpc/pseries: Mark accumulate_stolen_time() as notraceMichael Ellerman
2019-10-09sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-03powerpc/hmi: Fix kernel hang when TB is in error state.Mahesh Salgaonkar