summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-34/+34
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-47/+45
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+2
2026-02-10Merge tag 'timers-clocksource-2026-02-09' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-24/+11
2026-02-10Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+2
2026-01-20clocksource/drivers/mips-gic-timer: Move GIC timer to request_percpu_irq()Marc Zyngier-8/+2
2026-01-20clocksource/drivers/timer-sp804: Fix an Oops when read_current_timer is calle...Stephen Eta Zhou-5/+9
2026-01-20clocksource/drivers/armada-370-xp: Fix dead link to timer bindingSoham Metha-1/+1
2026-01-20clocksource/drivers/timer-integrator-ap: Add missing Kconfig dependency on OFBartosz Golaszewski-0/+1
2026-01-20clocksource/drivers/sh_tmu: Always leave device running after probeNiklas Söderlund-18/+0
2026-01-14riscv: clocksource: Fix stimecmp update hazard on RV32Naohiko Shimizu-1/+2
2026-01-12x86/paravirt: Move paravirt_sched_clock() related code into tsc.cJuergen Gross-0/+2
2025-12-15clocksource/drivers/mips-gic-timer: Move GIC timer to request_percpu_irq()Marc Zyngier-8/+2
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+8
2025-11-26clocksource/drivers: Add Realtek system timer driverHao-Wen Ting-0/+162
2025-11-26clocksource/drivers/stm32-lp: Drop unused module aliasJohan Hovold-1/+0
2025-11-26clocksource/drivers/rda: Add sched_clock_register for RDA8810PL SoCEnlin Mu-1/+8
2025-11-26clocksource/drivers/nxp-stm: Prevent driver unbindJohan Hovold-1/+2
2025-11-26clocksource/drivers/nxp-pit: Prevent driver unbindJohan Hovold-1/+2
2025-11-26clocksource/drivers/arm_arch_timer_mmio: Prevent driver unbindJohan Hovold-0/+2
2025-11-26clocksource/drivers/nxp-stm: Fix section mismatchesJohan Hovold-9/+9
2025-11-26clocksource/drivers/sh_cmt: Always leave device running after probeNiklas Söderlund-33/+3
2025-11-26clocksource/drivers/stm: Fix double deregistration on probe failureJohan Hovold-3/+1
2025-11-26clocksource/drivers/ralink: Fix resource leaks in init error pathHaotian Zhang-2/+9
2025-11-26clocksource/drivers/timer-sp804: Fix read_current_timer() issue when clock so...Stephen Eta Zhou-0/+24
2025-11-26clocksource/drivers/sprd: Enable register for timer counter from 32 bit to 64...Enlin Mu-6/+18
2025-11-14syscore: Pass context data to callbacksThierry Reding-4/+8
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