Commit Graph

5770 Commits (bc835978cfb5dbb904a9d2e13804b6c343743530)

Author SHA1 Message Date
Frederic Weisbecker 83a8df618e tracing/function-graph-tracer: enhancements for the trace output 16 years ago
Steven Rostedt 4cd4262034 sched: prevent divide by zero error in cpu_avg_load_per_task 16 years ago
Lai Jiangshan 4f5a7f40dd ftrace: prevent recursion 16 years ago
Arjan van de Ven f3f47a6768 tracing: add "power-tracer": C/P state tracer to help power optimization 16 years ago
Rusty Russell 1224e376f2 sched: avoid stack var in move_task_off_dead_cpu, fix 16 years ago
Rusty Russell 3d8cbdf865 sched: convert local_cpu_mask to cpumask_var_t, fix 16 years ago
Rusty Russell bf4d83f664 sched: convert nohz struct to cpumask_var_t, fix 16 years ago
Steven Rostedt 437f24fb89 ftrace: add cpu annotation for function graph tracer 16 years ago
Steven Rostedt 660c7f9be9 ftrace: add thread comm to function graph tracer 16 years ago
Steven Rostedt e53a6319cc ftrace: let function tracing and function return run together 16 years ago
Steven Rostedt 5a45cfe1c6 ftrace: use code patching for ftrace graph tracer 16 years ago
Steven Rostedt df4fc31558 ftrace: add function tracing to single thread 16 years ago
Frederic Weisbecker 287b6e68ca tracing/function-return-tracer: set a more human readable output 16 years ago
Frederic Weisbecker fb52607afc tracing/function-return-tracer: change the name into function-graph-tracer 16 years ago
Markus Metzger 1e9b51c283 x86, bts, ftrace: a BTS ftrace plug-in prototype 16 years ago
Markus Metzger 8bba1bf5e2 x86, ftrace: call trace->open() before stopping tracing; add trace->print_header() 16 years ago
Peter Zijlstra ca109491f6 hrtimer: removing all ur callback modes 16 years ago
Ingo Molnar 7807fafa52 lockdep: fix unused function warning in kernel/lockdep.c 16 years ago
Serge Hallyn 6ded6ab9be User namespaces: use the current_user_ns() macro 16 years ago
Serge Hallyn 18b6e0414e User namespaces: set of cleanups (v2) 16 years ago
Thomas Gleixner 1acdac1046 futex: make clock selectable for FUTEX_WAIT_BITSET 16 years ago
Rusty Russell 96f874e264 sched: convert remaining old-style cpumask operators 16 years ago
Rusty Russell 0e3900e6d3 sched: convert local_cpu_mask to cpumask_var_t. 16 years ago
Rusty Russell 24600ce89a sched: convert check_preempt_equal_prio to cpumask_var_t. 16 years ago
Rusty Russell 68e74568fb sched: convert struct cpupri_vec cpumask_var_t. 16 years ago
Rusty Russell 4212823fb4 sched: convert falback_doms to cpumask_var_t. 16 years ago
Rusty Russell dcc30a35f7 sched: convert cpu_isolated_map to cpumask_var_t. 16 years ago
Rusty Russell d5dd3db1dc sched: convert sched_domain_debug to cpumask_var_t. 16 years ago
Rusty Russell 5a16f3d30c sched: convert struct (sys_)sched_setaffinity() to cpumask_var_t. 16 years ago
Rusty Russell e76bd8d985 sched: avoid stack var in move_task_off_dead_cpu 16 years ago
Rusty Russell f17c860760 sched: convert sys_sched_getaffinity() to cpumask_var_t. 16 years ago
Rusty Russell a0e902452d sched: convert rebalance_domains() to cpumask_var_t. 16 years ago
Rusty Russell 4d2732c63e sched: convert idle_balance() to cpumask_var_t. 16 years ago
Rusty Russell 7d1e6a9b95 sched: convert nohz struct to cpumask_var_t. 16 years ago
Rusty Russell c6c4927b22 sched: convert struct root_domain to cpumask_var_t. 16 years ago
Rusty Russell 6a7b3dc344 sched: convert nohz_cpu_mask to cpumask_var_t. 16 years ago
Rusty Russell 6c99e9ad47 sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmaps 16 years ago
Rusty Russell 758b2cdc6f sched: wrap sched_group and sched_domain cpumask accesses. 16 years ago
Rusty Russell 1e5ce4f4a7 sched: remove any_online_cpu() 16 years ago
Rusty Russell 3404c8d97c sched: get rid of boutique sched.c allocations, use cpumask_var_t. 16 years ago
Rusty Russell abcd083a1a sched: convert sched.c from for_each_cpu_mask to for_each_cpu. 16 years ago
Mike Travis ea6f18ed5a sched: reduce stack size requirements in kernel/sched.c 16 years ago
Petr Tesarik eccdaeafae posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_ID 16 years ago
Török Edwin 7918baa555 mutex: __used is needed for function referenced only from inline asm 16 years ago
Frederic Weisbecker 65afa5e603 tracing/function-return-tracer: free the return stack on free_task() 16 years ago
Pekka Paalanen 7ee1768ddb x86, mmiotrace: fix buffer overrun detection 16 years ago
Frederic Weisbecker eae849ca03 tracing/function-return-tracer: don't trace kfree while it frees the return stack 16 years ago
Török Edwin e38da59269 tracing/stack-tracer: avoid races accessing file 16 years ago
Török Edwin 8d26487fd4 tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT 16 years ago
Török Edwin cffa10aecb tracing/stack-tracer: fix locking and refcounts 16 years ago