summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers/sh_cmt: Fix wrong setting if don't request IRQ for clock ...Phong Hoang2021-09-151-12/+18
* clocksource/arm_arch_timer: Improve Allwinner A64 timer workaroundSamuel Holland2021-07-191-1/+1
* clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is definedTom Rix2021-03-041-4/+1
* clocksource/drivers/ixp4xx: Select TIMER_OF when neededArnd Bergmann2021-03-041-0/+1
* clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1....Keqian Zhu2020-12-301-7/+16
* clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sneKeqian Zhu2020-12-301-2/+2
* clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()Yu Kuai2020-12-301-9/+9
* clocksource/drivers/orion: Add missing clk_disable_unprepare() on error pathYang Yingliang2020-12-301-3/+8
* clocksource/drivers/timer-gx6605s: Fixup counter reloadGuo Ren2020-10-071-0/+1
* clocksource/drivers/h8300_timer8: Fix wrong return value in h8300_8timer_init()Tianjia Zhang2020-10-011-1/+1
* arm64: arch_timer: Disable the compat vdso for cores affected by ARM64_WORKAR...Marc Zyngier2020-07-221-0/+8
* arm64: arch_timer: Allow an workaround descriptor to disable compat vdsoMarc Zyngier2020-07-221-0/+3
* arm64: Introduce a way to disable the 32bit vdsoMarc Zyngier2020-07-221-4/+4
* clocksource: dw_apb_timer_of: Fix missing clockevent timersSerge Semin2020-06-221-4/+2
* clocksource: dw_apb_timer: Make CPU-affiliation being optionalSerge Semin2020-06-221-2/+3
* clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksourcesYubo Xie2020-04-011-2/+4
* clocksource: davinci: only enable clockevents once tim34 is initializedBartosz Golaszewski2020-02-241-4/+4
* clocksource/drivers/bcm2835_timer: Fix memory leak of timerColin Ian King2020-02-241-1/+4
* clocksource: riscv: add notrace to riscv_sched_clockZong Li2020-01-091-1/+1
* clocksource/drivers/timer-of: Use unique device name instead of timerGeert Uytterhoeven2020-01-041-1/+1
* clocksource/drivers/asm9260: Add a check for of_clk_getChuhong Yuan2020-01-041-0/+4
* Merge tag 'timers-v5.4-rc6' of https://git.linaro.org/people/daniel.lezcano/l...Thomas Gleixner2019-11-042-13/+13
|\
| * clocksource/drivers/sh_mtu2: Do not loop using platform_get_irq_by_name()Geert Uytterhoeven2019-10-181-5/+11
| * clocksource/drivers/mediatek: Fix error handlingFabien Parent2019-10-161-8/+2
* | timer-of: don't use conditional expression with mixed 'void' typesLinus Torvalds2019-10-021-1/+3
|/
* Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-223-0/+368
|\
| * clocksource: Add a new timer-ingenic driverPaul Cercueil2019-08-083-0/+368
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-1712-52/+71
|\ \
| * | clocksource/drivers/sh_cmt: Document "cmt-48" as deprecatedMagnus Damm2019-08-271-1/+5
| * | clocksource/drivers/sh_cmt: r8a7740 and sh73a0 SoC-specific matchMagnus Damm2019-08-271-0/+8
| * | clocksource/drivers: Do not warn on probe deferJon Hunter2019-08-271-1/+3
| * | clocksource/drivers/timer-of: Do not warn on deferred probeJon Hunter2019-08-271-2/+4
| * | clocksource/drivers/npcm: Fix GENMASK and timer operationAvi Fishman2019-08-271-6/+3
| * | clocksource/drivers/renesas-ostm: Use DIV_ROUND_CLOSEST() helperGeert Uytterhoeven2019-08-271-1/+1
| * | clocksource/drivers/imx-sysctr: Add internal clock divider handleAnson Huang2019-08-271-0/+5
| * | clocksource/drivers/tcb_clksrc: Register delay timerAlexandre Belloni2019-08-272-1/+19
| * | clocksource: sun4i: Add missing compatiblesMaxime Ripard2019-08-271-0/+4
| * | clocksource: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-273-11/+3
| * | clocksource/drivers/hyperv: Enable TSC page clocksource on 32bitVitaly Kuznetsov2019-08-231-11/+0
| * | clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan2019-08-231-10/+12
| * | clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan2019-08-231-8/+4
| |/
* | riscv: don't use the rdtime(h) pseudo-instructionsChristoph Hellwig2019-09-051-13/+4
* | RISC-V: Remove per cpu clocksourceAtish Patra2019-08-061-4/+2
|/
* clocksource/drivers/npcm: Fix misuse of GENMASK macroJoe Perches2019-07-101-1/+1
* clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley2019-07-031-0/+139
* clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley2019-07-032-0/+201
* Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-0318-81/+18
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1916-67/+16
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 243Thomas Gleixner2019-06-191-2/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1