Age | Commit message (Expand) | Author |
2018-09-10 | perf/core: Force USER_DS when recording user stack data | Yabin Cui |
2018-09-09 | Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s... | Ingo Molnar |
2018-08-30 | perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpoint | Jiri Olsa |
2018-08-30 | perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpoint | Jiri Olsa |
2018-08-30 | perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0 | Jiri Olsa |
2018-08-30 | perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled set | Jiri Olsa |
2018-08-23 | treewide: convert ISO_8859-1 text comments to utf-8 | Arnd Bergmann |
2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-08-20 | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2018-08-14 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-08-13 | Uprobe: Additional argument arch_uprobe to uprobe_write_opcode() | Ravi Bangoria |
2018-08-13 | Uprobes: Simplify uprobe_register() body | Ravi Bangoria |
2018-07-31 | arm64: perf: Add cap_user_time aarch64 | Michael O'Farrell |
2018-07-25 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2018-07-25 | perf/core: Fix crash when using HW tracing kernel filters | Mathieu Poirier |
2018-07-25 | perf/x86/intel: Fix unwind errors from PEBS entries (mk-II) | Peter Zijlstra |
2018-07-21 | pid: Implement PIDTYPE_TGID | Eric W. Biederman |
2018-07-16 | perf, tools: Use correct articles in comments | Tobias Tefke |
2018-06-27 | perf/core: Move inline keyword at the beginning of declaration | Mathieu Malaterre |
2018-06-26 | perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check() | Frederic Weisbecker |
2018-06-26 | perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot() | Frederic Weisbecker |
2018-06-26 | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse() | Frederic Weisbecker |
2018-06-26 | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa... | Frederic Weisbecker |
2018-06-26 | perf/hw_breakpoint: Split attribute parse and commit | Frederic Weisbecker |
2018-06-26 | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar |
2018-06-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-06-22 | perf/core: Move the inline keyword at the beginning of the function declaration | Mathieu Malaterre |
2018-06-21 | perf/core: Change perf_mmap_fault() return type to 'vm_fault_t' | Souptick Joarder |
2018-06-12 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-05-25 | perf/core: Wire up compat PERF_EVENT_IOC_QUERY_BPF, PERF_EVENT_IOC_MODIFY_ATT... | Eugene Syromiatnikov |
2018-05-25 | perf/core: Fix bad use of igrab() | Song Liu |
2018-05-25 | perf/core: Fix group scheduling with mixed hw and sw events | Song Liu |
2018-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-05-24 | perf/core: add perf_get_event() to return perf_event given a struct file | Yonghong Song |
2018-05-05 | perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[] | Peter Zijlstra |
2018-05-02 | Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-04-26 | tracing: Remove igrab() iput() call from uprobes.c | Song Liu |
2018-04-17 | perf: Remove superfluous allocation error check | Jiri Olsa |
2018-04-17 | perf: Fix sample_max_stack maximum check | Jiri Olsa |
2018-04-17 | perf: Return proper values for user stack errors | Jiri Olsa |
2018-04-17 | perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE] | Alexey Budankov |
2018-04-12 | perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open() | Song Liu |
2018-04-09 | perf/core: Fix use-after-free in uprobe_perf_close() | Prashant Bhole |
2018-03-29 | perf/x86/pt, coresight: Clean up address filter structure | Alexander Shishkin |
2018-03-29 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar |
2018-03-28 | perf/hwbp: Simplify the perf-hwbp code, fix documentation | Linus Torvalds |
2018-03-24 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2018-03-20 | perf/cgroup: Fix child event counting bug | Song Liu |