aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-0/+2
5 daysMerge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds1-10/+27
11 daysclocksource: move NXP timer selection to drivers/clocksourceEnric Balletbo i Serra1-0/+31
11 daysclocksource/drivers/timer-tegra186: Reserve and service a kernel watchdogKartik Rajput1-8/+54
11 daysclocksource/drivers/timer-tegra186: Register all accessible watchdog timersKartik Rajput1-11/+50
11 daysclocksource/drivers/timer-tegra186: Correct num_wdts for Tegra186 and Tegra234Kartik Rajput1-2/+2
11 daysclocksource/drivers/timer-tegra186: Fix support for multiple watchdog instancesKartik Rajput1-1/+2
11 daysclocksource/drivers/mips-gic-timer: Only use VDSO_CLOCKMODE_GIC when it is a ...Thomas Weißschuh1-0/+2
2026-06-05clocksource/hyperv: Implement read_snapshot() for TSC page clocksourceDavid Woodhouse1-10/+27
2026-06-03clocksource/drivers/timer-ti-dm: Add clockevent supportMarkus Schneider-Pargmann (TI)1-5/+119
2026-06-03clocksource/drivers/timer-ti-dm: Add clocksource supportMarkus Schneider-Pargmann (TI)1-0/+103
2026-06-03clocksource/drivers/timer-ti-dm: Fix property name in commentMarkus Schneider-Pargmann (TI)1-1/+1
2026-06-03clocksource/drivers/arm_arch_timer: Default to EL2 virtual timer when running...Marc Zyngier1-22/+33
2026-05-06clocksource/drivers/sun5i: Add D1 hstimer supportMichal Piekos1-19/+65
2026-04-20Merge branch into tip/master: 'timers/clocksource'Ingo Molnar5-18/+27
2026-04-03clocksource/drivers/timer-of: Make the code compatible with modulesDaniel Lezcano2-14/+15
2026-04-03clocksource/drivers/mmio: Make the code compatible with modulesDaniel Lezcano1-3/+8
2026-03-24clocksource/drivers/sun5i: Handle error returns from devm_reset_control_get_o...Chen Ni1-0/+3
2026-03-24clocksource/drivers/timer-rtl-otto: Make rttm_cs variable staticKrzysztof Kozlowski1-1/+1
2026-03-20clocksource: Rewrite watchdog code completelyThomas Gleixner1-3/+1
2026-03-12MIPS: Don't select CLOCKSOURCE_WATCHDOGThomas Gleixner1-1/+0
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds4-8/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds28-34/+34
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook29-47/+45
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2026-02-10Merge tag 'timers-clocksource-2026-02-09' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-24/+11
2026-02-10Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+2
2026-01-20clocksource/drivers/mips-gic-timer: Move GIC timer to request_percpu_irq()Marc Zyngier1-8/+2
2026-01-20clocksource/drivers/timer-sp804: Fix an Oops when read_current_timer is calle...Stephen Eta Zhou1-5/+9
2026-01-20clocksource/drivers/armada-370-xp: Fix dead link to timer bindingSoham Metha1-1/+1
2026-01-20clocksource/drivers/timer-integrator-ap: Add missing Kconfig dependency on OFBartosz Golaszewski1-0/+1
2026-01-20clocksource/drivers/sh_tmu: Always leave device running after probeNiklas Söderlund1-18/+0
2026-01-14riscv: clocksource: Fix stimecmp update hazard on RV32Naohiko Shimizu1-1/+2
2026-01-12x86/paravirt: Move paravirt_sched_clock() related code into tsc.cJuergen Gross1-0/+2
2025-12-15clocksource/drivers/mips-gic-timer: Move GIC timer to request_percpu_irq()Marc Zyngier1-8/+2
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2025-11-26clocksource/drivers: Add Realtek system timer driverHao-Wen Ting3-0/+162
2025-11-26clocksource/drivers/stm32-lp: Drop unused module aliasJohan Hovold1-1/+0
2025-11-26clocksource/drivers/rda: Add sched_clock_register for RDA8810PL SoCEnlin Mu1-1/+8
2025-11-26clocksource/drivers/nxp-stm: Prevent driver unbindJohan Hovold1-1/+2
2025-11-26clocksource/drivers/nxp-pit: Prevent driver unbindJohan Hovold1-1/+2
2025-11-26clocksource/drivers/arm_arch_timer_mmio: Prevent driver unbindJohan Hovold1-0/+2
2025-11-26clocksource/drivers/nxp-stm: Fix section mismatchesJohan Hovold1-9/+9
2025-11-26clocksource/drivers/sh_cmt: Always leave device running after probeNiklas Söderlund1-33/+3
2025-11-26clocksource/drivers/stm: Fix double deregistration on probe failureJohan Hovold1-3/+1
2025-11-26clocksource/drivers/ralink: Fix resource leaks in init error pathHaotian Zhang1-2/+9
2025-11-26clocksource/drivers/timer-sp804: Fix read_current_timer() issue when clock so...Stephen Eta Zhou1-0/+24
2025-11-26clocksource/drivers/sprd: Enable register for timer counter from 32 bit to 64...Enlin Mu1-6/+18