aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-4/+4
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 9-82/+590
2020-01-16clocksource/drivers/hyper-v: Set TSC clocksource as default w/ InvariantTSCGravatar Andrea Parri 1-2/+10
2020-01-16clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksourcesGravatar Andrea Parri 1-13/+23
2020-01-16clocksource/drivers/timer-microchip-pit64b: Fix sparse warningGravatar Claudiu Beznea 1-1/+3
2020-01-16clocksource/drivers/exynos_mct: Rename Exynos to lowercaseGravatar Krzysztof Kozlowski 1-1/+1
2020-01-16clocksource/drivers/timer-ti-dm: Fix uninitialized pointer accessGravatar Tony Lindgren 1-4/+4
2020-01-16clocksource/drivers/timer-ti-dm: Switch to platform_get_irqGravatar Yangtao Li 1-7/+3
2020-01-16clocksource/drivers/timer-ti-dm: Convert to devm_platform_ioremap_resourceGravatar Yangtao Li 1-8/+2
2020-01-16clocksource/drivers/em_sti: Fix variable declaration in em_sti_probeGravatar Yangtao Li 1-2/+1
2020-01-16clocksource/drivers/em_sti: Convert to devm_platform_ioremap_resourceGravatar Yangtao Li 1-3/+1
2020-01-16clocksource/drivers/bcm2835_timer: Fix memory leak of timerGravatar Colin Ian King 1-1/+4
2020-01-16clocksource/drivers/cadence-ttc: Use ttc driver as platform driverGravatar Rajan Vaja 1-8/+18
2020-01-16clocksource/drivers/timer-microchip-pit64b: Add Microchip PIT64B supportGravatar Claudiu Beznea 3-0/+460
2020-01-16clocksource/drivers/hyper-v: Reserve PAGE_SIZE space for tsc pageGravatar Boqun Feng 1-4/+7
2020-01-16clocksource: Fix Kconfig miscuesGravatar Randy Dunlap 1-23/+23
2020-01-16clocksource: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-10/+10
2020-01-16clocksource/drivers/hyper-v: Suspend/resume Hyper-V clocksource for hibernationGravatar Dexuan Cui 1-0/+25
2020-01-13clocksource: davinci: only enable clockevents once tim34 is initializedGravatar Bartosz Golaszewski 1-4/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 3-3/+3
2020-01-04clocksource: riscv: add notrace to riscv_sched_clockGravatar Zong Li 1-1/+1
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-120/+80
2019-11-27Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-8/+23
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-9/+31
2019-11-26Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-30/+124
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+1
2019-11-25Merge branch 'timers/urgent' into timers/core, to pick up fixGravatar Ingo Molnar 2-13/+13
2019-11-15x86/hyperv: Initialize clockevents earlier in CPU onliningGravatar Michael Kelley 1-30/+124
2019-11-13riscv: add support for MMIO access to the timer registersGravatar Christoph Hellwig 1-4/+19
2019-11-05riscv: abstract out CSR names for supervisor vs machine modeGravatar Christoph Hellwig 1-4/+4
2019-11-04Merge tag 'timers-v5.6' of https://git.linaro.org/people/daniel.lezcano/linux...Gravatar Thomas Gleixner 4-120/+80
2019-11-04Merge tag 'timers-v5.4-rc6' of https://git.linaro.org/people/daniel.lezcano/l...Gravatar Thomas Gleixner 2-13/+13
2019-11-04clocksource/drivers/asm9260: Add a check for of_clk_getGravatar Chuhong Yuan 1-0/+4
2019-11-04clocksource/drivers/renesas-ostm: Use unique device name instead of ostmGravatar Geert Uytterhoeven 1-5/+5
2019-11-04clocksource/drivers/renesas-ostm: Convert to timer_ofGravatar Geert Uytterhoeven 2-117/+73
2019-11-04clocksource/drivers/timer-of: Use unique device name instead of timerGravatar Geert Uytterhoeven 1-1/+1
2019-11-04clocksource/drivers/timer-of: Convert last full_name to %pOFGravatar Geert Uytterhoeven 1-2/+2
2019-10-27Merge 5.4-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+3
2019-10-18clocksource: samsung_pwm_timer: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-2/+1
2019-10-18clocksource/drivers/sh_mtu2: Do not loop using platform_get_irq_by_name()Gravatar Geert Uytterhoeven 1-5/+11
2019-10-16clocksource/drivers/mediatek: Fix error handlingGravatar Fabien Parent 1-8/+2
2019-10-07sh: add the sh_ prefix to early platform symbolsGravatar Bartosz Golaszewski 3-9/+9
2019-10-07drivers: move the early platform device support to arch/shGravatar Bartosz Golaszewski 3-0/+22
2019-10-02timer-of: don't use conditional expression with mixed 'void' typesGravatar Linus Torvalds 1-1/+3
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 3-0/+368
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 12-52/+71
2019-09-05riscv: don't use the rdtime(h) pseudo-instructionsGravatar Christoph Hellwig 1-13/+4
2019-08-27clocksource/drivers/sh_cmt: Document "cmt-48" as deprecatedGravatar Magnus Damm 1-1/+5
2019-08-27clocksource/drivers/sh_cmt: r8a7740 and sh73a0 SoC-specific matchGravatar Magnus Damm 1-0/+8
2019-08-27clocksource/drivers: Do not warn on probe deferGravatar Jon Hunter 1-1/+3