aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-70/+186
2020-10-02clocksource/drivers/armada-370-xp: Use semicolons rather than commas to separ...Gravatar Julia Lawall 1-4/+4
2020-10-01clocksource/drivers/mps2-timer: Use semicolons rather than commas to separate...Gravatar Julia Lawall 1-3/+3
2020-09-29clocksource: clint: Export clint_time_val for modulesGravatar Palmer Dabbelt 1-0/+1
2020-09-28hv: clocksource: Add notrace attribute to read_hv_sched_clock_*() functionsGravatar Mohammed Gamal 1-2/+2
2020-09-27Merge tag 'timers-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-22/+25
2020-09-24clocksource/drivers/sp804: Enable Hisilicon sp804 timer 64bit modeGravatar Zhen Lei 2-0/+17
2020-09-24clocksource/drivers/sp804: Add support for Hisilicon sp804 timerGravatar Zhen Lei 1-0/+27
2020-09-24clocksource/drivers/sp804: Support non-standard register offsetGravatar Zhen Lei 2-26/+108
2020-09-24clocksource/drivers/sp804: Prepare for support non-standard register offsetGravatar Zhen Lei 1-6/+11
2020-09-24clocksource/drivers/sp804: Remove a mismatched commentGravatar Zhen Lei 1-1/+0
2020-09-24clocksource/drivers/sp804: Delete the leading "__" of some functionsGravatar Zhen Lei 1-12/+15
2020-09-24clocksource/drivers/sp804: Remove unused sp804_timer_disable() and timer-sp804.hGravatar Zhen Lei 1-7/+0
2020-09-24clocksource/drivers/sp804: Cleanup clk_get_sys()Gravatar Kefeng Wang 1-20/+10
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+17
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsGravatar Palmer Dabbelt 1-0/+17
2020-08-24clocksource/drivers/timer-gx6605s: Fixup counter reloadGravatar Guo Ren 1-0/+1
2020-08-24clocksource/drivers/timer-ti-dm: Do reset before enableGravatar Tony Lindgren 1-21/+23
2020-08-24clocksource/drivers/h8300_timer8: Fix wrong return value in h8300_8timer_init()Gravatar Tianjia Zhang 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-08-20RISC-V: Remove CLINT related code from timer and archGravatar Anup Patel 2-17/+3
2020-08-20clocksource/drivers: Add CLINT timer driverGravatar Anup Patel 3-0/+236
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 3-0/+226
2020-08-04Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 9-109/+748
2020-07-25Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-10/+36
2020-07-23Merge tag 'timers-v5.9' of https://git.linaro.org/people/daniel.lezcano/linux...Gravatar Thomas Gleixner 9-109/+748
2020-07-23clocksource/drivers/ingenic: Add support for the Ingenic X1000 OST.Gravatar 周琰杰 (Zhou Yanjie) 3-1/+551
2020-07-23clocksource/drivers: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 2-2/+2
2020-07-23clocksource/drivers/nomadik-mtu: Handle 32kHz clockGravatar Linus Walleij 1-2/+9
2020-07-23clocksource/drivers/sh_cmt: Use "kHz" for kilohertzGravatar Geert Uytterhoeven 1-1/+1
2020-07-23clocksource/drivers/imx: Add support for i.MX TPM driver with ARM64Gravatar Anson Huang 1-1/+2
2020-07-23clocksource/drivers/ingenic: Add high resolution timer support for SMP/SMT.Gravatar 周琰杰 (Zhou Yanjie) 1-58/+124
2020-07-21clocksource/drivers/timer-ti-dm: Fix suspend and resume for am3 and am4Gravatar Tony Lindgren 1-10/+36
2020-07-11clocksource/drivers/timer-atmel-tcb: Add sama5d2 supportGravatar Alexandre Belloni 1-1/+10
2020-07-11clocksource/drivers/timer-atmel-tcb: Allow selecting first dividerGravatar Alexandre Belloni 1-4/+2
2020-07-11clocksource/drivers/timer-atmel-tcb: Stop using the 32kHz for clockeventsGravatar Alexandre Belloni 1-30/+33
2020-07-11clocksource/drivers/timer-atmel-tcb: Fill tcb_configGravatar Alexandre Belloni 1-3/+15
2020-07-11clocksource/drivers/timer-atmel-tcb: Rework 32khz clock selectionGravatar Alexandre Belloni 1-9/+2
2020-07-08arm64: arch_timer: Disable the compat vdso for cores affected by ARM64_WORKAR...Gravatar Marc Zyngier 1-0/+8
2020-07-08arm64: arch_timer: Allow an workaround descriptor to disable compat vdsoGravatar Marc Zyngier 1-0/+3
2020-06-18clocksource: Add Low Power STM32 timers driverGravatar Benjamin Gaignard 3-0/+226
2020-06-09clocksource/drivers/timer-riscv: Use per-CPU timer interruptGravatar Anup Patel 1-3/+40
2020-05-23clocksource/drivers/timer-versatile: Clear OF_POPULATED flagGravatar Saravana Kannan 1-0/+3
2020-05-23clocksource: mips-gic-timer: Mark GIC timer as unstable if ref clock changesGravatar Serge Semin 2-1/+19
2020-05-23clocksource: mips-gic-timer: Register as sched_clockGravatar Paul Burton 1-4/+27
2020-05-23clocksource: dw_apb_timer_of: Fix missing clockevent timersGravatar Serge Semin 1-4/+2
2020-05-23clocksource: dw_apb_timer: Affiliate of-based timer with any CPUGravatar Serge Semin 1-1/+1
2020-05-23clocksource: dw_apb_timer: Make CPU-affiliation being optionalGravatar Serge Semin 1-2/+3