| Commit message (Expand) | Author | Age | Files | Lines |
* | perf: Add AUX record | Alexander Shishkin | 2015-04-02 | 3 | -0/+56 |
* | perf: Add a pmu capability for "exclusive" events | Alexander Shishkin | 2015-04-02 | 2 | -2/+119 |
* | perf: Add a capability for AUX_NO_SG pmus to do software double buffering | Alexander Shishkin | 2015-04-02 | 2 | -1/+15 |
* | perf: Support high-order allocations for AUX space | Alexander Shishkin | 2015-04-02 | 2 | -6/+51 |
* | perf: Add AUX area to ring buffer for raw data streams | Peter Zijlstra | 2015-04-02 | 5 | -29/+265 |
* | perf: Add data_{offset,size} to user_page | Alexander Shishkin | 2015-04-02 | 2 | -0/+7 |
* | bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ... | Ingo Molnar | 2015-04-02 | 3 | -2/+10 |
* | samples/bpf: Add kmem_alloc()/free() tracker tool | Alexei Starovoitov | 2015-04-02 | 3 | -0/+127 |
* | samples/bpf: Add IO latency analysis (iosnoop/heatmap) tool | Alexei Starovoitov | 2015-04-02 | 3 | -0/+243 |
* | samples/bpf: Add counting example for kfree_skb() function calls and the writ... | Alexei Starovoitov | 2015-04-02 | 3 | -0/+185 |
* | samples/bpf: Add simple non-portable kprobe filter example | Alexei Starovoitov | 2015-04-02 | 10 | -12/+224 |
* | tracing: Allow BPF programs to call bpf_trace_printk() | Alexei Starovoitov | 2015-04-02 | 2 | -0/+79 |
* | tracing: Allow BPF programs to call bpf_ktime_get_ns() | Alexei Starovoitov | 2015-04-02 | 2 | -0/+15 |
* | tracing, perf: Implement BPF programs attached to kprobes | Alexei Starovoitov | 2015-04-02 | 8 | -1/+219 |
* | tracing: Add kprobe flag | Alexei Starovoitov | 2015-04-02 | 2 | -1/+4 |
* | bpf: Make internal bpf API independent of CONFIG_BPF_SYSCALL #ifdefs | Daniel Borkmann | 2015-04-02 | 1 | -4/+16 |
* | Merge branch 'perf/timer' into perf/core | Ingo Molnar | 2015-04-02 | 116 | -861/+1813 |
|\ |
|
| * | perf: Add per event clockid support | Peter Zijlstra | 2015-03-27 | 4 | -8/+91 |
| * | Merge branch 'perf/core' into perf/timer, before applying new changes | Ingo Molnar | 2015-03-27 | 236 | -2408/+7925 |
| |\ |
|
| * \ | Merge branch 'timers/core' into perf/timer, to apply dependent patch | Ingo Molnar | 2015-03-27 | 21 | -360/+703 |
| |\ \ |
|
| | * | | time: Add ktime_get_tai_ns() | Peter Zijlstra | 2015-03-27 | 1 | -0/+5 |
| | * | | time: Introduce tk_fast_raw | Peter Zijlstra | 2015-03-27 | 2 | -0/+14 |
| | * | | time: Parametrize all tk_fast_mono users | Peter Zijlstra | 2015-03-27 | 1 | -10/+15 |
| | * | | time: Add timerkeeper::tkr_raw | Peter Zijlstra | 2015-03-27 | 2 | -24/+21 |
| | * | | time: Rename timekeeper::tkr to timekeeper::tkr_mono | Peter Zijlstra | 2015-03-27 | 7 | -126/+126 |
| | * | | timers, sched/clock: Clean up the code a bit | Ingo Molnar | 2015-03-27 | 1 | -51/+56 |
| | * | | timers, sched/clock: Avoid deadlock during read from NMI | Daniel Thompson | 2015-03-27 | 1 | -35/+68 |
| | * | | timers, sched/clock: Remove redundant notrace from update function | Daniel Thompson | 2015-03-27 | 1 | -1/+1 |
| | * | | timers, sched/clock: Remove suspend from clock_read_data() | Daniel Thompson | 2015-03-27 | 1 | -15/+25 |
| | * | | timers, sched/clock: Optimize cache line usage | Daniel Thompson | 2015-03-27 | 1 | -35/+77 |
| | * | | timers, sched/clock: Match scope of read and write seqcounts | Daniel Thompson | 2015-03-27 | 1 | -15/+11 |
| | * | | Merge branch 'timers/urgent' into timers/core, to pick up fixes before applyi... | Ingo Molnar | 2015-03-17 | 2 | -6/+6 |
| | |\ \ |
|
| | * | | | clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq... | John Stultz | 2015-03-13 | 6 | -14/+15 |
| | * | | | clocksource: Add some debug info about clocksources being registered | John Stultz | 2015-03-13 | 1 | -0/+3 |
| | * | | | clocksource, sparc32: Convert to using clocksource_register_hz() | John Stultz | 2015-03-13 | 1 | -5/+1 |
| | * | | | clocksource: Mostly kill clocksource_register() | John Stultz | 2015-03-13 | 5 | -52/+47 |
| | * | | | clocksource: Improve clocksource watchdog reporting | John Stultz | 2015-03-13 | 1 | -9/+9 |
| | * | | | timekeeping: Add warnings when overflows or underflows are observed | John Stultz | 2015-03-13 | 1 | -7/+57 |
| | * | | | timekeeping: Try to catch clocksource delta underflows | John Stultz | 2015-03-13 | 1 | -0/+7 |
| | * | | | timekeeping: Add checks to cap clocksource reads to the 'max_cycles' value | John Stultz | 2015-03-13 | 1 | -14/+35 |
| | * | | | timekeeping: Add debugging checks to warn if we see delays | John Stultz | 2015-03-13 | 3 | -0/+42 |
| | * | | | clocksource: Add 'max_cycles' to 'struct clocksource' | John Stultz | 2015-03-12 | 3 | -15/+20 |
| | * | | | clocksource: Simplify the logic around clocksource wrapping safety margins | John Stultz | 2015-03-12 | 2 | -16/+14 |
| | * | | | clocksource: Simplify the clocks_calc_max_nsecs() logic | John Stultz | 2015-03-12 | 1 | -12/+3 |
| | * | | | Merge tag 'v4.0-rc2' into timers/core, to refresh the tree before pulling mor... | Ingo Molnar | 2015-03-04 | 8789 | -200491/+378180 |
| | |\ \ \ |
|
| | * | | | | clockevents: Introduce mode specific callbacks | Viresh Kumar | 2015-02-18 | 3 | -7/+134 |
| * | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2015-03-26 | 3 | -34/+35 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge tag 'drm-intel-fixes-2015-03-26' of git://anongit.freedesktop.org/drm-i... | Dave Airlie | 2015-03-26 | 2 | -19/+32 |
| | |\ \ \ \ \ |
|
| | | * | | | | | drm/i915: Fixup legacy plane->crtc link for initial fb config | Daniel Vetter | 2015-03-26 | 1 | -0/+2 |
| | | * | | | | | drm/i915: Fix atomic state when reusing the firmware fb | Damien Lespiau | 2015-03-26 | 1 | -2/+9 |