summaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2023-11-28clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardwareRonald Wahl1-0/+1
2023-11-28clocksource/drivers/timer-imx-gpt: Fix potential memory leakJacky Bai1-5/+13
2023-07-27clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probeFeng Mingxi1-6/+13
2023-07-27clocksource/drivers/cadence-ttc: Use ttc driver as platform driverRajan Vaja1-8/+18
2023-05-17clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when i...Qinrun Dai1-6/+24
2023-05-17clocksource: davinci: axe a pointless __GFP_NOFAILChristophe JAILLET1-1/+1
2023-05-17clocksource/drivers/davinci: Avoid trailing '\n' hidden in pr_fmt()Christophe JAILLET1-12/+10
2023-01-18clocksource/drivers/sh_cmt: Make sure channel clock supply is enabledGeert Uytterhoeven1-3/+13
2022-12-08Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"Conor Dooley1-1/+1
2022-07-07clocksource/drivers/ixp4xx: remove EXPORT_SYMBOL_GPL from ixp4xx_timer_setup()Greg Kroah-Hartman1-1/+0
2022-06-22clocksource: hyper-v: unexport __init-annotated hv_init_clocksource()Masahiro Yamada1-1/+0
2022-06-14clocksource/drivers/sp804: Avoid error on multiple instancesAndre Przywara1-5/+5
2022-06-14clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-1/+1
2022-06-14clocksource/drivers/riscv: Events are stopped during CPU suspendSamuel Holland1-1/+1
2022-04-15clocksource: acpi_pm: fix return value of __setup handlerRandy Dunlap1-2/+4
2022-04-15clocksource/drivers/timer-of: Check return value of of_iomap in timer_of_base...Guillaume Ranquet1-3/+3
2021-11-17clocksource/drivers/timer-ti-dm: Select TIMER_OFKees Cook1-0/+1
2021-09-15clocksource/drivers/sh_cmt: Fix wrong setting if don't request IRQ for clock ...Phong Hoang1-12/+18
2021-07-19clocksource/arm_arch_timer: Improve Allwinner A64 timer workaroundSamuel Holland1-1/+1
2021-03-04clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is definedTom Rix1-4/+1
2021-03-04clocksource/drivers/ixp4xx: Select TIMER_OF when neededArnd Bergmann1-0/+1
2020-12-30clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1....Keqian Zhu1-7/+16
2020-12-30clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sneKeqian Zhu1-2/+2
2020-12-30clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()Yu Kuai1-9/+9
2020-12-30clocksource/drivers/orion: Add missing clk_disable_unprepare() on error pathYang Yingliang1-3/+8
2020-10-07clocksource/drivers/timer-gx6605s: Fixup counter reloadGuo Ren1-0/+1
2020-10-01clocksource/drivers/h8300_timer8: Fix wrong return value in h8300_8timer_init()Tianjia Zhang1-1/+1
2020-07-22arm64: arch_timer: Disable the compat vdso for cores affected by ARM64_WORKAR...Marc Zyngier1-0/+8
2020-07-22arm64: arch_timer: Allow an workaround descriptor to disable compat vdsoMarc Zyngier1-0/+3
2020-07-22arm64: Introduce a way to disable the 32bit vdsoMarc Zyngier1-4/+4
2020-06-22clocksource: dw_apb_timer_of: Fix missing clockevent timersSerge Semin1-4/+2
2020-06-22clocksource: dw_apb_timer: Make CPU-affiliation being optionalSerge Semin1-2/+3
2020-04-01clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksourcesYubo Xie1-2/+4
2020-02-24clocksource: davinci: only enable clockevents once tim34 is initializedBartosz Golaszewski1-4/+4
2020-02-24clocksource/drivers/bcm2835_timer: Fix memory leak of timerColin Ian King1-1/+4
2020-01-09clocksource: riscv: add notrace to riscv_sched_clockZong Li1-1/+1
2020-01-04clocksource/drivers/timer-of: Use unique device name instead of timerGeert Uytterhoeven1-1/+1
2020-01-04clocksource/drivers/asm9260: Add a check for of_clk_getChuhong Yuan1-0/+4
2019-11-04Merge tag 'timers-v5.4-rc6' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner2-13/+13
2019-10-18clocksource/drivers/sh_mtu2: Do not loop using platform_get_irq_by_name()Geert Uytterhoeven1-5/+11
2019-10-16clocksource/drivers/mediatek: Fix error handlingFabien Parent1-8/+2
2019-10-03timer-of: don't use conditional expression with mixed 'void' typesLinus Torvalds1-1/+3
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-0/+368
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-52/+71
2019-09-05riscv: don't use the rdtime(h) pseudo-instructionsChristoph Hellwig1-13/+4
2019-08-27clocksource/drivers/sh_cmt: Document "cmt-48" as deprecatedMagnus Damm1-1/+5
2019-08-27clocksource/drivers/sh_cmt: r8a7740 and sh73a0 SoC-specific matchMagnus Damm1-0/+8
2019-08-27clocksource/drivers: Do not warn on probe deferJon Hunter1-1/+3
2019-08-27clocksource/drivers/timer-of: Do not warn on deferred probeJon Hunter1-2/+4
2019-08-27clocksource/drivers/npcm: Fix GENMASK and timer operationAvi Fishman1-6/+3