summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorLines
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+9
2025-09-23clocksource/drivers/sh_cmt: Split start/stop of clock source and eventsNiklas Söderlund-25/+59
2025-09-23clocksource/drivers/clps711x: Fix resource leaks in error pathsZhen Ni-7/+16
2025-09-23clocksource/drivers/arm_global_timer: Add auto-detection for initial prescale...Markus Schneider-Pargmann-7/+41
2025-09-23clocksource/drivers/ingenic-sysost: Convert from round_rate() to determine_ra...Brian Masney-11/+16
2025-09-23clocksource/drivers/timer-tegra186: Don't print superfluous errorsWolfram Sang-6/+2
2025-09-23clocksource/drivers/timer-rtl-otto: Simplify documentationMarkus Stockhausen-6/+4
2025-09-23clocksource/drivers/timer-rtl-otto: Do not interfere with interruptsMarkus Stockhausen-3/+3
2025-09-23clocksource/drivers/timer-rtl-otto: Drop set_counter functionMarkus Stockhausen-6/+0
2025-09-23clocksource/drivers/timer-rtl-otto: Work around dying timersMarkus Stockhausen-0/+20
2025-09-23clocksource/drivers/timer-ti-dm : Capture functionality for OMAP DM timerGokul Praveen-2/+117
2025-09-23clocksource/drivers/arm_arch_timer_mmio: Add MMIO clocksourceMarc Zyngier-0/+19
2025-09-23clocksource/drivers/arm_arch_timer_mmio: Switch over to standalone driverMarc Zyngier-621/+66
2025-09-23clocksource/drivers/arm_arch_timer: Add standalone MMIO driverMarc Zyngier-0/+421
2025-09-23clocksource/drivers/nxp-pit: Add NXP Automotive s32g2 / s32g3 supportDaniel Lezcano-19/+109
2025-09-23clocksource/drivers/vf-pit: Rename the VF PIT to NXP PITDaniel Lezcano-4/+7
2025-09-23clocksource/drivers/vf-pit: Unify the function name for irq ackDaniel Lezcano-3/+3
2025-09-23clocksource/drivers/vf-pit: Consolidate calls to pit_*_disable/enableDaniel Lezcano-21/+13
2025-09-23clocksource/drivers/vf-pit: Encapsulate set counter functionDaniel Lezcano-2/+7
2025-09-23clocksource/drivers/vf-pit: Enable and disable module on errorDaniel Lezcano-4/+17
2025-09-23clocksource/drivers/vf-pit: Encapsulate clocksource enable / disableDaniel Lezcano-2/+12
2025-09-23clocksource/drivers/vf-pit: Use the node name for the interrupt and timer namesDaniel Lezcano-9/+11
2025-09-23clocksource/drivers/vf-pit: Encapsulate the PTLCVAL macroDaniel Lezcano-7/+7
2025-09-23clocksource/drivers/vf-pit: Encapsulate the macrosDaniel Lezcano-16/+18
2025-09-23clocksource/drivers/vf-pit: Register the clocksource from the driverDaniel Lezcano-2/+18
2025-09-23clocksource/drivers/vf-pit: Convert raw values to BIT macrosDaniel Lezcano-4/+4
2025-09-23clocksource/drivers/vf-pit: Allocate the struct timer at init timeDaniel Lezcano-11/+37
2025-09-23clocksource/drivers/vf-pit: Encapsulate the initialization of the cycles_per_...Daniel Lezcano-1/+1
2025-09-23clocksource/drivers/vf-pit: Pass the cpu number as parameterDaniel Lezcano-3/+3
2025-09-23clocksource/drivers/vf-pit: Rework the base address usageDaniel Lezcano-13/+22
2025-09-23clocksource/drivers/vf-pit: Set the scene for multiple timersDaniel Lezcano-49/+72
2025-09-23clocksource/drivers/vf-pit: Add COMPILE_TEST optionDaniel Lezcano-1/+1
2025-09-23clocksource/drivers/vf-pit: Replace raw_readl/writel to readl/writelDaniel Lezcano-11/+11
2025-09-23clocksource/timer-econet-en751221: Convert comma to semicolonChen Ni-1/+1
2025-09-23clocksource/drivers/tegra186: Avoid 64-bit divisionArnd Bergmann-1/+1
2025-09-23clocksource/drivers/timer-tegra186: Simplify calculating timeleftGuenter Roeck-10/+15
2025-09-23clocksource/drivers/timer-tegra186: Avoid 64-bit divide operationGuenter Roeck-1/+1
2025-09-23clocksource/drivers/cs5535: Add module ownerDaniel Lezcano-0/+1
2025-09-23clocksource/drivers/stm: Add module ownerDaniel Lezcano-0/+2
2025-09-23clocksource/drivers/tegra186: Add module ownerDaniel Lezcano-0/+3
2025-09-23clocksource/drivers/sun5i: Add module ownerDaniel Lezcano-0/+2
2025-09-23clocksource/drivers/stm32-lp: Add module ownerDaniel Lezcano-0/+1
2025-09-23clocksource/drivers/scx200: Add module ownerDaniel Lezcano-0/+1
2025-09-08clocksource: hyper-v: Skip unnecessary checks for the root partitionWei Liu-1/+9
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2025-07-21arm: Handle KCOV __init vs inline mismatchesKees Cook-1/+1
2025-07-09clocksource: hyper-v: Fix warnings for missing export.h header inclusionNaman Jain-0/+1
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman-1/+1
2025-06-03Merge tag 'mfd-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-4/+57