summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf: Move mmap page data_head offset assertion out of headerJiri Olsa2012-03-241-7/+0
* perf: Fix mmap_page capabilities and docsPeter Zijlstra2012-03-231-10/+73
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-03-231-0/+14
|\
| * perf: Adding sysfs group format attribute for pmu deviceJiri Olsa2012-03-161-0/+14
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-03-223-6/+14
|\ \
| * | tracing: Move the tracing_on/off() declarations into CONFIG_TRACINGSteven Rostedt2012-03-201-6/+9
| * | perf: Add ifdef to remove unused enum switch warningsJiri Olsa2012-03-141-0/+2
| * | tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt2012-02-221-0/+3
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-203-23/+5
|\ \ \
| * | | math: Introduce div64_longSasha Levin2012-03-151-0/+4
| * | | Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-02-151-16/+1
| |\ \ \
| | * | | ntp: Access tick_length variable via ntp_tick_length()John Stultz2012-01-271-1/+1
| | * | | ntp: Cleanup timex.hJohn Stultz2012-01-271-15/+0
| * | | | Merge branch 'fortglx/3.4/clocksource' of git://git.linaro.org/people/jstultz...Thomas Gleixner2012-02-151-7/+0
| |\ \ \ \
| | * | | | clocksource: Get rid of clocksource_calc_mult_shift()Yong Zhang2012-02-021-7/+0
| | |/ / /
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-206-11/+65
|\ \ \ \ \
| * | | | | sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2012-03-131-0/+13
| * | | | | Merge tag 'v3.3-rc7' into sched/coreIngo Molnar2012-03-1315-64/+74
| |\ \ \ \ \
| * | | | | | printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra2012-03-121-0/+10
| * | | | | | sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto2012-03-021-1/+1
| * | | | | | sched/rt: Do not submit new work when PI-blockedThomas Gleixner2012-03-011-0/+8
| * | | | | | sched/wait: Add __wake_up_all_locked() APIThomas Gleixner2012-03-011-2/+3
| * | | | | | sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2012-03-011-1/+4
| * | | | | | sched/rt: Add schedule_preempt_disabled()Thomas Gleixner2012-03-011-0/+1
| * | | | | | Merge branch 'linus' into sched/coreIngo Molnar2012-03-0161-446/+302
| |\ \ \ \ \ \
| * | | | | | | sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-222-1/+7
| * | | | | | | sched: Turn lock_task_sighand() into a static inlineAnton Vorontsov2012-02-111-6/+9
| * | | | | | | sched: Ensure cpu_power periodic updateVincent Guittot2012-01-271-0/+1
| * | | | | | | sched, block: Unify cache detectionPeter Zijlstra2012-01-271-0/+8
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-2014-138/+425
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-121-5/+77
| |\ \ \ \ \ \ \
| | * | | | | | | perf: Add ABI reference sizesStephane Eranian2012-03-091-0/+2
| | * | | | | | | perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-051-1/+8
| | * | | | | | | perf: Add generic taken branch sampling supportStephane Eranian2012-03-051-4/+67
| * | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-1215-64/+74
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | / / / / | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-0549-118/+280
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | static keys: Inline the static_key_enabled() functionJason Baron2012-02-281-6/+5
| * | | | | | | Merge branch 'perf/jump-labels' into perf/coreIngo Molnar2012-02-287-57/+119
| |\ \ \ \ \ \ \
| | * | | | | | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-247-57/+119
| * | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-02-273-5/+80
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | ftrace, perf: Add filter support for function trace eventJiri Olsa2012-02-211-3/+4
| | * | | | | | | ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa2012-02-211-0/+1
| | * | | | | | | ftrace, perf: Add support to use function tracepoint in perfJiri Olsa2012-02-211-0/+3
| | * | | | | | | ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-211-0/+2
| | * | | | | | | ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-211-2/+4
| | * | | | | | | ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2012-02-211-0/+66
| | |/ / / / / /
| * / / / / / / tracepoint, vfs, sched: Add exec() tracepointDavid Smith2012-02-231-0/+27
| |/ / / / / /
| * | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-02-175-12/+64
| |\ \ \ \ \ \
| | * | | | | | printk/tracing: Add console output tracingJohannes Berg2012-02-131-0/+41
| | * | | | | | x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()Steven Rostedt2012-02-131-0/+2