summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim2022-12-271-3/+3
* perf: Fix use-after-free in error pathPeter Zijlstra2022-12-271-1/+3
* perf/core: Fix cgroup events trackingChengming Zhou2022-12-271-32/+10
* perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria2022-12-271-1/+1
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-1/+1
|\
| * mm/gup: Fix the lockless PMD accessPeter Zijlstra2022-12-151-1/+1
* | Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-121-1013/+1087
|\ \
| * | perf/core: Don't allow grouping events from different hw pmusRavi Bangoria2022-11-241-9/+15
| * | perf: Fix function pointer casePeter Zijlstra2022-11-241-2/+6
| * | perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin2022-11-151-3/+5
| * | perf: Fix IS_ERR() vs NULL check in inherit_event()Gaosheng Cui2022-11-151-1/+1
| * | perf: Remove unused pointer task_ctxColin Ian King2022-11-151-2/+0
| * | perf: Optimize perf_tp_event()Ravi Bangoria2022-10-271-55/+79
| * | perf: Rewrite core context handlingPeter Zijlstra2022-10-271-958/+998
* | | Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-041-4/+13
|\ \ \
| * | | perf: Fix perf_pending_task() UaFPeter Zijlstra2022-11-291-4/+13
* | | | Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-291-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao2022-11-151-1/+1
* | | | perf: Consider OS filter failPeter Zijlstra2022-11-241-2/+22
* | | | perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra2022-11-241-1/+4
* | | | perf: Improve missing SIGTRAP checkingMarco Elver2022-11-081-6/+19
|/ / /
* | / perf/hw_breakpoint: test: Skip the test if dependencies unmetDavid Gow2022-11-021-2/+2
| |/ |/|
* | perf: Fix missing raw data on tracepoint eventsJames Clark2022-10-271-0/+1
|/
* perf: Fix missing SIGTRAPsPeter Zijlstra2022-10-172-39/+114
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-18/+24
|\
| * mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe2022-10-031-1/+1
| * uprobes: use new_folio in __replace_page()Matthew Wilcox (Oracle)2022-10-031-4/+5
| * uprobes: use folios more widely in __replace_page()Matthew Wilcox (Oracle)2022-10-031-9/+10
| * perf: use VMA iteratorMatthew Wilcox (Oracle)2022-09-262-4/+8
* | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-104-185/+885
|\ \
| * | perf/hw_breakpoint: Annotate tsk->perf_event_mutex vs ctx->mutexPeter Zijlstra2022-10-041-1/+11
| * | perf: Fix pmu_filter_match()Peter Zijlstra2022-10-041-3/+9
| * | perf/x86/amd: Support PERF_SAMPLE_PHY_ADDRRavi Bangoria2022-09-291-1/+2
| * | perf, hw_breakpoint: Fix use-after-free if perf_event_open() failsMarco Elver2022-09-271-3/+1
| * | perf: Use sample_flags for raw_dataNamhyung Kim2022-09-271-1/+2
| * | perf: Use sample_flags for addrNamhyung Kim2022-09-271-0/+5
| * | perf/core: Convert snprintf() to scnprintf()Jules Irenge2022-09-211-3/+3
| * | perf/bpf: Always use perf callchains if existNamhyung Kim2022-09-131-2/+10
| * | perf: Use sample_flags for callchainNamhyung Kim2022-09-131-1/+1
| * | perf: Add a few assertionsPeter Zijlstra2022-09-071-0/+2
| * | perf: Consolidate branch sample filter helpersAnshuman Khandual2022-09-071-7/+2
| * | perf: Use sample_flags for txnKan Liang2022-09-061-0/+3
| * | perf: Use sample_flags for data_srcKan Liang2022-09-061-0/+3
| * | perf: Use sample_flags for weightKan Liang2022-09-061-0/+3
| * | perf: Use sample_flags for branch stackKan Liang2022-09-061-2/+2
| * | perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang2022-09-061-6/+11
| * | perf/hw_breakpoint: Optimize toggle_bp_slot() for CPU-independent task targetsMarco Elver2022-08-301-31/+124
| * | perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task t...Marco Elver2022-08-301-4/+53
| * | perf/hw_breakpoint: Introduce bp_slots_histogramMarco Elver2022-08-301-33/+63
| * | perf/hw_breakpoint: Reduce contention with large number of tasksMarco Elver2022-08-301-28/+133