aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-23
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-03-23
|\
| * perf: Adding sysfs group format attribute for pmu deviceJiri Olsa2012-03-16
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-03-22
|\ \
| * | tracing: Move the tracing_on/off() declarations into CONFIG_TRACINGSteven Rostedt2012-03-20
| * | perf: Add ifdef to remove unused enum switch warningsJiri Olsa2012-03-14
| * | tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt2012-02-22
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-20
|\ \ \
| * | | math: Introduce div64_longSasha Levin2012-03-15
| * | | Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-02-15
| |\ \ \
| | * | | ntp: Access tick_length variable via ntp_tick_length()John Stultz2012-01-26
| | * | | ntp: Cleanup timex.hJohn Stultz2012-01-26
| * | | | Merge branch 'fortglx/3.4/clocksource' of git://git.linaro.org/people/jstultz...Thomas Gleixner2012-02-15
| |\ \ \ \
| | * | | | clocksource: Get rid of clocksource_calc_mult_shift()Yong Zhang2012-02-01
| | |/ / /
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-20
|\ \ \ \ \
| * | | | | sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2012-03-13
| * | | | | Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-13
| |\ \ \ \ \
| * | | | | | printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra2012-03-12
| * | | | | | sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto2012-03-02
| * | | | | | sched/rt: Do not submit new work when PI-blockedThomas Gleixner2012-03-01
| * | | | | | sched/wait: Add __wake_up_all_locked() APIThomas Gleixner2012-03-01
| * | | | | | sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2012-03-01
| * | | | | | sched/rt: Add schedule_preempt_disabled()Thomas Gleixner2012-03-01
| * | | | | | Merge branch 'linus' into sched/coreIngo Molnar2012-03-01
| |\ \ \ \ \ \
| * | | | | | | sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-22
| * | | | | | | sched: Turn lock_task_sighand() into a static inlineAnton Vorontsov2012-02-11
| * | | | | | | sched: Ensure cpu_power periodic updateVincent Guittot2012-01-27
| * | | | | | | sched, block: Unify cache detectionPeter Zijlstra2012-01-27
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-20
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-12
| |\ \ \ \ \ \ \
| | * | | | | | | perf: Add ABI reference sizesStephane Eranian2012-03-09
| | * | | | | | | perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-05
| | * | | | | | | perf: Add generic taken branch sampling supportStephane Eranian2012-03-05
| * | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-12
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | / / / / | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-05
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | static keys: Inline the static_key_enabled() functionJason Baron2012-02-28
| * | | | | | | Merge branch 'perf/jump-labels' into perf/coreIngo Molnar2012-02-28
| |\ \ \ \ \ \ \
| | * | | | | | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-24
| * | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-02-27
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | ftrace, perf: Add filter support for function trace eventJiri Olsa2012-02-21
| | * | | | | | | ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa2012-02-21
| | * | | | | | | ftrace, perf: Add support to use function tracepoint in perfJiri Olsa2012-02-21
| | * | | | | | | ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-21
| | * | | | | | | ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-21
| | * | | | | | | ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2012-02-21
| | |/ / / / / /
| * / / / / / / tracepoint, vfs, sched: Add exec() tracepointDavid Smith2012-02-23
| |/ / / / / /
| * | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-02-17
| |\ \ \ \ \ \
| | * | | | | | printk/tracing: Add console output tracingJohannes Berg2012-02-13
| | * | | | | | x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()Steven Rostedt2012-02-13
| | * | | | | | tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_i...Steven Rostedt2012-02-13