summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-1/+2
|\
| * perf: use VMA iteratorMatthew Wilcox (Oracle)2022-06-271-1/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-171-6/+10
|\ \ | |/ |/|
| * bpf: allow sleepable uprobe programs to attachDelyan Kratunov2022-06-161-6/+10
* | perf/core: Remove unused local variableHaowen Bai2022-05-271-1/+0
|/
* Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-2/+2
|\
| * Merge branch 'v5.18-rc5'Peter Zijlstra2022-05-111-158/+56
| |\
| * | signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-221-2/+2
* | | perf: Fix sys_perf_event_open() race against selfPeter Zijlstra2022-05-201-0/+14
| |/ |/|
* | perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie2022-04-191-1/+1
* | perf/core: Always set cpuctx cgrp when enable cgroup eventChengming Zhou2022-04-051-16/+2
* | perf/core: Fix perf_cgroup_switch()Chengming Zhou2022-04-051-107/+25
* | perf/core: Use perf_cgroup_info->active to check if cgroup is activeChengming Zhou2022-04-051-5/+2
* | perf/core: Don't pass task around when ctx sched inChengming Zhou2022-04-051-32/+26
* | perf/core: Inherit event_capsNamhyung Kim2022-04-051-0/+3
|/
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-3/+0
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-3/+0
* | Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-221-2/+3
|\ \
| * | perf/core: Allow kernel address filter when not filtering the kernelAdrian Hunter2022-02-021-2/+0
| * | perf/core: Fix address filter parser for multiple filtersAdrian Hunter2022-02-021-0/+3
* | | perf: Fix list corruption in perf_cgroup_switch()Song Liu2022-02-061-2/+2
| |/ |/|
* | perf: Copy perf_event_attr::sig_data on modificationMarco Elver2022-02-021-0/+16
|/
* perf/core: Fix cgroup event list managementNamhyung Kim2022-01-261-2/+9
* perf: Always wake the parent eventJames Clark2022-01-261-2/+10
* perf: Fix perf_event_read_local() timePeter Zijlstra2022-01-181-100/+146
* Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-121-12/+29
|\
| * perf/core: Use static_call to optimize perf_guest_info_callbacksSean Christopherson2021-11-171-0/+15
| * perf: Force architectures to opt-in to guest callbacksSean Christopherson2021-11-171-0/+2
| * perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson2021-11-171-11/+4
| * perf: Protect perf_guest_cbs with RCUSean Christopherson2021-11-171-3/+10
* | perf: Add a counter for number of user access events in contextRob Herring2021-12-141-0/+4
* | perf: Ignore sigtrap for tracepoints destined for other tasksMarco Elver2021-11-231-0/+3
|/
* perf/core: Avoid put_page() when GUP failsGreg Thelen2021-11-111-5/+5
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-0/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-4/+30
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-231-1/+1
| |\ \
| * | | perf: Enable branch record for software eventsSong Liu2021-09-131-0/+2
* | | | Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-011-0/+30
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf/x86: Add new event for AUX output counter indexAdrian Hunter2021-10-151-0/+30
* | | | perf/core: fix userpage->time_enabled of inactive eventsSong Liu2021-10-011-4/+30
| |_|/ |/| |
* | | events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers2021-09-151-1/+1
| |/ |/|
* | 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
| |/
* | 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: 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