messages from 2026-09-10 02:19:24 to 2026-09-13 22:28:58 UTC [more...]
[PATCH v3 0/8] perf tools: Annotate fixes, stdio progress indication, debuginfo-client in more places
2026-09-13 22:28 UTC (9+ messages)
` [PATCH 1/8] perf test: Skip data_type_profiling when the PMU cannot record memory events
` [PATCH 2/8] perf debuginfo: Fetch debuginfo keyed by build ID using debuginfod
` [PATCH 3/8] perf symbol: Fall back to fetching the vmlinux by build ID
` [PATCH 4/8] perf annotate-data: Show the sample count in the data-type browser
` [PATCH 5/8] perf report: Add --progress option
` [PATCH 6/8] perf scripts: Add perf-stuck, to tell where a running perf is stuck
` [PATCH 7/8] perf annotate-data: Resolve type DIEs in the debug file they came from
` [PATCH 8/8] perf mem record: Request PERF_SAMPLE_CPU by default
[PATCH perf-tools-next] perf list: Avoid repeated strlen when escaping JSON strings
2026-09-13 21:45 UTC (3+ messages)
[PATCH v1 1/3] perf header: Fix HEADER_COMPRESSED validation for comp_mmap_len
2026-09-13 21:42 UTC (20+ messages)
` [PATCH v1 2/3] perf header: Fix potential memory corruption in cpu_cache_level__read
` [PATCH v1 3/3] perf header: Transition WARN macros to debug.h equivalents
` [PATCH v2 1/3] perf test x86: Fix missing __msan_unpoison
` [PATCH v2 2/3] perf header: Fix HEADER_COMPRESSED validation for comp_mmap_len
` [PATCH v2 3/3] perf header: Fix potential memory corruption in cpu_cache_level__read
` [PATCH v3 0/3] perf header: Fix memory corruption and unnecessary warning
` [PATCH v3 1/3] perf header: Fix HEADER_COMPRESSED validation for comp_mmap_len
` [PATCH v3 2/3] perf header: Fix potential memory corruption in cpu_cache_level__read
` [PATCH v3 3/3] perf header: Transition WARN macros to debug.h equivalents
[PATCH v1] perf python: Fix ilist TreeNode string type drift
2026-09-13 21:40 UTC (7+ messages)
` [PATCH v2] "
[PATCH v2 0/8] perf tools: Annotate fixes, stdio progress indication, debuginfo-client in more places
2026-09-13 12:15 UTC (18+ messages)
` [PATCH v2 1/8] perf test: Skip data_type_profiling when the PMU cannot record memory events
` [PATCH v2 2/8] perf debuginfo: Fetch debuginfo keyed by build ID using debuginfod
` [PATCH v2 3/8] perf symbol: Fall back to fetching the vmlinux by build ID
` [PATCH v2 4/8] perf annotate-data: Show the sample count in the data-type browser
` [PATCH v2 5/8] perf report: Add --progress option
` [PATCH v2 6/8] perf scripts: Add perf-stuck, to tell where a running perf is stuck
` [PATCH v2 7/8] perf annotate-data: Resolve type DIEs in the debug file they came from
` [PATCH v2 8/8] perf mem record: Request PERF_SAMPLE_CPU by default
[PATCH v3 00/13] x86/msr: Drop 32-bit MSR interfaces
2026-09-13 5:36 UTC (10+ messages)
` [PATCH v3 12/13] treewide: convert rdmsrq() from a macro to an inline function
` [PATCH v3 13/13] x86/msr: Simplify some rdmsrq() use cases
[PATCH v1 0/8] perf tools: Annotate fixes, stdio progress indication, debuginfo-client in more places
2026-09-13 2:53 UTC (16+ messages)
` [PATCH v1 1/8] perf test: Skip data_type_profiling when the PMU cannot record memory events
` [PATCH v1 2/8] perf debuginfo: Fetch debuginfo keyed by build ID using debuginfod
` [PATCH v1 3/8] perf symbol: Fall back to fetching the vmlinux by build ID
` [PATCH v1 4/8] perf annotate-data: Show the sample count in the data-type browser
` [PATCH v1 5/8] perf report: Add --progress option
` [PATCH v1 6/8] perf scripts: Add perf-stuck, to tell where a running perf is stuck
` [PATCH v1 7/8] perf annotate-data: Resolve type DIEs in the debug file they came from
` [PATCH v1 8/8] perf mem record: Request PERF_SAMPLE_CPU by default
[PATCH v1] tools build: Fix timerfd feature detection with clang
2026-09-12 20:15 UTC (3+ messages)
[PATCH v15 00/12] tracing: wprobe: x86: Add wprobe for watchpoint
2026-09-12 13:36 UTC (3+ messages)
[PATCH] drivers/perf: apple_m1: Add macOS 27 M2 Event
2026-09-12 8:08 UTC (2+ messages)
[PATCH v3 13/13] x86/msr: Simplify some rdmsrq() use cases
2026-09-12 6:50 UTC (3+ messages)
[PATCH] perf synthetic-events: Fix schedstat event lifetime handling
2026-09-12 6:08 UTC (2+ messages)
[PATCH 0/4] perf annotate-data: Support flexible array types
2026-09-12 6:02 UTC (9+ messages)
` [PATCH 1/4] perf annotate-data: Convert type histogram to hashmap
` [PATCH 2/4] perf dwarf-aux: Add die_has_flex_array() helper
` [PATCH 3/4] perf annotate-date: Allow out-of-size access for flex-array types
` [PATCH 4/4] perf annotate-data: Adjust type offset for flex-array
[PATCH] perf synthetic-events: Check schedstat domain allocation failure
2026-09-12 5:36 UTC (3+ messages)
[PATCH] perf thread_map: Deduplicate numerically equivalent PID and TID strings
2026-09-12 5:26 UTC (4+ messages)
` [PATCH v2] "
[PATCH] perf evsel: Restrict incremental open error unwind
2026-09-12 3:24 UTC (2+ messages)
[PATCH bpf-next v3 0/3] bpftool: Improve perf counter reporting
2026-09-12 0:01 UTC (9+ messages)
` [PATCH bpf-next v3 1/3] bpftool: Track perf counter snapshot state
` [PATCH bpf-next v3 3/3] bpftool: Scale counters and report cycles per run
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-11 17:09 UTC (9+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage
[PATCH v8 0/6] perf: Add support for memory region/range reporting
2026-09-11 15:58 UTC (16+ messages)
` [PATCH v8 1/6] perf mem: Fix size tracking for mem_lvl's in perf_script__meminfo_scnprintf()
` [PATCH v8 2/6] perf mem: Add support for printing PERF_MEM_LVLNUM_L0
` [PATCH v8 3/6] perf header: Support memory ranges
` [PATCH v8 4/6] perf tools: Show memory region in perf-c2c subcommand
` [PATCH v8 5/6] perf tools: Show memory region in perf-script subcommand
` [PATCH v8 6/6] perf c2c: print memory region data with stdio output
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-11 15:05 UTC (11+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
[PATCH v2] perf/arm-cmn: Fix wp_dev_sel2 setting for multi-DTM configurations
2026-09-11 13:44 UTC (4+ messages)
[PATCH v10 0/9] riscv: add SBI Supervisor Software Events support
2026-09-11 12:40 UTC (19+ messages)
` [PATCH v10 1/9] riscv: add SBI SSE extension definitions
` [PATCH v10 2/9] riscv: add support for SBI Supervisor Software Events extension
` [PATCH v10 3/9] riscv: sse: mask events during shutdown and kexec
` [PATCH v10 4/9] drivers: firmware: add riscv SSE support
` [PATCH v10 5/9] riscv: mm: avoid enabling interrupts for nofault page faults
` [PATCH v10 6/9] perf: RISC-V: support callchains with SSE delivery
` [PATCH v10 7/9] perf: RISC-V: add support for SSE event
` [PATCH v10 8/9] selftests/riscv: add SSE test module
` [PATCH v10 9/9] selftests/riscv: add perf user-stack SSE copy regression test
[PATCH v2] man/man2: introduce man page for file_getattr/file_setattr syscalls
2026-09-11 11:56 UTC
[PATCH v5 00/26] perf arm64: Support data type profiling
2026-09-11 10:15 UTC (30+ messages)
` [PATCH v5 01/26] perf capstone: Symbolize address operands to match objdump on arm64
` [PATCH v5 09/26] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v5 13/26] perf annotate-arm64: Enable instruction tracking support
` [PATCH v5 14/26] perf annotate-data: Add arch_get_reg_offset helper
` [PATCH v5 16/26] perf annotate-arm64: Support load instruction tracking
` [PATCH v5 21/26] perf annotate-arm64: Support stack variable tracking
` [PATCH v5 22/26] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v5 23/26] perf annotate-arm64: Support 'add' "
` [PATCH v5 25/26] perf annotate-arm64: Support per-cpu variable access tracking
[PATCH v10 0/2] RISC-V IOMMU HPM support
2026-09-11 6:45 UTC (5+ messages)
` [PATCH v10 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v10 2/2] iommu/riscv: create a auxiliary device for HPM
[PATCH v4 0/8] Enhance TLP packet decoder with field-level parsing and versioning
2026-09-11 6:41 UTC (3+ messages)
[PATCH v5 00/26] perf arm64: Support data type profiling
2026-09-11 1:47 UTC (4+ messages)
` [PATCH v5 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
[PATCH v3 1/9] perf/x86/intel: Ensure guest PEBS path doesn't set unwanted PERF_GLOBAL_CTRL bits
2026-09-11 1:05 UTC (5+ messages)
[Patch v10 00/10] Perf tools: Support eGPRs/SSP/SIMD registers sampling
2026-09-11 0:36 UTC (6+ messages)
[PATCH v2 0/4] tools build: Fixes for libbfd -lzstd dependency
2026-09-10 19:53 UTC (5+ messages)
` [PATCH v2 3/4] bpftool: Add explicitly sequenced -lzstd to libbfd feature fallback
[PATCH v3 0/9] perf/x86: Don't write PEBS_ENABLED on KVM transitions
2026-09-10 17:56 UTC (3+ messages)
[RFC PATCH 17/22] perf/events: arm64: ti: Add J7 DDR performance events
2026-09-10 14:14 UTC (2+ messages)
[PATCH v1 0/3] perf sched stats: Fix memory leaks
2026-09-10 14:11 UTC (5+ messages)
` [PATCH v1 1/3] perf sched: Add missing perf_session__delete()
[PATCH v7 0/6] perf: Add support for memory region/range reporting
2026-09-10 14:10 UTC (6+ messages)
` [PATCH v7 4/6] perf tools: Show memory region in perf-c2c subcommand
` [PATCH v7 5/6] perf tools: Show memory region in perf-script subcommand
[PATCH v1] perf test x86: Fix missing __msan_unpoison
2026-09-10 14:08 UTC (2+ messages)
[PATCH v2] perf evlist: Don't restrict uncore events to PMU CPUs
2026-09-10 2:40 UTC (2+ 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