Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-07-15 01:59:36 to 2026-07-16 13:03:16 UTC [more...]

[PATCH v2 00/15] riscv: add Svnapot PTE folding support
 2026-07-16 13:03 UTC  (20+ messages)
` [PATCH v2 01/15] riscv: introduce raw PTE helpers
` [PATCH v2 02/15] riscv: switch arch page-table users to "
` [PATCH v2 03/15] riscv/mm: implement Svnapot contpte read-side helpers
` [PATCH v2 04/15] riscv/mm: implement Svnapot contpte update helpers
` [PATCH v2 05/15] mm: extend pte batch and leaf-size helpers
` [PATCH v2 06/15] riscv: make pte_batch_hint() honor folio batch flags
` [PATCH v2 07/15] riscv/mm: preserve Svnapot leaf-size semantics for page-table consumers
` [PATCH v2 08/15] riscv/mm: avoid redundant Svnapot A/D aggregation
` [PATCH v2 09/15] riscv/mm: avoid Svnapot consistency checks in ptep_get()
` [PATCH v2 10/15] mm/gup: add fast-GUP specific lockless PTE helpers
` [PATCH v2 11/15] riscv: mm: avoid Svnapot A/D aggregation in fast-GUP
` [PATCH v2 12/15] arm64: mm: avoid contpte "
` [PATCH v2 13/15] riscv/mm: remove redundant TLB flush in napotpte_convert
` [PATCH v2 14/15] riscv/mm: optimize mprotect for Svnapot mappings
` [PATCH v2 15/15] riscv: mm: Request large exec folios for Svnapot

[PATCH v3 00/21] perf arm64: Support data type profiling
 2026-07-16 12:46 UTC  (5+ messages)
` [PATCH v3 03/21] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-16 10:03 UTC  (49+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 27/33] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()

(subset) [PATCH v1 1/2] perf record: Fix teardown hang on system-wide multi-threaded sessions
 2026-07-16  8:00 UTC  (3+ messages)
