summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-4/+31
|\
| * arm64: Use physical counter for in-kernel reads when booted in EL2Christoffer Dall2017-11-061-4/+8
| * arm64: Implement arch_counter_get_cntpct to read the physical counterChristoffer Dall2017-11-061-0/+23
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-3/+22
|\ \
| * | arm_arch_timer: Expose event stream statusJulien Thierry2017-10-131-3/+22
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-139-113/+91
|\ \
| * | clocksource/drivers/timer-of: Add timer_of_exit functionBenjamin Gaignard2017-10-292-0/+15
| * | clocksource/drivers/mips-gic-timer: Add fastpath for local timer updatesMatt Redfearn2017-10-191-2/+7
| * | clocksource/drivers/mips-gic-timer: Remove pointless irq_save,restoreMatt Redfearn2017-10-191-3/+0
| * | clocksource/drivers/arm_arch_timer: Fix DEFINE_PER_CPU expansionMark Rutland2017-10-191-2/+1
| * | clocksource/drivers/arm_arch_timer: Validate CNTFRQ after enabling frameArd Biesheuvel2017-10-191-17/+21
| * | clocksource: Improve GENERIC_CLOCKEVENTS dependencyArnd Bergmann2017-10-191-41/+9
| * | clocksource/drivers/rockchip: pr_err() strings should end with newlinesArvind Yadav2017-10-191-1/+1
| * | clocksource/drivers/owl: pr_err() strings should end with newlinesArvind Yadav2017-10-191-2/+2
| * | clocksource/drivers/fttmr010: pr_err() strings should end with newlinesArvind Yadav2017-10-191-2/+2
| * | clocksource/drivers/sh_cmt: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-191-4/+2
| * | clocksource/drivers/sh_cmt: Remove unused "renesas, channels-mask" handlingGeert Uytterhoeven2017-10-191-17/+1
| * | clocksource/drivers/sh_cmt: Mark "renesas,cmt-48-gen2" deprecatedGeert Uytterhoeven2017-10-191-1/+5
| * | clocksource/drivers/sh_cmt: Remove support for "renesas,cmt-32*"Geert Uytterhoeven2017-10-191-20/+0
| * | clocksource/drivers/sh_cmt: Support separate R-Car Gen2 CMT0/1Magnus Damm2017-10-191-11/+27
| * | clocksource/drivers/sh_cmt: Use 0x3f mask for SH_CMT_48BIT caseMagnus Damm2017-10-191-3/+11
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0710-0/+10
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0210-0/+10
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/ /
* | clockevents/drivers/cs5535: Improve resilience to spurious interruptsDavid Kozub2017-10-201-1/+2
|/
* x86/numachip: Add const and __initconst to numachip2_clockeventBhumika Goyal2017-09-251-1/+1
* clocksource/integrator: Fix section mismatch warningArnd Bergmann2017-09-181-2/+2
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-151-6/+31
|\
| * clocksource: mips-gic-timer: Use new GIC accessor functionsPaul Burton2017-08-301-6/+31
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-048-16/+261
|\ \
| * | clocksource: Convert to using %pOF instead of full_nameRob Herring2017-08-314-15/+13
| * | clocksource/drivers/bcm2835: Remove message for a memory allocation failureMarkus Elfring2017-08-291-1/+0
| * | clocksource/drivers/imx-tpm: Add imx tpm timer supportDong Aisheng2017-08-293-0/+248
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-254-9/+10
|\ \ \ | | |/ | |/|
| * | clocksource/drivers/Kconfig: Fix CLKSRC_PISTACHIO dependenciesMatt Redfearn2017-08-111-1/+1
| * | clocksource/drivers/timer-of: Checking for IS_ERR() instead of NULLDan Carpenter2017-08-111-2/+2
| * | clocksource/drivers/em_sti: Fix error return codes in em_sti_probe()Gustavo A. R. Silva2017-08-101-5/+6
| * | clocksource/drivers/arm_arch_timer: Fix mem frame loop initializationMatthias Kaehlcke2017-08-101-1/+1
| |/
* | clocksource/arm_arch_timer: Use static_branch_enable_cpuslocked()Marc Zyngier2017-08-101-1/+5
|/
* clocksource/drivers/timer-of: Handle of_irq_get_byname() result correctlySergei Shtylyov2017-07-171-2/+10
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-043-0/+180
|\
| * clocksource: owl: Add S900 supportAndreas Färber2017-06-181-0/+1
| * clocksource: Add Owl timerAndreas Färber2017-06-183-0/+179
* | clocksource/drivers/mips-gic-timer: Fix an error code in 'gic_clocksource_of_...Christophe Jaillet2017-06-271-2/+3
* | clocksource/drivers/fsl_ftm_timer: Unmap region obtained by of_iomapArvind Yadav2017-06-271-2/+6
* | clocksource/drivers/tcb_clksrc: Make IO endian agnosticAlexandre Belloni2017-06-271-29/+29
* | clocksource/drivers/sun4i: Switch to the timer-of common initDaniel Lezcano2017-06-262-94/+78
* | clocksource/drivers/timer-of: Fix invalid iomap checkDaniel Lezcano2017-06-261-1/+1
* | clocksource/drivers: Fix uninitialized variable use in timer_of_initArnd Bergmann2017-06-221-3/+2
* | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2017-06-213-2/+4
|\ \
OpenPOWER on IntegriCloud