| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Add ITRACE_START record to indicate that tracing has started | Alexander Shishkin | 2015-04-02 | 2 | -0/+15 |
* | perf: Add wakeup watermark control to the AUX area | Alexander Shishkin | 2015-04-02 | 1 | -0/+7 |
* | perf: Support overwrite mode for the AUX area | Alexander Shishkin | 2015-04-02 | 1 | -0/+1 |
* | perf: Add API for PMUs to write to the AUX area | Alexander Shishkin | 2015-04-02 | 1 | -1/+23 |
* | perf: Add AUX record | Alexander Shishkin | 2015-04-02 | 1 | -0/+19 |
* | perf: Add a pmu capability for "exclusive" events | Alexander Shishkin | 2015-04-02 | 1 | -0/+2 |
* | perf: Add a capability for AUX_NO_SG pmus to do software double buffering | Alexander Shishkin | 2015-04-02 | 1 | -0/+1 |
* | perf: Support high-order allocations for AUX space | Alexander Shishkin | 2015-04-02 | 1 | -0/+1 |
* | perf: Add AUX area to ring buffer for raw data streams | Peter Zijlstra | 2015-04-02 | 2 | -0/+33 |
* | perf: Add data_{offset,size} to user_page | Alexander Shishkin | 2015-04-02 | 1 | -0/+5 |
* | tracing: Allow BPF programs to call bpf_trace_printk() | Alexei Starovoitov | 2015-04-02 | 1 | -0/+1 |
* | tracing: Allow BPF programs to call bpf_ktime_get_ns() | Alexei Starovoitov | 2015-04-02 | 1 | -0/+1 |
* | tracing, perf: Implement BPF programs attached to kprobes | Alexei Starovoitov | 2015-04-02 | 3 | -0/+15 |
* | tracing: Add kprobe flag | Alexei Starovoitov | 2015-04-02 | 1 | -0/+3 |
* | bpf: Make internal bpf API independent of CONFIG_BPF_SYSCALL #ifdefs | Daniel Borkmann | 2015-04-02 | 1 | -4/+16 |
* | perf: Add per event clockid support | Peter Zijlstra | 2015-03-27 | 2 | -3/+5 |
* | Merge branch 'perf/core' into perf/timer, before applying new changes | Ingo Molnar | 2015-03-27 | 2 | -19/+100 |
|\ |
|
| * | Merge branch 'perf/x86' into perf/core, because it's ready | Ingo Molnar | 2015-03-27 | 1 | -2/+48 |
| |\ |
|
| | * | perf: Remove type specific target pointers | Peter Zijlstra | 2015-03-23 | 2 | -4/+1 |
| | * | perf/x86/intel: Support task events with Intel CQM | Matt Fleming | 2015-02-25 | 2 | -0/+2 |
| | * | perf/x86/intel: Add Intel Cache QoS Monitoring support | Matt Fleming | 2015-02-25 | 1 | -0/+7 |
| | * | perf: Add ->count() function to read per-package counters | Matt Fleming | 2015-02-25 | 1 | -0/+10 |
| | * | perf: Make perf_cgroup_from_task() global | Matt Fleming | 2015-02-25 | 1 | -0/+30 |
| * | | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th... | Ingo Molnar | 2015-03-27 | 44 | -89/+271 |
| |\ \ |
|
| * \ \ | Merge tag 'v4.0-rc1' into perf/core, to refresh the tree | Ingo Molnar | 2015-02-26 | 513 | -4486/+12816 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | perf, powerpc: Fix up flush_branch_stack() users | Peter Zijlstra | 2015-02-18 | 1 | -5/+0 |
| * | | | perf/x86/intel: Expose LBR callstack to user space tooling | Peter Zijlstra | 2015-02-18 | 1 | -8/+8 |
| * | | | perf: Simplify the branch stack check | Yan, Zheng | 2015-02-18 | 1 | -0/+5 |
| * | | | perf: Add pmu specific data for perf task context | Yan, Zheng | 2015-02-18 | 1 | -0/+6 |
| * | | | perf/x86/intel: Use context switch callback to flush LBR stack | Yan, Zheng | 2015-02-18 | 1 | -1/+0 |
| * | | | perf: Introduce pmu context switch callback | Yan, Zheng | 2015-02-18 | 1 | -0/+9 |
| * | | | perf/x86/intel: Reduce lbr_sel_map[] size | Yan, Zheng | 2015-02-18 | 1 | -14/+35 |
* | | | | Merge branch 'timers/core' into perf/timer, to apply dependent patch | Ingo Molnar | 2015-03-27 | 4 | -18/+50 |
|\ \ \ \ |
|
| * | | | | time: Add ktime_get_tai_ns() | Peter Zijlstra | 2015-03-27 | 1 | -0/+5 |
| * | | | | time: Introduce tk_fast_raw | Peter Zijlstra | 2015-03-27 | 1 | -0/+1 |
| * | | | | time: Add timerkeeper::tkr_raw | Peter Zijlstra | 2015-03-27 | 1 | -2/+2 |
| * | | | | time: Rename timekeeper::tkr to timekeeper::tkr_mono | Peter Zijlstra | 2015-03-27 | 1 | -6/+6 |
| * | | | | clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq... | John Stultz | 2015-03-13 | 1 | -5/+5 |
| * | | | | clocksource: Mostly kill clocksource_register() | John Stultz | 2015-03-13 | 1 | -1/+9 |
| * | | | | clocksource: Add 'max_cycles' to 'struct clocksource' | John Stultz | 2015-03-12 | 1 | -2/+3 |
| * | | | | Merge tag 'v4.0-rc2' into timers/core, to refresh the tree before pulling mor... | Ingo Molnar | 2015-03-04 | 520 | -4538/+13023 |
| |\ \ \ \ |
|
| * | | | | | clockevents: Introduce mode specific callbacks | Viresh Kumar | 2015-02-18 | 1 | -2/+19 |
* | | | | | | mm: numa: slow PTE scan rate if migration failures occur | Mel Gorman | 2015-03-25 | 1 | -4/+5 |
* | | | | | | Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-03-24 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | ata: Add a new flag to destinguish sas controller | Shaohua Li | 2015-03-19 | 1 | -0/+1 |
* | | | | | | | Merge tag 'regulator-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-03-24 | 2 | -1/+4 |
|\ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ | Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/palmas'... | Mark Brown | 2015-03-23 | 2 | -1/+4 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| | | * | | | | | | regulator: palmas: Correct TPS659038 register definition for REGEN2 | Keerthy | 2015-03-17 | 1 | -0/+3 |
| | | | |_|_|_|/
| | | |/| | | | |
|
| | * / | | | | | regulator: Fix documentation for regmap in the config | Axel Lin | 2015-03-18 | 1 | -1/+1 |
| | |/ / / / / |
|
* | | | | | | | Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-03-24 | 1 | -62/+61 |
|\ \ \ \ \ \ \ |
|