summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorLines
2023-09-04Merge tag 'timers-core-2023-09-04-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-462/+131
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2023-08-28clocksource: Explicitly include correct DT includesRob Herring-6/+5
2023-08-22clocksource: hyper-v: Mark hyperv tsc page unencrypted in sev-snp enlightened...Tianyu Lan-1/+1
2023-08-18clocksource: Explicitly include correct DT includesRob Herring-6/+5
2023-08-18clocksource/drivers/sun5i: Convert to platform device driverMans Rullgard-52/+69
2023-08-18clocksource/drivers/sun5i: Remove pointless structMans Rullgard-27/+22
2023-08-18clocksource/drivers/sun5i: Remove duplication of code and dataMans Rullgard-130/+76
2023-08-18clocksource/drivers/loongson1: Set variable ls1x_timer_lock storage-class-spe...Tom Rix-1/+1
2023-08-18clocksource/drivers/arm_arch_timer: Disable timer before programming CVALWalter Chang-0/+7
2023-07-13clocksource/drivers/timer-oxnas-rps: Remove obsolete timer driverNeil Armstrong-296/+0
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-41/+51
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-30/+66
2023-06-23clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probeFeng Mingxi-6/+13
2023-06-23clocksource/drivers/hyper-v: Rework clocksource and sched clock setupMichael Kelley-31/+23
2023-06-23clocksource/drivers/imx-gpt: Fold <soc/imx/timer.h> into its only userUwe Kleine-König-1/+6
2023-06-19clocksource/drivers/imx-gpt: Use only a single name for functionsUwe Kleine-König-12/+6
2023-06-19clocksource/drivers/loongson1: Move PWM timer to clocksource frameworkKeguang Zhang-0/+246
2023-06-19clocksource/drivers/ingenic-timer: Use pm_sleep_ptr() macroPaul Cercueil-6/+4
2023-06-06arm64/arch_timer: Fix MMIO byteswapPeter Zijlstra-3/+3
2023-06-05clocksource: hyper-v: Provide noinstr sched_clock()Peter Zijlstra-14/+18
2023-06-05clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...Peter Zijlstra-5/+11
2023-06-05arm64/arch_timer: Provide noinstr sched_clock_read() functionsPeter Zijlstra-14/+40
2023-06-01clocksource/timer-riscv: Add ACPI supportSunil V L-0/+11
2023-06-01clocksource/timer-riscv: Refactor riscv_timer_init_dt()Sunil V L-41/+40
2023-04-29Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-197/+220
2023-04-27Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-5/+16
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-7/+0
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+1
2023-04-24clocksource/drivers/ti: Use of_property_read_bool() for boolean propertiesRob Herring-6/+6
2023-04-24clocksource/drivers/timer-ti-dm: Fix finding alwon timerTony Lindgren-1/+3
2023-04-24clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when i...Qinrun Dai-6/+24
2023-04-24clocksource/drivers/stm32-lp: Drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-04-24clocksource/drivers/timer-ti-dm: Convert to platform remove callback returnin...Uwe Kleine-König-4/+2
2023-04-24clocksource/drivers/timer-tegra186: Convert to platform remove callback retur...Uwe Kleine-König-4/+2
2023-04-24clocksource/drivers/timer-ti-dm: Improve error message in .removeUwe Kleine-König-1/+4
2023-04-24clocksource/drivers/timer-stm32-lp: Mark driver as non-removableUwe Kleine-König-7/+2
2023-04-24clocksource/drivers/sh_mtu2: Mark driver as non-removableUwe Kleine-König-6/+1
2023-04-24clocksource/drivers/timer-ti-dm: Use of_address_to_resource()Rob Herring-30/+27
2023-04-24clocksource/drivers/timer-imx-gpt: Remove non-DT functionFabio Estevam-19/+0
2023-04-24clocksource/drivers/timer-mediatek: Split out CPUXGPT timersAngeloGioacchino Del Regno-114/+150
2023-04-24clocksource/drivers/exynos_mct: Explicitly return 0 for shared timerKrzysztof Kozlowski-1/+1
2023-04-17clocksource: hyper-v: make sure Invariant-TSC is used if it is availableDexuan Cui-3/+3
2023-04-17drivers/clocksource/hyper-v: non ACPI support in hyperv clockSaurabh Sengar-2/+13
2023-04-13clocksource: ingenic: Add explicit include for cpuhotplug.hRob Herring-2/+1
2023-04-13clocksource: remove MODULE_LICENSE in non-modulesNick Alcock-5/+0
2023-04-13clocksource/drivers/timer-tegra186: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-04-13clocksource: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-04-08RISC-V: Allow marking IPIs as suitable for remote FENCEsAnup Patel-1/+1
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel-16/+49