summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2023-11-15perf/core: Fix cpuctx refcountingPeter Zijlstra1-0/+17
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-10-31Merge tag 'perf-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-60/+83
2023-10-24perf/core: Fix potential NULL derefPeter Zijlstra1-1/+2
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra1-6/+33
2023-10-19mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes1-2/+2
2023-10-12perf: Optimize perf_cgroup_switch()Peter Zijlstra1-55/+60
2023-10-09perf/core: Allow reading package events from perf_event_read_localTero Kristo1-3/+15
2023-10-05perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_ha...Xiu Jianfeng1-2/+2
2023-10-03Merge tag 'v6.6-rc4' into perf/core, to pick up fixesIngo Molnar3-51/+12
2023-09-12perf/core: Bail out early if the request AUX area is out of boundShuai Xue1-0/+6
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-28/+0
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-23/+12
2023-08-29Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-11/+12
2023-08-21perf/core: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang1-22/+11
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple1-1/+1
2023-08-16perf/hw_breakpoint: Remove arch breakpoint hooksBenjamin Gray1-28/+0
2023-07-27perf: Replace strlcpy with strscpyAzeem Shaikh1-3/+3
2023-07-10perf/ring_buffer: Use local_try_cmpxchg in __perf_output_beginUros Bizjak1-2/+3
2023-07-10perf/core: Use local64_try_cmpxchg in perf_swevent_set_periodUros Bizjak1-9/+9
2023-07-01Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-9/+10
2023-06-28Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-36/+41
2023-06-20mm: ptep_get() conversionRyan Roberts1-1/+1
2023-06-20perf/core: allow pte_offset_map() to failHugh Dickins1-0/+4
2023-06-10mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes1-8/+5
2023-06-06perf: Re-instate the linear PMU searchPeter Zijlstra1-13/+24
2023-05-30perf: Allow a PMU to have a parentJonathan Cameron1-0/+1
2023-05-08perf/core: Remove pmu linear searching codeRavi Bangoria1-24/+13
2023-05-08perf/core: Rework forwarding of {task|cpu}-clock eventsRavi Bangoria1-36/+41
2023-05-08perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong1-1/+13
2023-04-29Merge tag 'perf-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-04-14perf/core: Fix hardlockup failure caused by perf throttleYang Jihong1-2/+2
2023-04-13perf/hw_breakpoint: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-3/+3
2023-04-06perf/core: fix MAX_ORDER usage in rb_alloc_aux_page()Kirill A. Shutemov1-2/+2
2023-04-05perf/core: Fix the same task check in perf_event_set_outputKan Liang1-1/+1
2023-04-05perf: Optimize perf_pmu_migrate_context()Peter Zijlstra1-5/+7
2023-03-15perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic1-1/+1
2023-03-15perf: fix perf_event_context->timeSong Liu1-1/+1
2023-03-15perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong1-1/+1
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+3
2023-02-21Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-95/+112
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-10mm/mmap: remove __vma_adjust()Liam R. Howlett1-1/+1
2023-02-06Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman1-22/+17
2023-02-03mm: remove munlock_vma_page()Matthew Wilcox (Oracle)1-1/+0