aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-14syscore: Pass context data to callbacksThierry Reding1-4/+8
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+9
2025-09-23clocksource/drivers/sh_cmt: Split start/stop of clock source and eventsNiklas Söderlund1-25/+59
2025-09-23clocksource/drivers/clps711x: Fix resource leaks in error pathsZhen Ni1-7/+16
2025-09-23clocksource/drivers/arm_global_timer: Add auto-detection for initial prescale...Markus Schneider-Pargmann2-7/+41
2025-09-23clocksource/drivers/ingenic-sysost: Convert from round_rate() to determine_ra...Brian Masney1-11/+16
2025-09-23clocksource/drivers/timer-tegra186: Don't print superfluous errorsWolfram Sang1-6/+2
2025-09-23clocksource/drivers/timer-rtl-otto: Simplify documentationMarkus Stockhausen1-6/+4
2025-09-23clocksource/drivers/timer-rtl-otto: Do not interfere with interruptsMarkus Stockhausen1-3/+3
2025-09-23clocksource/drivers/timer-rtl-otto: Drop set_counter functionMarkus Stockhausen1-6/+0
2025-09-23clocksource/drivers/timer-rtl-otto: Work around dying timersMarkus Stockhausen1-0/+20
2025-09-23clocksource/drivers/timer-ti-dm : Capture functionality for OMAP DM timerGokul Praveen1-2/+117
2025-09-23clocksource/drivers/arm_arch_timer_mmio: Add MMIO clocksourceMarc Zyngier1-0/+19
2025-09-23clocksource/drivers/arm_arch_timer_mmio: Switch over to standalone driverMarc Zyngier2-621/+66
2025-09-23clocksource/drivers/arm_arch_timer: Add standalone MMIO driverMarc Zyngier1-0/+421
2025-09-23clocksource/drivers/nxp-pit: Add NXP Automotive s32g2 / s32g3 supportDaniel Lezcano1-19/+109
2025-09-23clocksource/drivers/vf-pit: Rename the VF PIT to NXP PITDaniel Lezcano3-4/+7
2025-09-23clocksource/drivers/vf-pit: Unify the function name for irq ackDaniel Lezcano1-3/+3
2025-09-23clocksource/drivers/vf-pit: Consolidate calls to pit_*_disable/enableDaniel Lezcano1-21/+13
2025-09-23clocksource/drivers/vf-pit: Encapsulate set counter functionDaniel Lezcano1-2/+7
2025-09-23clocksource/drivers/vf-pit: Enable and disable module on errorDaniel Lezcano1-4/+17
2025-09-23clocksource/drivers/vf-pit: Encapsulate clocksource enable / disableDaniel Lezcano1-2/+12
2025-09-23clocksource/drivers/vf-pit: Use the node name for the interrupt and timer namesDaniel Lezcano1-9/+11
2025-09-23clocksource/drivers/vf-pit: Encapsulate the PTLCVAL macroDaniel Lezcano1-7/+7
2025-09-23clocksource/drivers/vf-pit: Encapsulate the macrosDaniel Lezcano1-16/+18
2025-09-23clocksource/drivers/vf-pit: Register the clocksource from the driverDaniel Lezcano1-2/+18
2025-09-23clocksource/drivers/vf-pit: Convert raw values to BIT macrosDaniel Lezcano1-4/+4
2025-09-23clocksource/drivers/vf-pit: Allocate the struct timer at init timeDaniel Lezcano1-11/+37
2025-09-23clocksource/drivers/vf-pit: Encapsulate the initialization of the cycles_per_...Daniel Lezcano1-1/+1
2025-09-23clocksource/drivers/vf-pit: Pass the cpu number as parameterDaniel Lezcano1-3/+3
2025-09-23clocksource/drivers/vf-pit: Rework the base address usageDaniel Lezcano1-13/+22
2025-09-23clocksource/drivers/vf-pit: Set the scene for multiple timersDaniel Lezcano1-49/+72
2025-09-23clocksource/drivers/vf-pit: Add COMPILE_TEST optionDaniel Lezcano1-1/+1
2025-09-23clocksource/drivers/vf-pit: Replace raw_readl/writel to readl/writelDaniel Lezcano1-11/+11
2025-09-23clocksource/timer-econet-en751221: Convert comma to semicolonChen Ni1-1/+1
2025-09-23clocksource/drivers/tegra186: Avoid 64-bit divisionArnd Bergmann1-1/+1
2025-09-23clocksource/drivers/timer-tegra186: Simplify calculating timeleftGuenter Roeck1-10/+15
2025-09-23clocksource/drivers/timer-tegra186: Avoid 64-bit divide operationGuenter Roeck1-1/+1
2025-09-23clocksource/drivers/cs5535: Add module ownerDaniel Lezcano1-0/+1
2025-09-23clocksource/drivers/stm: Add module ownerDaniel Lezcano1-0/+2
2025-09-23clocksource/drivers/tegra186: Add module ownerDaniel Lezcano1-0/+3
2025-09-23clocksource/drivers/sun5i: Add module ownerDaniel Lezcano1-0/+2
2025-09-23clocksource/drivers/stm32-lp: Add module ownerDaniel Lezcano1-0/+1
2025-09-23clocksource/drivers/scx200: Add module ownerDaniel Lezcano1-0/+1
2025-09-08clocksource: hyper-v: Skip unnecessary checks for the root partitionWei Liu1-1/+9
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-07-21arm: Handle KCOV __init vs inline mismatchesKees Cook1-1/+1
2025-07-09clocksource: hyper-v: Fix warnings for missing export.h header inclusionNaman Jain1-0/+1
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-03Merge tag 'mfd-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-4/+57
2025-05-27Merge tag 'timers-clocksource-2025-05-25' of git://git.kernel.org/pub/scm/lin...Linus Torvalds6-42/+795
2025-05-16clocksource/drivers/renesas-ostm: Unconditionally enable reprobe supportLad Prabhakar1-3/+1
2025-05-16clocksource/drivers: Add EcoNet Timer HPT driverCaleb James DeLisle3-0/+225
2025-05-16clocksource/drivers/timer-tegra186: Remove unused bitsrobelin1-9/+0
2025-05-16clocksource/drivers/timer-tegra186: Fix watchdog self-pingingPohsun Su1-27/+0
2025-05-16clocksource/drivers/timer-tegra186: Add WDIOC_GETTIMELEFT supportPohsun Su1-1/+63
2025-05-16clocksource/drivers/atmel_tcb: Fix kconfig dependencyArnd Bergmann1-2/+2
2025-05-16clocksource/drivers/nxp-timer: Add the System Timer Module for the s32gx plat...Daniel Lezcano3-0/+504
2025-05-13clocksource/drivers/stm32-lptimer: Add support for stm32mp25Fabrice Gasnier1-4/+57
2025-05-05clocksource/i8253: Use raw_spinlock_irqsave() in clockevent_i8253_disable()Sebastian Andrzej Siewior1-3/+1
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+6
2025-03-29Merge tag 'mips_6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-3/+3
2025-03-26Merge tag 'timers-clocksource-2025-03-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-7/+31
2025-03-25Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2025-03-19Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/nextOliver Upton1-1/+1
2025-03-18Merge patch series "Support SSTC while PM operations"Alexandre Ghiti1-0/+6
2025-03-18clocksource/drivers/timer-riscv: Stop stimecmp when cpu hotplugNick Hu1-0/+6
2025-03-07clocksource/drivers/stm32-lptimer: Use wakeup capable instead of init wakeupAlexandre Torgue1-3/+1
2025-03-07clocksource/drivers/exynos_mct: Fixed a spelling errorAnindya Sundar Gayen1-1/+1
2025-03-07clocksource/drivers/stm32-lptimer: Add support for suspend / resumeFabrice Gasnier1-3/+29
2025-02-26arm64: Modify _midr_range() functions to read MIDR/REVIDR internallyShameer Kolothum1-1/+1
2025-02-22hyperv: Change hv_root_partition into a functionNuno Das Neves1-2/+2
2025-02-21clocksource: mips-gic-timer: Enable counter when CPUs startPaul Burton1-3/+3
2025-02-17irqchip/jcore-aic, clocksource/drivers/jcore: Fix jcore-pit interrupt requestArtur Rojek1-1/+14
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves1-1/+1
2024-12-09x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-1/+13
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds3-3/+3
2024-11-13clocksource/drivers/arm_arch_timer: Use of_property_present() for non-boolean...Rob Herring (Arm)2-3/+3
2024-11-13clocksource/drivers/gpx: Remove redundant castsTang Bin1-1/+1
2024-11-13clocksource/drivers/timer-ti-dm: Fix child node refcount handlingJavier Carrasco1-2/+2
2024-11-13clocksource/drivers/ralink: Add Ralink System Tick Counter driverSergio Paracuellos3-0/+160
2024-11-13clocksource/drivers/mips-gic-timer: Always use cluster 0 counter as clocksourcePaul Burton1-1/+38
2024-11-13clocksource/drivers/timer-ti-dm: Don't fail probe if int not foundJudith Mendez1-2/+6
2024-11-13clocksource/drivers:sp804: Make user selectableMark Brown1-1/+2
2024-11-13clocksource/drivers/dw_apb: Remove unused dw_apb_clockevent functionsDr. David Alan Gilbert1-39/+0
2024-10-31clocksource/drivers/timer-tegra: Remove clockevents shutdown call on offliningFrederic Weisbecker1-1/+0
2024-10-31clocksource/drivers/qcom: Remove clockevents shutdown call on offliningFrederic Weisbecker1-1/+0
2024-10-31clocksource/drivers/armada-370-xp: Remove clockevents shutdown call on offliningFrederic Weisbecker1-1/+0
2024-10-31clocksource/drivers/exynos_mct: Remove clockevents shutdown call on offliningFrederic Weisbecker1-1/+0
2024-10-31clocksource/drivers/arm_global_timer: Remove clockevents shutdown call on off...Frederic Weisbecker1-1/+0
2024-10-31clocksource/drivers/arm_arch_timer: Remove clockevents shutdown call on offli...Frederic Weisbecker1-2/+0
2024-09-17Merge tag 'x86-timers-2024-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+34
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-21/+50
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner3-18/+16
2024-09-09Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+15
2024-09-06clocksource/drivers/jcore: Use request_percpu_irq()Uros Bizjak1-4/+3
2024-09-06clocksource/drivers/cadence-ttc: Add missing clk_disable_unprepare in ttc_set...Gaosheng Cui1-2/+4
2024-09-06clocksource/drivers/asm9260: Add missing clk_disable_unprepare in asm9260_tim...Gaosheng Cui1-0/+1
2024-09-06clocksource/drivers/qcom: Add missing iounmap() on errors in msm_dt_timer_init()Ankit Agrawal1-1/+6
2024-09-06clocksource/drivers/ingenic: Use devm_clk_get_enabled() helpersHuan Yang1-6/+1
2024-09-06clocksource: acpi_pm: Add external callback for suspend/resumeMarek Maslanka1-0/+32
2024-09-06clocksource/drivers/arm_arch_timer: Using for_each_available_child_of_node_sc...Zhang Zekun1-8/+3
2024-09-02clocksource/drivers/imx-tpm: Fix next event not taking effect sometimeJacky Bai1-0/+8
2024-09-02clocksource/drivers/imx-tpm: Fix return -ETIME when delta exceeds INT_MAXJacky Bai1-4/+4
2024-09-02clocksource/drivers/timer-of: Remove percpu irq related codeDaniel Lezcano2-14/+4
2024-08-02clockevents/drivers/i8253: Fix stop sequence for timer 0David Woodhouse1-11/+25
2024-08-02x86/i8253: Disable PIT timer 0 when not in useDavid Woodhouse1-4/+9
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli1-3/+1
2024-07-12clocksource/drivers/realtek: Add timer driver for rtl-otto platformsChris Packham3-0/+302
2024-07-12clocksource/drivers/mips-gic-timer: Correct sched_clock widthJiaxun Yang1-7/+7
2024-07-12clocksource/drivers/mips-gic-timer: Refine rating computationJiaxun Yang1-1/+5
2024-07-12clocksource/drivers/sh_cmt: Address race condition for clock eventsNiklas Söderlund1-1/+12
2024-07-12clocksource/driver/arm_global_timer: Remove unnecessary ‘0’ values from errLi kunyu1-1/+1
2024-07-12clocksource/drivers/arm_arch_timer: Remove unnecessary ‘0’ values from irqLi kunyu1-1/+1
2024-06-24clocksource: hyper-v: Use lapic timer in a TDX VM without paravisorDexuan Cui1-1/+15
2024-05-22Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-05-10clocksource/drivers/arm_arch_timer: Mark hisi_161010101_oem_info constStephen Boyd1-1/+1
2024-05-10clocksource/drivers/timer-ti-dm: Remove an unused field in struct dmtimerChristophe JAILLET1-1/+0
2024-05-10clocksource/drivers/renesas-ostm: Avoid reprobe after successful early probeGeert Uytterhoeven1-0/+1
2024-05-10clocksource/drivers/renesas-ostm: Allow OSTM driver to reprobe for RZ/V2H(P) SoCLad Prabhakar1-1/+1
2024-04-29riscv: Use IPIs for remote cache/TLB flushes by defaultSamuel Holland1-1/+1
2024-03-23Merge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-54/+110
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-13/+13
2024-03-13clocksource/drivers/timer-riscv: Clear timer interrupt on timer initializationLey Foon Tan1-0/+3
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves1-13/+13
2024-02-26clocksource/drivers/arm_global_timer: Simplify prescaler register accessMartin Blumenstingl1-11/+8
2024-02-26clocksource/drivers/arm_global_timer: Guard against division by zeroMartin Blumenstingl1-6/+5
2024-02-26clocksource/drivers/arm_global_timer: Make gt_target_rate unsigned longMartin Blumenstingl1-1/+2
2024-02-21clocksource: arm_global_timer: fix non-kernel-doc commentRandy Dunlap1-1/+1
2024-02-19clocksource/drivers/arm_global_timer: Remove stray tabMartin Blumenstingl1-1/+1
2024-02-19clocksource/drivers/arm_global_timer: Fix maximum prescaler valueMartin Blumenstingl1-1/+1
2024-02-18clocksource/drivers/imx-sysctr: Add i.MX95 supportPeng Fan1-4/+49
2024-02-18clocksource/drivers/imx-sysctr: Drop use global variablesPeng Fan1-32/+44
2024-02-07treewide: Remove system_counterval_t.cs, which is never readPeter Hilber1-3/+0
2024-02-07ptp/kvm, arm_arch_timer: Set system_counterval_t.cs_id to constantPeter Hilber1-1/+4
2024-01-22clocksource: extend the max_delta_ns of timer-riscv and timer-clint to ULONG_MAXVincent Chen2-2/+2
2024-01-22clocksource/drivers/ti-32K: Fix misuse of "/**" commentRandy Dunlap1-1/+1
2024-01-22clocksource/drivers/stm32: Fix all kernel-doc warningsRandy Dunlap1-2/+2
2024-01-22clocksource/drivers/imx: Fix -Wunused-but-set-variable warningDaniel Lezcano1-2/+1
2023-12-27clocksource/drivers/ep93xx: Fix error handling during probeArnd Bergmann1-3/+2
2023-12-27clocksource/drivers/cadence-ttc: Fix some kernel-doc warningsRandy Dunlap1-6/+16
2023-12-27clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warningsTony Lindgren1-2/+2
2023-12-27clocksource/timer-riscv: Add riscv_clock_shutdown callbackJoshua Yeong1-0/+7
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang1-1/+1
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+15
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-7/+29
2023-10-31clocksource: timer-riscv: Increase rating of clock_event_device for SstcAnup Patel1-0/+2
2023-10-31clocksource: timer-riscv: Don't enable/disable timer interruptAnup Patel1-2/+13
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas1-5/+26
2023-10-18clocksource/drivers/arm_arch_timer: limit XGene-1 workaroundAndre Przywara1-2/+3
2023-10-16clocksource/drivers/arm_arch_timer: Initialize evtstrm after finalizing cpucapsMark Rutland1-5/+26
2023-10-15clocksource: ep93xx: Add driver for Cirrus Logic EP93xxNikita Shubin3-0/+202
2023-10-13clocksource/drivers/timer-atmel-tcb: Fix initialization on SAM9 hardwareRonald Wahl1-0/+1
2023-10-11clocksource/timer-riscv: ACPI: Add timer_cannot_wakeup_cpuSunil V L1-0/+4
2023-10-11clocksource/drivers/sun5i: Remove surplus dev_err() when using platform_get_i...Yang Li1-3/+1
2023-10-11drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop functionIvaylo Dimitrov1-8/+28
2023-10-11clocksource/drivers/timer-imx-gpt: Fix potential memory leakJacky Bai1-5/+13
2023-09-04Merge tag 'timers-core-2023-09-04-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-462/+131
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2023-08-28clocksource: Explicitly include correct DT includesRob Herring8-6/+5
2023-08-22clocksource: hyper-v: Mark hyperv tsc page unencrypted in sev-snp enlightened...Tianyu Lan1-1/+1
2023-08-18clocksource: Explicitly include correct DT includesRob Herring8-6/+5
2023-08-18clocksource/drivers/sun5i: Convert to platform device driverMans Rullgard1-52/+69
2023-08-18clocksource/drivers/sun5i: Remove pointless structMans Rullgard1-27/+22
2023-08-18clocksource/drivers/sun5i: Remove duplication of code and dataMans Rullgard1-130/+76
2023-08-18clocksource/drivers/loongson1: Set variable ls1x_timer_lock storage-class-spe...Tom Rix1-1/+1
2023-08-18clocksource/drivers/arm_arch_timer: Disable timer before programming CVALWalter Chang1-0/+7
2023-07-13clocksource/drivers/timer-oxnas-rps: Remove obsolete timer driverNeil Armstrong3-296/+0
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-41/+51
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-30/+66
2023-06-23clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probeFeng Mingxi1-6/+13
2023-06-23clocksource/drivers/hyper-v: Rework clocksource and sched clock setupMichael Kelley1-31/+23
2023-06-23clocksource/drivers/imx-gpt: Fold <soc/imx/timer.h> into its only userUwe Kleine-König1-1/+6
2023-06-19clocksource/drivers/imx-gpt: Use only a single name for functionsUwe Kleine-König1-12/+6
2023-06-19clocksource/drivers/loongson1: Move PWM timer to clocksource frameworkKeguang Zhang3-0/+246
2023-06-19clocksource/drivers/ingenic-timer: Use pm_sleep_ptr() macroPaul Cercueil1-6/+4
2023-06-06arm64/arch_timer: Fix MMIO byteswapPeter Zijlstra1-3/+3
2023-06-05clocksource: hyper-v: Provide noinstr sched_clock()Peter Zijlstra1-14/+18
2023-06-05clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...Peter Zijlstra1-5/+11
2023-06-05arm64/arch_timer: Provide noinstr sched_clock_read() functionsPeter Zijlstra1-14/+40
2023-06-01clocksource/timer-riscv: Add ACPI supportSunil V L1-0/+11
2023-06-01clocksource/timer-riscv: Refactor riscv_timer_init_dt()Sunil V L1-41/+40
2023-04-29Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-197/+220
2023-04-27Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+16