Age | Commit message (Expand) | Author | Files | Lines |
2013-06-24 | ARM: smp_twd: Divorce smp_twd from local timer API | Stephen Boyd | 11 | -34/+56 |
2013-06-24 | ARM: smp: Remove duplicate dummy timer implementation | Stephen Boyd | 1 | -20/+2 |
2013-06-24 | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Stephen Boyd | 225 | -1866/+4221 |
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-24 | clocksource: Add generic dummy timer driver | Mark Rutland | 2 | -0/+70 |
2013-06-24 | 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-18 | Revert "dw_apb_timer_of.c: Remove parts that were picoxcell-specific" | John Stultz | 4 | -29/+37 |
2013-06-17 | ARM: sched_clock: Load cycle count after epoch stabilizes | Stephen Boyd | 1 | -11/+8 |
2013-06-12 | sched_clock: Make ARM's sched_clock generic for all architectures | Stephen Boyd | 36 | -38/+45 |
2013-06-12 | ARM: sched_clock: Return suspended count earlier | Stephen Boyd | 1 | -3/+3 |
2013-06-12 | ARM: sched_clock: Remove unused needs_suspend member | Stephen Boyd | 1 | -1/+0 |
2013-06-12 | alarmtimer: Export symbols of functions declared in linux/alarmtimer.h | Marcus Gelderie | 1 | -1/+9 |
2013-06-08 | 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-28 | x86: Increase precision of x86_platform.get/set_wallclock() | David Vrabel | 8 | -41/+32 |
2013-05-28 | clocksource: dw_apb: Remove unused header | Baruch Siach | 1 | -1/+0 |
2013-05-28 | dw_apb_timer_of.c: Remove parts that were picoxcell-specific | Pavel Machek | 4 | -37/+29 |
2013-05-28 | ktime: Add __must_check prefix to ktime_to_timespec_cond | Daniel Borkmann | 1 | -1/+2 |
2013-05-28 | 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 |
2013-05-16 | clocksource: apb_timer: Remove unsused function | Thomas Gleixner | 2 | -13/+0 |
2013-05-15 | Merge tag 'trace-fixes-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -13/+44 |
2013-05-15 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -6/+23 |
2013-05-15 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -151/+89 |
2013-05-15 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 7 | -19/+8 |
2013-05-15 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -0/+207 |
2013-05-15 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 5 | -11/+14 |