summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2022-11-29perf: Fix perf_pending_task() UaFPeter Zijlstra
2022-11-24perf/core: Don't allow grouping events from different hw pmusRavi Bangoria
2022-11-24perf: Fix function pointer casePeter Zijlstra
2022-11-24perf: Consider OS filter failPeter Zijlstra
2022-11-24perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra
2022-11-15perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin
2022-11-15perf: Fix IS_ERR() vs NULL check in inherit_event()Gaosheng Cui
2022-11-15perf: Remove unused pointer task_ctxColin Ian King
2022-11-15bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao
2022-11-08perf: Improve missing SIGTRAP checkingMarco Elver
2022-11-02perf/hw_breakpoint: test: Skip the test if dependencies unmetDavid Gow
2022-10-27perf: Optimize perf_tp_event()Ravi Bangoria
2022-10-27perf: Rewrite core context handlingPeter Zijlstra
2022-10-27perf: Fix missing raw data on tracepoint eventsJames Clark
2022-10-17perf: Fix missing SIGTRAPsPeter Zijlstra
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-04perf/hw_breakpoint: Annotate tsk->perf_event_mutex vs ctx->mutexPeter Zijlstra
2022-10-04perf: Fix pmu_filter_match()Peter Zijlstra
2022-10-03mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe
2022-10-03uprobes: use new_folio in __replace_page()Matthew Wilcox (Oracle)
2022-10-03uprobes: use folios more widely in __replace_page()Matthew Wilcox (Oracle)
2022-09-29perf/x86/amd: Support PERF_SAMPLE_PHY_ADDRRavi Bangoria
2022-09-27perf, hw_breakpoint: Fix use-after-free if perf_event_open() failsMarco Elver
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim
2022-09-27perf: Use sample_flags for addrNamhyung Kim
2022-09-26perf: use VMA iteratorMatthew Wilcox (Oracle)
2022-09-21perf/core: Convert snprintf() to scnprintf()Jules Irenge
2022-09-13perf/bpf: Always use perf callchains if existNamhyung Kim
2022-09-13perf: Use sample_flags for callchainNamhyung Kim
2022-09-07perf: Add a few assertionsPeter Zijlstra
2022-09-07perf: Consolidate branch sample filter helpersAnshuman Khandual
2022-09-06perf: Use sample_flags for txnKan Liang
2022-09-06perf: Use sample_flags for data_srcKan Liang
2022-09-06perf: Use sample_flags for weightKan Liang
2022-09-06perf: Use sample_flags for branch stackKan Liang
2022-09-06perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang
2022-09-06perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong
2022-08-30perf/hw_breakpoint: Optimize toggle_bp_slot() for CPU-independent task targetsMarco Elver
2022-08-30perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task t...Marco Elver
2022-08-30perf/hw_breakpoint: Introduce bp_slots_histogramMarco Elver
2022-08-30perf/hw_breakpoint: Reduce contention with large number of tasksMarco Elver
2022-08-30perf/hw_breakpoint: Remove useless code related to flexible breakpointsMarco Elver
2022-08-30perf/hw_breakpoint: Make hw_breakpoint_weight() inlinableMarco Elver
2022-08-30perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver
2022-08-30perf/hw_breakpoint: Mark data __ro_after_initMarco Elver
2022-08-30perf/hw_breakpoint: Optimize list of per-task breakpointsMarco Elver
2022-08-30perf/hw_breakpoint: Clean up headersMarco Elver
2022-08-30perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in testMarco Elver
2022-08-30perf/hw_breakpoint: Add KUnit test for constraints accountingMarco Elver