Age | Commit message (Expand) | Author | Files | Lines |
2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2018-08-15 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+2 |
2018-07-31 | arm64: perf: Add cap_user_time aarch64 | Michael O'Farrell | 1 | -2/+2 |
2018-07-25 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -3/+9 |
2018-07-25 | perf/core: Fix crash when using HW tracing kernel filters | Mathieu Poirier | 1 | -0/+4 |
2018-07-25 | perf/x86/intel: Fix unwind errors from PEBS entries (mk-II) | Peter Zijlstra | 1 | -2/+4 |
2018-07-21 | pid: Implement PIDTYPE_TGID | Eric W. Biederman | 1 | -1/+1 |
2018-07-16 | perf, tools: Use correct articles in comments | Tobias Tefke | 1 | -8/+8 |
2018-06-27 | perf/core: Move inline keyword at the beginning of declaration | Mathieu Malaterre | 1 | -1/+1 |
2018-06-21 | perf/core: Change perf_mmap_fault() return type to 'vm_fault_t' | Souptick Joarder | 1 | -2/+2 |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+8 |
2018-05-25 | perf/core: Wire up compat PERF_EVENT_IOC_QUERY_BPF, PERF_EVENT_IOC_MODIFY_ATT... | Eugene Syromiatnikov | 1 | -0/+2 |
2018-05-25 | perf/core: Fix bad use of igrab() | Song Liu | 1 | -12/+9 |
2018-05-25 | perf/core: Fix group scheduling with mixed hw and sw events | Song Liu | 1 | -10/+11 |
2018-05-25 | perf/core: add perf_get_event() to return perf_event given a struct file | Yonghong Song | 1 | -0/+8 |
2018-04-17 | perf: Return proper values for user stack errors | Jiri Olsa | 1 | -2/+2 |
2018-04-17 | perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE] | Alexey Budankov | 1 | -0/+4 |
2018-04-12 | perf/core: Need CAP_SYS_ADMIN to create k/uprobe with perf_event_open() | Song Liu | 1 | -0/+8 |
2018-04-09 | perf/core: Fix use-after-free in uprobe_perf_close() | Prashant Bhole | 1 | -0/+6 |
2018-03-29 | perf/x86/pt, coresight: Clean up address filter structure | Alexander Shishkin | 1 | -8/+18 |
2018-03-24 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -5/+16 |
2018-03-20 | perf/cgroup: Fix child event counting bug | Song Liu | 1 | -5/+16 |
2018-03-19 | Merge tag 'v4.16-rc6' into perf/core, to pick up fixes | Ingo Molnar | 1 | -1/+3 |
2018-03-16 | perf/core: Clear sibling list of detached events | Mark Rutland | 1 | -1/+1 |
2018-03-16 | perf: Fix sibling iteration | Peter Zijlstra | 1 | -18/+16 |
2018-03-13 | perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTES | Milind Chabbi | 1 | -0/+48 |
2018-03-13 | perf/core: Move perf_event_attr::sample_max_stack into perf_copy_attr() | Jiri Olsa | 1 | -3/+3 |
2018-03-12 | perf/core: Fix installing cgroup events on CPU | leilei.lin | 1 | -11/+35 |
2018-03-12 | perf/core: Optimize perf_rotate_context() event scheduling | Peter Zijlstra | 1 | -23/+37 |
2018-03-12 | perf/core: Fix tree based event rotation | Peter Zijlstra | 1 | -26/+18 |
2018-03-12 | perf/core: Simpify perf_event_groups_for_each() | Peter Zijlstra | 1 | -7/+7 |
2018-03-12 | perf/core: Optimize ctx_sched_out() | Peter Zijlstra | 1 | -24/+29 |
2018-03-12 | perf/core: Remove perf_event::group_entry | Peter Zijlstra | 1 | -19/+18 |
2018-03-12 | perf/core: Fix event schedule order | Peter Zijlstra | 1 | -49/+108 |
2018-03-12 | perf/core: Cleanup the rb-tree code | Peter Zijlstra | 1 | -44/+40 |
2018-03-12 | perf/cor: Use RB trees for pinned/flexible groups | Alexey Budankov | 1 | -53/+254 |
2018-03-12 | perf/core: Fix perf_output_read_group() | Peter Zijlstra | 1 | -1/+2 |
2018-03-09 | perf/core: Fix ctx_event_type in ctx_resched() | Song Liu | 1 | -1/+3 |
2018-02-17 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -2/+13 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
2018-02-06 | perf/core: Implement the 'perf_uprobe' PMU | Song Liu | 1 | -1/+47 |
2018-02-06 | perf/core: Implement the 'perf_kprobe' PMU | Song Liu | 1 | -35/+107 |
2018-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+10 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2018-01-31 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+1 |
2018-01-30 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -15/+39 |
2018-01-25 | perf/core: Fix ctx::mutex deadlock | Peter Zijlstra | 1 | -1/+7 |
2018-01-25 | perf/core: Fix another perf,trace,cpuhp lock inversion | Peter Zijlstra | 1 | -2/+24 |
2018-01-25 | perf/core: Fix lock inversion between perf,trace,cpuhp | Peter Zijlstra | 1 | -2/+11 |
2018-01-08 | perf: Return empty callchain instead of NULL | Jiri Olsa | 1 | -18/+12 |