aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/arm_arch_timer.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-11clocksource/drivers/arm_arch_timer:: Mark cyclecounter __ro_after_initGravatar Bhumika Goyal 1-1/+1
2017-02-08clocksource/drivers/arm_arch_timer: Work around Hisilicon erratum 161010101Gravatar Ding Tianhong 1-0/+49
2017-02-08clocksource/drivers/arm_arch_timer: Introduce generic errata handling infrast...Gravatar Ding Tianhong 1-29/+63
2017-02-08clocksource/drivers/arm_arch_timer: Remove fsl-a008585 parameterGravatar Ding Tianhong 1-14/+0
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-2/+2
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 1-1/+1
2016-11-21clocksource/drivers/arm_arch_timer: Map frame with of_io_request_and_map()Gravatar Stephen Boyd 1-2/+3
2016-11-21clocksource/drivers/arm_arch_timer: Don't assume clock runs in suspendGravatar Brian Norris 1-1/+8
2016-09-23arm/arm64: arch_timer: Use archdata to indicate vdso suitabilityGravatar Scott Wood 1-8/+3
2016-09-23arm64: arch_timer: Work around QorIQ Erratum A-008585Gravatar Scott Wood 1-0/+104
2016-08-01clocksource/arm_arch_timer: Force per-CPU interrupt to be level-triggeredGravatar Marc Zyngier 1-3/+23
2016-07-15clocksource/arm_arch_timer: Convert to hotplug state machineGravatar Richard Cochran 1-28/+26
2016-06-28clocksource/drivers/arm_arch_timer: Control the evtstrm via the cmdlineGravatar Will Deacon 1-1/+9
2016-06-28clocksources: Switch back to the clksrc tableGravatar Daniel Lezcano 1-3/+3
2016-06-28clocksource/drivers/arm_arch_timer: Convert init function to return errorGravatar Daniel Lezcano 1-19/+33
2016-05-03clocksource: arm_arch_timer: Remove arch_timer_get_timecounterGravatar Julien Grall 1-5/+0
2016-05-03clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQGravatar Julien Grall 1-0/+2
2016-05-03clocksource: arm_arch_timer: Gather KVM specific information in a structureGravatar Julien Grall 1-3/+9
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-37/+59
2016-02-29arm64: Allow the arch timer to use the HYP timerGravatar Marc Zyngier 1-37/+59
2016-02-25clockevents/drivers/arm_arch_timer: Implement ->set_state_oneshot_stopped()Gravatar Viresh Kumar 1-0/+4
2016-02-25clocksource/drivers/arm_arch_timer: Enable and verify MMIO accessGravatar Robin Murphy 1-8/+28
2015-10-01clocksource / arm_arch_timer: Convert to ACPI probingGravatar Marc Zyngier 1-9/+1
2015-08-06clockevents/drivers/arm_arch_timer: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-30/+22
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-27/+105
2015-03-31clocksource/drivers/arm_arch_timer: Rename 'arch_timer_probed()' to 'arch_tim...Gravatar Laurent Pinchart 1-6/+6
2015-03-26clocksource / arch_timer: Parse GTDT to initialize arch timerGravatar Hanjun Guo 1-27/+105
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2015-01-06arm_arch_timer: include clocksource.h directlyGravatar Richard Cochran 1-0/+1
2014-12-16clocksource: arch_timer: Only use the virtual counter (CNTVCT) on arm64Gravatar Catalin Marinas 1-1/+1
2014-12-04Merge branch 'clocksource/physical-timers' into next/driversGravatar Olof Johansson 1-1/+12
2014-12-04clocksource: arch_timer: Allow the device tree to specify uninitialized timer...Gravatar Doug Anderson 1-0/+8
2014-12-04clocksource: arch_timer: Fix code to use physical timers when requestedGravatar Sonny Rao 1-1/+4
2014-10-26ARM/ARM64: arch-timer: fix arch_timer_probed logicGravatar Marc Zyngier 1-3/+3
2014-09-29clocksource: arm_arch_timer: Consolidate arch_timer_evtstrm_enableGravatar Nathan Lynch 1-0/+15
2014-09-29clocksource: arm_arch_timer: Enable counter access for 32-bit ARMGravatar Nathan Lynch 1-0/+17
2014-09-29clocksource: arm_arch_timer: Change clocksource name if CP15 unavailableGravatar Nathan Lynch 1-2/+10
2014-09-29clocksource: arm_arch_timer: Discard unavailable timers correctlyGravatar Sudeep Holla 1-4/+16
2014-04-29clocksource: arch_arm_timer: Fix age-old arch timer C3STOP detection issueGravatar Lorenzo Pieralisi 1-1/+5
2014-03-11clocksource: arch_timer: Set dynamic irq affinity on mmio clockeventGravatar Stephen Boyd 1-0/+1
2013-10-16clocksource: arch_timer: Do not register arch_sys_counter twiceGravatar Thierry Reding 1-9/+3
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Gravatar Ingo Molnar 1-0/+10
2013-10-09arch_timer: Move to generic sched_clock frameworkGravatar Stephen Boyd 1-0/+10
2013-10-03Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevent...Gravatar Daniel Lezcano 1-0/+49
2013-10-02clocksource: arm_arch_timer: Use clocksource for suspend timekeepingGravatar Stephen Boyd 1-1/+1
2013-09-26drivers: clocksource: add CPU PM notifier for ARM architected timerGravatar Sudeep KarkadaNagesha 1-0/+34
2013-09-26drivers: clocksource: add support for ARM architected timer event streamGravatar Will Deacon 1-0/+15
2013-08-21Merge branch 'timers/clockevents-next' of git://git.linaro.org/people/dlezcan...Gravatar Thomas Gleixner 1-69/+378