aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/arm_arch_timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-37/+59
2016-02-29arm64: Allow the arch timer to use the HYP timerMarc Zyngier1-37/+59
2016-02-25clockevents/drivers/arm_arch_timer: Implement ->set_state_oneshot_stopped()Viresh Kumar1-0/+4
2016-02-25clocksource/drivers/arm_arch_timer: Enable and verify MMIO accessRobin Murphy1-8/+28
2015-10-01clocksource / arm_arch_timer: Convert to ACPI probingMarc Zyngier1-9/+1
2015-08-06clockevents/drivers/arm_arch_timer: Migrate to new 'set-state' interfaceViresh Kumar1-30/+22
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-27/+105
2015-03-31clocksource/drivers/arm_arch_timer: Rename 'arch_timer_probed()' to 'arch_timer_needs_probing()' to reflect behaviourLaurent Pinchart1-6/+6
2015-03-26clocksource / arch_timer: Parse GTDT to initialize arch timerHanjun Guo1-27/+105
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-06arm_arch_timer: include clocksource.h directlyRichard Cochran1-0/+1
2014-12-16clocksource: arch_timer: Only use the virtual counter (CNTVCT) on arm64Catalin Marinas1-1/+1
2014-12-04Merge branch 'clocksource/physical-timers' into next/driversOlof Johansson1-1/+12
2014-12-04clocksource: arch_timer: Allow the device tree to specify uninitialized timer registersDoug Anderson1-0/+8
2014-12-04clocksource: arch_timer: Fix code to use physical timers when requestedSonny Rao1-1/+4
2014-10-26ARM/ARM64: arch-timer: fix arch_timer_probed logicMarc Zyngier1-3/+3
2014-09-29clocksource: arm_arch_timer: Consolidate arch_timer_evtstrm_enableNathan Lynch1-0/+15
2014-09-29clocksource: arm_arch_timer: Enable counter access for 32-bit ARMNathan Lynch1-0/+17
2014-09-29clocksource: arm_arch_timer: Change clocksource name if CP15 unavailableNathan Lynch1-2/+10
2014-09-29clocksource: arm_arch_timer: Discard unavailable timers correctlySudeep Holla1-4/+16
2014-04-29clocksource: arch_arm_timer: Fix age-old arch timer C3STOP detection issueLorenzo Pieralisi1-1/+5
2014-03-11clocksource: arch_timer: Set dynamic irq affinity on mmio clockeventStephen Boyd1-0/+1
2013-10-16clocksource: arch_timer: Do not register arch_sys_counter twiceThierry Reding1-9/+3
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux into timers/coreIngo Molnar1-0/+10
2013-10-09arch_timer: Move to generic sched_clock frameworkStephen Boyd1-0/+10
2013-10-03Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevents/3.13Daniel Lezcano1-0/+49
2013-10-02clocksource: arm_arch_timer: Use clocksource for suspend timekeepingStephen Boyd1-1/+1
2013-09-26drivers: clocksource: add CPU PM notifier for ARM architected timerSudeep KarkadaNagesha1-0/+34
2013-09-26drivers: clocksource: add support for ARM architected timer event streamWill Deacon1-0/+15
2013-08-21Merge branch 'timers/clockevents-next' of git://git.linaro.org/people/dlezcano/clockevents into timers/coreThomas Gleixner1-69/+378
2013-08-01clocksource: arch_timer: Add support for memory mapped timersStephen Boyd1-55/+347
2013-08-01clocksource: arch_timer: Push the read/write wrappers deeperStephen Boyd1-15/+31
2013-08-01clocksource: arch_timer: Pass clock event to set_mode callbackStephen Boyd1-1/+1
2013-08-01clocksource: arch_timer: Make register accessors less error-proneStephen Boyd1-3/+3
2013-07-14clocksource+irqchip: delete __cpuinit usage from all related filesPaul Gortmaker1-4/+4
2013-06-07clocksource: arch_timer: use virtual countersMark Rutland1-18/+5
2013-04-26ARM: arch_timer: Silence debug preempt warningsStephen Boyd1-4/+6
2013-04-11ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring1-14/+9
2013-01-31ARM: arch_timers: switch to physical timers if HYP mode is availableMarc Zyngier1-1/+6
2013-01-31arm64: move from arm_generic to arm_arch_timerMark Rutland1-0/+1
2013-01-31arm: arch_timer: move core to drivers/clocksourceMark Rutland1-0/+385