aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-09-04ring-buffer: do not swap buffers during a commitSteven Rostedt
2009-09-04ring-buffer: do not reset while in a commitSteven Rostedt
2009-08-31tracing/filters: Defer pred allocationLi Zefan
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra
2009-08-29Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar
2009-08-28perf_counters: Increase paranoia levelIngo Molnar
2009-08-27tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt
2009-08-27tracing: remove legacy select of MARKERS by context switch tracingSteven Rostedt
2009-08-27module: workaround duplicate section namesJames Bottomley
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron
2009-08-26tracing: Don't trace kernel thread syscallsHendrik Brueckner
2009-08-26tracing: Check invalid syscall nr while tracing syscallsHendrik Brueckner
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei
2009-08-26tracing/filters: Support filtering for char * stringsLi Zefan
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone
2009-08-26tracing: Make syscall tracepoints conditionalJosh Stone
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone
2009-08-25Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-08-25Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-08-25tracing: Eliminate code duplication in kernel/tracepoint.cAnirban Sinha
2009-08-21perf_counter: Fix typo in read() output generationPeter Zijlstra
2009-08-20tracing/syscalls: Fix the output of syscalls with no argumentsLi Zefan
2009-08-19Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds
2009-08-19clockevent: Prevent dead lock on clockevents_lockSuresh Siddha
2009-08-19tracing/syscalls: Add filtering supportLi Zefan
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan
2009-08-19tracing/syscalls: Add fields format for exit eventsLi Zefan
2009-08-19tracing/syscalls: Fix fields format for enter eventsLi Zefan
2009-08-18tracing: handle broken names in ftrace filterJiri Olsa
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro
2009-08-18Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner
2009-08-18perf_counter: Fix the PARISC buildIngo Molnar
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei
2009-08-17timers: Drop write permission on /proc/timer_listAmerigo Wang
2009-08-17perf_counter: Check task on counter read IPIPaul Mackerras
2009-08-17ftrace: Simplify seqfile codeLi Zefan
2009-08-17trace_stack: Simplify seqfile codeLi Zefan
2009-08-17trace_stat: Fix missing entry in stat fileLi Zefan
2009-08-17tracing/syscalls: Fix to print parameter typesLi Zefan
2009-08-17tracing/events: Add module tracepointsLi Zefan