aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-06-02function-graph: only allocate init tasks if it was not already doneSteven Rostedt
2009-06-02perf_counter: Use PID namespaces properlyPeter Zijlstra
2009-06-02perf_counter: Remove unused prev_state fieldPaul Mackerras
2009-06-02perf_counter: Fix cpu migration counterPaul Mackerras
2009-06-02perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras
2009-06-01ftrace: do not profile functions when disabledSteven Rostedt
2009-06-01tracing: make trace pipe recognize latency format flagSteven Rostedt
2009-06-01tracing: add exports to use __print_symbolic and __print_flags from a moduleSteven Whitehouse
2009-06-01tracing/events: introduce __dynamic_array()Li Zefan
2009-06-01tracing: combine the default tracers into one configSteven Rostedt
2009-06-01tracing: fix config options to not show when automatically selectedSteven Rostedt
2009-06-01ftrace: add kernel command line function filteringSteven Rostedt
2009-06-02tracing/stat: remove unappropriate safe walk on listFrederic Weisbecker
2009-06-02tracing/stat: do some cleanupsLi Zefan
2009-06-02tracing/stat: remember to free root nodeLi Zefan
2009-06-02tracing/stat: change dummpy_cmp() to return -1Li Zefan
2009-06-02tracing/stat: replace linked list by an rbtree for sortingFrederic Weisbecker
2009-06-02tracing/stat: replace trace_stat_session by stat_sessionFrederic Weisbecker
2009-06-02trace_workqueue: remove blank line between each cpuZhaolei
2009-06-02trace_workqueue: remove cpu_workqueue_stats->first_entryZhaolei
2009-06-02trace_workqueue: use list_for_each_entry() instead of list_for_each_entry_safe()Zhaolei
2009-06-02ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macroZhaolei
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar
2009-06-01perf_counter: Tidy up style detailsIngo Molnar
2009-06-01perf_counter: Allow software counters to count while task is not runningPaul Mackerras
2009-06-01perf_counter: Provide functions for locking and pinning the context for a taskPaul Mackerras
2009-06-01Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-05-29perf_counter: Ammend cleanup in fork() failPeter Zijlstra
2009-05-29perf_counter: Clean up task_ctx vs interruptsPeter Zijlstra
2009-05-29perf_counter: Fix COMM and MMAP events for cpu wide countersPeter Zijlstra
2009-05-29perf_counter: Robustify counter-free logicIngo Molnar
2009-05-29perf_counter: Fix cpuctx->task_ctx racesIngo Molnar
2009-05-29perf_counter: Don't swap contexts containing locked mutexPaul Mackerras
2009-05-28perf_counter: Fix race in attaching counters to tasks and exitingPaul Mackerras
2009-05-28trace: disable preemption before taking raw spinlocksHeiko Carstens
2009-05-26kmod: Release sub_info on cred allocation failure.Tetsuo Handa
2009-05-26tracing: add __print_symbolic to trace eventsSteven Rostedt
2009-05-26tracing: add __print_flags for eventsSteven Rostedt
2009-05-26perf_counter: Initialize ->oncpu properlyIngo Molnar
2009-05-26ftrace: clean up of using ftrace_event_enable_disable()Zhaolei
2009-05-26ftrace: Add task_comm support for trace_eventZhaolei
2009-05-25tracing: add trace_event_read_lock()Lai Jiangshan
2009-05-25perf_counter: fix warning & lockupIngo Molnar
2009-05-25perf_counter: Generic per counter interrupt throttlePeter Zijlstra
2009-05-25perf_counter: Fix PERF_COUNTER_CONTEXT_SWITCHES for cpu countersPeter Zijlstra
2009-05-25perf_counter: Propagate inheritance failures down the fork() pathPeter Zijlstra
2009-05-25perf_counter: Make pctrl() affect inherited counters tooPeter Zijlstra
2009-05-25perf_counter: Move child perfcounter init to after scheduler initIngo Molnar
2009-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2009-05-24async: make sure independent async domains can't accidentally entangleJames Bottomley