summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing/function: Cleanup for function tracerXiao Guangrong2009-07-172-17/+4
* tracing/trace_stack: Cleanup for trace_lookup_stack()Xiao Guangrong2009-07-171-8/+1
* tracing/function: Simplify __ftrace_replace_code()Xiao Guangrong2009-07-171-54/+18
* ring_buffer: Fix warning while ignoring cmpxchg return valueLai Jiangshan2009-07-161-2/+7
* Merge branch 'tip/tracing/ring-buffer-3' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2009-07-102-168/+770
|\
| * ring-buffer: make locklessSteven Rostedt2009-07-072-151/+738
| * ring-buffer: make the buffer a true circular link listSteven Rostedt2009-07-071-17/+32
* | tracing/workqueues: Add refcnt to struct cpu_workqueue_statsLai Jiangshan2009-07-101-6/+26
* | tracing/stat: Add stat_release() callbackLai Jiangshan2009-07-102-2/+7
* | kmemtrace: Rename some functionsLi Zefan2009-07-101-8/+8
* | tracing/kmemtrace: Use the %pf formatFrederic Weisbecker2009-07-101-20/+5
* | tracing/function-graph-tracer: Use the %pf formatFrederic Weisbecker2009-07-101-10/+2
* | tracing/filter: Remove empty subsystem and its directoryXiao Guangrong2009-07-102-1/+32
* | tracing/filter: Remove preds from struct event_subsystemXiao Guangrong2009-07-101-33/+6
|/
* kmemtrace: Print binary output only if 'bin' option is setLi Zefan2009-07-031-30/+90
* tracing/events: Add trace_event boot optionLi Zefan2009-07-013-6/+38
* kprobes: Clean up insn_pages by using list instead of hlistMasami Hiramatsu2009-07-011-19/+11
* kprobes: No need to unlock kprobe_insn_mutexMasami Hiramatsu2009-07-011-5/+1
* tracing/fastboot: Document the need of initcall_debugLi Zefan2009-06-291-3/+3
* trace_export: Repair missed fieldsLai Jiangshan2009-06-261-0/+3
* tracing: Fix stack tracer sysctl handlingLi Zefan2009-06-262-4/+4
* ftrace: Fix the output of profileLi Zefan2009-06-261-1/+3
* ring-buffer: Make it generally availablePaul Mundt2009-06-253-0/+19
* ftrace: Remove duplicate newlineLi Zefan2009-06-251-2/+1
* tracing: Fix trace_buf_size boot optionLi Zefan2009-06-241-3/+2
* ftrace: Fix t_hash_start()Li Zefan2009-06-241-1/+11
* ftrace: Don't manipulate @pos in t_start()Li Zefan2009-06-241-11/+8
* ftrace: Don't increment @pos in g_start()Li Zefan2009-06-241-11/+10
* tracing: Reset iterator in t_start()Li Zefan2009-06-241-14/+4
* trace_stat: Don't increment @pos in seq start()Li Zefan2009-06-241-5/+1
* tracing_bprintk: Don't increment @pos in t_start()Li Zefan2009-06-241-20/+6
* tracing/events: Don't increment @pos in s_start()Li Zefan2009-06-241-6/+22
* mm/init: cpu_hotplug_init() must be initialized before SLABLinus Torvalds2009-06-221-8/+5
* Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-201-1/+1
|\
| * genirq: fix comment to say IRQ_WAKE_THREADSteven Rostedt2009-05-121-1/+1
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-202-135/+180
|\ \
| * | perf_counter: Push perf_sample_data through the swcounter codePeter Zijlstra2009-06-201-26/+29
| * | perf_counter: Close race in perf_lock_task_context()Peter Zijlstra2009-06-191-6/+5
| * | perf_counter: Simplify and fix task migration countingPeter Zijlstra2009-06-192-23/+3
| * | perf_counter: Add event overlow handlingPeter Zijlstra2009-06-181-55/+130
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-1731-588/+804
| |\ \
| * | | perf_counter: Fix ctx->mutex vs counter->mutex inversionPeter Zijlstra2009-06-151-23/+11
| * | | perf_counter: Fix stack corruption in perf_read_hwMarti Raudsepp2009-06-131-1/+1
| * | | perf_counter: Fix atomic_set vs. atomic64_t type mismatchPaul Mackerras2009-06-131-1/+1
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-06-204-6/+7
|\ \ \ \
| * | | | sched: Fix out of scope variable access in sched_slice()Christian Engelmayer2009-06-171-1/+2
| * | | | sched: Hide runqueues from direct refer at source code levelHitoshi Mitake2009-06-171-3/+3
| * | | | sched: Remove unneeded __ref tagLi Zefan2009-06-172-2/+2
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-06-209-170/+292
|\ \ \ \ \
| * \ \ \ \ Merge branch 'tip/tracing/urgent-1' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2009-06-202-4/+40
| |\ \ \ \ \