summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
2021-11-23perf: Ignore sigtrap for tracepoints destined for other tasksMarco Elver
2021-11-11perf/core: Avoid put_page() when GUP failsGreg Thelen
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-15perf/x86: Add new event for AUX output counter indexAdrian Hunter
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsSong Liu
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-15events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers
2021-09-13perf: Enable branch record for software eventsSong Liu
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand
2021-08-19bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerYonghong Song
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko
2021-08-17bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog inputAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-07-16perf: Refactor permissions check into perf_check_permission()Marco Elver
2021-07-16perf: Fix required permissions if sigtrap is requestedMarco Elver
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29perf: MAP_EXECUTABLE does not indicate VM_MAYEXECDavid Hildenbrand
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-23perf: Fix task context PMU for HeteroPeter Zijlstra
2021-06-18sched,perf,kvm: Fix preemption conditionPeter Zijlstra
2021-05-31perf: Fix data race between pin_count increment/decrementMarco Elver
2021-05-27perf/core: Fix DocBook warningsHaocheng Xie
2021-05-27perf/core: Make local function perf_pmu_snapshot_aux() staticHaocheng Xie
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-22perf: Get rid of oprofile leftoversMarc Zyngier
2021-04-19perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang
2021-04-16perf: Add support for SIGTRAP on perf eventsMarco Elver
2021-04-16perf: Add support for event removal on execMarco Elver
2021-04-16perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver
2021-04-16perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to childrenMarco Elver
2021-04-16perf: Rework perf_event_exit_event()Peter Zijlstra
2021-03-16perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek
2021-03-16perf core: Allocate perf_event in the target node memoryNamhyung Kim
2021-03-16perf core: Add a kmem_cache for struct perf_eventNamhyung Kim
2021-03-06perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang
2021-02-26kernel: delete repeated words in commentsRandy Dunlap
2021-02-21Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-17rbtree, perf: Use new rbtree helpersPeter Zijlstra
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang
2021-01-14perf: Add build id data in mmap2 eventJiri Olsa
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman