aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+29
2021-12-14perf: Add a counter for number of user access events in contextGravatar Rob Herring 1-0/+4
2021-11-23perf: Ignore sigtrap for tracepoints destined for other tasksGravatar Marco Elver 1-0/+3
2021-11-17perf/core: Use static_call to optimize perf_guest_info_callbacksGravatar Sean Christopherson 1-0/+15
2021-11-17perf: Force architectures to opt-in to guest callbacksGravatar Sean Christopherson 1-0/+2
2021-11-17perf: Stop pretending that perf can handle multiple guest callbacksGravatar Sean Christopherson 1-11/+4
2021-11-17perf: Protect perf_guest_cbs with RCUGravatar Sean Christopherson 1-3/+10
2021-11-11perf/core: Avoid put_page() when GUP failsGravatar Greg Thelen 1-5/+5
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-6/+1
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+30
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+2
2021-10-25perf/core: allow ftrace for functions in kernel/event/core.cGravatar Song Liu 1-5/+0
2021-10-19tracing/perf: Add interrupt_context_level() helperGravatar Steven Rostedt (VMware) 1-6/+1
2021-10-15perf/core: Allow ftrace for functions in kernel/event/core.cGravatar Song Liu 1-5/+0
2021-10-15perf/x86: Add new event for AUX output counter indexGravatar Adrian Hunter 1-0/+30
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+30
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsGravatar Song Liu 1-4/+30
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioGravatar Matthew Wilcox (Oracle) 1-1/+2
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2021-09-15events: Reuse value read using READ_ONCE instead of re-reading itGravatar Baptiste Lepers 1-1/+1
2021-09-13perf: Enable branch record for software eventsGravatar Song Liu 1-0/+2
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxGravatar Linus Torvalds 1-2/+0
2021-09-03mm: remove VM_DENYWRITEGravatar David Hildenbrand 1-2/+0
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-37/+40
2021-08-26perf/hw_breakpoint: Replace deprecated CPU-hotplug functionsGravatar Sebastian Andrzej Siewior 1-2/+2
2021-08-19bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerGravatar Yonghong Song 1-1/+4
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksGravatar Andrii Nakryiko 1-7/+14
2021-08-17bpf: Implement minimal BPF perf linkGravatar Andrii Nakryiko 1-6/+4
2021-08-17bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog inputGravatar Andrii Nakryiko 1-33/+28
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionGravatar Andrii Nakryiko 1-1/+1
2021-07-16perf: Refactor permissions check into perf_check_permission()Gravatar Marco Elver 1-26/+32
2021-07-16perf: Fix required permissions if sigtrap is requestedGravatar Marco Elver 1-1/+24
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+2
2021-06-29kernel/events/uprobes: use vma_lookup() in find_active_uprobe()Gravatar Liam Howlett 1-2/+2
2021-06-29perf: MAP_EXECUTABLE does not indicate VM_MAYEXECGravatar David Hildenbrand 1-2/+0
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+3
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-5/+19
2021-06-23perf: Fix task context PMU for HeteroGravatar Peter Zijlstra 1-1/+8
2021-06-18sched,perf,kvm: Fix preemption conditionGravatar Peter Zijlstra 1-4/+3
2021-06-01uprobes: Update uprobe_write_opcode() kernel-doc commentGravatar Qiujun Huang 1-0/+1
2021-05-31perf: Fix data race between pin_count increment/decrementGravatar Marco Elver 1-0/+2
2021-05-27perf/hw_breakpoint: Fix DocBook warnings in perf hw_breakpointGravatar Haocheng Xie 1-0/+2
2021-05-27perf/core: Fix DocBook warningsGravatar Haocheng Xie 1-0/+4
2021-05-27perf/core: Make local function perf_pmu_snapshot_aux() staticGravatar Haocheng Xie 1-4/+4
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-9/+2
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapGravatar Eric W. Biederman 1-9/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-5/+0
2021-04-22perf: Get rid of oprofile leftoversGravatar Marc Zyngier 1-5/+0
2021-04-19perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEGravatar Kan Liang 1-3/+16