aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-13
|\ \ \ \
| * | | | genirq: generic chip: Use DIV_ROUND_UP to calculate numchipsAxel Lin2013-07-05
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-07-13
|\ \ \ \ \
| * | | | | tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd2013-07-12
| * | | | | Merge branch 'linus' into timers/urgentThomas Gleixner2013-07-12
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-07-10
| |\ \ \ \ \
| | * | | | | nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbsFrederic Weisbecker2013-06-20
| | * | | | | watchdog: Boot-disable by default on full dynticksFrederic Weisbecker2013-06-20
| | * | | | | watchdog: Rename confusing state variableFrederic Weisbecker2013-06-20
| | * | | | | watchdog: Register / unregister watchdog kthreads on sysctl controlFrederic Weisbecker2013-06-19
| | * | | | | nohz: Warn if the machine can not perform nohz_fullSteven Rostedt2013-06-19
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-13
|\ \ \ \ \ \ \
| * | | | | | | perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-12
| * | | | | | | perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-12
| * | | | | | | perf: Clone child context from parent context pmuJiri Olsa2013-07-12
* | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-13
|\ \ \ \ \ \ \ \
| * | | | | | | | mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst2013-07-12
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-13
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | irqdomain: Remove temporary MIPS workaround codeGrant Likely2013-06-17
* | | | | | | | Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-07-11
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Make tracing_open_generic_{tr,tc}() staticSteven Rostedt (Red Hat)2013-07-02
| * | | | | | | | tracing: Remove ftrace() functionzhangwei(Jovi)2013-07-02
| * | | | | | | | tracing: Remove TRACE_EVENT_TYPE enum definitionzhangwei(Jovi)2013-07-02
| * | | | | | | | tracing: Make tracer_tracing_{off,on,is_on}() staticSteven Rostedt (Red Hat)2013-07-02
| * | | | | | | | tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-02
| * | | | | | | | uprobes: Fix return value in error handling pathzhangwei(Jovi)2013-07-02
| * | | | | | | | tracing: Fix race between deleting buffer and setting eventsSteven Rostedt (Red Hat)2013-07-02
| * | | | | | | | tracing: Add trace_array_get/put() to event handlingSteven Rostedt (Red Hat)2013-07-02
| * | | | | | | | tracing: Get trace_array ref counts when accessing trace filesSteven Rostedt (Red Hat)2013-07-02
| * | | | | | | | tracing: Add trace_array_get/put() to handle instance refs betterSteven Rostedt (Red Hat)2013-07-02
| * | | | | | | | tracing: Protect ftrace_trace_arrays list in trace_events.cAlexander Z Lam2013-07-01
| * | | | | | | | tracing: Make trace_marker use the correct per-instance bufferAlexander Z Lam2013-07-01
| * | | | | | | | ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)2013-07-01
| * | | | | | | | tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov2013-07-01
| * | | | | | | | tracing: Use flag buffer_disabled for irqsoff tracerSteven Rostedt (Red Hat)2013-07-01
| * | | | | | | | tracing/kprobes: Turn trace_probe->files into list_headOleg Nesterov2013-07-01
| * | | | | | | | tracing: Fix disabling of soft disableTom Zanussi2013-07-01
| * | | | | | | | tracing: Simplify code for showing of soft disabled flagTom Zanussi2013-07-01
| * | | | | | | | tracing/kprobes: Kill probe_enable_lockOleg Nesterov2013-07-01
| * | | | | | | | tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is emptyOleg Nesterov2013-07-01
| * | | | | | | | tracing: Failed to create system directorySteven Rostedt2013-07-01
| * | | | | | | | ftrace: Fix stddev calculation in function profilerJuri Lelli2013-06-19
| * | | | | | | | tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabledzhangwei(Jovi)2013-06-19
| * | | | | | | | tracing: Disable tracing on warningSteven Rostedt (Red Hat)2013-06-19
| * | | | | | | | tracing: Add binary '&' filter for eventsSteven Rostedt2013-06-19
| * | | | | | | | tracing: Do not call kmem_cache_free() on allocation failureNamhyung Kim2013-06-11
| * | | | | | | | ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt2013-06-11
| * | | | | | | | tracing: Fix file mode of free_bufferWang YanQing2013-06-11
| * | | | | | | | tracing/trivial: Consolidate error return conditionHarsh Prateek Bora2013-06-11
| * | | | | | | | tracing: Add function probe to trigger a ftrace dump of current CPU traceSteven Rostedt (Red Hat)2013-06-11