summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-16clocksource/drivers/exynos_mct: Refactor resources allocationMarek Szyprowski
2021-11-12dt-bindings: timer: remove rockchip,rk3066-timer compatible string from rockc...Johan Jonker
2021-11-02dt-bindings: timer: cadence_ttc: Add power-domainsMichal Simek
2021-10-24Merge tag 'timers-v5.16-rc1' into timers/coreBorislav Petkov
2021-10-21clocksource/drivers/timer-ti-dm: Select TIMER_OFKees Cook
2021-10-21clocksource/drivers/exynosy: Depend on sub-architecture for Exynos MCT and Sa...Krzysztof Kozlowski
2021-10-19Merge branch 'timers/drivers/armv8.6_arch_timer' into timers/drivers/nextDaniel Lezcano
2021-10-18clocksource/drivers/arch_arm_timer: Move workaround synchronisation aroundMarc Zyngier
2021-10-18clocksource/drivers/arm_arch_timer: Fix masking for high freq countersOliver Upton
2021-10-17clocksource/drivers/arm_arch_timer: Drop unnecessary ISB on CVAL programmingMarc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Remove any trace of the TVAL programming ...Marc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Work around broken CVAL implementationsMarc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Advertise 56bit timer to the core codeMarc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVALMarc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Fix MMIO base address vs callback orderin...Marc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Move drop _tval from erratum function namesMarc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Move system register timer programming ov...Marc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Extend write side of timer register acces...Marc Zyngier
2021-10-17clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessorsMarc Zyngier
2021-10-17clocksource/arm_arch_timer: Add build-time guards for unhandled register acce...Marc Zyngier
2021-10-16clocksource/drivers/arc_timer: Eliminate redefined macro errorRandy Dunlap
2021-08-28clocksource: Make clocksource watchdog test safe for slow-HZ systemsPaul E. McKenney
2021-08-26Merge tag 'timers-v5.15' of https://git.linaro.org/people/daniel.lezcano/linu...Thomas Gleixner
2021-08-21dt-bindings: timer: Add ABIs for new Ingenic SoCs周琰杰 (Zhou Yanjie)
2021-08-14clocksource/drivers/fttmr010: Pass around less pointersLinus Walleij
2021-08-14clocksource/drivers/mediatek: Optimize systimer irq clear flow on shutdownFengquan Chen
2021-08-14clocksource/drivers/ingenic: Use bitfield macro helpers周琰杰 (Zhou Yanjie)
2021-08-13clocksource/drivers/sh_cmt: Fix wrong setting if don't request IRQ for clock ...Phong Hoang
2021-08-13dt-bindings: timer: convert rockchip,rk-timer.txt to YAMLEzequiel Garcia
2021-08-13clocksource/drivers/exynos_mct: Mark MCT device as CLOCK_EVT_FEAT_PERCPUWill Deacon
2021-08-13clocksource/drivers/exynos_mct: Prioritise Arm arch timer on arm64Will Deacon
2021-08-12hrtimer: Unbreak hrtimer_force_reprogram()Thomas Gleixner
2021-08-12hrtimer: Use raw_cpu_ptr() in clock_was_set()Thomas Gleixner
2021-08-10hrtimer: Avoid more SMP function calls in clock_was_set()Thomas Gleixner
2021-08-10hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Marcelo Tosatti
2021-08-10hrtimer: Add bases argument to clock_was_set()Thomas Gleixner
2021-08-10time/timekeeping: Avoid invoking clock_was_set() twiceThomas Gleixner
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner
2021-08-10timerfd: Provide timerfd_resume()Thomas Gleixner
2021-08-10hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseThomas Gleixner
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner
2021-08-10hrtimer: Consolidate reprogramming codePeter Zijlstra
2021-08-10hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner
2021-08-10posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Frederic Weisbecker
2021-08-10posix-cpu-timers: Consolidate timer base accessorFrederic Weisbecker
2021-08-10posix-cpu-timers: Remove confusing return value overrideFrederic Weisbecker
2021-08-10posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker
2021-08-10posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker
2021-08-10posix-timers: Remove redundant initialization of variable retColin Ian King