summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-37/+12
* tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-7/+6
* tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-5/+4
* tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-9/+7
* tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov2013-07-241-14/+36
* tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Oleg Nesterov2013-07-191-2/+0
* tracing: Kill trace_array->waiterOleg Nesterov2013-07-191-1/+0
* tracing: Do not (ab)use trace_seq in event_id_read()Oleg Nesterov2013-07-181-13/+4
* tracing: Simplify the iteration logic in f_start/f_nextOleg Nesterov2013-07-181-38/+22
* tracing: Add ref_data to function and fgraph tracer structsSteven Rostedt (Red Hat)2013-07-183-2/+11
* tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam2013-07-182-8/+37
* tracing: Fix error handling to ensure instances can always be removedAlexander Z Lam2013-07-181-1/+3
* tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu2013-07-181-6/+17
* tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-184-20/+4
* tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is emptyOleg Nesterov2013-07-181-4/+8
* tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...Oleg Nesterov2013-07-181-2/+4
* tracing: Typo fix on ring buffer commentszhangwei(Jovi)2013-07-181-7/+9
* tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)2013-07-186-45/+45
* tracing: Use correct config guard CONFIG_STACK_TRACERzhangwei(Jovi)2013-07-151-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-10/+1
|\
| * cgroup: we can use simple_lookup() nowAl Viro2013-07-141-10/+1
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-131-9/+11
|\ \
| * | sched: Fix HRTICKPeter Zijlstra2013-07-121-9/+11
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-131-1/+1
|\ \ \
| * | | genirq: generic chip: Use DIV_ROUND_UP to calculate numchipsAxel Lin2013-07-051-1/+1
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-07-134-62/+75
|\ \ \ \
| * | | | tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd2013-07-121-1/+4
| * | | | Merge branch 'linus' into timers/urgentThomas Gleixner2013-07-1262-2553/+3927
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2013-07-103-61/+71
| |\ \ \ \
| | * | | | nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbsFrederic Weisbecker2013-06-201-10/+0
| | * | | | watchdog: Boot-disable by default on full dynticksFrederic Weisbecker2013-06-201-0/+8
| | * | | | watchdog: Rename confusing state variableFrederic Weisbecker2013-06-202-17/+17
| | * | | | watchdog: Register / unregister watchdog kthreads on sysctl controlFrederic Weisbecker2013-06-201-40/+47
| | * | | | nohz: Warn if the machine can not perform nohz_fullSteven Rostedt2013-06-201-0/+5
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-131-3/+25
|\ \ \ \ \ \
| * | | | | | perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-121-1/+14
| * | | | | | perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-121-1/+10
| * | | | | | perf: Clone child context from parent context pmuJiri Olsa2013-07-121-1/+1
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-131-0/+1
|\ \ \ \ \ \ \
| * | | | | | | mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst2013-07-121-0/+1
* | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-131-12/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | irqdomain: Remove temporary MIPS workaround codeGrant Likely2013-06-181-12/+0
* | | | | | | | Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-07-1113-265/+650
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Make tracing_open_generic_{tr,tc}() staticSteven Rostedt (Red Hat)2013-07-021-2/+2
| * | | | | | | | tracing: Remove ftrace() functionzhangwei(Jovi)2013-07-022-14/+0
| * | | | | | | | tracing: Remove TRACE_EVENT_TYPE enum definitionzhangwei(Jovi)2013-07-021-6/+0
| * | | | | | | | tracing: Make tracer_tracing_{off,on,is_on}() staticSteven Rostedt (Red Hat)2013-07-021-3/+3
| * | | | | | | | tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-021-4/+17
| * | | | | | | | uprobes: Fix return value in error handling pathzhangwei(Jovi)2013-07-021-1/+3
| * | | | | | | | tracing: Fix race between deleting buffer and setting eventsSteven Rostedt (Red Hat)2013-07-021-6/+17