Age | Commit message (Expand) | Author | Files | Lines |
2013-07-02 | tick: Sanitize broadcast control logic | Thomas Gleixner | 2 | -12/+61 |
2013-07-02 | tick: Prevent uncontrolled switch to oneshot mode | Thomas Gleixner | 1 | -1/+9 |
2013-07-02 | tick: Make oneshot broadcast robust vs. CPU offlining | Thomas Gleixner | 1 | -2/+11 |
2013-06-29 | x86: xen: Sync the CMOS RTC as well as the Xen wallclock | David Vrabel | 1 | -19/+26 |
2013-06-29 | x86: xen: Sync the wallclock when the system time is set | David Vrabel | 1 | -0/+28 |
2013-06-29 | timekeeping: Indicate that clock was set in the pvclock gtod notifier | David Vrabel | 2 | -12/+25 |
2013-06-29 | timekeeping: Pass flags instead of multiple bools to timekeeping_update() | David Vrabel | 1 | -9/+12 |
2013-06-29 | xen: Remove clock_was_set() call in the resume path | David Vrabel | 1 | -3/+0 |
2013-06-29 | hrtimers: Support resuming with two or more CPUs online (but stopped) | David Vrabel | 1 | -3/+12 |
2013-06-28 | timer: Fix jiffies wrap behavior of round_jiffies_common() | Bart Van Assche | 1 | -3/+5 |
2013-06-25 | clocksource: vf_pit_timer: Use linux/sched_clock.h | Fabio Estevam | 1 | -1/+1 |
2013-06-25 | Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux... | Thomas Gleixner | 1 | -0/+4 |
2013-06-25 | clocksource: Add generic dummy timer driver | Mark Rutland | 2 | -0/+70 |
2013-06-25 | clockevents: Prefer CPU local devices over global devices | Stephen Boyd | 1 | -2/+7 |
2013-06-21 | sched_clock: Add temporary asm/sched_clock.h | Stephen Boyd | 1 | -0/+4 |
2013-06-19 | Revert "dw_apb_timer_of.c: Remove parts that were picoxcell-specific" | John Stultz | 4 | -29/+37 |
2013-06-18 | ARM: sched_clock: Load cycle count after epoch stabilizes | Stephen Boyd | 1 | -11/+8 |
2013-06-13 | sched_clock: Make ARM's sched_clock generic for all architectures | Stephen Boyd | 36 | -38/+45 |
2013-06-13 | ARM: sched_clock: Return suspended count earlier | Stephen Boyd | 1 | -3/+3 |
2013-06-13 | ARM: sched_clock: Remove unused needs_suspend member | Stephen Boyd | 1 | -1/+0 |
2013-06-13 | alarmtimer: Export symbols of functions declared in linux/alarmtimer.h | Marcus Gelderie | 1 | -1/+9 |
2013-06-09 | Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clo... | Thomas Gleixner | 6 | -1/+450 |
2013-06-06 | clocksource: Add TI-Nspire timer support | Daniel Tang | 3 | -0/+249 |
2013-06-06 | clocksource: Add Freescale Vybrid pit timer support | Jingchang Lu | 3 | -0/+200 |
2013-06-06 | clocksource: dw_apb: Fix error check | Baruch Siach | 1 | -1/+1 |
2013-05-29 | x86: Fix vrtc_get_time/set_mmss to use new timespec interface | John Stultz | 2 | -7/+8 |
2013-05-29 | power: Add option to log time spent in suspend | Colin Cross | 4 | -0/+89 |
2013-05-29 | timerfd: Add alarm timers | Todd Poynor | 1 | -23/+108 |
2013-05-29 | alarmtimer: Add functions for timerfd support | Todd Poynor | 2 | -1/+42 |
2013-05-29 | x86: Increase precision of x86_platform.get/set_wallclock() | David Vrabel | 8 | -41/+32 |
2013-05-29 | clocksource: dw_apb: Remove unused header | Baruch Siach | 1 | -1/+0 |
2013-05-29 | dw_apb_timer_of.c: Remove parts that were picoxcell-specific | Pavel Machek | 4 | -37/+29 |
2013-05-29 | ktime: Add __must_check prefix to ktime_to_timespec_cond | Daniel Borkmann | 1 | -1/+2 |
2013-05-29 | ktime: Use macro NSEC_PER_USEC where appropriate | Liu Ying | 1 | -3/+4 |
2013-05-28 | clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET... | Thomas Gleixner | 1 | -0/+1 |
2013-05-28 | clockevents: Define CS_NAME_LEN unconditionally | Thomas Gleixner | 1 | -2/+2 |
2013-05-16 | clockevents: Implement unbind functionality | Thomas Gleixner | 5 | -4/+162 |
2013-05-16 | clockevents: Split out selection logic | Thomas Gleixner | 2 | -38/+56 |
2013-05-16 | clockevents: Provide sysfs interface | Thomas Gleixner | 1 | -0/+86 |
2013-05-16 | clockevents: Add module refcount | Thomas Gleixner | 4 | -0/+11 |
2013-05-16 | clockevents: Move the tick_notify() switch case to clockevents_notify() | Thomas Gleixner | 3 | -48/+35 |
2013-05-16 | clockevents: Simplify locking | Thomas Gleixner | 1 | -17/+5 |
2013-05-16 | clockevents: Get rid of the notifier chain | Thomas Gleixner | 5 | -64/+14 |
2013-05-16 | clocksource: Let clocksource_unregister() return success/error | Thomas Gleixner | 2 | -22/+13 |
2013-05-16 | clocksource: Provide unbind interface in sysfs | Thomas Gleixner | 1 | -0/+73 |
2013-05-16 | clocksource: Split out user string input | Thomas Gleixner | 1 | -14/+23 |
2013-05-16 | clocksource: Allow clocksource select to skip current clocksource | Thomas Gleixner | 1 | -11/+20 |
2013-05-16 | clocksource: Add module refcount | Thomas Gleixner | 2 | -5/+17 |
2013-05-16 | clocksource: Let timekeeping_notify return success/error | Thomas Gleixner | 3 | -6/+7 |
2013-05-16 | clocksource: Always verify highres capability | Thomas Gleixner | 1 | -5/+26 |