summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* clockevents: Prefer CPU local devices over global devicesStephen Boyd2013-06-241-2/+7
* ARM: sched_clock: Load cycle count after epoch stabilizesStephen Boyd2013-06-181-11/+8Star
* sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-122-0/+216
* alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie2013-06-121-1/+9
* power: Add option to log time spent in suspendColin Cross2013-05-294-0/+89
* alarmtimer: Add functions for timerfd supportTodd Poynor2013-05-291-1/+38
* 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-164-4/+161
* 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-163-0/+8
* clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner2013-05-163-48/+35Star
* clockevents: Simplify lockingThomas Gleixner2013-05-161-17/+5Star
* clockevents: Get rid of the notifier chainThomas Gleixner2013-05-164-63/+14Star
* clocksource: Let clocksource_unregister() return success/errorThomas Gleixner2013-05-161-21/+12Star
* 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-161-5/+14
* clocksource: Let timekeeping_notify return success/errorThomas Gleixner2013-05-162-5/+6
* clocksource: Always verify highres capabilityThomas Gleixner2013-05-161-5/+26
* 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 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-151-151/+89Star
|\ \
| * | perf: Factor out auxiliary events notificationJiri Olsa2013-05-071-153/+89Star
| * | 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-154-12/+8Star
|\ \ \
| * | | time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz2013-05-141-5/+0Star
| * | | 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-151-0/+2
|\ \ \ \
| * | | | rcu/idle: Wrap cpu-idle poll mode within rcu_idle_enter/exitSrivatsa S. Bhat2013-05-141-0/+2
| |/ / /
* | | | Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-141-0/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | workqueue: workqueue_congested() shouldn't translate WORK_CPU_UNBOUND into no...Tejun Heo2013-05-101-0/+9
* | | | Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-124-108/+363
|\ \ \ \
| * | | | tracing/kprobes: Support soft-mode disablingMasami Hiramatsu2013-05-101-0/+6
| * | | | tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu2013-05-101-36/+214
| * | | | tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu2013-05-101-17/+16Star
| * | | | tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu2013-05-101-4/+4
| * | | | tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu2013-05-101-1/+1
| * | | | ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-101-1/+5
| * | | | ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-101-1/+1
| * | | | ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-101-4/+6
| * | | | tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)2013-05-101-12/+20