summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* perf: Disallow mis-matched inherited group readsPeter Zijlstra2023-10-191-6/+33
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-311-28/+0
|\
| * perf/hw_breakpoint: Remove arch breakpoint hooksBenjamin Gray2023-08-161-28/+0
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-23/+12
|\ \
| * | perf/core: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang2023-08-211-22/+11
| * | mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple2023-08-181-1/+1
| |/
* | Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-282-11/+12
|\ \
| * | perf/ring_buffer: Use local_try_cmpxchg in __perf_output_beginUros Bizjak2023-07-101-2/+3
| * | perf/core: Use local64_try_cmpxchg in perf_swevent_set_periodUros Bizjak2023-07-101-9/+9
| |/
* / perf: Replace strlcpy with strscpyAzeem Shaikh2023-07-271-3/+3
|/
* Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-07-011-0/+1
|\
| * perf: Allow a PMU to have a parentJonathan Cameron2023-05-301-0/+1
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-282-9/+10
|\ \
| * | mm: ptep_get() conversionRyan Roberts2023-06-191-1/+1
| * | perf/core: allow pte_offset_map() to failHugh Dickins2023-06-191-0/+4
| * | mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-091-8/+5
| |/
* | Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-271-36/+41
|\ \ | |/ |/|
| * perf: Re-instate the linear PMU searchPeter Zijlstra2023-06-061-13/+24
| * perf/core: Remove pmu linear searching codeRavi Bangoria2023-05-081-24/+13
| * perf/core: Rework forwarding of {task|cpu}-clock eventsRavi Bangoria2023-05-081-36/+41
* | perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong2023-05-081-1/+13
|/
* Merge tag 'perf-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-281-2/+2
|\
| * perf/core: Fix hardlockup failure caused by perf throttleYang Jihong2023-04-141-2/+2
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-3/+3
| * | perf/core: fix MAX_ORDER usage in rb_alloc_aux_page()Kirill A. Shutemov2023-04-051-2/+2
| |/
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\ \
| * | perf/hw_breakpoint: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* | | perf/core: Fix the same task check in perf_event_set_outputKan Liang2023-04-051-1/+1
* | | perf: Optimize perf_pmu_migrate_context()Peter Zijlstra2023-04-051-5/+7
| |/ |/|
* | perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic2023-03-151-1/+1
* | perf: fix perf_event_context->timeSong Liu2023-03-151-1/+1
* | perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong2023-03-151-1/+1
|/
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-0/+1
|\
| * Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman2023-02-061-22/+17
| |\
| * | kernel: events: Export perf_report_aux_output_id()Mike Leach2023-01-191-0/+1
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-4/+3
|\ \ \
| * | | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * | | mm/mmap: remove __vma_adjust()Liam R. Howlett2023-02-091-1/+1
| * | | mm: remove munlock_vma_page()Matthew Wilcox (Oracle)2023-02-021-1/+0
| * | | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-1/+1
| |/ /
* | | Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-201-95/+112
|\ \ \ | |_|/ |/| |
| * | perf/core: Call perf_prepare_sample() before running BPFNamhyung Kim2023-01-181-7/+1
| * | perf/core: Introduce perf_prepare_header()Namhyung Kim2023-01-181-14/+24
| * | perf/core: Do not pass header for sample ID initNamhyung Kim2023-01-181-7/+7
| * | perf/core: Set data->sample_flags in perf_prepare_sample()Namhyung Kim2023-01-181-20/+65
| * | perf/core: Add perf_sample_save_brstack() helperNamhyung Kim2023-01-181-11/+5
| * | perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim2023-01-181-26/+5
| * | perf/core: Add perf_sample_save_callchain() helperNamhyung Kim2023-01-181-10/+2
| * | perf/core: Save the dynamic parts of sample data sizeNamhyung Kim2023-01-181-7/+10
| |/