summaryrefslogtreecommitdiff
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-0/+9
|\
| * RISC-V: KVM: Add timer functionalityAtish Patra2021-10-041-0/+9
* | Merge tag 'timers-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-013-99/+153
|\ \ | |/ |/|
| * clocksource/drivers/timer-ti-dm: Select TIMER_OFKees Cook2021-10-211-0/+1
| * clocksource/drivers/exynosy: Depend on sub-architecture for Exynos MCT and Sa...Krzysztof Kozlowski2021-10-211-0/+2
| * Merge branch 'timers/drivers/armv8.6_arch_timer' into timers/drivers/nextDaniel Lezcano2021-10-191-96/+147
| |\
| | * clocksource/drivers/arm_arch_timer: Fix masking for high freq countersOliver Upton2021-10-181-5/+29
| | * clocksource/drivers/arm_arch_timer: Remove any trace of the TVAL programming ...Marc Zyngier2021-10-171-8/+0
| | * clocksource/drivers/arm_arch_timer: Work around broken CVAL implementationsMarc Zyngier2021-10-171-1/+27
| | * clocksource/drivers/arm_arch_timer: Advertise 56bit timer to the core codeMarc Zyngier2021-10-171-1/+1
| | * clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVALMarc Zyngier2021-10-171-12/+38
| | * clocksource/drivers/arm_arch_timer: Fix MMIO base address vs callback orderin...Marc Zyngier2021-10-171-14/+13
| | * clocksource/drivers/arm_arch_timer: Move drop _tval from erratum function namesMarc Zyngier2021-10-171-13/+13
| | * clocksource/drivers/arm_arch_timer: Move system register timer programming ov...Marc Zyngier2021-10-171-3/+23
| | * clocksource/drivers/arm_arch_timer: Extend write side of timer register acces...Marc Zyngier2021-10-171-5/+5
| | * clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessorsMarc Zyngier2021-10-171-44/+0
| | * clocksource/arm_arch_timer: Add build-time guards for unhandled register acce...Marc Zyngier2021-10-171-0/+8
| * | clocksource/drivers/arc_timer: Eliminate redefined macro errorRandy Dunlap2021-10-161-3/+3
* | | Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-09-031-1/+2
|\ \ \
| * | | clocksource/drivers/pistachio: Make it selectable for MIPSJiaxun Yang2021-08-121-1/+2
| | |/ | |/|
* | | Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-011-3/+0
|\ \ \
| * | | drivers: hv: Decouple Hyper-V clock/timer code from VMbus driversMichael Kelley2021-07-191-3/+0
| |/ /
* | | Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-09-011-12/+36
|\ \ \ | |_|/ |/| |
| * | watchdog: ixp4xx: Rewrite driver to use coreLinus Walleij2021-08-041-12/+36
| |/
* | clocksource/drivers/fttmr010: Pass around less pointersLinus Walleij2021-08-141-16/+16
* | clocksource/drivers/mediatek: Optimize systimer irq clear flow on shutdownFengquan Chen2021-08-141-2/+6
* | clocksource/drivers/ingenic: Use bitfield macro helpers周琰杰 (Zhou Yanjie)2021-08-141-6/+7
* | clocksource/drivers/sh_cmt: Fix wrong setting if don't request IRQ for clock ...Phong Hoang2021-08-131-12/+18
* | clocksource/drivers/exynos_mct: Mark MCT device as CLOCK_EVT_FEAT_PERCPUWill Deacon2021-08-131-1/+2
* | clocksource/drivers/exynos_mct: Prioritise Arm arch timer on arm64Will Deacon2021-08-131-2/+11
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-07-011-3/+3
|\
| * clkdev: remove CONFIG_CLKDEV_LOOKUPArnd Bergmann2021-06-081-3/+3
* | clocksource/drivers/timer-ti-dm: Drop unnecessary restoreTony Lindgren2021-06-161-1/+2
* | clocksource/arm_arch_timer: Improve Allwinner A64 timer workaroundSamuel Holland2021-06-161-1/+1
* | clocksource/drivers/arm_global_timer: Remove duplicated argument in arm_globa...Wan Jiabing2021-06-161-1/+1
* | clocksource/drivers/arm_global_timer: Make symbol 'gt_clk_rate_change_nb' staticZou Wei2021-06-161-1/+1
* | arm: zynq: don't disable CONFIG_ARM_GLOBAL_TIMER due to CONFIG_CPU_FREQ anymoreAndrea Merello2021-06-161-0/+1
* | clocksource/drivers/arm_global_timer: Implement rate compensation whenever so...Andrea Merello2021-06-162-10/+125
* | clocksource/drivers/ingenic: Rename unreasonable array names周琰杰 (Zhou Yanjie)2021-06-151-5/+5
* | clocksource/drivers/timer-ti-dm: Save and restore timer TIOCP_CFGTony Lindgren2021-06-151-0/+6
* | clocksource/drivers/mediatek: Ack and disable interrupts on suspendEvan Benn2021-06-151-0/+24
* | clocksource/drivers/samsung_pwm: Constify source IO memoryKrzysztof Kozlowski2021-06-041-1/+1
* | clocksource/drivers/samsung_pwm: Cleanup on init errorKrzysztof Kozlowski2021-06-041-3/+17
* | clocksource/drivers/samsung_pwm: Constify passed structureKrzysztof Kozlowski2021-06-041-1/+1
* | clocksource/drivers/samsung_pwm: Minor whitespace cleanupKrzysztof Kozlowski2021-06-041-8/+11
* | clocksource/drivers/arm_arch_timer: Remove arch_timer_rate1Jisheng Zhang2021-06-031-1/+0
* | clocksource/drivers/hyper-v: Re-enable VDSO_CLOCKMODE_HVCLOCK on X86Vitaly Kuznetsov2021-05-141-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-0/+36
|\
| * ptp: arm/arm64: Enable ptp_kvm for arm/arm64Jianyong Wu2021-04-071-0/+34
| * clocksource: Add clocksource id for arm arch counterJianyong Wu2021-04-071-0/+2