summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2009-03-19symbols, stacktrace: look up init symbols after module symbolsIngo Molnar
2009-03-19cpumask: remove cpumask allocation from idle_balanceRusty Russell
2009-03-18tracepoints: dont update zero-sized tracepoint sectionsIngo Molnar
2009-03-18tracing: fix oops in tracepoint_update_probe_range()Jaswinder Singh Rajput
2009-03-18tracing: give easy way to clear trace bufferSteven Rostedt
2009-03-18kprobes: Fix locking imbalance in kretprobesAnanth N Mavinakayanahalli
2009-03-18tracing/ftrace: stop {irqs, preempt}soff tracers when tracing is stoppedFrederic Weisbecker
2009-03-18tracing: fix command line to pid reverse mapCarsten Emde
2009-03-18tracing: fix trace_find_cmdline()Thomas Gleixner
2009-03-18tracing: replace the crude (unsigned) -1 hackeryThomas Gleixner
2009-03-18tracing: stop command line recording when tracing is disabledThomas Gleixner
2009-03-18sched: jiffies not printed per CPULuis Henriques
2009-03-18Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-17tracing: make power tracer start/stop methods lighter weightSteven Rostedt
2009-03-17tracing: make sched_switch stop/start light weightSteven Rostedt
2009-03-17tracing: add global-clock option to provide cross CPU clock to tracesSteven Rostedt
2009-03-17ring-buffer: add api to allow a tracer to change clock sourceSteven Rostedt
2009-03-18module: fix refptr allocation and release orderMasami Hiramatsu
2009-03-17printk: correct the behavior of printk_timed_ratelimit()Guillaume Knispel
2009-03-17sched: small optimisation of can_migrate_task()Luis Henriques
2009-03-17sched: fix typos in documentationLuis Henriques
2009-03-17Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2009-03-17tracing: fix leak in event_format_read()Tom Zanussi
2009-03-16tracing: stop comm recording on tracing offSteven Rostedt
2009-03-16tracing: protect reader of cmdline outputSteven Rostedt
2009-03-16tracing/ftrace: fix the check on nopped sitesFrederic Weisbecker
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar
2009-03-16tracing/core: fix early free of cpumasksFrederic Weisbecker
2009-03-16tracing/ftrace: fix double calls to tracing_start()Frederic Weisbecker
2009-03-16tracing/core: fix missing mutex unlock on tracing_set_tracer()Frederic Weisbecker
2009-03-16tracing/syscalls: select kallsysmsFrederic Weisbecker
2009-03-16tracing/syscalls: protect thread flag toggling from racesFrederic Weisbecker
2009-03-16tracing/syscalls: various cleanupsFrederic Weisbecker
2009-03-16tracing/syscalls: fix missing release of tracingFrederic Weisbecker
2009-03-16Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/...Ingo Molnar
2009-03-13tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker
2009-03-13genirq: deprecate __do_IRQThomas Gleixner
2009-03-13genirq: use kzalloc instead of explicit zero initializationThomas Gleixner
2009-03-13genirq: remove redundant if conditionThomas Gleixner
2009-03-13ftrace: remove struct list_head from struct dyn_ftraceLai Jiangshan
2009-03-13ftrace: use seq_readLai Jiangshan
2009-03-13panic: clean up kernel/panic.cIngo Molnar
2009-03-13panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar
2009-03-13panic: decrease oops_in_progress only after having done the panicIngo Molnar
2009-03-13Merge branch 'x86/core' into core/ipiIngo Molnar
2009-03-13generic-ipi: eliminate WARN_ON()s during oops/panicIngo Molnar
2009-03-13futex: remove the pointer math from double_unlock_hb, fixIngo Molnar
2009-03-13ftrace: don't try to __ftrace_replace_code on !FTRACE_FL_CONVERTED recZhaolei
2009-03-13ftrace: avoid double-free of dyn_ftraceZhaolei
2009-03-13Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' ...Ingo Molnar