aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-3/+3
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-12/+247
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+301
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: sirf: Disable counter before re-setting itHao Liu1-1/+4
2014-09-29clocksource: cadence_ttc: Add support for 32bit modeMichal Simek1-5/+10
2014-09-29clocksource: tcb_clksrc: Sanitize IRQ requestGael Portay1-9/+4
2014-09-29clocksource: arm_arch_timer: Discard unavailable timers correctlySudeep Holla1-4/+16
2014-09-29clocksource: vf_pit_timer: Support shutdown modeStefan Agner1-0/+4
2014-09-29ARM: meson6: clocksource: Add Meson6 timer supportCarlo Caione3-0/+171
2014-09-15ARM: at91: PIT: Move the driver to drivers/clocksourceMaxime Ripard3-0/+301
2014-09-08clocksource: tcb_clksrc: sanitize IRQ requestGaël PORTAY1-9/+4
2014-09-08ARM: at91/tclib: move initialization from alloc to probeGaël PORTAY1-1/+1
2014-08-26clocksource: Replace __this_cpu_ptr with raw_cpu_ptrChristoph Lameter1-1/+1
2014-08-26drivers/clocksource: Replace __get_cpu_var used for address calculationChristoph Lameter1-1/+1
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+13
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-343/+868
2014-08-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2014-07-23clocksource: exynos_mct: Only use 32-bits where possibleDoug Anderson2-7/+33
2014-07-23clocksource: exynos_mct: Use readl_relaxed/writel_relaxedDoug Anderson1-12/+12
2014-07-23clocksource: pxa: Add device-tree support for PXA timerRobert Jarzmik1-36/+101
2014-07-23clocksource: pxa: Move PXA timer to clocksource frameworkRobert Jarzmik2-0/+163
2014-07-23clocksource: clps711x: Add CLPS711X clocksource driverAlexander Shiyan2-0/+132
2014-07-23clocksource: sirf: Fix incorrect clock enable counter for timerZhiwu Song2-0/+6
2014-07-23clocksource: Kconfig: Let EM_TIMER_STI depend on HAS_IOMEMChen Gang1-1/+1
2014-07-23clocksource: Add support for the Mediatek SoCsMatthias Brugger3-0/+267
2014-07-23clocksource: sh_mtu2: Tidy up Kconfig typo for MTU2Kuninori Morimoto1-1/+1
2014-07-23Merge branch 'clockevents/renesas-timers-dt' into clockevents/3.17Daniel Lezcano3-322/+184
2014-07-19Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socOlof Johansson1-2/+18
2014-07-18ARM: make it easier to check the CPU part number correctlyRussell King1-1/+1
2014-07-16Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner1-8/+21
2014-07-06Merge tag 'tegra-for-3.17-delay-timer' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/socOlof Johansson1-0/+13
2014-07-05clocksource: exynos_mct: Register the timer for stable udelayAmit Daniel Kachhap1-0/+11
2014-07-05clocksource: exynos_mct: Fix ftraceDoug Anderson1-2/+7
2014-07-04clocksource: sh_mtu2: Add DT supportLaurent Pinchart1-0/+8
2014-07-04clocksource: sh_tmu: Add DT supportLaurent Pinchart1-10/+41
2014-07-04clocksource: sh_cmt: Add DT supportLaurent Pinchart1-18/+48
2014-07-02clocksource: sh_mtu2: Replace global spinlock with a per-device spinlockLaurent Pinchart1-4/+6
2014-07-02clocksource: sh_mtu2: Drop support for legacy platform dataLaurent Pinchart1-99/+31
2014-07-02clocksource: sh_tmu: Replace global spinlock with a per-device spinlockLaurent Pinchart1-4/+6
2014-07-02clocksource: sh_tmu: Drop support for legacy platform dataLaurent Pinchart1-67/+15
2014-07-02clocksource: sh_cmt: Replace global spinlock with a per-device spinlockLaurent Pinchart1-4/+5
2014-07-02clocksource: sh_cmt: Drop support for legacy platform dataLaurent Pinchart1-132/+40
2014-06-21clocksource: Add a Kconfig menuJean Delvare1-0/+4
2014-06-16clocksource: tegra: Use us counter as delay timerPeter De Schrijver1-0/+13
2014-06-17clocksource: exynos_mct: Don't reset the counter during boot and resumeChirantan Ekbote1-6/+3
2014-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds13-21/+407