aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/arm_arch_timer.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier2019-08-081-0/+15
* clocksource: arch_timer: make virtual counter access configurableGreg Hackmann2018-06-211-1/+1
* Revert "clocksource: arch_timer: Enable user access to the physical counter"Runmin Wang2018-03-301-3/+0
* drivers: clksource: Add API to return cvalChannagoud Kadabi2018-02-281-0/+19
* Merge remote-tracking branch 'remotes/origin/tmp-64138f0' into msm-4.14Runmin Wang2017-12-111-17/+21
|\
| * clocksource/drivers/arm_arch_timer: Validate CNTFRQ after enabling frameArd Biesheuvel2017-12-101-17/+21
* | Merge remote-tracking branch 'origin/tmp-2bd6bf0' into msm-nextPrasad Sodagudi2017-10-091-1/+5
|\|
| * Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-251-1/+1
| |\
| * | clocksource/arm_arch_timer: Use static_branch_enable_cpuslocked()Marc Zyngier2017-08-101-1/+5
* | | Merge remote-tracking branch 'origin/tmp-cc4a41f' into msm-nextKyle Yan2017-08-281-1/+1
|\ \ \ | | |/ | |/|
| * | clocksource/drivers/arm_arch_timer: Fix mem frame loop initializationMatthias Kaehlcke2017-08-101-1/+1
| |/
* | clocksource: arch_timer: Use _no_log variants while accessing registersPrasad Sodagudi2017-07-211-12/+12
* | Merge remote-tracking branch 'remotes/origin/tmp-5771a8c' into msm-nextRunmin Wang2017-07-181-4/+4
|\|
| * Merge branch 'timers/urgent' into timers/coreThomas Gleixner2017-06-211-2/+2
| |\
| * | clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREDaniel Lezcano2017-06-141-1/+1
| * | clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano2017-06-141-3/+3
* | | Merge remote-tracking branch 'origin/tmp-c0bc126' into msm-nextKyle Yan2017-06-261-2/+2
|\ \ \ | | |/ | |/|
| * | clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variableFrank Rowand2017-06-121-2/+2
| |/
* | ARM: arch_timer: force re-selection of the best clocksourceSe Wang (Patrick) Oh2017-06-011-1/+7
* | arm: traps: emulate a MRCC instruction reading CNTPCT registerSe Wang (Patrick) Oh2017-05-311-0/+2
* | clocksource: arch_timer: Enable user access to the physical counterSe Wang (Patrick) Oh2017-05-311-0/+3
|/
* clocksource/arm_arch_timer: Fix arch_timer_mem_find_best_frame()Sudeep Holla2017-05-091-1/+1
* arm64/arch_timer: Mark errata handlers as __maybe_unusedArnd Bergmann2017-04-201-2/+2
* clocksource: arm_arch_timer: add GTDT support for memory-mapped timerFu Wei2017-04-191-3/+76
* clocksource: arm_arch_timer: simplify ACPI support code.Fu Wei2017-04-191-30/+10
* clocksource: arm_arch_timer: split MMIO timer probing.Fu Wei2017-04-191-44/+145
* clocksource: arm_arch_timer: move arch_timer_needs_of_probing into DT init callFu Wei2017-04-191-25/+21
* clocksource: arm_arch_timer: refactor arch_timer_needs_probingFu Wei2017-04-191-15/+19
* clocksource: arm_arch_timer: split dt-only rate handlingFu Wei2017-04-191-18/+23
* clocksource: arm_arch_timer: rework PPI selectionFu Wei2017-04-101-31/+46
* clocksource: arm_arch_timer: add a new enum for spi typeFu Wei2017-04-101-2/+2
* clocksource: arm_arch_timer: move enums and defines to header fileFu Wei2017-04-101-11/+0
* clocksource: arm_arch_timer: rename the PPI enumFu Wei2017-04-101-40/+42
* clocksource: arm_arch_timer: rename type macrosFu Wei2017-04-101-20/+23
* clocksource: arm_arch_timer: clean up printk usageFu Wei2017-04-101-24/+25
* arm64: arch_timer: Add HISILICON_ERRATUM_161010101 ACPI matching dataMarc Zyngier2017-04-071-0/+33
* arm64: arch_timer: Allow erratum matching with ACPI OEM informationMarc Zyngier2017-04-071-0/+34
* arm64: arch_timer: Workaround for Cortex-A73 erratum 858921Marc Zyngier2017-04-071-0/+19
* arm64: arch_timer: Enable CNTVCT_EL0 trap if workaround is enabledMarc Zyngier2017-04-071-13/+32
* arm64: arch_timer: Save cntkctl_el1 as a per-cpu variableMarc Zyngier2017-04-071-3/+3
* arm64: arch_timer: Move clocksource_counter and co aroundMarc Zyngier2017-04-071-31/+31
* arm64: arch_timer: Allows a CPU-specific erratum to only affect a subset of CPUsMarc Zyngier2017-04-071-12/+30
* arm64: arch_timer: Rework the set_next_event workaroundsMarc Zyngier2017-04-071-5/+26
* arm64: arch_timer: Get rid of erratum_workaround_set_sneMarc Zyngier2017-04-071-49/+41
* arm64: arch_timer: Move arch_timer_reg_read/write aroundMarc Zyngier2017-04-071-62/+62
* arm64: arch_timer: Add erratum handler for CPU-specific capabilityMarc Zyngier2017-04-071-4/+24
* arm64: arch_timer: Add infrastructure for multiple erratum detection methodsMarc Zyngier2017-04-071-11/+72
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* clocksource/drivers/arm_arch_timer:: Mark cyclecounter __ro_after_initBhumika Goyal2017-02-111-1/+1
* clocksource/drivers/arm_arch_timer: Work around Hisilicon erratum 161010101Ding Tianhong2017-02-081-0/+49