Age | Commit message (Expand) | Author |
2018-05-30 | perf/core: Fix perf_output_read_group() | Peter Zijlstra |
2018-05-30 | perf/cgroup: Fix child event counting bug | Song Liu |
2018-05-16 | perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[] | Peter Zijlstra |
2018-05-16 | perf: Remove superfluous allocation error check | Jiri Olsa |
2018-05-09 | perf/core: Fix the perf_cpu_time_max_percent check | Tan Xiaojun |
2018-04-29 | perf: Return proper values for user stack errors | Jiri Olsa |
2018-04-29 | perf: Fix sample_max_stack maximum check | Jiri Olsa |
2018-04-20 | perf/core: Fix use-after-free in uprobe_perf_close() | Prashant Bhole |
2018-04-13 | perf/core: Correct event creation with PERF_FORMAT_GROUP | Peter Zijlstra |
2018-04-13 | perf/core: Fix error handling in perf_event_alloc() | Dan Carpenter |
2018-04-13 | perf/callchain: Force USER_DS when invoking perf_callchain_user() | Will Deacon |
2018-04-08 | perf/hwbp: Simplify the perf-hwbp code, fix documentation | Linus Torvalds |
2017-12-09 | perf/x86/intel: Account interrupts for PEBS errors | Jiri Olsa |
2017-10-12 | bpf: one perf event close won't free bpf program attached by another perf event | Yonghong Song |
2017-09-07 | mm, uprobes: fix multiple free of ->uprobes_state.xol_area | Eric Biggers |
2017-08-30 | perf/core: Fix group {cpu,task} validation | Mark Rutland |
2017-07-27 | Revert "perf/core: Drop kernel samples even though :u is specified" | Ingo Molnar |
2017-07-05 | perf/core: Fix sys_perf_event_open() vs. hotplug | Peter Zijlstra |
2017-06-14 | perf/core: Drop kernel samples even though :u is specified | Jin Yao |
2017-03-26 | perf/core: Fix event inheritance on fork() | Peter Zijlstra |
2017-03-26 | perf/core: Fix use-after-free in perf_release() | Peter Zijlstra |
2017-02-14 | perf/core: Fix crash in perf_event_read() | Peter Zijlstra |
2017-02-09 | perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory | Peter Zijlstra |
2017-02-09 | perf/core: Fix use-after-free bug | Peter Zijlstra |
2017-02-01 | perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race | Peter Zijlstra |
2016-12-06 | perf/core: Remove invalid warning from list_update_cgroup_even()t | David Carrillo-Cisneros |
2016-11-21 | perf/core: Fix address filter parser | Alexander Shishkin |
2016-11-15 | perf/core: Do not set cpuctx->cgrp for unscheduled cgroups | David Carrillo-Cisneros |
2016-10-28 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-10-28 | perf/powerpc: Don't call perf_event_disable() from atomic context | Jiri Olsa |
2016-10-28 | perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ... | Jiri Olsa |
2016-10-19 | mm: replace get_user_pages_remote() write/force parameters with gup_flags | Lorenzo Stoakes |
2016-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-09-23 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2016-09-22 | perf/core: Limit matching exclusive events to one PMU | Alexander Shishkin |
2016-09-10 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2016-09-10 | perf/core: Fix aux_mmap_count vs aux_refcount order | Alexander Shishkin |
2016-09-10 | perf/core: Fix a race between mmap_close() and set_output() of AUX events | Alexander Shishkin |
2016-09-06 | perf, bpf: fix conditional call to bpf_overflow_handler | Arnd Bergmann |
2016-09-05 | perf/core: Don't pass PERF_EF_START to the PMU ->start callback | Will Deacon |
2016-09-05 | Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl... | Ingo Molnar |
2016-09-05 | perf/core: Remove WARN from perf_event_read() | Peter Zijlstra |
2016-09-02 | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs | Alexei Starovoitov |
2016-08-24 | perf/core: Use this_cpu_ptr() when stopping AUX events | Will Deacon |
2016-08-18 | perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKG | David Carrillo-Cisneros |
2016-08-18 | perf/core: Generalize event->group_flags | David Carrillo-Cisneros |
2016-08-18 | bitmap.h, perf/core: Fix the mask in perf_output_sample_regs() | Madhavan Srinivasan |
2016-08-18 | Merge branch 'perf/urgent' into perf/core, to pick up dependencies | Ingo Molnar |