aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-2/+0
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand1-2/+0
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-37/+40
2021-08-26perf/hw_breakpoint: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-08-19bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerYonghong Song1-1/+4
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko1-7/+14
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko1-6/+4
2021-08-17bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog inputAndrii Nakryiko1-33/+28
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2021-07-16perf: Refactor permissions check into perf_check_permission()Marco Elver1-26/+32
2021-07-16perf: Fix required permissions if sigtrap is requestedMarco Elver1-1/+24
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+2
2021-06-29kernel/events/uprobes: use vma_lookup() in find_active_uprobe()Liam Howlett1-2/+2
2021-06-29perf: MAP_EXECUTABLE does not indicate VM_MAYEXECDavid Hildenbrand1-2/+0
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+3
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+19
2021-06-23perf: Fix task context PMU for HeteroPeter Zijlstra1-1/+8
2021-06-18sched,perf,kvm: Fix preemption conditionPeter Zijlstra1-4/+3
2021-06-01uprobes: Update uprobe_write_opcode() kernel-doc commentQiujun Huang1-0/+1
2021-05-31perf: Fix data race between pin_count increment/decrementMarco Elver1-0/+2
2021-05-27perf/hw_breakpoint: Fix DocBook warnings in perf hw_breakpointHaocheng Xie1-0/+2
2021-05-27perf/core: Fix DocBook warningsHaocheng Xie1-0/+4
2021-05-27perf/core: Make local function perf_pmu_snapshot_aux() staticHaocheng Xie1-4/+4
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-9/+2
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman1-9/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+0
2021-04-22perf: Get rid of oprofile leftoversMarc Zyngier1-5/+0
2021-04-19perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang1-3/+16
2021-04-16perf: Add support for SIGTRAP on perf eventsMarco Elver1-1/+48
2021-04-16perf: Add support for event removal on execMarco Elver1-8/+62
2021-04-16perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver1-7/+14
2021-04-16perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to childrenMarco Elver1-1/+21
2021-04-16perf: Rework perf_event_exit_event()Peter Zijlstra1-63/+79
2021-04-16perf: Cap allocation order at aux_watermarkAlexander Shishkin1-16/+18
2021-03-16perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek1-6/+6
2021-03-16perf core: Allocate perf_event in the target node memoryNamhyung Kim1-1/+4
2021-03-16perf core: Add a kmem_cache for struct perf_eventNamhyung Kim1-3/+6
2021-03-16perf core: Allocate perf_buffer in the target node memoryNamhyung Kim1-3/+6
2021-03-06perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang1-4/+38
2021-02-26kernel: delete repeated words in commentsRandy Dunlap2-5/+5
2021-02-21Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+7
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-146/+129
2021-02-17uprobes: (Re)add missing get_uprobe() in __find_uprobe()Sven Schnelle1-1/+1
2021-02-17rbtree, uprobes: Use rbtree helpersPeter Zijlstra1-41/+39
2021-02-17rbtree, perf: Use new rbtree helpersPeter Zijlstra1-105/+90
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang1-4/+7
2021-01-14perf: Add build id data in mmap2 eventJiri Olsa1-4/+28
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-6/+6
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+136
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1