` [PATCH v2] perf record: Fix destructor invocation and event counting in fdarray__filter

[PATCH v5 01/10] perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflow
 2026-07-16  7:51 UTC  (19+ messages)
` [PATCH v6 "
  ` [PATCH v6 02/10] perf ui hists: Fix uninitialized stack memory free on pstack allocation failure
  ` [PATCH v6 03/10] perf ui hists: Include limits.h for PATH_MAX definition
  ` [PATCH v6 04/10] perf ui hists: Fix stack use-after-return in symbol_filter_str
  ` [PATCH v6 05/10] perf disasm: Fix potential NULL pointer dereference and use-after-free in arch__find()
  ` [PATCH v6 06/10] perf ui hists: Fix NULL pointer array gap in add_script_opt()
  ` [PATCH v6 07/10] perf ui hists: In report UI ensure thread is set with reference counting
  ` [PATCH v6 08/10] perf ui hists: Remove duplicated thread in popup_action
  ` [PATCH v6 09/10] perf ui hists: Fix dso_filter reference leak and exit zoom cleanup
  ` [PATCH v6 10/10] perf annotate: Be robust to annotating without a thread

[PATCH v1 2/2] perf cap: If capability is missing still perform root test
 2026-07-16  7:40 UTC  (2+ messages)
` [PATCH v2] perf cap: Remove used_root parameter and simplify capability checks

[RFC PATCH v2 00/14] perf stat: Decouple and modularize metrics/events output printing API
 2026-07-16  7:24 UTC  (46+ messages)
` [PATCH v3 00/14] perf stat: Decouple printing API and introduce streaming zero-allocation printers
  ` [PATCH v3 01/14] perf stat: Introduce core generic print traversal engine and header stubs
  ` [PATCH v3 02/14] perf stat: Implement standard console (STD) formatting callbacks
  ` [PATCH v3 03/14] perf stat: Extend STD output linter to test basic New API checks
  ` [PATCH v3 04/14] perf stat: Extend STD output linter to test core aggregation checks
  ` [PATCH v3 05/14] perf stat: Extend STD output linter to test advanced PMU checks
  ` [PATCH v3 06/14] perf stat: Extend STD output linter to test metric-only checks
  ` [PATCH v3 07/14] perf stat: Implement CSV formatting callbacks
  ` [PATCH v3 08/14] perf stat: Extend CSV output linter to test core aggregation checks
  ` [PATCH v3 09/14] perf stat: Extend CSV output linter to test advanced PMU and metric-only checks
  ` [PATCH v3 10/14] perf stat: Implement streaming JSON formatting callbacks
  ` [PATCH v3 11/14] perf stat: Extend JSON output linter to test core aggregation checks
  ` [PATCH v3 12/14] perf stat: Extend JSON output linter to test advanced PMU and metric-only checks
  ` [PATCH v3 13/14] perf stat: Add --new support to PMU metrics Python validator
  ` [PATCH v3 14/14] perf stat: Extend PMU metrics value linter to validate --new outputs
  ` [PATCH v4 00/14] perf stat: Decouple and modularize display formatting
    ` [PATCH v4 01/14] perf stat: Introduce core generic print traversal engine and header stubs
    ` [PATCH v4 02/14] perf stat: Implement standard console (STD) formatting callbacks
    ` [PATCH v4 03/14] perf stat: Extend STD output linter to test basic New API checks
    ` [PATCH v4 04/14] perf stat: Extend STD output linter to test core aggregation checks
    ` [PATCH v4 05/14] perf stat: Extend STD output linter to test advanced PMU checks
    ` [PATCH v4 06/14] perf stat: Extend STD output linter to test metric-only checks
    ` [PATCH v4 07/14] perf stat: Implement CSV formatting callbacks
    ` [PATCH v4 08/14] perf stat: Extend CSV output linter to test core aggregation checks
    ` [PATCH v4 09/14] perf stat: Extend CSV output linter to test advanced PMU and metric-only checks
    ` [PATCH v4 10/14] perf stat: Implement streaming JSON formatting callbacks
    ` [PATCH v4 11/14] perf stat: Extend JSON output linter to test core aggregation checks
    ` [PATCH v4 12/14] perf stat: Extend JSON output linter to test advanced PMU and metric-only checks
    ` [PATCH v4 13/14] perf stat: Add --new support to PMU metrics Python validator
    ` [PATCH v4 14/14] perf stat: Extend PMU metrics value linter to validate --new outputs

[PATCH v4 0/3] perf/cxlpmu: Misc updates
 2026-07-16  6:53 UTC  (7+ messages)
` [PATCH v4 1/3] perf/cxlpmu: Fix 64-bit write to 32-bit HDM filter register
` [PATCH v4 2/3] perf/cxlpmu: Add missing CXL 4.0 events
` [PATCH v4 3/3] perf/cxlpmu: Support Channel/Rank/Bank filter

[tip:perf/core] [perf/core] 166f10836a: perf-sanity-tests.Object_code_reading.fail
 2026-07-16  6:29 UTC  (4+ messages)

[PATCH v2] tools/lib/api: Fix potential double-free from fdarray__grow()
 2026-07-16  6:10 UTC  (2+ messages)

[PATCH v2] perf stat: Include PMU name and split uncore events per PMU in metric-only JSON output
 2026-07-16  3:15 UTC  (2+ messages)

[PATCH v8 0/9] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-16  3:13 UTC  (16+ messages)
` [PATCH v8 1/9] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v8 2/9] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v8 3/9] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v8 4/9] selftests: tracing: Add syntax "
` [PATCH v8 5/9] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v8 6/9] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v8 7/9] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v8 8/9] tracing: wprobe: Add wprobe event trigger
` [PATCH v8 9/9] selftests: ftrace: Add wprobe trigger testcase

[PATCH] perf build: Fix a compiler error in util/libbfd.c
 2026-07-16  2:44 UTC  (2+ messages)

