summaryrefslogtreecommitdiff
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
...
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-063-3/+3
|/ /
* | clocksource: riscv: add notrace to riscv_sched_clockZong Li2020-01-041-1/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-034-120/+80
|\
| * Merge branch 'timers/urgent' into timers/core, to pick up fixIngo Molnar2019-11-252-13/+13
| |\
| * \ Merge tag 'timers-v5.6' of https://git.linaro.org/people/daniel.lezcano/linux...Thomas Gleixner2019-11-044-120/+80
| |\ \
| | * | clocksource/drivers/asm9260: Add a check for of_clk_getChuhong Yuan2019-11-041-0/+4
| | * | clocksource/drivers/renesas-ostm: Use unique device name instead of ostmGeert Uytterhoeven2019-11-041-5/+5
| | * | clocksource/drivers/renesas-ostm: Convert to timer_ofGeert Uytterhoeven2019-11-042-117/+73
| | * | clocksource/drivers/timer-of: Use unique device name instead of timerGeert Uytterhoeven2019-11-041-1/+1
| | * | clocksource/drivers/timer-of: Convert last full_name to %pOFGeert Uytterhoeven2019-11-041-2/+2
* | | | Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-271-8/+23
|\ \ \ \
| * | | | riscv: add support for MMIO access to the timer registersChristoph Hellwig2019-11-131-4/+19
| * | | | riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig2019-11-051-4/+4
| |/ / /
* | | | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-273-9/+31
|\ \ \ \
| * \ \ \ Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman2019-10-271-1/+3
| |\ \ \ \ | | |/ / /
| * | | | sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski2019-10-073-9/+9
| * | | | drivers: move the early platform device support to arch/shBartosz Golaszewski2019-10-073-0/+22
| | |/ / | |/| |
* | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-30/+124
|\ \ \ \
| * | | | x86/hyperv: Initialize clockevents earlier in CPU onliningMichael Kelley2019-11-151-30/+124
| | |_|/ | |/| |
* | | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | clocksource: samsung_pwm_timer: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+1
* | | | 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