aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clocksource (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-22clocksource: hyper-v: unexport __init-annotated hv_init_clocksource()Masahiro Yamada1-1/+0
2022-06-14clocksource/drivers/sp804: Avoid error on multiple instancesAndre Przywara1-5/+5
2022-06-14clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-1/+1
2022-06-14clocksource/drivers/riscv: Events are stopped during CPU suspendSamuel Holland1-1/+1
2022-04-15clocksource: acpi_pm: fix return value of __setup handlerRandy Dunlap1-2/+4
2022-04-15clocksource/drivers/timer-of: Check return value of of_iomap in timer_of_base_init()Guillaume Ranquet1-3/+3
2021-11-17clocksource/drivers/timer-ti-dm: Select TIMER_OFKees Cook1-0/+1
2021-09-15clocksource/drivers/sh_cmt: Fix wrong setting if don't request IRQ for clock source channelPhong Hoang1-12/+18
2021-07-19clocksource/arm_arch_timer: Improve Allwinner A64 timer workaroundSamuel Holland1-1/+1
2021-03-04clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is definedTom Rix1-4/+1
2021-03-04clocksource/drivers/ixp4xx: Select TIMER_OF when neededArnd Bergmann1-0/+1
2020-12-30clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTIKeqian Zhu1-7/+16
2020-12-30clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sneKeqian Zhu1-2/+2
2020-12-30clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()Yu Kuai1-9/+9
2020-12-30clocksource/drivers/orion: Add missing clk_disable_unprepare() on error pathYang Yingliang1-3/+8
2020-10-07clocksource/drivers/timer-gx6605s: Fixup counter reloadGuo Ren1-0/+1
2020-10-01clocksource/drivers/h8300_timer8: Fix wrong return value in h8300_8timer_init()Tianjia Zhang1-1/+1
2020-07-22arm64: arch_timer: Disable the compat vdso for cores affected by ARM64_WORKAROUND_1418040Marc Zyngier1-0/+8
2020-07-22arm64: arch_timer: Allow an workaround descriptor to disable compat vdsoMarc Zyngier1-0/+3
2020-07-22arm64: Introduce a way to disable the 32bit vdsoMarc Zyngier1-4/+4
2020-06-22clocksource: dw_apb_timer_of: Fix missing clockevent timersSerge Semin1-4/+2
2020-06-22clocksource: dw_apb_timer: Make CPU-affiliation being optionalSerge Semin1-2/+3
2020-04-01clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksourcesYubo Xie1-2/+4
2020-02-24clocksource: davinci: only enable clockevents once tim34 is initializedBartosz Golaszewski1-4/+4
2020-02-24clocksource/drivers/bcm2835_timer: Fix memory leak of timerColin Ian King1-1/+4
2020-01-09clocksource: riscv: add notrace to riscv_sched_clockZong Li1-1/+1
2020-01-04clocksource/drivers/timer-of: Use unique device name instead of timerGeert Uytterhoeven1-1/+1
2020-01-04clocksource/drivers/asm9260: Add a check for of_clk_getChuhong Yuan1-0/+4
2019-11-04Merge tag 'timers-v5.4-rc6' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgentThomas Gleixner2-13/+13
2019-10-18clocksource/drivers/sh_mtu2: Do not loop using platform_get_irq_by_name()Geert Uytterhoeven1-5/+11
2019-10-16clocksource/drivers/mediatek: Fix error handlingFabien Parent1-8/+2
2019-10-02timer-of: don't use conditional expression with mixed 'void' typesLinus Torvalds1-1/+3
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-0/+368
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-52/+71
2019-09-05riscv: don't use the rdtime(h) pseudo-instructionsChristoph Hellwig1-13/+4
2019-08-27clocksource/drivers/sh_cmt: Document "cmt-48" as deprecatedMagnus Damm1-1/+5
2019-08-27clocksource/drivers/sh_cmt: r8a7740 and sh73a0 SoC-specific matchMagnus Damm1-0/+8
2019-08-27clocksource/drivers: Do not warn on probe deferJon Hunter1-1/+3
2019-08-27clocksource/drivers/timer-of: Do not warn on deferred probeJon Hunter1-2/+4
2019-08-27clocksource/drivers/npcm: Fix GENMASK and timer operationAvi Fishman1-6/+3
2019-08-27clocksource/drivers/renesas-ostm: Use DIV_ROUND_CLOSEST() helperGeert Uytterhoeven1-1/+1
2019-08-27clocksource/drivers/imx-sysctr: Add internal clock divider handleAnson Huang1-0/+5
2019-08-27clocksource/drivers/tcb_clksrc: Register delay timerAlexandre Belloni2-1/+19
2019-08-27clocksource: sun4i: Add missing compatiblesMaxime Ripard1-0/+4
2019-08-27clocksource: Remove dev_err() usage after platform_get_irq()Stephen Boyd3-11/+3
2019-08-23clocksource/drivers/hyperv: Enable TSC page clocksource on 32bitVitaly Kuznetsov1-11/+0
2019-08-23clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan1-10/+12
2019-08-23clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan1-8/+4
2019-08-08clocksource: Add a new timer-ingenic driverPaul Cercueil3-0/+368
2019-08-06RISC-V: Remove per cpu clocksourceAtish Patra1-4/+2