Age | Commit message (Expand) | Author | Files | Lines |
2013-09-26 | clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcast | Magnus Damm | 1 | -1/+1 |
2013-09-26 | clocksource: of: Respect device tree node status | Sebastian Hesselbarth | 1 | -0/+3 |
2013-09-26 | clocksource: exynos_mct: Set IRQ affinity when the CPU goes online | Tomasz Figa | 1 | -1/+9 |
2013-09-26 | arm: clocksource: mvebu: Use the main timer as clock source from DT | Jean Pihet | 1 | -0/+1 |
2013-09-17 | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 4 | -104/+129 |
2013-09-10 | Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linux | Linus Torvalds | 1 | -4/+8 |
2013-09-07 | Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+7 |
2013-09-07 | clocksource: samsung_pwm_timer: Get clock from device tree | Tomasz Figa | 1 | -4/+8 |
2013-09-07 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -160/+197 |
2013-09-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2013-09-02 | clocksource: armada-370-xp: Get reference fixed-clock by name | Ezequiel Garcia | 1 | -2/+5 |
2013-09-02 | clocksource: armada-370-xp: Replace WARN_ON with BUG_ON | Ezequiel Garcia | 1 | -1/+1 |
2013-09-02 | clocksource: armada-370-xp: Introduce new compatibles | Ezequiel Garcia | 1 | -15/+39 |
2013-09-02 | clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLARE | Ezequiel Garcia | 1 | -3/+3 |
2013-09-02 | clocksource: armada-370-xp: Simplify TIMER_CTRL register access | Ezequiel Garcia | 1 | -39/+30 |
2013-09-02 | clocksource: armada-370-xp: Use BIT() | Ezequiel Garcia | 1 | -6/+6 |
2013-08-27 | treewide: Fix printks with 0x%# | Joe Perches | 1 | -2/+2 |
2013-08-22 | ARM: nomadik: add dynamic irq flag to the timer | Daniel Lezcano | 1 | -1/+2 |
2013-08-22 | clocksource: sh_cmt: 32-bit control register support | Magnus Damm | 1 | -14/+36 |
2013-08-22 | clocksource: em_sti: Convert to devm_* managed helpers | Laurent Pinchart | 1 | -35/+14 |
2013-08-21 | Merge branch 'timers/clockevents-next' of git://git.linaro.org/people/dlezcan... | Thomas Gleixner | 2 | -69/+379 |
2013-08-21 | Merge branch 'linus' into timers/core | Thomas Gleixner | 7 | -20/+20 |
2013-08-20 | ARM: DT: binding fixup to align with vendor-prefixes.txt (drivers) | Christian Daudt | 1 | -1/+7 |
2013-08-14 | Merge tag 'v3.12-pwm-cleanup-for-olof' of git://github.com/tom3q/linux into n... | Olof Johansson | 2 | -50/+59 |
2013-08-06 | clocksource: samsung_pwm_timer: Handle suspend/resume correctly | Tomasz Figa | 1 | -14/+28 |
2013-08-06 | clocksource: samsung_pwm_timer: Do not use clocksource_mmio | Tomasz Figa | 2 | -5/+15 |
2013-08-06 | clocksource: samsung_pwm_timer: Cache clocksource register address | Tomasz Figa | 1 | -25/+8 |
2013-08-06 | clocksource: samsung_pwm_timer: Correct definition of AUTORELOAD bit | Tomasz Figa | 1 | -1/+12 |
2013-08-06 | clocksource: samsung_pwm_timer: Do not request PWM mem region | Tomasz Figa | 1 | -10/+1 |
2013-08-01 | clocksource: arch_timer: Add support for memory mapped timers | Stephen Boyd | 1 | -55/+347 |
2013-08-01 | clocksource: arch_timer: Push the read/write wrappers deeper | Stephen Boyd | 1 | -15/+31 |
2013-08-01 | clocksource: arch_timer: Pass clock event to set_mode callback | Stephen Boyd | 1 | -1/+1 |
2013-08-01 | clocksource: arch_timer: Make register accessors less error-prone | Stephen Boyd | 1 | -3/+3 |
2013-08-01 | ARM: clocksource: moxart: Add bitops.h include | Jonas Jensen | 1 | -0/+1 |
2013-07-24 | Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/... | Olof Johansson | 3 | -110/+138 |
2013-07-18 | ARM: clocksource: Add support for MOXA ART SoCs | Jonas Jensen | 2 | -0/+165 |
2013-07-18 | clocksource: cadence_ttc: Reuse clocksource as sched_clock | Soren Brinkmann | 1 | -0/+12 |
2013-07-18 | clocksource: cadence_ttc: Remove unused header | Soren Brinkmann | 1 | -1/+0 |
2013-07-18 | clocksource: sun4i: Fix bug when switching from periodic to oneshot modes | Maxime Ripard | 1 | -3/+6 |
2013-07-18 | clocksource: sun4i: Cleanup parent clock setup | Maxime Ripard | 1 | -10/+5 |
2013-07-18 | clocksource: sun4i: Remove TIMER_SCAL variable | Maxime Ripard | 1 | -6/+3 |
2013-07-18 | clocksource: sun4i: Factor out some timer code | Maxime Ripard | 1 | -16/+32 |
2013-07-18 | clocksource: sun4i: Fix the next event code | Maxime Ripard | 1 | -3/+22 |
2013-07-18 | clocksource: sun4i: Don't forget to enable the clock we use | Maxime Ripard | 1 | -0/+1 |
2013-07-18 | clocksource: sun4i: Add clocksource and sched clock drivers | Maxime Ripard | 1 | -0/+15 |
2013-07-18 | clocksource: sun4i: rename AUTORELOAD define to RELOAD | Maxime Ripard | 1 | -2/+2 |
2013-07-18 | clocksource: sun4i: Wrap macros arguments in parenthesis | Maxime Ripard | 1 | -2/+2 |
2013-07-18 | clocksource: sun4i: Use the BIT macros where possible | Maxime Ripard | 1 | -4/+4 |
2013-07-18 | clocksource: orion: Use linux/sched_clock.h | Stephen Boyd | 1 | -1/+1 |
2013-07-15 | clocksource+irqchip: delete __cpuinit usage from all related files | Paul Gortmaker | 7 | -20/+20 |