summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-236-54/+110
|\
| * clocksource/drivers/timer-riscv: Clear timer interrupt on timer initializationLey Foon Tan2024-03-131-0/+3
| * clocksource/drivers/arm_global_timer: Simplify prescaler register accessMartin Blumenstingl2024-02-261-11/+8
| * clocksource/drivers/arm_global_timer: Guard against division by zeroMartin Blumenstingl2024-02-261-6/+5
| * clocksource/drivers/arm_global_timer: Make gt_target_rate unsigned longMartin Blumenstingl2024-02-261-1/+2
| * clocksource: arm_global_timer: fix non-kernel-doc commentRandy Dunlap2024-02-211-1/+1
| * clocksource/drivers/arm_global_timer: Remove stray tabMartin Blumenstingl2024-02-191-1/+1
| * clocksource/drivers/arm_global_timer: Fix maximum prescaler valueMartin Blumenstingl2024-02-191-1/+1
| * clocksource/drivers/imx-sysctr: Add i.MX95 supportPeng Fan2024-02-181-4/+49
| * clocksource/drivers/imx-sysctr: Drop use global variablesPeng Fan2024-02-181-32/+44
| * clocksource/drivers/ti-32K: Fix misuse of "/**" commentRandy Dunlap2024-01-221-1/+1
| * clocksource/drivers/stm32: Fix all kernel-doc warningsRandy Dunlap2024-01-221-2/+2
| * clocksource/drivers/imx: Fix -Wunused-but-set-variable warningDaniel Lezcano2024-01-221-2/+1
* | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-222-2/+2
|\ \
| * | clocksource: extend the max_delta_ns of timer-riscv and timer-clint to ULONG_MAXVincent Chen2024-01-222-2/+2
| |/
* | Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-03-211-13/+13
|\ \
| * | hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves2024-03-041-13/+13
| |/
* | treewide: Remove system_counterval_t.cs, which is never readPeter Hilber2024-02-071-3/+0
* | ptp/kvm, arm_arch_timer: Set system_counterval_t.cs_id to constantPeter Hilber2024-02-071-1/+4
|/
* clocksource/drivers/ep93xx: Fix error handling during probeArnd Bergmann2023-12-271-3/+2
* clocksource/drivers/cadence-ttc: Fix some kernel-doc warningsRandy Dunlap2023-12-271-6/+16
* clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warningsTony Lindgren2023-12-271-2/+2
* clocksource/timer-riscv: Add riscv_clock_shutdown callbackJoshua Yeong2023-12-271-0/+7
* Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-101-1/+1
|\
| * riscv: Rearrange hwcap.h and cpufeature.hXiao Wang2023-11-091-1/+1
* | Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-081-2/+15
|\|
| * clocksource: timer-riscv: Increase rating of clock_event_device for SstcAnup Patel2023-10-311-0/+2
| * clocksource: timer-riscv: Don't enable/disable timer interruptAnup Patel2023-10-311-2/+13
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-11-011-7/+29
|\ \
| * \ Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas2023-10-261-5/+26
| |\ \
| | * | clocksource/drivers/arm_arch_timer: Initialize evtstrm after finalizing cpucapsMark Rutland2023-10-161-5/+26
| | |/
| * / clocksource/drivers/arm_arch_timer: limit XGene-1 workaroundAndre Przywara2023-10-181-2/+3
| |/
* | clocksource: ep93xx: Add driver for Cirrus Logic EP93xxNikita Shubin2023-10-153-0/+202
* | clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardwareRonald Wahl2023-10-131-0/+1
* | clocksource/timer-riscv: ACPI: Add timer_cannot_wakeup_cpuSunil V L2023-10-111-0/+4
* | clocksource/drivers/sun5i: Remove surplus dev_err() when using platform_get_i...Yang Li2023-10-111-3/+1
* | drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop functionIvaylo Dimitrov2023-10-111-8/+28
* | clocksource/drivers/timer-imx-gpt: Fix potential memory leakJacky Bai2023-10-111-5/+13
|/
* Merge tag 'timers-core-2023-09-04-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-046-462/+131
|\
| * clocksource: Explicitly include correct DT includesRob Herring2023-08-188-6/+5
| * clocksource/drivers/sun5i: Convert to platform device driverMans Rullgard2023-08-181-52/+69
| * clocksource/drivers/sun5i: Remove pointless structMans Rullgard2023-08-181-27/+22
| * clocksource/drivers/sun5i: Remove duplication of code and dataMans Rullgard2023-08-181-130/+76
| * clocksource/drivers/loongson1: Set variable ls1x_timer_lock storage-class-spe...Tom Rix2023-08-181-1/+1
| * clocksource/drivers/arm_arch_timer: Disable timer before programming CVALWalter Chang2023-08-181-0/+7
| * clocksource/drivers/timer-oxnas-rps: Remove obsolete timer driverNeil Armstrong2023-07-133-296/+0
* | Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-09-041-1/+1
|\ \
| * | clocksource: hyper-v: Mark hyperv tsc page unencrypted in sev-snp enlightened...Tianyu Lan2023-08-221-1/+1
* | | clocksource: Explicitly include correct DT includesRob Herring2023-08-288-6/+5
|/ /
* | Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-301-41/+51
|\ \