summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorLines
2025-02-17irqchip/jcore-aic, clocksource/drivers/jcore: Fix jcore-pit interrupt requestArtur Rojek-1/+14
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves-1/+1
2024-12-09x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain-1/+13
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-3/+3
2024-11-13clocksource/drivers/arm_arch_timer: Use of_property_present() for non-boolean...Rob Herring (Arm)-3/+3
2024-11-13clocksource/drivers/gpx: Remove redundant castsTang Bin-1/+1
2024-11-13clocksource/drivers/timer-ti-dm: Fix child node refcount handlingJavier Carrasco-2/+2
2024-11-13clocksource/drivers/ralink: Add Ralink System Tick Counter driverSergio Paracuellos-0/+160
2024-11-13clocksource/drivers/mips-gic-timer: Always use cluster 0 counter as clocksourcePaul Burton-1/+38
2024-11-13clocksource/drivers/timer-ti-dm: Don't fail probe if int not foundJudith Mendez-2/+6
2024-11-13clocksource/drivers:sp804: Make user selectableMark Brown-1/+2
2024-11-13clocksource/drivers/dw_apb: Remove unused dw_apb_clockevent functionsDr. David Alan Gilbert-39/+0
2024-10-31clocksource/drivers/timer-tegra: Remove clockevents shutdown call on offliningFrederic Weisbecker-1/+0
2024-10-31clocksource/drivers/qcom: Remove clockevents shutdown call on offliningFrederic Weisbecker-1/+0
2024-10-31clocksource/drivers/armada-370-xp: Remove clockevents shutdown call on offliningFrederic Weisbecker-1/+0
2024-10-31clocksource/drivers/exynos_mct: Remove clockevents shutdown call on offliningFrederic Weisbecker-1/+0
2024-10-31clocksource/drivers/arm_global_timer: Remove clockevents shutdown call on off...Frederic Weisbecker-1/+0
2024-10-31clocksource/drivers/arm_arch_timer: Remove clockevents shutdown call on offli...Frederic Weisbecker-2/+0
2024-09-17Merge tag 'x86-timers-2024-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-15/+34
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-21/+50
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner-18/+16
2024-09-09Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+15
2024-09-06clocksource/drivers/jcore: Use request_percpu_irq()Uros Bizjak-4/+3
2024-09-06clocksource/drivers/cadence-ttc: Add missing clk_disable_unprepare in ttc_set...Gaosheng Cui-2/+4
2024-09-06clocksource/drivers/asm9260: Add missing clk_disable_unprepare in asm9260_tim...Gaosheng Cui-0/+1
2024-09-06clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init()Ankit Agrawal-1/+6
2024-09-06clocksource/drivers/ingenic: Use devm_clk_get_enabled() helpersHuan Yang-6/+1
2024-09-06clocksource: acpi_pm: Add external callback for suspend/resumeMarek Maslanka-0/+32
2024-09-06clocksource/drivers/arm_arch_timer: Using for_each_available_child_of_node_sc...Zhang Zekun-8/+3
2024-09-02clocksource/drivers/imx-tpm: Fix next event not taking effect sometimeJacky Bai-0/+8
2024-09-02clocksource/drivers/imx-tpm: Fix return -ETIME when delta exceeds INT_MAXJacky Bai-4/+4
2024-09-02clocksource/drivers/timer-of: Remove percpu irq related codeDaniel Lezcano-14/+4
2024-08-02clockevents/drivers/i8253: Fix stop sequence for timer 0David Woodhouse-11/+25
2024-08-02x86/i8253: Disable PIT timer 0 when not in useDavid Woodhouse-4/+9
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli-3/+1
2024-07-12clocksource/drivers/realtek: Add timer driver for rtl-otto platformsChris Packham-0/+302
2024-07-12clocksource/drivers/mips-gic-timer: Correct sched_clock widthJiaxun Yang-7/+7
2024-07-12clocksource/drivers/mips-gic-timer: Refine rating computationJiaxun Yang-1/+5
2024-07-12clocksource/drivers/sh_cmt: Address race condition for clock eventsNiklas Söderlund-1/+12
2024-07-12clocksource/driver/arm_global_timer: Remove unnecessary ‘0’ values from errLi kunyu-1/+1
2024-07-12clocksource/drivers/arm_arch_timer: Remove unnecessary ‘0’ values from irqLi kunyu-1/+1
2024-06-24clocksource: hyper-v: Use lapic timer in a TDX VM without paravisorDexuan Cui-1/+15
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2024-05-10clocksource/drivers/arm_arch_timer: Mark hisi_161010101_oem_info constStephen Boyd-1/+1
2024-05-10clocksource/drivers/timer-ti-dm: Remove an unused field in struct dmtimerChristophe JAILLET-1/+0
2024-05-10clocksource/drivers/renesas-ostm: Avoid reprobe after successful early probeGeert Uytterhoeven-0/+1
2024-05-10clocksource/drivers/renesas-ostm: Allow OSTM driver to reprobe for RZ/V2H(P) SoCLad Prabhakar-1/+1
2024-04-29riscv: Use IPIs for remote cache/TLB flushes by defaultSamuel Holland-1/+1
2024-03-23Merge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-54/+110
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2