summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-2/+0
|\
| * mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-2/+0
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-37/+40
|\ \
| * | bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerYonghong Song2021-08-191-1/+4
| * | bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-7/+14
| * | bpf: Implement minimal BPF perf linkAndrii Nakryiko2021-08-171-6/+4
| * | bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog inputAndrii Nakryiko2021-08-171-33/+28
| * | bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-1/+1
| |/
* / perf/hw_breakpoint: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-261-2/+2
|/
* perf: Refactor permissions check into perf_check_permission()Marco Elver2021-07-161-26/+32
* perf: Fix required permissions if sigtrap is requestedMarco Elver2021-07-161-1/+24
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-292-4/+2
|\
| * kernel/events/uprobes: use vma_lookup() in find_active_uprobe()Liam Howlett2021-06-291-2/+2
| * perf: MAP_EXECUTABLE does not indicate VM_MAYEXECDavid Hildenbrand2021-06-291-2/+0
* | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-4/+3
|\ \
| * | sched,perf,kvm: Fix preemption conditionPeter Zijlstra2021-06-181-4/+3
| |/
* | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-283-5/+19
|\ \ | |/ |/|
| * perf: Fix task context PMU for HeteroPeter Zijlstra2021-06-231-1/+8
| * uprobes: Update uprobe_write_opcode() kernel-doc commentQiujun Huang2021-06-011-0/+1
| * perf/hw_breakpoint: Fix DocBook warnings in perf hw_breakpointHaocheng Xie2021-05-271-0/+2
| * perf/core: Fix DocBook warningsHaocheng Xie2021-05-271-0/+4
| * perf/core: Make local function perf_pmu_snapshot_aux() staticHaocheng Xie2021-05-271-4/+4
* | perf: Fix data race between pin_count increment/decrementMarco Elver2021-05-311-0/+2
* | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-9/+2
|\ \ | |/ |/|
| * signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman2021-05-181-9/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-5/+0
|\ \ | |/ |/|
| * perf: Get rid of oprofile leftoversMarc Zyngier2021-04-221-5/+0
* | perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang2021-04-191-3/+16
* | perf: Add support for SIGTRAP on perf eventsMarco Elver2021-04-161-1/+48
* | perf: Add support for event removal on execMarco Elver2021-04-161-8/+62
* | perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver2021-04-161-7/+14
* | perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to childrenMarco Elver2021-04-161-1/+21
* | perf: Rework perf_event_exit_event()Peter Zijlstra2021-04-161-63/+79
* | perf: Cap allocation order at aux_watermarkAlexander Shishkin2021-04-161-16/+18
* | perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek2021-03-161-6/+6
* | perf core: Allocate perf_event in the target node memoryNamhyung Kim2021-03-161-1/+4
* | perf core: Add a kmem_cache for struct perf_eventNamhyung Kim2021-03-161-3/+6
* | perf core: Allocate perf_buffer in the target node memoryNamhyung Kim2021-03-161-3/+6
|/
* perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang2021-03-061-4/+38
* kernel: delete repeated words in commentsRandy Dunlap2021-02-262-5/+5
* Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-211-4/+7
|\
| * perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang2021-02-011-4/+7
* | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-212-146/+129
|\ \
| * | uprobes: (Re)add missing get_uprobe() in __find_uprobe()Sven Schnelle2021-02-171-1/+1
| * | rbtree, uprobes: Use rbtree helpersPeter Zijlstra2021-02-171-41/+39
| * | rbtree, perf: Use new rbtree helpersPeter Zijlstra2021-02-171-105/+90
| |/
* / perf: Add build id data in mmap2 eventJiri Olsa2021-01-141-4/+28
|/
* Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-151-6/+6
|\
| * exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-6/+6
* | Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-141-24/+136
|\ \