aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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_GETTIMEOFFSET=yThomas 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
2013-05-16clocksource: apb_timer: Remove unsused functionThomas Gleixner2-13/+0
2013-05-15tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu1-2/+2
2013-05-15tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu1-1/+1
2013-05-15tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu1-10/+37
2013-05-15tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)1-0/+4
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz4-12/+0
2013-05-14timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy1-1/+1
2013-05-14rcu/idle: Wrap cpu-idle poll mode within rcu_idle_enter/exitSrivatsa S. Bhat1-0/+2
2013-05-14tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner1-0/+1
2013-05-14powerpc: Set show_unhandled_signals to 1 by defaultBenjamin Herrenschmidt1-1/+1
2013-05-14powerpc/perf: Fix setting of "to" addresses for BHRBMichael Neuling1-1/+30
2013-05-14powerpc/pmu: Fix order of interpreting BHRB target entriesMichael Neuling1-43/+46
2013-05-14powerpc/perf: Move BHRB code into CONFIG_PPC64 regionMichael Neuling1-121/+127
2013-05-14powerpc: select HAVE_CONTEXT_TRACKING for pSeriesLi Zhong1-0/+1
2013-05-14powerpc: Use the new schedule_user API on userspace preemptionLi Zhong2-1/+12
2013-05-14powerpc: Exit user context on notify resumeLi Zhong1-0/+5
2013-05-14powerpc: Exception hooks for context tracking subsystemLi Zhong3-45/+112
2013-05-14powerpc: Syscall hooks for context tracking subsystemLi Zhong2-2/+10
2013-05-14powerpc/booke64: Fix kernel hangs at kernel_dbg_excScott Wood2-4/+11