summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-301-41/+51
|\
| * clocksource/timer-riscv: Add ACPI supportSunil V L2023-06-011-0/+11
| * clocksource/timer-riscv: Refactor riscv_timer_init_dt()Sunil V L2023-06-011-41/+40
* | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-272-30/+66
|\ \
| * | arm64/arch_timer: Fix MMIO byteswapPeter Zijlstra2023-06-061-3/+3
| * | clocksource: hyper-v: Provide noinstr sched_clock()Peter Zijlstra2023-06-051-14/+18
| * | clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...Peter Zijlstra2023-06-051-5/+11
| * | arm64/arch_timer: Provide noinstr sched_clock_read() functionsPeter Zijlstra2023-06-051-14/+40
| |/
* | clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probeFeng Mingxi2023-06-231-6/+13
* | clocksource/drivers/hyper-v: Rework clocksource and sched clock setupMichael Kelley2023-06-231-31/+23
* | clocksource/drivers/imx-gpt: Fold <soc/imx/timer.h> into its only userUwe Kleine-König2023-06-231-1/+6
* | clocksource/drivers/imx-gpt: Use only a single name for functionsUwe Kleine-König2023-06-191-12/+6
* | clocksource/drivers/loongson1: Move PWM timer to clocksource frameworkKeguang Zhang2023-06-193-0/+246
* | clocksource/drivers/ingenic-timer: Use pm_sleep_ptr() macroPaul Cercueil2023-06-191-6/+4
|/
* Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-04-2912-197/+220
|\
| * clocksource/drivers/ti: Use of_property_read_bool() for boolean propertiesRob Herring2023-04-242-6/+6
| * clocksource/drivers/timer-ti-dm: Fix finding alwon timerTony Lindgren2023-04-241-1/+3
| * clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when i...Qinrun Dai2023-04-241-6/+24
| * clocksource/drivers/stm32-lp: Drop of_match_ptr for ID tableKrzysztof Kozlowski2023-04-241-1/+1
| * clocksource/drivers/timer-ti-dm: Convert to platform remove callback returnin...Uwe Kleine-König2023-04-241-4/+2
| * clocksource/drivers/timer-tegra186: Convert to platform remove callback retur...Uwe Kleine-König2023-04-241-4/+2
| * clocksource/drivers/timer-ti-dm: Improve error message in .removeUwe Kleine-König2023-04-241-1/+4
| * clocksource/drivers/timer-stm32-lp: Mark driver as non-removableUwe Kleine-König2023-04-241-7/+2
| * clocksource/drivers/sh_mtu2: Mark driver as non-removableUwe Kleine-König2023-04-241-6/+1
| * 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