aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2014-10-26ARM/ARM64: arch-timer: fix arch_timer_probed logicGravatar Marc Zyngier 1-3/+3
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-3/+3
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 7-12/+247
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-0/+301
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: sirf: Disable counter before re-setting itGravatar Hao Liu 1-1/+4
2014-09-29clocksource: cadence_ttc: Add support for 32bit modeGravatar Michal Simek 1-5/+10
2014-09-29clocksource: tcb_clksrc: Sanitize IRQ requestGravatar Gael Portay 1-9/+4
2014-09-29clocksource: arm_arch_timer: Discard unavailable timers correctlyGravatar Sudeep Holla 1-4/+16
2014-09-29clocksource: vf_pit_timer: Support shutdown modeGravatar Stefan Agner 1-0/+4
2014-09-29ARM: meson6: clocksource: Add Meson6 timer supportGravatar Carlo Caione 3-0/+171
2014-09-15ARM: at91: PIT: Move the driver to drivers/clocksourceGravatar Maxime Ripard 3-0/+301
2014-09-08clocksource: tcb_clksrc: sanitize IRQ requestGravatar Gaël PORTAY 1-9/+4
2014-09-08ARM: at91/tclib: move initialization from alloc to probeGravatar Gaël PORTAY 1-1/+1
2014-08-26clocksource: Replace __this_cpu_ptr with raw_cpu_ptrGravatar Christoph Lameter 1-1/+1
2014-08-26drivers/clocksource: Replace __get_cpu_var used for address calculationGravatar Christoph Lameter 1-1/+1
2014-08-26time: Replace __get_cpu_var usesGravatar Christoph Lameter 1-1/+1
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-0/+13
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 11-343/+868
2014-08-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+1
2014-07-23clocksource: exynos_mct: Only use 32-bits where possibleGravatar Doug Anderson 2-7/+33
2014-07-23clocksource: exynos_mct: Use readl_relaxed/writel_relaxedGravatar Doug Anderson 1-12/+12
2014-07-23clocksource: pxa: Add device-tree support for PXA timerGravatar Robert Jarzmik 1-36/+101
2014-07-23clocksource: pxa: Move PXA timer to clocksource frameworkGravatar Robert Jarzmik 2-0/+163
2014-07-23clocksource: clps711x: Add CLPS711X clocksource driverGravatar Alexander Shiyan 2-0/+132
2014-07-23clocksource: sirf: Fix incorrect clock enable counter for timerGravatar Zhiwu Song 2-0/+6
2014-07-23clocksource: Kconfig: Let EM_TIMER_STI depend on HAS_IOMEMGravatar Chen Gang 1-1/+1
2014-07-23clocksource: Add support for the Mediatek SoCsGravatar Matthias Brugger 3-0/+267
2014-07-23clocksource: sh_mtu2: Tidy up Kconfig typo for MTU2Gravatar Kuninori Morimoto 1-1/+1
2014-07-23Merge branch 'clockevents/renesas-timers-dt' into clockevents/3.17Gravatar Daniel Lezcano 3-322/+184
2014-07-19Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Gravatar Olof Johansson 1-2/+18
2014-07-18ARM: make it easier to check the CPU part number correctlyGravatar Russell King 1-1/+1
2014-07-16Merge tag 'v3.16-rc5' into timers/coreGravatar Thomas Gleixner 1-8/+21
2014-07-06Merge tag 'tegra-for-3.17-delay-timer' of git://git.kernel.org/pub/scm/linux/...Gravatar Olof Johansson 1-0/+13
2014-07-05clocksource: exynos_mct: Register the timer for stable udelayGravatar Amit Daniel Kachhap 1-0/+11
2014-07-05clocksource: exynos_mct: Fix ftraceGravatar Doug Anderson 1-2/+7
2014-07-04clocksource: sh_mtu2: Add DT supportGravatar Laurent Pinchart 1-0/+8
2014-07-04clocksource: sh_tmu: Add DT supportGravatar Laurent Pinchart 1-10/+41
2014-07-04clocksource: sh_cmt: Add DT supportGravatar Laurent Pinchart 1-18/+48
2014-07-02clocksource: sh_mtu2: Replace global spinlock with a per-device spinlockGravatar Laurent Pinchart 1-4/+6
2014-07-02clocksource: sh_mtu2: Drop support for legacy platform dataGravatar Laurent Pinchart 1-99/+31
2014-07-02clocksource: sh_tmu: Replace global spinlock with a per-device spinlockGravatar Laurent Pinchart 1-4/+6
2014-07-02clocksource: sh_tmu: Drop support for legacy platform dataGravatar Laurent Pinchart 1-67/+15
2014-07-02clocksource: sh_cmt: Replace global spinlock with a per-device spinlockGravatar Laurent Pinchart 1-4/+5
2014-07-02clocksource: sh_cmt: Drop support for legacy platform dataGravatar Laurent Pinchart 1-132/+40
2014-06-21clocksource: Add a Kconfig menuGravatar Jean Delvare 1-0/+4
2014-06-16clocksource: tegra: Use us counter as delay timerGravatar Peter De Schrijver 1-0/+13
2014-06-17clocksource: exynos_mct: Don't reset the counter during boot and resumeGravatar Chirantan Ekbote 1-6/+3