messages from 2026-06-10 19:53:42 to 2026-06-11 16:41:52 UTC [more...]
[PATCH v18 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
2026-06-11 16:41 UTC (12+ 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 v3 0/8] perf/x86/intel/uncore: PMU setup robustness fixes
2026-06-11 16:38 UTC (15+ 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 0/4] mm: split the file's i_mmap tree for NUMA
2026-06-11 16:00 UTC (13+ 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 "
[PATCH] perf test: Compile named_threads workload with -O0
2026-06-11 15:11 UTC (4+ messages)
[PATCH v8 0/8] perf cs-etm: Support thread stack and callchain
2026-06-11 15:11 UTC (13+ 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)
[PATCHES v1 00/23] perf tools: Fix OOB accesses, leaks, and missing bounds checks across pmu/symbols/bpf/hwmon
2026-06-10 20:15 UTC (9+ messages)
` [PATCH 19/23] perf bpf: Add NULL check for btf__type_by_id() in synthesize_bpf_prog_name()
` [PATCH 20/23] perf bpf: Fix map data leak in bpf_metadata_create() on alloc failure
` [PATCH 21/23] perf bpf: Fix metadata leak in perf_env__add_bpf_info() on duplicate insert
` [PATCH 22/23] perf symbols: Add bounds checks to elf_read_build_id() note iteration
` [PATCH 23/23] perf symbols: Add bounds checks to read_build_id() note iteration in minimal build
[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)
[PATCH 15/23] perf pmu: Use scnprintf() in format_alias()
2026-06-10 20:05 UTC (2+ messages)
[PATCH] perf s390: Fix TEXTREL in Python extension by compiling as PIC
2026-06-10 20:05 UTC (3+ messages)
[PATCH] perf build: Do not duplicate CFLAGS in Python extension builds
2026-06-10 20:02 UTC (3+ messages)
[PATCH v2] perf build: Respect V=1 for Python extension builds
2026-06-10 20:01 UTC (3+ messages)
[PATCH v2 0/2] perf: riscv: fix register name strings
2026-06-10 19:55 UTC (2+ messages)
page: | 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