summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* 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-232-7/+0
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-252-7/+0
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-10/+3
|\ \
| * | mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)2022-03-211-5/+1
| * | mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-5/+2
* | | 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 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-6/+1
|\ \ \ \
| * | | | perf/core: allow ftrace for functions in kernel/event/core.cSong Liu2021-10-251-5/+0
| * | | | tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)2021-10-191-6/+1
| | |/ / | |/| |
* | | | Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-012-5/+30
|\ \ \ \
| * | | | perf/core: Allow ftrace for functions in kernel/event/core.cSong Liu2021-10-151-5/+0
| * | | | perf/x86: Add new event for AUX output counter indexAdrian Hunter2021-10-151-0/+30
* | | | | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)2021-09-271-1/+2
| | |/ / | |/| |
* / | | 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
* | | 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