aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-12tracing: show details of structures within the ftrace structuresSteven Rostedt
2009-09-12tracing: use macros to create internal ftrace entry ring buffer structuresSteven Rostedt
2009-09-12tracing: allow filter predicates to handle ksym symbolsSteven Rostedt
2009-09-12tracing/filters: add filter DocumentationTom Zanussi
2009-09-12tracing/profile: fix profile_disable vs module_unloadLi Zefan
2009-09-12tracing/function-graph: x86_64 stack allocation cleanupJiri Olsa
2009-09-12ftrace: __start_mcount_loc should be .init.rodataJohn Reiser
2009-09-12tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde
2009-09-12tracing: remove unused local variables in tracer probe functionsCarsten Emde
2009-09-12tracing: prevent NULL pointer dereference in ftrace_raw_event_block_bio_bounceCarsten Emde
2009-09-11tracing: trace parser support for function and graphjolsa@redhat.com
2009-09-11tracing: trace parser support for set_eventjolsa@redhat.com
2009-09-11tracing: create generic trace parserjolsa@redhat.com
2009-09-11tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt
2009-09-11tracing: add lock depth to entriesSteven Rostedt
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt
2009-09-11tracing: add latency format to function_graph tracerSteven Rostedt
2009-09-10x86/tracing: comment need for atomic nopSteven Rostedt
2009-09-09tracing: move PRED macros to trace_events_filter.cLi Zefan
2009-09-09tracing: remove stats from struct tracerLi Zefan
2009-09-09tracing: format clean upsLi Zefan
2009-09-09tracing: remove dead codeLi Zefan
2009-09-09tracing: do not grab lock in wakeup latency function tracingSteven Rostedt
2009-09-09ring-buffer: consolidate interface of rb_buffer_peek()Robert Richter
2009-09-06Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar
2009-09-05Linux 2.6.31-rc9Linus Torvalds
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds
2009-09-05powerpc: Fix i8259 interrupt driver kernel crash on ML510Roderick Colenbrander
2009-09-05Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds
2009-09-05Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-09-05Merge branch 'fix/oxygen' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2009-09-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds
2009-09-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2009-09-05Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-05Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2009-09-05Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2009-09-05ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre
2009-09-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-09-05pty: don't limit the writes to 'pty_space()' inside 'pty_write()'Linus Torvalds
2009-09-05n_tty: do O_ONLCR translation as a single writeLinus Torvalds
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov