summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie2013-06-121-1/+9
* Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clo...Thomas Gleixner2013-06-086-1/+450
|\
| * clocksource: Add TI-Nspire timer supportDaniel Tang2013-06-063-0/+249
| * clocksource: Add Freescale Vybrid pit timer supportJingchang Lu2013-06-063-0/+200
| * clocksource: dw_apb: Fix error checkBaruch Siach2013-06-061-1/+1
* | x86: Fix vrtc_get_time/set_mmss to use new timespec interfaceJohn Stultz2013-05-292-7/+8
* | power: Add option to log time spent in suspendColin Cross2013-05-294-0/+89
* | timerfd: Add alarm timersTodd Poynor2013-05-291-23/+108
* | alarmtimer: Add functions for timerfd supportTodd Poynor2013-05-292-1/+42
* | x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-288-41/+32
* | clocksource: dw_apb: Remove unused headerBaruch Siach2013-05-281-1/+0
* | dw_apb_timer_of.c: Remove parts that were picoxcell-specificPavel Machek2013-05-284-37/+29
* | ktime: Add __must_check prefix to ktime_to_timespec_condDaniel Borkmann2013-05-281-1/+2
* | ktime: Use macro NSEC_PER_USEC where appropriateLiu Ying2013-05-281-3/+4
|/
* clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner2013-05-281-0/+1
* clockevents: Define CS_NAME_LEN unconditionallyThomas Gleixner2013-05-281-2/+2
* clockevents: Implement unbind functionalityThomas Gleixner2013-05-165-4/+162
* clockevents: Split out selection logicThomas Gleixner2013-05-162-38/+56
* clockevents: Provide sysfs interfaceThomas Gleixner2013-05-161-0/+86
* clockevents: Add module refcountThomas Gleixner2013-05-164-0/+11
* clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner2013-05-163-48/+35
* clockevents: Simplify lockingThomas Gleixner2013-05-161-17/+5
* clockevents: Get rid of the notifier chainThomas Gleixner2013-05-165-64/+14
* clocksource: Let clocksource_unregister() return success/errorThomas Gleixner2013-05-162-22/+13
* clocksource: Provide unbind interface in sysfsThomas Gleixner2013-05-161-0/+73
* clocksource: Split out user string inputThomas Gleixner2013-05-161-14/+23
* clocksource: Allow clocksource select to skip current clocksourceThomas Gleixner2013-05-161-11/+20
* clocksource: Add module refcountThomas Gleixner2013-05-162-5/+17
* clocksource: Let timekeeping_notify return success/errorThomas Gleixner2013-05-163-6/+7
* clocksource: Always verify highres capabilityThomas Gleixner2013-05-161-5/+26
* clocksource: apb_timer: Remove unsused functionThomas Gleixner2013-05-162-13/+0
* Merge tag 'trace-fixes-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-152-13/+44
|\
| * tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu2013-05-151-2/+2
| * tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu2013-05-151-1/+1
| * tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu2013-05-151-10/+37
| * tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)2013-05-151-0/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-153-6/+23
|\ \
| * | x86/mm: Add missing comments for initial kernel direct mappingZhang Yanfei2013-05-101-1/+18
| * | x86/microcode: Add local mutex to fix physical CPU hot-add deadlockKonrad Rzeszutek Wilk2013-05-091-2/+3
| * | x86: Fix idle consolidation falloutThomas Gleixner2013-05-071-3/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-151-151/+89
|\ \ \
| * | | perf: Factor out auxiliary events notificationJiri Olsa2013-05-071-153/+89
| * | | perf: Fix EXIT event notificationJiri Olsa2013-05-071-12/+14
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-05-157-19/+8
|\ \ \ \
| * | | | time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz2013-05-144-12/+0
| * | | | timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy2013-05-141-1/+1
| * | | | tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner2013-05-141-0/+1
| * | | | tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-121-1/+1
| * | | | tick: Use zalloc_cpumask_var for allocating offstack cpumasksThomas Gleixner2013-05-051-5/+5
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-153-0/+207
|\ \ \ \ \