aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
8 daysclocksource/drivers/arm_arch_timer: Mark hisi_161010101_oem_info constGravatar Stephen Boyd 1-1/+1
8 daysclocksource/drivers/timer-ti-dm: Remove an unused field in struct dmtimerGravatar Christophe JAILLET 1-1/+0
8 daysclocksource/drivers/renesas-ostm: Avoid reprobe after successful early probeGravatar Geert Uytterhoeven 1-0/+1
8 daysclocksource/drivers/renesas-ostm: Allow OSTM driver to reprobe for RZ/V2H(P) SoCGravatar Lad Prabhakar 1-1/+1
2024-03-23Merge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-54/+110
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+2
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-13/+13
2024-03-13clocksource/drivers/timer-riscv: Clear timer interrupt on timer initializationGravatar Ley Foon Tan 1-0/+3
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Gravatar Nuno Das Neves 1-13/+13
2024-02-26clocksource/drivers/arm_global_timer: Simplify prescaler register accessGravatar Martin Blumenstingl 1-11/+8
2024-02-26clocksource/drivers/arm_global_timer: Guard against division by zeroGravatar Martin Blumenstingl 1-6/+5
2024-02-26clocksource/drivers/arm_global_timer: Make gt_target_rate unsigned longGravatar Martin Blumenstingl 1-1/+2
2024-02-21clocksource: arm_global_timer: fix non-kernel-doc commentGravatar Randy Dunlap 1-1/+1
2024-02-19clocksource/drivers/arm_global_timer: Remove stray tabGravatar Martin Blumenstingl 1-1/+1
2024-02-19clocksource/drivers/arm_global_timer: Fix maximum prescaler valueGravatar Martin Blumenstingl 1-1/+1
2024-02-18clocksource/drivers/imx-sysctr: Add i.MX95 supportGravatar Peng Fan 1-4/+49
2024-02-18clocksource/drivers/imx-sysctr: Drop use global variablesGravatar Peng Fan 1-32/+44
2024-02-07treewide: Remove system_counterval_t.cs, which is never readGravatar Peter Hilber 1-3/+0
2024-02-07ptp/kvm, arm_arch_timer: Set system_counterval_t.cs_id to constantGravatar Peter Hilber 1-1/+4
2024-01-22clocksource: extend the max_delta_ns of timer-riscv and timer-clint to ULONG_MAXGravatar Vincent Chen 2-2/+2
2024-01-22clocksource/drivers/ti-32K: Fix misuse of "/**" commentGravatar Randy Dunlap 1-1/+1
2024-01-22clocksource/drivers/stm32: Fix all kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2024-01-22clocksource/drivers/imx: Fix -Wunused-but-set-variable warningGravatar Daniel Lezcano 1-2/+1
2023-12-27clocksource/drivers/ep93xx: Fix error handling during probeGravatar Arnd Bergmann 1-3/+2
2023-12-27clocksource/drivers/cadence-ttc: Fix some kernel-doc warningsGravatar Randy Dunlap 1-6/+16
2023-12-27clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warningsGravatar Tony Lindgren 1-2/+2
2023-12-27clocksource/timer-riscv: Add riscv_clock_shutdown callbackGravatar Joshua Yeong 1-0/+7
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hGravatar Xiao Wang 1-1/+1
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+15
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-7/+29
2023-10-31clocksource: timer-riscv: Increase rating of clock_event_device for SstcGravatar Anup Patel 1-0/+2
2023-10-31clocksource: timer-riscv: Don't enable/disable timer interruptGravatar Anup Patel 1-2/+13
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreGravatar Catalin Marinas 1-5/+26
2023-10-18clocksource/drivers/arm_arch_timer: limit XGene-1 workaroundGravatar Andre Przywara 1-2/+3
2023-10-16clocksource/drivers/arm_arch_timer: Initialize evtstrm after finalizing cpucapsGravatar Mark Rutland 1-5/+26
2023-10-15clocksource: ep93xx: Add driver for Cirrus Logic EP93xxGravatar Nikita Shubin 3-0/+202
2023-10-13clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardwareGravatar Ronald Wahl 1-0/+1
2023-10-11clocksource/timer-riscv: ACPI: Add timer_cannot_wakeup_cpuGravatar Sunil V L 1-0/+4
2023-10-11clocksource/drivers/sun5i: Remove surplus dev_err() when using platform_get_i...Gravatar Yang Li 1-3/+1
2023-10-11drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop functionGravatar Ivaylo Dimitrov 1-8/+28
2023-10-11clocksource/drivers/timer-imx-gpt: Fix potential memory leakGravatar Jacky Bai 1-5/+13
2023-09-04Merge tag 'timers-core-2023-09-04-v2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-462/+131
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2023-08-28clocksource: Explicitly include correct DT includesGravatar Rob Herring 8-6/+5
2023-08-22clocksource: hyper-v: Mark hyperv tsc page unencrypted in sev-snp enlightened...Gravatar Tianyu Lan 1-1/+1
2023-08-18clocksource: Explicitly include correct DT includesGravatar Rob Herring 8-6/+5
2023-08-18clocksource/drivers/sun5i: Convert to platform device driverGravatar Mans Rullgard 1-52/+69
2023-08-18clocksource/drivers/sun5i: Remove pointless structGravatar Mans Rullgard 1-27/+22
2023-08-18clocksource/drivers/sun5i: Remove duplication of code and dataGravatar Mans Rullgard 1-130/+76