messages from 2026-06-10 20:06:27 to 2026-06-12 09:06:58 UTC [more...]
[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes
2026-06-12 9:01 UTC (8+ messages)
` [Patch v3 1/8] perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities
` [Patch v3 2/8] perf/x86/intel: Keep cap_user_rdpmc in sync with RDPMC user-disable state
` [Patch v3 3/8] perf/x86/intel: Fallback to sw branch type decoding if no hw decoding
` [Patch v3 4/8] perf/x86/intel: Fix kernel address leakages in LBR stack
` [Patch v3 5/8] perf/x86/intel: Validate the return value of intel_pmu_init_hybrid()
` [Patch v3 6/8] perf/x86/intel: Drop fixed-counter PEBS constraints for baseline PEBS
` [Patch v3 7/8] perf/core: Fix kernel register info leak via hardware skid
[PATCH] perf test: Compile named_threads workload with -O0
2026-06-12 8:24 UTC (6+ messages)
[PATCH v2 0/4] mm: split the file's i_mmap tree for NUMA
2026-06-12 7:02 UTC (16+ messages)
` [PATCH v2 1/4] mm: use mapping_mapped to simplify the code
` [PATCH v2 2/4] mm: use get_i_mmap_root to access the file's i_mmap
` [PATCH v2 3/4] mm/fs: split the file's i_mmap tree
` [PATCH v2 4/4] docs/mm: update document for split "
[tip:irq/core] [x86/irq] 2b57c69917: lkvs.thermal_test.sh_-t_check_pkg_interrupts.fail
2026-06-12 6:00 UTC
[PATCHES v1 00/15] perf tools: Fix pre-existing bugs in symbols, dso, bpf, sched, c2c, hwmon, and cs-etm
2026-06-12 5:52 UTC (25+ messages)
` [PATCH 01/15] perf symbols: Fix bswap copy-paste error for 32-bit ELF p_filesz
` [PATCH 02/15] perf symbols: Validate p_filesz before use in filename__read_build_id()
` [PATCH 03/15] perf symbols: Use fixed buffer in sysfs__read_build_id() for no-libelf build
` [PATCH 04/15] perf symbols: Break infinite loop on zero-filled notes in sysfs__read_build_id()
` [PATCH 05/15] perf dso: Fix heap overflow in dso__get_filename() on decompressed path
` [PATCH 06/15] perf dso: Set error code when open() fails on uncompressed fallback path
` [PATCH 07/15] perf tools: Use snprintf() for root_dir path construction
` [PATCH 08/15] perf hwmon: Fix fd check to accept fd 0 in hwmon_pmu__describe_items()
` [PATCH 09/15] perf sched: Replace (void*)1 sentinel with proper runtime allocation
` [PATCH 10/15] perf bpf: Validate func_info_rec_size and sub_id in synthesize_bpf_prog_name()
` [PATCH 11/15] perf bpf: Reject oversized BPF metadata events that truncate header.size
` [PATCH 12/15] perf bpf: Bounds-check array offsets in bpil_offs_to_addr()
` [PATCH 13/15] perf c2c: Free format list entries when releasing c2c hist entries
` [PATCH 14/15] perf symbols: Add O_NONBLOCK to DSO open() calls for untrusted paths
` [PATCH 15/15] perf cs-etm: Reject CPU IDs that would overflow signed comparison
[PATCH v11 00/19] perf python: Modernize and extend Python API (Phase 1)
2026-06-12 5:05 UTC (56+ messages)
` [PATCH v12 "
` [PATCH v12 01/19] perf util: Sort includes and add missed explicit dependencies
` [PATCH v12 02/19] perf python: Add "
` [PATCH v12 03/19] perf evsel/evlist: Avoid unnecessary #includes
` [PATCH v12 04/19] perf data: Add open flag
` [PATCH v12 05/19] perf evlist: Add reference count
` [PATCH v12 06/19] perf evsel: "
` [PATCH v12 07/19] perf evlist: Add reference count checking
` [PATCH v12 08/19] perf python: Use evsel in sample in pyrf_event
` [PATCH v12 09/19] perf python: Add wrapper for perf_data file abstraction
` [PATCH v12 10/19] perf python: Add python session abstraction wrapping perf's session
` [PATCH v12 11/19] perf python: Refactor and add accessors to sample event
` [PATCH v12 12/19] perf python: Add mmap2 event
` [PATCH v12 13/19] perf python: Add callchain support
` [PATCH v12 14/19] perf python: Extend API for stat events in python.c
` [PATCH v12 15/19] perf python: Expose brstack in sample event
` [PATCH v12 16/19] perf python: Add syscall name/id to convert syscall number and name
` [PATCH v12 17/19] perf python: Add config file access
` [PATCH v12 18/19] perf python: Add perf.pyi stubs file
` [PATCH v12 19/19] perf python: Add LiveSession helper
` [PATCH v13 00/19] Add additional python API support
` [PATCH v13 01/19] perf util: Sort includes and add missed explicit dependencies
` [PATCH v13 02/19] perf python: Add "
` [PATCH v13 03/19] perf evsel/evlist: Avoid unnecessary #includes
` [PATCH v13 04/19] perf data: Add open flag
` [PATCH v13 05/19] perf evlist: Add reference count
` [PATCH v13 06/19] perf evsel: "
` [PATCH v13 07/19] perf evlist: Add reference count checking
` [PATCH v13 08/19] perf python: Use evsel in sample in pyrf_event
` [PATCH v13 09/19] perf python: Add wrapper for perf_data file abstraction
` [PATCH v13 10/19] perf python: Add python session abstraction wrapping perf's session
` [PATCH v13 11/19] perf python: Refactor and add accessors to sample event
` [PATCH v13 12/19] perf python: Add mmap2 event
` [PATCH v13 13/19] perf python: Add callchain support
` [PATCH v13 14/19] perf python: Extend API for stat events in python.c
` [PATCH v13 15/19] perf python: Expose brstack in sample event
` [PATCH v13 16/19] perf python: Add syscall name/id to convert syscall number and name
` [PATCH v13 17/19] perf python: Add config file access
` [PATCH v13 18/19] perf python: Add perf.pyi stubs file
` [PATCH v13 19/19] perf python: Add LiveSession helper
[PATCH v1] perf pmu: Recognize default_core as a core PMU in more places
2026-06-12 1:24 UTC
[PATCH v3 0/8] perf/x86/intel/uncore: PMU setup robustness fixes
2026-06-12 0:55 UTC (18+ messages)
` [PATCH V3 1/8] perf/x86/intel/uncore: Fix PCI PMU cleanup on setup failure
` [PATCH V3 2/8] perf/x86/intel/uncore: Fix refcnt and other cleanups
` [PATCH V3 3/8] perf/x86/intel/uncore: Let init_box() callback report failures
` [PATCH V3 4/8] perf/x86/intel/uncore: Keep PCI PMUs working when MMIO/MSR setup fails
` [PATCH V3 5/8] perf/x86/intel/uncore: Factor out box setup code
` [PATCH V3 6/8] perf/x86/intel/uncore: Introduce PMU flags and broken state
` [PATCH V3 7/8] perf/x86/intel/uncore: Fix uncore_box ref/unref ordering
` [PATCH V3 8/8] perf/x86/intel/uncore: Implement lazy setup for MSR/MMIO PMUs
[PATCH v2] perf stat: Fix false NMI watchdog warning in aggregation modes
2026-06-12 0:22 UTC (4+ messages)
[PATCH] perf stat: Fix false NMI watchdog warning in aggregation modes
2026-06-11 22:07 UTC (2+ messages)
[PATCH v18 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
2026-06-11 18:29 UTC (15+ messages)
` [PATCH v19 "
` [PATCH v19 5/5] perf test: Add inject ASLR test
` [PATCH v20 0/5] perf tools: Add inject --aslr feature
` [PATCH v20 1/5] perf maps: Add maps__mutate_mapping
` [PATCH v20 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
` [PATCH v20 3/5] perf inject/aslr: Implement sample address remapping
` [PATCH v20 4/5] perf aslr: Strip sample registers
` [PATCH v20 5/5] perf test: Add inject ASLR test
[PATCH v8 0/8] perf cs-etm: Support thread stack and callchain
2026-06-11 18:06 UTC (16+ messages)
` [PATCH v8 1/8] perf cs-etm: Filter synthesized branch samples
` [PATCH v8 2/8] perf cs-etm: Decode ETE exception packets
` [PATCH v8 3/8] perf cs-etm: Refactor instruction size handling
` [PATCH v8 4/8] perf cs-etm: Use thread-stack for last branch entries
` [PATCH v8 5/8] perf cs-etm: Flush thread stacks after decoder reset
` [PATCH v8 6/8] perf cs-etm: Support call indentation
` [PATCH v8 7/8] perf cs-etm: Synthesize callchains for instruction samples
` [PATCH v8 8/8] perf test: Add Arm CoreSight callchain test
[PATCH v9 2/2] perf test: Truncate printed test descriptions dynamically to avoid terminal wrapping
2026-06-11 15:06 UTC (3+ messages)
` [PATCH v10] "
[PATCH V5 1/2] tools/perf: Fix the check for parameterized field in event term
2026-06-11 12:50 UTC (3+ messages)
[PATCH v7 0/8] perf cs-etm: Support thread stack and callchain
2026-06-11 12:42 UTC (13+ messages)
` [PATCH v7 1/8] perf cs-etm: Filter synthesized branch samples
` [PATCH v7 2/8] perf cs-etm: Decode ETE exception packets
` [PATCH v7 3/8] perf cs-etm: Refactor instruction size handling
` [PATCH v7 4/8] perf cs-etm: Use thread-stack for last branch entries
` [PATCH v7 5/8] perf cs-etm: Flush thread stacks after decoder reset
` [PATCH v7 6/8] perf cs-etm: Support call indentation
` [PATCH v7 7/8] perf cs-etm: Synthesize callchains for instruction samples
` [PATCH v7 8/8] perf test: Add Arm CoreSight callchain test
[PATCH v2] perf dso: Fix kallsyms DSO detection with fallback logic
2026-06-11 12:34 UTC (3+ messages)
[PATCH] perf data convert json: Fix trace_seq memory leak in process_sample_event()
2026-06-11 11:53 UTC (3+ messages)
[PATCH v2 0/3] arm64: perf: Skip device memory during user callchain unwinding
2026-06-11 10:32 UTC (4+ messages)
[PATCH] perf/cxlpmu: Support Channel/Rank/Bank filter
2026-06-11 10:19 UTC (4+ messages)
[PATCH] perf cpumap: Fix buffer overflow in cpu_map__snprint()
2026-06-11 9:53 UTC (2+ messages)
[PATCH v5 00/19] perf cs-etm: Queue context packets for frontend
2026-06-11 8:37 UTC (3+ messages)
[PATCH v9 4/5] perf: RISC-V: add support for SSE event
2026-06-11 6:25 UTC (2+ messages)
` [External] "
[Patch v2 0/9] perf/x86: Miscellaneous PMU bug fixes
2026-06-11 6:17 UTC (10+ messages)
` [Patch v2 7/9] perf/x86/intel: Drop fixed-counter PEBS constraints for baseline PEBS
` [Patch v2 8/9] perf/core: Fix kernel register info leak via hardware skid
[PATCH 13/23] perf tools: Fix uninitialized pathname on uncompressed fallback in filename__decompress()
2026-06-10 22:16 UTC (4+ messages)
[PATCH] perf jitdump: Fix a build error with ASAN
2026-06-10 21:15 UTC (4+ messages)
[PATCH 23/23] perf symbols: Add bounds checks to read_build_id() note iteration in minimal build
2026-06-10 20:15 UTC (2+ messages)
[PATCH 19/23] perf bpf: Add NULL check for btf__type_by_id() in synthesize_bpf_prog_name()
2026-06-10 20:14 UTC (2+ messages)
[PATCH 20/23] perf bpf: Fix map data leak in bpf_metadata_create() on alloc failure
2026-06-10 20:12 UTC (2+ messages)
[PATCH 16/23] perf tools: Use snprintf() in dso__read_running_kernel_build_id()
2026-06-10 20:10 UTC (2+ messages)
[PATCH] perf data convert json: Fix addr_location leak on time-filtered samples
2026-06-10 20:06 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox