aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'hyperv-next-signed-20260826' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-130/+20
9 daysclocksource: hyper-v: Remove support for stimer interrupts in message modeMichael Kelley1-130/+20
14 daysMerge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-10/+0
14 daysMerge tag 'timers-clocksource-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-46/+50
2026-08-13clocksource/drivers/armada: Unwind timer clock on init failureYuho Choi1-3/+15
2026-08-13clocksource/drivers/rtl-otto: Change driver to use __raw reads and writesRustam Adilov1-7/+7
2026-08-13clocksource/drivers/samsung_pwm: Switch to raw_spinlock_t typeMarek Szyprowski1-11/+11
2026-08-13clocksource/drivers/clps711x: Do not unmap clocksource MMIOGuangshuo Li1-1/+1
2026-08-13clocksource/drivers/nxp-pit: Fix IRQ leak on cpuhp_setup_state error pathWenTao Liang1-1/+3
2026-08-13clocksource/drivers/timer-sun4i: Advertise a real minimum deltaFelix Yan1-1/+1
2026-08-13clocksource: Remove redundant dev_err()/dev_err_probe()Pan Chuang6-16/+6
2026-08-13clocksource/drivers/sh_cmt: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)2-4/+4
2026-08-13clocksource/drivers/sh_mtu2: Drop unused assignment of platform_device_idUwe Kleine-König (The Capable Hub)1-2/+2
2026-08-12clocksource/drivers/arm_arch_timer: Workaround bcm2712 broken EL2 virtual timerMarc Zyngier1-1/+23
2026-08-10clocksource/drivers/timer-riscv: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdefferyThomas Weißschuh1-4/+0
2026-08-10clocksource/drivers/arm_arch_timer: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdefferyThomas Weißschuh1-4/+0
2026-08-10clocksource/drivers/mips-gic-timer: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdefferyThomas Weißschuh1-2/+0
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+27
2026-06-10clocksource: move NXP timer selection to drivers/clocksourceEnric Balletbo i Serra1-0/+31
2026-06-10clocksource/drivers/timer-tegra186: Reserve and service a kernel watchdogKartik Rajput1-8/+54
2026-06-10clocksource/drivers/timer-tegra186: Register all accessible watchdog timersKartik Rajput1-11/+50
2026-06-10clocksource/drivers/timer-tegra186: Correct num_wdts for Tegra186 and Tegra234Kartik Rajput1-2/+2
2026-06-10clocksource/drivers/timer-tegra186: Fix support for multiple watchdog instancesKartik Rajput1-1/+2
2026-06-09clocksource/drivers/mips-gic-timer: Only use VDSO_CLOCKMODE_GIC when it is a availableThomas 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 VHEMarc 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_optional_exclusive()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/kernel/git/tip/tipLinus Torvalds1-0/+2
2026-02-10Merge tag 'timers-clocksource-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-24/+11
2026-02-10Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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 called on ARM32 platforms where the SP804 is not registered as the sched_clock.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