summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-02tick: Sanitize broadcast control logicThomas Gleixner2-12/+61
2013-07-02tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner1-1/+9
2013-07-02tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner1-2/+11
2013-06-28x86: xen: Sync the CMOS RTC as well as the Xen wallclockDavid Vrabel1-19/+26
2013-06-28x86: xen: Sync the wallclock when the system time is setDavid Vrabel1-0/+28
2013-06-28timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel2-12/+25
2013-06-28timekeeping: Pass flags instead of multiple bools to timekeeping_update()David Vrabel1-9/+12
2013-06-28xen: Remove clock_was_set() call in the resume pathDavid Vrabel1-3/+0
2013-06-28hrtimers: Support resuming with two or more CPUs online (but stopped)David Vrabel1-3/+12
2013-06-28timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche1-3/+5
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-24clocksource: Add generic dummy timer driverMark Rutland2-0/+70
2013-06-24clockevents: 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-18Revert "dw_apb_timer_of.c: Remove parts that were picoxcell-specific"John Stultz4-29/+37
2013-06-17ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd1-11/+8
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd36-38/+45
2013-06-12ARM: sched_clock: Return suspended count earlierStephen Boyd1-3/+3
2013-06-12ARM: sched_clock: Remove unused needs_suspend memberStephen Boyd1-1/+0
2013-06-12alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie1-1/+9
2013-06-08Merge 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-28x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel8-41/+32
2013-05-28clocksource: dw_apb: Remove unused headerBaruch Siach1-1/+0
2013-05-28dw_apb_timer_of.c: Remove parts that were picoxcell-specificPavel Machek4-37/+29
2013-05-28ktime: Add __must_check prefix to ktime_to_timespec_condDaniel Borkmann1-1/+2
2013-05-28ktime: 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