| Commit message (Expand) | Author | Age | Files | Lines |
* | clocksource: dw_apb_timer_of: Fix support for dts binding "snps,dw-apb-timer" | Dinh Nguyen | 2013-12-10 | 1 | -2/+3 |
* | clocksource: dw_apb_timer_of: Fix read_sched_clock | Dinh Nguyen | 2013-12-10 | 1 | -1/+1 |
* | clocksource: sunxi: Stop timer from ticking before enabling interrupts | Marc Zyngier | 2013-12-10 | 1 | -0/+3 |
* | clocksource: clksrc-of: Do not drop unheld reference on device node | Thierry Reding | 2013-12-10 | 1 | -1/+0 |
* | clocksource: armada-370-xp: Register sched_clock after the counter reset | Ezequiel Garcia | 2013-12-10 | 1 | -5/+5 |
* | clocksource: time-efm32: Select CLKSRC_MMIO | Axel Lin | 2013-12-10 | 1 | -0/+1 |
* | clocksource: arm_arch_timer: Hide eventstream Kconfig on non-ARM | Stephen Boyd | 2013-11-21 | 1 | -0/+1 |
* | clocksource: sh_tmu: Add clk_prepare/unprepare support | Laurent Pinchart | 2013-11-20 | 1 | -1/+8 |
* | clocksource: sh_tmu: Release clock when sh_tmu_register() fails | Laurent Pinchart | 2013-11-20 | 1 | -3/+10 |
* | clocksource: sh_mtu2: Add clk_prepare/unprepare support | Laurent Pinchart | 2013-11-20 | 1 | -2/+7 |
* | clocksource: sh_mtu2: Release clock when sh_mtu2_register() fails | Laurent Pinchart | 2013-11-20 | 1 | -2/+9 |
* | clocksource: sun4i: remove IRQF_DISABLED | Maxime Ripard | 2013-10-22 | 1 | -1/+1 |
* | clocksource: sun4i: Report the minimum tick that we can program | Maxime Ripard | 2013-10-22 | 1 | -4/+6 |
* | clocksource: sun4i: Select CLKSRC_MMIO | Maxime Ripard | 2013-10-22 | 1 | -0/+1 |
* | clocksource: Provide timekeeping for efm32 SoCs | Uwe Kleine-König | 2013-10-22 | 3 | -0/+284 |
* | clocksource: em_sti: convert to clk_prepare/unprepare | Shinya Kuribayashi | 2013-10-22 | 1 | -2/+2 |
* | clocksource: arch_timer: Do not register arch_sys_counter twice | Thierry Reding | 2013-10-16 | 1 | -9/+3 |
* | Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux... | Ingo Molnar | 2013-10-10 | 1 | -0/+10 |
|\ |
|
| * | arch_timer: Move to generic sched_clock framework | Stephen Boyd | 2013-10-10 | 1 | -0/+10 |
* | | clocksource: tcb_clksrc: Remove IRQF_DISABLED | Boris BREZILLON | 2013-10-03 | 1 | -1/+1 |
* | | clocksource: tcb_clksrc: Improve driver robustness | Boris BREZILLON | 2013-10-03 | 1 | -5/+28 |
* | | clocksource: tcb_clksrc: Replace clk_enable/disable with clk_prepare_enable/d... | Boris BREZILLON | 2013-10-03 | 1 | -5/+21 |
* | | Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevent... | Daniel Lezcano | 2013-10-03 | 2 | -0/+64 |
|\ \ |
|
| * | | drivers: clocksource: add CPU PM notifier for ARM architected timer | Sudeep KarkadaNagesha | 2013-09-26 | 1 | -0/+34 |
| * | | drivers: clocksource: add support for ARM architected timer event stream | Will Deacon | 2013-09-26 | 2 | -0/+30 |
| |/ |
|
* | | Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux... | Ingo Molnar | 2013-10-03 | 14 | -37/+30 |
|\ \ |
|
| * | | clocksource: arm_arch_timer: Use clocksource for suspend timekeeping | Stephen Boyd | 2013-10-02 | 1 | -1/+1 |
| * | | clocksource: dw_apb_timer_of: Mark a few more functions as __init | Uwe Kleine-König | 2013-10-02 | 1 | -5/+5 |
| * | | clocksource: Put nodes passed to CLOCKSOURCE_OF_DECLARE callbacks centrally | Uwe Kleine-König | 2013-10-02 | 4 | -8/+1 |
| * | | clocksource/arm_global_timer: Set FEAT_PERCPU flag | Soren Brinkmann | 2013-10-02 | 1 | -1/+2 |
| * | | Merge remote-tracking branch 'tip/timers/core' into fordlezcano/3.13/sched-cl... | John Stultz | 2013-09-26 | 19 | -390/+994 |
| |\| |
|
| * | | clocksource: vf_pit_timer: Switch to sched_clock_register() | Stephen Boyd | 2013-07-30 | 1 | -2/+2 |
| * | | clocksource: sirf: Switch to sched_clock_register() and use 64 bits | Stephen Boyd | 2013-07-30 | 1 | -3/+3 |
| * | | clocksource: time-armada-370-xp: Switch to sched_clock_register() | Stephen Boyd | 2013-07-30 | 1 | -2/+2 |
| * | | clocksource: tegra: Switch to sched_clock_register() | Stephen Boyd | 2013-07-30 | 1 | -2/+2 |
| * | | clocksource: samsung_pwm_timer: Switch to sched_clock_register() | Stephen Boyd | 2013-07-30 | 1 | -2/+2 |
| * | | clocksource: nomadik: Switch to sched_clock_register() | Stephen Boyd | 2013-07-30 | 1 | -2/+2 |
| * | | clocksource: mxs_timer: Switch to sched_clock_register() | Stephen Boyd | 2013-07-30 | 1 | -2/+2 |
| * | | clocksource: dw_apb_timer_of: Switch to sched_clock_register() | Stephen Boyd | 2013-07-30 | 1 | -2/+2 |
| * | | clocksource: dbx500-prcmu: Switch to sched_clock_register() | Stephen Boyd | 2013-07-30 | 1 | -3/+2 |
| * | | clocksource: bcm2835: Switch to sched_clock_register() | Stephen Boyd | 2013-07-30 | 1 | -2/+2 |
* | | | clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcast | Magnus Damm | 2013-09-26 | 1 | -1/+1 |
* | | | clocksource: of: Respect device tree node status | Sebastian Hesselbarth | 2013-09-26 | 1 | -0/+3 |
* | | | clocksource: exynos_mct: Set IRQ affinity when the CPU goes online | Tomasz Figa | 2013-09-26 | 1 | -1/+9 |
* | | | arm: clocksource: mvebu: Use the main timer as clock source from DT | Jean Pihet | 2013-09-26 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-09-16 | 4 | -104/+129 |
|\ \ |
|
| * | | clocksource: armada-370-xp: Get reference fixed-clock by name | Ezequiel Garcia | 2013-09-02 | 1 | -2/+5 |
| * | | clocksource: armada-370-xp: Replace WARN_ON with BUG_ON | Ezequiel Garcia | 2013-09-02 | 1 | -1/+1 |
| * | | clocksource: armada-370-xp: Introduce new compatibles | Ezequiel Garcia | 2013-09-02 | 1 | -15/+39 |
| * | | clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLARE | Ezequiel Garcia | 2013-09-02 | 1 | -3/+3 |