aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-06-02function-graph: always initialize task ret_stackSteven Rostedt1-2/+4
2009-06-02function-graph: move initialization of new tasks up in forkSteven Rostedt1-6/+4
2009-06-02hw-breakpoints: ftrace plugin for kernel symbol tracing using HW Breakpoint i...K.Prasad5-0/+623
2009-06-02hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad2-0/+379
2009-06-02perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra1-58/+58
2009-06-02perf_counter: Add ioctl for changing the sample period/frequencyPeter Zijlstra1-0/+41
2009-06-02perf_counter: Change data head from u32 to u64Peter Zijlstra1-7/+8
2009-06-02perf_counter: Rename various fieldsPeter Zijlstra1-52/+52
2009-06-02perf_counter: Add unique counter idPeter Zijlstra1-2/+7
2009-06-02function-graph: add memory barriers for accessing task's ret_stackSteven Rostedt1-4/+4
2009-06-02function-graph: enable the stack after initialization of other variablesSteven Rostedt2-2/+13
2009-06-02function-graph: only allocate init tasks if it was not already doneSteven Rostedt1-2/+4
2009-06-02perf_counter: Use PID namespaces properlyPeter Zijlstra1-8/+34
2009-06-02perf_counter: Remove unused prev_state fieldPaul Mackerras1-4/+0
2009-06-02perf_counter: Fix cpu migration counterPaul Mackerras2-53/+22
2009-06-02perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras2-2/+8
2009-06-01ftrace: do not profile functions when disabledSteven Rostedt1-2/+6
2009-06-01tracing: make trace pipe recognize latency format flagSteven Rostedt1-0/+3
2009-06-01tracing: add exports to use __print_symbolic and __print_flags from a moduleSteven Whitehouse1-0/+3
2009-06-01tracing/events: introduce __dynamic_array()Li Zefan1-3/+3
2009-06-01tracing: combine the default tracers into one configSteven Rostedt1-16/+3
2009-06-01tracing: fix config options to not show when automatically selectedSteven Rostedt1-15/+28
2009-06-01ftrace: add kernel command line function filteringSteven Rostedt1-0/+42
2009-06-02tracing/stat: remove unappropriate safe walk on listFrederic Weisbecker1-2/+2
2009-06-02tracing/stat: do some cleanupsLi Zefan1-33/+21
2009-06-02tracing/stat: remember to free root nodeLi Zefan1-2/+2
2009-06-02tracing/stat: change dummpy_cmp() to return -1Li Zefan1-1/+1
2009-06-02tracing/stat: replace linked list by an rbtree for sortingFrederic Weisbecker1-40/+100
2009-06-02tracing/stat: replace trace_stat_session by stat_sessionFrederic Weisbecker1-14/+14
2009-06-02trace_workqueue: remove blank line between each cpuZhaolei1-7/+0
2009-06-02trace_workqueue: remove cpu_workqueue_stats->first_entryZhaolei1-4/+0
2009-06-02trace_workqueue: use list_for_each_entry() instead of list_for_each_entry_safe()Zhaolei1-6/+4
2009-06-02ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macroZhaolei2-10/+3
2009-06-01Merge branch 'irq/numa' into x86/mce3H. Peter Anvin8-78/+70
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar13-94/+62
2009-06-01perf_counter: Tidy up style detailsIngo Molnar1-18/+21
2009-06-01perf_counter: Allow software counters to count while task is not runningPaul Mackerras1-6/+42
2009-06-01perf_counter: Provide functions for locking and pinning the context for a taskPaul Mackerras1-54/+74
2009-06-01Merge branch 'linus' into perfcounters/coreIngo Molnar10-67/+59
2009-05-29perf_counter: Ammend cleanup in fork() failPeter Zijlstra2-4/+41
2009-05-29perf_counter: Clean up task_ctx vs interruptsPeter Zijlstra1-32/+50
2009-05-29perf_counter: Fix COMM and MMAP events for cpu wide countersPeter Zijlstra1-8/+4
2009-05-29perf_counter: Robustify counter-free logicIngo Molnar1-0/+4
2009-05-29perf_counter: Fix cpuctx->task_ctx racesIngo Molnar1-8/+20
2009-05-29perf_counter: Don't swap contexts containing locked mutexPaul Mackerras1-10/+79
2009-05-28Export add_timer_on for modulesAndi Kleen1-0/+1
2009-05-28perf_counter: Fix race in attaching counters to tasks and exitingPaul Mackerras1-60/+145
2009-05-28trace: disable preemption before taking raw spinlocksHeiko Carstens1-0/+2
2009-05-27NOHZ: Properly feed cpufreq ondemand governorEero Nurkkala1-3/+9
2009-05-26kmod: Release sub_info on cred allocation failure.Tetsuo Handa1-1/+3