summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
...
| * clocksource/drivers/timer-ti-dm: Use of_address_to_resource()Rob Herring2023-04-241-30/+27
| * clocksource/drivers/timer-imx-gpt: Remove non-DT functionFabio Estevam2023-04-241-19/+0
| * clocksource/drivers/timer-mediatek: Split out CPUXGPT timersAngeloGioacchino Del Regno2023-04-244-114/+150
| * clocksource/drivers/exynos_mct: Explicitly return 0 for shared timerKrzysztof Kozlowski2023-04-241-1/+1
* | Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-04-271-5/+16
|\ \
| * | clocksource: hyper-v: make sure Invariant-TSC is used if it is availableDexuan Cui2023-04-171-3/+3
| * | drivers/clocksource/hyper-v: non ACPI support in hyperv clockSaurabh Sengar2023-04-171-2/+13
| |/
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-277-7/+0
|\ \
| * | clocksource: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-135-5/+0
| * | clocksource/drivers/timer-tegra186: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| * | clocksource: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| |/
* | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-271-2/+1
|\ \
| * | clocksource: ingenic: Add explicit include for cpuhotplug.hRob Herring2023-04-131-2/+1
| |/
* | RISC-V: Allow marking IPIs as suitable for remote FENCEsAnup Patel2023-04-081-1/+1
* | RISC-V: Treat IPIs as normal Linux IRQsAnup Patel2023-04-081-16/+49
|/
* 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
|/