[PATCH v7 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-16  2:37 UTC  (19+ messages)
` [PATCH v7 01/10] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v7 05/10] tracing: wprobe: Use a new seq_print_ip_sym_offset() wrapper
` [PATCH v7 06/10] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v7 07/10] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v7 08/10] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v7 09/10] tracing: wprobe: Add wprobe event trigger
` [PATCH v7 10/10] selftests: ftrace: Add wprobe trigger testcase

[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
 2026-07-15 23:46 UTC  (9+ messages)
` [PATCH v4 1/4] tools/build: Allow versioning of all LLVM tools defined in Makefile.include
` [PATCH v4 2/4] tools/build: Indent if else blocks
` [PATCH v4 3/4] tools/build: Allow versioning LLVM readelf
` [PATCH v4 4/4] tools/build: selftests: Remove some duplicate toolchain definitions

[PATCH v2 0/12] perf vendor events intel: update
 2026-07-15 21:18 UTC  (6+ messages)
` [PATCH v2 09/12] perf vendor events intel: Add novalake v1.00 events

[PATCH v1] perf arch x86: Zero-pad CPUID model for GenuineIntel in get_cpuid_str()
 2026-07-15 21:11 UTC 

[PATCH v1 0/12] perf vendor events intel: update
 2026-07-15 18:39 UTC  (2+ messages)

[PATCH] perf jevents: Add Intel OMR MSR mappings
 2026-07-15 18:39 UTC  (2+ messages)

[PATCH] perf: evsel: Fix error handling in tp_format lookup
 2026-07-15 18:39 UTC  (2+ messages)

[PATCH] perf doc: Fix mmap failure checks in topdown example
 2026-07-15 18:39 UTC  (2+ messages)

[PATCH] perf test: Remove duplicate include of util/term.h
 2026-07-15 18:39 UTC  (3+ messages)

[PATCH v2 0/3] perf sched stats: Fix memory leaks
 2026-07-15 18:01 UTC  (2+ messages)

[PATCH v1 0/3] perf jevents: Deterministic build fix and mypy cleanliness
 2026-07-15 17:49 UTC  (4+ messages)
` [PATCH v1 1/3] perf jevents: Add more components to the metric sorting order

[PATCH v3 0/3] perf/cxlpmu: Misc updates
 2026-07-15 16:53 UTC  (4+ messages)
` [PATCH v3 3/3] perf/cxlpmu: Support Channel/Rank/Bank filter

[PATCH v4] ARM: breakpoint: CFI breakpoints only on demand
 2026-07-15 16:21 UTC  (2+ messages)

[Patch v2 0/7] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-07-15 14:52 UTC  (5+ messages)
` [Patch v2 6/7] perf/x86/intel: Fix intel_cap handling on hybrid PMUs

[PATCH v3 0/5] tools/build: Allow versioning of all LLVM tools
 2026-07-15 14:46 UTC  (8+ messages)
` [PATCH v3 1/5] tools/build: Allow versioning of all LLVM tools defined in Makefile.include
` [PATCH v3 2/5] tools/build: Indent if else blocks
` [PATCH v3 3/5] tools/build: Allow versioning LLVM readelf
` [PATCH v3 4/5] tools/build: selftests: Allow versioning LLVM lld
` [PATCH v3 5/5] tools/build: selftests: Remove some duplicate toolchain definitions

[PATCH v5 0/5] Enable perf tracing for unprivileged users
 2026-07-15 13:52 UTC  (6+ messages)
` [PATCH v5 1/5] eventfs: define event fields before directory creation
` [PATCH v5 2/5] tracefs: add read-only eventfs filesystem at /sys/kernel/events
` [PATCH v5 3/5] perf tools: fall back to eventfs for unprivileged event discovery
` [PATCH v5 4/5] perf evsel: don't set PERF_SAMPLE_IP for unprivileged tracepoints
` [PATCH v5 5/5] perf: enable unprivileged syscall tracing with perf trace

[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-07-15 13:24 UTC  (2+ messages)

[PATCH v2 0/6] perf: Add support for memory region/range reporting
 2026-07-15  7:11 UTC  (5+ messages)
` [PATCH v2 1/6] perf mem: Fix size tracking for mem_lvl's in perf_script__meminfo_scnprintf()
` [PATCH v2 2/6] perf mem: Add support for printing PERF_MEM_LVLNUM_L0

[RFC PATCH 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-15  6:09 UTC  (4+ messages)
` [RFC PATCH 08/13] mm/kwatch: add hardware breakpoint backend


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