summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)AuthorLines
2022-09-06perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong-0/+9
2022-08-06Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-08-04perf/core: Fix ';;' typoSlark Xiao-1/+1
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-6/+10
2022-08-01Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+22
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+31
2022-07-13perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra-14/+31
2022-06-28perf/core: Add a new read format to get a number of lost samplesNamhyung Kim-4/+22
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-6/+10
2022-06-16bpf: allow sleepable uprobe programs to attachDelyan Kratunov-6/+10
2022-06-05Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+0
2022-05-27perf/core: Remove unused local variableHaowen Bai-1/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-3/+4
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2022-05-20perf: Fix sys_perf_event_open() race against selfPeter Zijlstra-0/+14
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra-163/+61
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand-1/+1
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)-3/+2
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)-2/+4
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver-2/+2
2022-04-19perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie-6/+6
2022-04-05perf/core: Always set cpuctx cgrp when enable cgroup eventChengming Zhou-16/+2
2022-04-05perf/core: Fix perf_cgroup_switch()Chengming Zhou-107/+25
2022-04-05perf/core: Use perf_cgroup_info->active to check if cgroup is activeChengming Zhou-5/+2
2022-04-05perf/core: Don't pass task around when ctx sched inChengming Zhou-32/+26
2022-04-05perf/core: Inherit event_capsNamhyung Kim-0/+3
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+0
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-10/+3
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+3
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)-5/+1
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-7/+0
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins-5/+2
2022-02-06perf: Fix list corruption in perf_cgroup_switch()Song Liu-2/+2
2022-02-02perf/core: Allow kernel address filter when not filtering the kernelAdrian Hunter-2/+0
2022-02-02perf/core: Fix address filter parser for multiple filtersAdrian Hunter-0/+3
2022-02-02perf: Copy perf_event_attr::sig_data on modificationMarco Elver-0/+16
2022-01-26perf/core: Fix cgroup event list managementNamhyung Kim-2/+9
2022-01-26perf: Always wake the parent eventJames Clark-2/+10
2022-01-18perf: Fix perf_event_read_local() timePeter Zijlstra-100/+146
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+29
2021-12-14perf: Add a counter for number of user access events in contextRob Herring-0/+4
2021-11-23perf: Ignore sigtrap for tracepoints destined for other tasksMarco Elver-0/+3
2021-11-17perf/core: Use static_call to optimize perf_guest_info_callbacksSean Christopherson-0/+15
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson-0/+2
2021-11-17perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson-11/+4
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson-3/+10
2021-11-11perf/core: Avoid put_page() when GUP failsGreg Thelen-5/+5
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-6/+1