summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/arm_arch_timer.c
AgeCommit message (Expand)AuthorLines
2019-04-11clocksource/drivers/arm_arch_timer: Remove unneeded pr_fmt macroYangtao Li-4/+1
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+9
2019-02-23clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer instabilitySamuel Holland-0/+55
2019-02-19clocksource/arm_arch_timer: Store physical timer IRQ number for KVM on VHEAndre Przywara-2/+9
2018-10-01arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier-0/+15
2018-07-10clocksource: arm_arch_timer: Set arch_mem_timer cpumask to cpu_possible_maskSudeep Holla-1/+1
2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+31
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-3/+22
2017-11-06arm64: Use physical counter for in-kernel reads when booted in EL2Christoffer Dall-4/+8
2017-11-06arm64: Implement arch_counter_get_cntpct to read the physical counterChristoffer Dall-0/+23
2017-10-19clocksource/drivers/arm_arch_timer: Fix DEFINE_PER_CPU expansionMark Rutland-2/+1
2017-10-19clocksource/drivers/arm_arch_timer: Validate CNTFRQ after enabling frameArd Biesheuvel-17/+21
2017-10-13arm_arch_timer: Expose event stream statusJulien Thierry-3/+22
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-1/+1
2017-08-10clocksource/drivers/arm_arch_timer: Fix mem frame loop initializationMatthias Kaehlcke-1/+1
2017-08-10clocksource/arm_arch_timer: Use static_branch_enable_cpuslocked()Marc Zyngier-1/+5
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner-2/+2
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREDaniel Lezcano-1/+1
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano-3/+3
2017-06-12clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variableFrank Rowand-2/+2
2017-05-09clocksource/arm_arch_timer: Fix arch_timer_mem_find_best_frame()Sudeep Holla-1/+1
2017-04-20arm64/arch_timer: Mark errata handlers as __maybe_unusedArnd Bergmann-2/+2
2017-04-19clocksource: arm_arch_timer: add GTDT support for memory-mapped timerFu Wei-3/+76
2017-04-19clocksource: arm_arch_timer: simplify ACPI support code.Fu Wei-30/+10
2017-04-19clocksource: arm_arch_timer: split MMIO timer probing.Fu Wei-44/+145
2017-04-19clocksource: arm_arch_timer: move arch_timer_needs_of_probing into DT init callFu Wei-25/+21
2017-04-19clocksource: arm_arch_timer: refactor arch_timer_needs_probingFu Wei-15/+19
2017-04-19clocksource: arm_arch_timer: split dt-only rate handlingFu Wei-18/+23
2017-04-10clocksource: arm_arch_timer: rework PPI selectionFu Wei-31/+46
2017-04-10clocksource: arm_arch_timer: add a new enum for spi typeFu Wei-2/+2
2017-04-10clocksource: arm_arch_timer: move enums and defines to header fileFu Wei-11/+0
2017-04-10clocksource: arm_arch_timer: rename the PPI enumFu Wei-40/+42
2017-04-10clocksource: arm_arch_timer: rename type macrosFu Wei-20/+23
2017-04-10clocksource: arm_arch_timer: clean up printk usageFu Wei-24/+25
2017-04-07arm64: arch_timer: Add HISILICON_ERRATUM_161010101 ACPI matching dataMarc Zyngier-0/+33
2017-04-07arm64: arch_timer: Allow erratum matching with ACPI OEM informationMarc Zyngier-0/+34
2017-04-07arm64: arch_timer: Workaround for Cortex-A73 erratum 858921Marc Zyngier-0/+19
2017-04-07arm64: arch_timer: Enable CNTVCT_EL0 trap if workaround is enabledMarc Zyngier-13/+32
2017-04-07arm64: arch_timer: Save cntkctl_el1 as a per-cpu variableMarc Zyngier-3/+3
2017-04-07arm64: arch_timer: Move clocksource_counter and co aroundMarc Zyngier-31/+31
2017-04-07arm64: arch_timer: Allows a CPU-specific erratum to only affect a subset of CPUsMarc Zyngier-12/+30
2017-04-07arm64: arch_timer: Rework the set_next_event workaroundsMarc Zyngier-5/+26
2017-04-07arm64: arch_timer: Get rid of erratum_workaround_set_sneMarc Zyngier-49/+41
2017-04-07arm64: arch_timer: Move arch_timer_reg_read/write aroundMarc Zyngier-62/+62
2017-04-07arm64: arch_timer: Add erratum handler for CPU-specific capabilityMarc Zyngier-4/+24
2017-04-07arm64: arch_timer: Add infrastructure for multiple erratum detection methodsMarc Zyngier-11/+72
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-11clocksource/drivers/arm_arch_timer:: Mark cyclecounter __ro_after_initBhumika Goyal-1/+1
2017-02-08clocksource/drivers/arm_arch_timer: Work around Hisilicon erratum 161010101Ding Tianhong-0/+49
2017-02-08clocksource/drivers/arm_arch_timer: Introduce generic errata handling infrast...Ding Tianhong-29/+63