aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-23ftrace: add ftrace_off_permanentSteven Rostedt1-0/+15
2008-11-23Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' into tracing/coreIngo Molnar10-38/+257
2008-11-21function tracing: fix wrong position computing of stack_traceLiming Wang1-9/+15
2008-11-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-59/+56
2008-11-19cgroups: fix a serious bug in cgroupstatsLi Zefan1-2/+5
2008-11-19sprint_symbol(): use less stackHugh Dickins1-5/+12
2008-11-19cgroup: fix potential deadlock in pre_destroyKAMEZAWA Hiroyuki1-5/+9
2008-11-19cpuset: update top cpuset's mems after adding a nodeMiao Xie1-3/+16
2008-11-19reintroduce accept4Ulrich Drepper1-1/+1
2008-11-19profiling: clean up profile_nop()Andrew Morton1-1/+1
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar18-103/+169
2008-11-19ftrace: fix selftest lockingIngo Molnar1-12/+13
2008-11-19Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar1-59/+54
2008-11-19ftrace: fix dyn ftrace filter selectionSteven Rostedt1-58/+50
2008-11-19ftrace: make filtered functions effective on settingSteven Rostedt1-1/+1
2008-11-19ftrace: fix set_ftrace_filterSteven Rostedt1-0/+3
2008-11-18ftrace: preemptoff selftest not workingHeiko Carstens1-0/+8
2008-11-18trace: introduce missing mutex_unlock()Vegard Nossum1-0/+1
2008-11-18Merge branch 'linus' into tracing/urgentIngo Molnar16-99/+154
2008-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+4
2008-11-18suspend: use WARN not WARN_ON to print the messageArjan van de Ven1-1/+1
2008-11-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-19/+132
2008-11-18Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-18/+34
2008-11-18tracing: kernel/trace/trace.c: introduce missing kfree()Julia Lawall1-0/+1
2008-11-18relay: fix cpu offline problemLai Jiangshan1-5/+4
2008-11-18tracing/function-return-tracer: add the overrun fieldFrederic Weisbecker3-6/+34
2008-11-18tracing/ftrace: make nop tracer using tracer flagsFrederic Weisbecker1-0/+52
2008-11-18tracing/ftrace: implement a set_flag callback for tracersFrederic Weisbecker2-6/+112
2008-11-18Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/coreIngo Molnar3-5/+1
2008-11-18kernel/profile.c: fix section mismatch warningRakib Mullick1-1/+1
2008-11-18cpuset: fix regression when failed to generate sched domainsLi Zefan2-10/+15
2008-11-17Remove -mno-spe flags as they dont belongKumar Gala1-3/+1
2008-11-17sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix_cpu_timersOleg Nesterov2-6/+16
2008-11-17tracing: branch tracer, fix writing to trace/trace_optionsAneesh Kumar K.V2-4/+0
2008-11-17Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/tracepoints' and 'tracing/urgent' into tracing/coreIngo Molnar23-199/+427
2008-11-16stop_machine: fix race with return value (fixes Bug #11989)Rusty Russell1-2/+3
2008-11-16markers/tracpoints: fix non-modular buildIngo Molnar2-0/+8
2008-11-16tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()Mathieu Desnoyers5-0/+17
2008-11-16tracepoints: use modules notifiersMathieu Desnoyers2-5/+29
2008-11-16tracepoints: fix disableMathieu Desnoyers1-0/+1
2008-11-16markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers1-2/+51
2008-11-16markers: use module notifierMathieu Desnoyers2-4/+29
2008-11-16markers: use rcu_*_sched_notrace and notraceMathieu Desnoyers1-7/+9
2008-11-16markers: fix unregisterMathieu Desnoyers1-5/+7
2008-11-16function tracing: fix wrong pos computing when read buffer has been fulfilledwalimis1-11/+15
2008-11-16sched: fix kernel warning on /proc/sched_debug accessIngo Molnar1-2/+3
2008-11-16tracing/function-return-tracer: support for dynamic ftrace on function return tracerFrederic Weisbecker3-19/+55
2008-11-16tracing/branch-tracer: fix a trace recursion on branch tracerFrederic Weisbecker1-2/+2
2008-11-16tracing/ftrace: change the type of the init() callbackFrederic Weisbecker13-24/+88
2008-11-16tracing/ftrace: fix unexpected -EINVAL when longest tracer name is setFrederic Weisbecker1-5/+7