summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-02-218-28/+43
|\
| * Merge tag 'clocksource.2023.02.06b' of git://git.kernel.org/pub/scm/linux/ker...Thomas Gleixner2023-02-131-2/+4
| |\
| | * clocksource: Verify HPET and PMTMR when TSC unverifiedPaul E. McKenney2023-02-021-2/+4
| * | clocksource/drivers/timer-sun4i: Add CLOCK_EVT_FEAT_DYNIRQYangtao Li2023-02-131-1/+2
| * | clocksource/drivers/em_sti: Mark driver as non-removableUwe Kleine-König2023-02-131-6/+1
| * | clocksource/drivers/sh_tmu: Mark driver as non-removableUwe Kleine-König2023-02-131-6/+1
| * | clocksource/drivers/riscv: Patch riscv_clock_next_event() jump before first useMatt Evans2023-02-131-5/+5
| * | clocksource/drivers/timer-microchip-pit64b: Add delay timerClaudiu Beznea2023-02-131-0/+12
| * | clocksource/drivers/timer-microchip-pit64b: Select driver only on ARMClaudiu Beznea2023-02-131-1/+1
| * | clocksource/drivers/riscv: Get rid of clocksource_arch_init() callbackLad Prabhakar2023-02-131-0/+5
| * | clocksource/drivers/sh_cmt: Mark driver as non-removableUwe Kleine-König2023-02-131-6/+1
| * | clocksource/drivers/timer-microchip-pit64b: Drop obsolete dependency on COMPI...Jean Delvare2023-02-131-1/+1
| * | clocksource/drivers/riscv: Increase the clock source ratingSamuel Holland2023-02-131-1/+1
| * | clocksource/drivers/timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DTAnup Patel2023-02-131-0/+10
| |/
* / ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2023-01-161-1/+1
|/
* Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-127-52/+102
|\
| * clocksource/drivers/arm_arch_timer: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-12-021-1/+2
| * clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer...Yang Yingliang2022-12-021-1/+3
| * clocksource/drivers/timer-ti-dm: Clear settings on probe and freeTony Lindgren2022-12-021-0/+17
| * clocksource/drivers/timer-ti-dm: Make timer_get_irq staticTony Lindgren2022-12-021-1/+1
| * clocksource/drivers/timer-ti-dm: Fix warning for omap_timer_matchTony Lindgren2022-12-021-1/+1
| * clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register math errorJoe Korty2022-12-021-2/+5
| * clocksource/drivers/timer-npcm7xx: Enable timer 1 clock before useJonathan Neuschäfer2022-12-021-0/+10
| * clocksource/drivers/ingenic-ost: Define pm functions properly in platform_dri...Lukas Bulwahn2022-12-011-6/+4
| * clocksource/drivers/sh_cmt: Access registers according to specWolfram Sang2022-12-011-33/+55
| * clocksource/drivers/sp804: Do not use timer namespace for timer_shutdown() fu...Steven Rostedt (Google)2022-11-241-3/+3
| * clocksource/drivers/arm_arch_timer: Do not use timer namespace for timer_shut...Steven Rostedt (Google)2022-11-241-6/+6
* | Merge tag 'hyperv-next-signed-20221208' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-12-121-14/+47
|\ \
| * | clocksource: hyper-v: Add TSC page support for root partitionStanislav Kinsburskiy2022-11-281-9/+35
| * | clocksource: hyper-v: Use TSC PFN getter to map vvar pageStanislav Kinsburskiy2022-11-281-1/+2
| * | clocksource: hyper-v: Introduce TSC PFN getterStanislav Kinsburskiy2022-11-281-5/+9
| * | clocksource: hyper-v: Introduce a pointer to TSC pageStanislav Kinsburskiy2022-11-281-2/+4
* | | Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"Conor Dooley2022-12-011-1/+1
|/ /
* | clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register math errorJoe Korty2022-11-211-2/+5
* | clocksource/drivers/hyperv: add data structure for reference TSC MSRAnirudh Rayabharam2022-11-031-14/+15
|/
* Merge tag 'timers-core-2022-10-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-10-108-269/+521
|\
| * clocksource/drivers/arm_arch_timer: Fix CNTPCT_LO and CNTVCT_LO valueYang Guo2022-09-271-2/+2
| * clocksource/drivers/imx-sysctr: handle nxp,no-divider propertyPeng Fan2022-09-201-2/+4
| * clocksource/drivers/timer-ti-dm: Get clock in probe with devm_clk_get()Tony Lindgren2022-09-201-15/+9
| * clocksource/drivers/timer-ti-dm: Add flag to detect omap1Tony Lindgren2022-09-201-3/+6
| * clocksource/drivers/timer-ti-dm: Move struct omap_dm_timer fields to driverTony Lindgren2022-09-201-48/+170
| * clocksource/drivers/timer-ti-dm: Use runtime PM directly and check errorsTony Lindgren2022-09-201-26/+91
| * clocksource/drivers/timer-ti-dm: Move private defines to the driverTony Lindgren2022-09-201-0/+62
| * clocksource/drivers/timer-ti-dm: Simplify register access furtherTony Lindgren2022-09-201-14/+14
| * clocksource/drivers/timer-ti-dm: Simplify register writes with dmtimer_write()Tony Lindgren2022-09-201-54/+44
| * clocksource/drivers/timer-ti-dm: Simplify register reads with dmtimer_read()Tony Lindgren2022-09-201-48/+40
| * clocksource/drivers/timer-ti-dm: Drop unused functionsTony Lindgren2022-09-201-51/+0
| * clocksource/drivers/timer-gxp: Add missing error handling in gxp_timer_probeLin Yujun2022-09-201-1/+6
| * clocksource/drivers/arm_arch_timer: Fix handling of ARM erratum 858921Kunkun Jiang2022-09-201-0/+2
| * clocksource/drivers/exynos_mct: Enable building on ARTPECVincent Whitchurch2022-09-201-1/+1