summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-25ARM: smp: Remove local timer APIStephen Boyd3-113/+0
2013-06-25clocksource: time-armada-370-xp: Divorce from local timer APIStephen Boyd1-48/+41
2013-06-25clocksource: time-armada-370-xp: Fix sparse warningStephen Boyd2-4/+3
2013-06-25ARM: msm: Divorce msm_timer from local timer APIStephen Boyd1-56/+70
2013-06-25ARM: PRIMA2: Divorce timer-marco from local timer APIStephen Boyd1-46/+54
2013-06-25ARM: EXYNOS4: Divorce mct from local timer APIStephen Boyd1-17/+43
2013-06-25ARM: OMAP2+: Divorce from local timer APIStephen Boyd2-8/+0
2013-06-25ARM: smp_twd: Divorce smp_twd from local timer APIStephen Boyd11-34/+56
2013-06-25ARM: smp: Remove duplicate dummy timer implementationStephen Boyd1-20/+2
2013-06-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Stephen Boyd225-1866/+4221
2013-06-25clocksource: vf_pit_timer: Use linux/sched_clock.hFabio Estevam1-1/+1
2013-06-25Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner1-0/+4
2013-06-25clocksource: Add generic dummy timer driverMark Rutland2-0/+70
2013-06-25clockevents: Prefer CPU local devices over global devicesStephen Boyd1-2/+7
2013-06-21sched_clock: Add temporary asm/sched_clock.hStephen Boyd1-0/+4
2013-06-19Revert "dw_apb_timer_of.c: Remove parts that were picoxcell-specific"John Stultz4-29/+37
2013-06-18ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd1-11/+8
2013-06-13sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd36-38/+45
2013-06-13ARM: sched_clock: Return suspended count earlierStephen Boyd1-3/+3
2013-06-13ARM: sched_clock: Remove unused needs_suspend memberStephen Boyd1-1/+0
2013-06-13alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie1-1/+9
2013-06-09Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clo...Thomas Gleixner6-1/+450
2013-06-06clocksource: Add TI-Nspire timer supportDaniel Tang3-0/+249
2013-06-06clocksource: Add Freescale Vybrid pit timer supportJingchang Lu3-0/+200
2013-06-06clocksource: dw_apb: Fix error checkBaruch Siach1-1/+1
2013-05-29x86: Fix vrtc_get_time/set_mmss to use new timespec interfaceJohn Stultz2-7/+8
2013-05-29power: Add option to log time spent in suspendColin Cross4-0/+89
2013-05-29timerfd: Add alarm timersTodd Poynor1-23/+108
2013-05-29alarmtimer: Add functions for timerfd supportTodd Poynor2-1/+42
2013-05-29x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel8-41/+32
2013-05-29clocksource: dw_apb: Remove unused headerBaruch Siach1-1/+0
2013-05-29dw_apb_timer_of.c: Remove parts that were picoxcell-specificPavel Machek4-37/+29
2013-05-29ktime: Add __must_check prefix to ktime_to_timespec_condDaniel Borkmann1-1/+2
2013-05-29ktime: Use macro NSEC_PER_USEC where appropriateLiu Ying1-3/+4
2013-05-28clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner1-0/+1
2013-05-28clockevents: Define CS_NAME_LEN unconditionallyThomas Gleixner1-2/+2
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner5-4/+162
2013-05-16clockevents: Split out selection logicThomas Gleixner2-38/+56
2013-05-16clockevents: Provide sysfs interfaceThomas Gleixner1-0/+86
2013-05-16clockevents: Add module refcountThomas Gleixner4-0/+11
2013-05-16clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner3-48/+35
2013-05-16clockevents: Simplify lockingThomas Gleixner1-17/+5
2013-05-16clockevents: Get rid of the notifier chainThomas Gleixner5-64/+14
2013-05-16clocksource: Let clocksource_unregister() return success/errorThomas Gleixner2-22/+13
2013-05-16clocksource: Provide unbind interface in sysfsThomas Gleixner1-0/+73
2013-05-16clocksource: Split out user string inputThomas Gleixner1-14/+23
2013-05-16clocksource: Allow clocksource select to skip current clocksourceThomas Gleixner1-11/+20
2013-05-16clocksource: Add module refcountThomas Gleixner2-5/+17
2013-05-16clocksource: Let timekeeping_notify return success/errorThomas Gleixner3-6/+7
2013-05-16clocksource: Always verify highres capabilityThomas Gleixner1-5/+26