Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-06-24 00:05:33 to 2026-06-29 13:56:39 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-06-29 13:56 UTC  (32+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
` [PATCH 05/30] mm/rmap: update mm/interval_tree.c comments
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 07/30] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH 08/30] mm/rmap: rename vma_interval_tree_*() to mapping_interval_tree_*()
` [PATCH 09/30] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH 10/30] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-06-29 11:19 UTC  (10+ messages)
` [PATCH 31/32] treewide: convert rdmsrq() from a macro to an inline function
` [PATCH 32/32] x86/msr: Simplify some rdmsrq() use cases

[PATCH V2 linux-next] perf test: Skip failing 'perf test aslr' test case
 2026-06-29 11:12 UTC  (2+ messages)

[PATCH v10 0/9] perf cs-etm: Support thread stack and callchain
 2026-06-29  9:29 UTC  (2+ messages)

[PATCH v4 RESEND 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-06-29  7:42 UTC  (9+ messages)
` [PATCH v4 RESEND 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v4 RESEND 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v4 RESEND 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH v4 RESEND 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v4 RESEND 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v4 RESEND 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v4 RESEND 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCH v4 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
 2026-06-29  7:17 UTC  (2+ messages)

[PATCH] perf/core: Fix group leader use-after-free after sibling detach
 2026-06-29  7:06 UTC  (4+ messages)

[PATCH v4 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
 2026-06-29  6:42 UTC 

[PATCH v4 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
 2026-06-29  6:42 UTC 

[PATCH v4 1/7] riscv: stacktrace: Add frame record metadata
 2026-06-29  6:42 UTC 

[PATCH v4 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-06-29  6:42 UTC 

[PATCH v4 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
 2026-06-29  6:42 UTC 

[PATCH v4 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix
 2026-06-29  6:42 UTC 

[PATCH v4 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
 2026-06-29  6:42 UTC 

possible deadlock in console_lock_spinning_enable
 2026-06-29  6:34 UTC 

[PATCH v2] x86/events/intel/uncore: fix PCI refcount leak in discover_upi_topology
 2026-06-29  2:32 UTC  (2+ messages)

[PATCH] fix: x86/events/intel/uncore: discover_upi_topology: inner loop leaks PCI device references from pci_get_domain_bus_and_slot
 2026-06-28  3:51 UTC  (3+ messages)

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-06-27 17:49 UTC  (5+ messages)
` [PATCH 13/16] perf: Use sysfs_emit() for cpumask show callbacks

[PATCH v3] perf scripts: Add configurable sorting option to powerpc-hcalls
 2026-06-27  9:03 UTC 

[PATCH v1] perf pmu: Recognize default_core as a core PMU in more places
 2026-06-27  1:49 UTC  (5+ messages)

[PATCH v2 0/2] perf symbols: skip livepatch symbols
 2026-06-26 21:21 UTC  (3+ messages)
` [PATCH v2 1/2] perf symbols: skip livepatch symbols when loading kallsyms
` [PATCH v2 2/2] perf symbols: skip livepatch symbols in kcore_copy kallsyms processing

[PATCH] perf build: Add LDFLAGS to dlfilters .so link
 2026-06-26 18:34 UTC  (2+ messages)

[PATCH 6.1.y 0/2] Backport dependency commits for 616b14b47a86 ("perf build: Conditionally define NDEBUG")
 2026-06-26 17:54 UTC  (4+ messages)
` [PATCH 6.1.y 1/2] perf bench: Avoid NDEBUG warning
` [PATCH 6.1.y 2/2] perf block-range: Move debug code behind ifndef NDEBUG

[PATCH v3] perf dso: Fix kallsyms DSO detection with fallback logic
 2026-06-26 16:31 UTC  (2+ messages)

[PATCH v2] perf dso: Fix kallsyms DSO detection with fallback logic
 2026-06-26 15:38 UTC  (5+ messages)

[RFC PATCH 0/2] damo: support perf event configuration
 2026-06-26 15:11 UTC  (4+ messages)

[RFC PATCH 0/2] damo: support perf event configuration
 2026-06-26 13:54 UTC  (4+ messages)
` [RFC PATCH 1/2] perf python: Add access to various members of evsel

[PATCH v4 0/3] perf: marvell: LLC-TAD PMU MPAM filtering support
 2026-06-26  8:57 UTC  (5+ messages)
` [PATCH v4 1/3] perf: marvell: Add MPAM partid filtering to CN10K TAD PMU
    ` [EXTERNAL] "

[PATCH v2 0/8] riscv: Add reliable stack unwinding for livepatch
 2026-06-26  8:21 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries

[PATCH v2] perf riscv: Fix discarded const qualifier in _get_field()
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH v5 1/7] perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selection
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH 00/14] perf c2c: add a function view
 2026-06-26  7:23 UTC  (23+ messages)
` [PATCH 01/14] perf c2c: extract shared data structures into c2c.h
` [PATCH 02/14] perf c2c: add function view browser skeleton
` [PATCH 03/14] perf c2c: add function view type definitions and helpers
` [PATCH 04/14] perf c2c: add column format infrastructure for function view
` [PATCH 05/14] perf c2c: add column entry functions "
` [PATCH 06/14] perf c2c: add comparison functions for function view sorting
` [PATCH 07/14] perf c2c: add dimension definitions and format creation
` [PATCH 08/14] perf c2c: add HPP list parsing for function view histograms
` [PATCH 09/14] perf c2c: add stats merging and memory management helpers
` [PATCH 10/14] perf c2c: add hierarchy entry creation and lookup functions
` [PATCH 11/14] perf c2c: add function view hierarchy builder
` [PATCH 12/14] perf c2c: add function view browser UI
` [PATCH 13/14] perf c2c: add TAB key to switch to function view
` [PATCH 14/14] perf c2c: document function view in perf-c2c man page

[syzbot] [net?] BUG: soft lockup in perf_event_open (2)
 2026-06-26  6:20 UTC 

[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
 2026-06-26  6:04 UTC  (11+ messages)

[PATCH] perf/x86/intel/uncore: Fix reference leak in discover_upi_topology()
 2026-06-26  1:12 UTC  (2+ messages)

[RFC PATCH 1/4] perf/trace-dat: Add trace.dat export infrastructure
 2026-06-25 18:04 UTC  (3+ messages)

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-06-25 11:00 UTC  (16+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH] perf symbols: ignore livepatch symbols
 2026-06-25  9:10 UTC  (3+ messages)

[PATCH v3 0/8] perf timechart: Fix memory leaks
 2026-06-24 23:49 UTC  (11+ messages)
` [PATCH v3 1/8] perf timechart: Don't pass @event to cat_backtrace()
` [PATCH v3 2/8] perf timechart: Generate backtrace only if needed
` [PATCH v3 3/8] perf timechart: Remove unused backtrace in trace_handler
` [PATCH v3 4/8] perf timechart: Remove unnecessary copy of backtrace
` [PATCH v3 5/8] perf timechart: Release event samples at the end
` [PATCH v3 6/8] perf timechart: Fix memory leaks during record
` [PATCH v3 7/8] perf timechart: Fix memory leaks in draw_wakeups()
` [PATCH v3 8/8] perf test: Update perf timechart test

perf script intel_pt decoding reading instructions from wrong shared lib
 2026-06-24 20:23 UTC  (3+ messages)

[PATCH v1 0/3] perf pmu: Add tool-provided NVMe PMU
 2026-06-24 19:58 UTC  (2+ messages)

[PATCH linux-next] perf test: Skip failing 'perf test aslr' test case
 2026-06-24 19:42 UTC  (4+ messages)

[RFC PATCH v1 0/5] perf annotate: Add ARM64 data type profiling support
 2026-06-24 16:10 UTC  (5+ messages)

[RFC][PATCH] perf: Fix perf_addr_filters_afjust()
 2026-06-24 15:10 UTC  (3+ messages)
` [RFC][PATCH v2] "

[Patch v4] perf tests: Add auto counter reload (ACR) sampling test
 2026-06-24  9:47 UTC  (2+ messages)

[PATCH v6 00/21] Add Counter delegation ISA extension support
 2026-06-24  7:36 UTC  (10+ messages)
` [PATCH v6 04/21] RISC-V: Define indirect CSR access helpers
` [PATCH v6 07/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v6 17/21] RISC-V: perf: Add Qemu virt machine events

[PATCH v1 00/13] perf python: Fix python extension bugs and memory leaks
 2026-06-24  7:30 UTC  (27+ messages)
` [PATCH v2 00/16] perf python: Fix python extension bugs from v19 review
  ` [PATCH v2 01/16] perf script: Fix metric_evlist leak in script_find_metrics
  ` [PATCH v2 02/16] perf stat: Fix evsel_list leak in cmd_stat
  ` [PATCH v2 03/16] perf tools: Fix sb_evlist leaks in top and record
  ` [PATCH v2 03/16] perf top: Fix sb_evlist leak
  ` [PATCH v2 04/16] perf python: Fix memory leak in pyrf_evlist__get_pollfd
  ` [PATCH v2 05/16] perf synthetic-events: Fix uninitialized pthread_join
  ` [PATCH v2 06/16] perf data: Fix directory file descriptor leak in perf_data__switch
  ` [PATCH v2 07/16] perf test: Fix skiplist leak in cmd_test
  ` [PATCH v2 08/16] perf python: Check counts_values size in set_values
  ` [PATCH v2 09/16] perf python: Validate CPU and thread maps in pyrf_evsel__open
  ` [PATCH v2 10/16] perf python: Validate attribute setters in pyrf_evsel
  ` [PATCH v2 11/16] perf python: Zero initialize perf_data in pyrf_data__init
  ` [PATCH v2 12/16] perf python: Add thread and PMU uninitialized checks
  ` [PATCH v2 13/16] perf python: Fix MetricGroup return type in perf.pyi
  ` [PATCH v2 14/16] perf python: Fix count_values memory leak in pyrf_evsel__read
  ` [PATCH v2 15/16] perf python: Fix memory leak in pyrf__metrics_cb
  ` [PATCH v2 16/16] perf synthetic-events: Fix divide by zero in perf_event__synthesize_threads

[PATCH] perf/x86/amd/uncore: Add group validation
 2026-06-24  6:39 UTC  (3+ messages)

[PATCH 1/1] perf bench bpf: Add missing .gitignore file
 2026-06-24  0:50 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox