Age | Commit message (Expand) | Author |
2017-10-27 | perf/core: Fix perf_event_read_value() locking | Peter Zijlstra |
2017-10-27 | perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf eve... | Yonghong Song |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland |
2017-10-25 | bpf: permit multiple bpf attachments for a single perf event | Yonghong Song |
2017-10-25 | bpf: use the same condition in perf event set/free bpf handler | Yonghong Song |
2017-10-24 | locking/barriers: Convert users of lockless_dereference() to READ_ONCE() | Will Deacon |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-20 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2017-10-18 | perf/core: Export AUX buffer helpers to modules | Will Deacon |
2017-10-16 | perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi... | Peter Zijlstra |
2017-10-10 | perf/core: Fix cgroup time when scheduling descendants | leilei.lin |
2017-10-10 | perf/core: Avoid freeing static PMU contexts when PMU is unregistered | Will Deacon |
2017-10-07 | bpf: perf event change needed for subsequent bpf helpers | Yonghong Song |
2017-09-29 | perf/core: Explain perf_sched_mutex | Alexander Shishkin |
2017-09-29 | perf/aux: Only update ->aux_wakeup in non-overwrite mode | Alexander Shishkin |
2017-09-20 | bpf: one perf event close won't free bpf program attached by another perf event | Yonghong Song |
2017-09-06 | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2017-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-09-04 | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2017-09-04 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2017-09-03 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-31 | mm, uprobes: fix multiple free of ->uprobes_state.xol_area | Eric Biggers |
2017-08-29 | perf/core, x86: Add PERF_SAMPLE_PHYS_ADDR | Kan Liang |
2017-08-29 | perf/core, pt, bts: Get rid of itrace_started | Alexander Shishkin |
2017-08-29 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2017-08-29 | perf/ftrace: Fix double traces of perf on ftrace:function | Zhou Chengming |
2017-08-29 | perf/core: Fix potential double-fetch bug | Meng Xu |
2017-08-25 | tracing, perf: Adjust code layout in get_recursion_context() | Jesper Dangaard Brouer |
2017-08-25 | perf/core: Don't report zero PIDs for exiting tasks | Oleg Nesterov |
2017-08-25 | perf/aux: Ensure aux_wakeup represents most recent wakeup index | Will Deacon |
2017-08-25 | perf/aux: Make aux_{head,wakeup} ring_buffer members long | Will Deacon |
2017-08-25 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2017-08-25 | perf/core: Fix group {cpu,task} validation | Mark Rutland |
2017-08-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-10 | perf/core: Reduce context switch overhead | leilei.lin |
2017-08-10 | perf/core: Fix time on IOC_ENABLE | Peter Zijlstra |
2017-08-10 | perf/x86: Fix RDPMC vs. mm_struct tracking | Peter Zijlstra |
2017-08-07 | bpf: add support for sys_enter_* and sys_exit_* tracepoints | Yonghong Song |
2017-08-01 | x86/perf/cqm: Wipe out perf based cqm | Vikas Shivappa |
2017-07-21 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-07-21 | cgroup: implement cgroup v2 thread support | Tejun Heo |
2017-07-21 | perf/core: Fix locking for children siblings group read | Jiri Olsa |
2017-07-20 | perf/core: Fix scheduling regression of pinned groups | Alexander Shishkin |
2017-07-11 | Revert "perf/core: Drop kernel samples even though :u is specified" | Ingo Molnar |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-07-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-07-03 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-21 | perf/aux: Correct return code of rb_alloc_aux() if !has_aux(ev) | Hendrik Brueckner |