summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt2011-07-141-2/+28
| | * | | | | | | ftrace: Fix regression of :mod:module function enablingSteven Rostedt2011-07-072-10/+5
| | * | | | | | | tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt2011-07-071-9/+22
| | * | | | | | | tracing: Fix bug when reading system filters on module removalSteven Rostedt2011-07-073-11/+82
| * | | | | | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-07-0513-316/+324
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu2011-06-143-7/+42
| | * | | | | | | | stack_trace: Add weak save_stack_trace_regs()Masami Hiramatsu2011-06-141-3/+9
| | * | | | | | | | ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating processVaibhav Nagarnaik2011-06-141-6/+19
| | * | | | | | | | tracing: Convert to kstrtoul_from_userPeter Huewe2011-06-145-110/+20
| | * | | | | | | | tracing, function_graph: Add context-info support for function_graph tracerJiri Olsa2011-06-141-22/+31
| | * | | | | | | | tracing, function_graph: Remove lock-depth from latency traceJiri Olsa2011-06-141-4/+3
| | * | | | | | | | tracing, function: Fix trace header to follow context-info optionJiri Olsa2011-06-141-0/+3
| | * | | | | | | | tracing, function_graph: Merge overhead and duration display functionsJiri Olsa2011-06-141-74/+74
| | * | | | | | | | tracing, function_graph: Remove dependency of abstime and duration fields on ...Jiri Olsa2011-06-143-18/+9
| | * | | | | | | | async: Fixed an include coding style issuePaul McQuade2011-06-141-5/+7
| | * | | | | | | | ftrace: Fixed an include coding style issuePaul McQuade2011-06-141-5/+2
| | * | | | | | | | tracing: Add disable_on_free optionSteven Rostedt2011-06-142-2/+5
| | * | | | | | | | tracing: Add a proc file to stop tracing and free bufferVaibhav Nagarnaik2011-06-141-35/+73
| | * | | | | | | | tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik2011-06-143-22/+23
| | * | | | | | | | tracing: Schedule a delayed work to call wakeup()Vaibhav Nagarnaik2011-06-141-11/+12
| * | | | | | | | | perf: export perf_event_refresh() to modulesAvi Kivity2011-07-011-1/+2
| * | | | | | | | | perf: Add context field to perf_eventAvi Kivity2011-07-013-10/+23
| * | | | | | | | | perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra2011-07-012-24/+21
| * | | | | | | | | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-015-45/+33
| * | | | | | | | | perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov2011-07-011-1/+5
| * | | | | | | | | events: Ensure that timers are updated without requiring read() callEric B Munson2011-07-011-2/+13
| * | | | | | | | | events: Move lockless timer calculation into helper functionEric B Munson2011-07-011-7/+15
| * | | | | | | | | events: Add note to update_event_times comment about holding ctx->lockEric B Munson2011-07-011-0/+1
| * | | | | | | | | perf_events: Fix perf buffer watermark settingVince Weaver2011-07-012-9/+13
| * | | | | | | | | Merge commit 'v3.0-rc5' into perf/coreIngo Molnar2011-07-0116-521/+611
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge commit 'v3.0-rc3' into perf/coreIngo Molnar2011-06-1610-47/+103
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | perf: Split up buffer handling from core codeFrederic Weisbecker2011-06-094-498/+568
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | perf, core: Fix initial task_ctx/event installationPeter Zijlstra2011-06-071-11/+17
| * | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-06-044-27/+66
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'v3.0-rc1' into perf/coreIngo Molnar2011-06-0321-733/+876
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | perf: De-schedule a task context when removing the last eventPeter Zijlstra2011-05-281-0/+4
| * | | | | | | | | | | perf: Change close() semantics for group eventsPeter Zijlstra2011-05-281-7/+1
| * | | | | | | | | | | perf: Collect the schedule-in rules in one functionPeter Zijlstra2011-05-281-12/+15
| * | | | | | | | | | | perf: Change and simplify ctx::is_active semanticsPeter Zijlstra2011-05-281-6/+8
| * | | | | | | | | | | perf: Simplify and fix __perf_install_in_context()Peter Zijlstra2011-05-281-45/+35
| * | | | | | | | | | | perf: Remove task_ctx_sched_in()Peter Zijlstra2011-05-281-20/+6
| * | | | | | | | | | | perf: Optimize event scheduling lockingPeter Zijlstra2011-05-281-25/+36
| * | | | | | | | | | | perf: Clean up 'ctx' reference countingPeter Zijlstra2011-05-281-7/+3
| * | | | | | | | | | | perf: Optimize ctx_sched_out()Peter Zijlstra2011-05-281-2/+2
* | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-222-15/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sysctl,rcu: Convert call_rcu(free_head) to kfreePaul E. McKenney2011-07-201-8/+3
| * | | | | | | | | | | | audit_tree,rcu: Convert call_rcu(__put_tree) to kfree_rcu()Lai Jiangshan2011-07-201-7/+1
* | | | | | | | | | | | | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-07-222-13/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | lockdep: Fix trace_[soft,hard]irqs_[on,off]() recursionPeter Zijlstra2011-06-221-10/+20
| * | | | | | | | | | | | | printk: Fix console_sem vs logbuf_lock unlock racePeter Zijlstra2011-06-221-2/+18
OpenPOWER on IntegriCloud