summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-11-06ftrace: restructure tracing start/stop infrastructureSteven Rostedt6-48/+120
2008-11-06ftrace: soft tracing stop and startSteven Rostedt1-2/+79
2008-11-06ftrace: add quick function trace stopSteven Rostedt2-10/+44
2008-11-06Merge branch 'tracing/fastboot' into tracing/ftraceIngo Molnar4-35/+41
2008-11-04tracing/ftrace: fix a bug when switch current tracer to sched tracerFrederic Weisbecker2-3/+3
2008-11-04tracing/ftrace: types and naming corrections for sched tracerFrederic Weisbecker1-17/+13
2008-11-04tracing/fastboot: use sched switch tracer from boot tracerFrederic Weisbecker4-3/+12
2008-11-04tracing/ftrace: remove unused code in sched_switch tracerFrederic Weisbecker1-8/+0
2008-11-04tracing/ftrace: fix a race condition in sched_switch tracerFrederic Weisbecker1-0/+5
2008-11-04tracing/fastboot: Enable boot tracing only during initcallsFrederic Weisbecker1-12/+16
2008-11-04ftrace: sysctl typoPeter Zijlstra1-1/+1
2008-11-04ftrace: function tracer with irqs disabledSteven Rostedt2-1/+40
2008-11-04ftrace: insert in the ftrace_preempt_disable()/enable() functionsSteven Rostedt4-41/+15
2008-11-04ftrace: introduce ftrace_preempt_disable()/enable()Steven Rostedt1-0/+48
2008-11-03Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tra...Ingo Molnar4-162/+213
2008-11-03tracepoint: introduce *_noupdate APIs.Lai Jiangshan1-38/+132
2008-11-03tracepoint: simplification for tracepoints using RCULai Jiangshan1-74/+37
2008-11-03tracing, alpha: undefined reference to `save_stack_trace'Al Viro2-1/+3
2008-11-03ftrace: ftrace_dump_on_oops=[tracer]Peter Zijlstra1-20/+38
2008-11-03Merge commit 'v2.6.28-rc3' into tracing/ftraceIngo Molnar5-14/+23
2008-11-01PM_TEST_SUSPEND should depend on RTC_CLASS, not RTC_LIBAl Viro1-1/+1
2008-11-01reserve_region_with_split: Fix GFP_KERNEL usage under spinlockLinus Torvalds1-1/+1
2008-10-31ftrace: nmi safe code clean upsSteven Rostedt1-5/+4
2008-10-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2008-10-30Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+17
2008-10-30Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2008-10-31Merge branch 'linus' into tracing/ftraceIngo Molnar26-709/+321
2008-10-31ftrace: handle archs that do not support irqs_disabled_flagsSteven Rostedt2-10/+17
2008-10-30ftrace: nmi update statisticsSteven Rostedt1-7/+24
2008-10-30Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+9
2008-10-30'kill sig -1' must only apply to caller's namespaceSukadev Bhattiprolu1-1/+2
2008-10-30kernel/profile: fix profile_init() section mismatchPaul Mundt1-1/+1
2008-10-30freezer_cg: simplify freezer_change_state()Li Zefan1-12/+7
2008-10-30freezer_cg: use thaw_process() in unfreeze_cgroup()Li Zefan2-21/+14
2008-10-30freezer_cg: remove redundant check in freezer_can_attach()Li Zefan1-9/+7
2008-10-30freezer_cg: fix improper BUG_ON() causing oopsLi Zefan1-1/+2
2008-10-30sched: change sched_debug's mode to 0444Li Zefan1-1/+1
2008-10-29ftrace: fix trace_nop config selectSteven Rostedt1-1/+1
2008-10-28resources: fix x86info results ioremap.c:226 __ioremap_caller+0xf2/0x2d6() WA...Suresh Siddha1-1/+3
2008-10-28ftrace: perform an initialization for ftrace to enable itFrederic Weisbecker1-0/+8
2008-10-28Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds14-567/+143
2008-10-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-49/+9
2008-10-28Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2008-10-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-51/+131
2008-10-28ftrace: fix current_tracer error returnSteven Rostedt1-3/+4
2008-10-28lockdep: fix irqs on/off ip tracingHeiko Carstens1-7/+5
2008-10-28lockdep: minor fix for debug_show_all_locks()qinghuang feng1-2/+3
2008-10-28tracing: fix a build error on alphaFrederic Weisbecker1-0/+1
2008-10-27tracing/ftrace: make boot tracer select the sched_switch tracerFrederic Weisbecker1-0/+1
2008-10-27tracepoint: check if the probe has been registeredFrederic Weisbecker1-0/+8