summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/arm_arch_timer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* clocksource/drivers/arm_arch_timer: Introduce generic errata handling infrast...Ding Tianhong2017-02-081-29/+63
* clocksource/drivers/arm_arch_timer: Remove fsl-a008585 parameterDing Tianhong2017-02-081-14/+0
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-251-2/+2
|\
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
|/
* clocksource/drivers/arm_arch_timer: Map frame with of_io_request_and_map()Stephen Boyd2016-11-211-2/+3
* clocksource/drivers/arm_arch_timer: Don't assume clock runs in suspendBrian Norris2016-11-211-1/+8
* arm/arm64: arch_timer: Use archdata to indicate vdso suitabilityScott Wood2016-09-231-8/+3
* arm64: arch_timer: Work around QorIQ Erratum A-008585Scott Wood2016-09-231-0/+104
* clocksource/arm_arch_timer: Force per-CPU interrupt to be level-triggeredMarc Zyngier2016-08-011-3/+23
* clocksource/arm_arch_timer: Convert to hotplug state machineRichard Cochran2016-07-151-28/+26
* clocksource/drivers/arm_arch_timer: Control the evtstrm via the cmdlineWill Deacon2016-06-281-1/+9
* clocksources: Switch back to the clksrc tableDaniel Lezcano2016-06-281-3/+3
* clocksource/drivers/arm_arch_timer: Convert init function to return errorDaniel Lezcano2016-06-281-19/+33
* clocksource: arm_arch_timer: Remove arch_timer_get_timecounterJulien Grall2016-05-031-5/+0
* clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQJulien Grall2016-05-031-0/+2
* clocksource: arm_arch_timer: Gather KVM specific information in a structureJulien Grall2016-05-031-3/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-161-37/+59
|\
| * arm64: Allow the arch timer to use the HYP timerMarc Zyngier2016-02-291-37/+59
* | clockevents/drivers/arm_arch_timer: Implement ->set_state_oneshot_stopped()Viresh Kumar2016-02-251-0/+4
* | clocksource/drivers/arm_arch_timer: Enable and verify MMIO accessRobin Murphy2016-02-251-8/+28
|/
* clocksource / arm_arch_timer: Convert to ACPI probingMarc Zyngier2015-10-011-9/+1
* clockevents/drivers/arm_arch_timer: Migrate to new 'set-state' interfaceViresh Kumar2015-08-061-30/+22
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-241-27/+105
|\
| * clocksource / arch_timer: Parse GTDT to initialize arch timerHanjun Guo2015-03-261-27/+105
* | clocksource/drivers/arm_arch_timer: Rename 'arch_timer_probed()' to 'arch_tim...Laurent Pinchart2015-03-311-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-061-1/+1
|\
| * clocksource: arch_timer: Only use the virtual counter (CNTVCT) on arm64Catalin Marinas2014-12-161-1/+1
* | arm_arch_timer: include clocksource.h directlyRichard Cochran2015-01-061-0/+1
|/
* Merge branch 'clocksource/physical-timers' into next/driversOlof Johansson2014-12-041-1/+12
|\
| * clocksource: arch_timer: Allow the device tree to specify uninitialized timer...Doug Anderson2014-12-041-0/+8
| * clocksource: arch_timer: Fix code to use physical timers when requestedSonny Rao2014-12-041-1/+4
* | ARM/ARM64: arch-timer: fix arch_timer_probed logicMarc Zyngier2014-10-261-3/+3
|/
* clocksource: arm_arch_timer: Consolidate arch_timer_evtstrm_enableNathan Lynch2014-09-291-0/+15
* clocksource: arm_arch_timer: Enable counter access for 32-bit ARMNathan Lynch2014-09-291-0/+17
* clocksource: arm_arch_timer: Change clocksource name if CP15 unavailableNathan Lynch2014-09-291-2/+10
* clocksource: arm_arch_timer: Discard unavailable timers correctlySudeep Holla2014-09-291-4/+16
* clocksource: arch_arm_timer: Fix age-old arch timer C3STOP detection issueLorenzo Pieralisi2014-04-291-1/+5
* clocksource: arch_timer: Set dynamic irq affinity on mmio clockeventStephen Boyd2014-03-111-0/+1
* clocksource: arch_timer: Do not register arch_sys_counter twiceThierry Reding2013-10-161-9/+3
* Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar2013-10-101-0/+10
|\
| * arch_timer: Move to generic sched_clock frameworkStephen Boyd2013-10-091-0/+10
* | Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevent...Daniel Lezcano2013-10-031-0/+49
|\ \
| * | drivers: clocksource: add CPU PM notifier for ARM architected timerSudeep KarkadaNagesha2013-09-261-0/+34
| * | drivers: clocksource: add support for ARM architected timer event streamWill Deacon2013-09-261-0/+15
| |/
* / clocksource: arm_arch_timer: Use clocksource for suspend timekeepingStephen Boyd2013-10-021-1/+1
|/
* Merge branch 'timers/clockevents-next' of git://git.linaro.org/people/dlezcan...Thomas Gleixner2013-08-211-69/+378
|\
| * clocksource: arch_timer: Add support for memory mapped timersStephen Boyd2013-08-011-55/+347