messages from 2026-06-30 07:17:27 to 2026-07-01 10:18:45 UTC [more...]
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-01 10:18 UTC (36+ 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 v2 0/3] perf/x86/amd/uncore: Add common helpers and Hygon support
2026-07-01 9:48 UTC (5+ messages)
` [PATCH v2 1/3] perf/x86/amd/uncore: Add common PMU helper functions
` [PATCH v2 2/3] perf/x86/amd/uncore: Convert AMD driver to common PMU helpers
` [PATCH v2 3/3] perf/x86/amd/uncore: Add Hygon uncore PMU support
[PATCH v8 00/22] Add Counter delegation ISA extension support
2026-07-01 9:38 UTC (32+ messages)
` [PATCH v8 01/22] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v8 02/22] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v8 03/22] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v8 04/22] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v8 05/22] RISC-V: Define indirect CSR access helpers
` [PATCH v8 06/22] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v8 07/22] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v8 08/22] RISC-V: Add Sscfg extension CSR definition
` [PATCH v8 09/22] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v8 10/22] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v8 11/22] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v8 15/22] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v8 16/22] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v8 17/22] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v8 18/22] RISC-V: perf: Add Qemu virt machine events
` [PATCH v8 19/22] tools/perf: Support event code for arch standard events
` [PATCH v8 20/22] tools/perf: Add RISC-V CounterIDMask event field
` [PATCH v8 21/22] TEST(do-not-upstream): fake qemu-virt PMU events for cdeleg counter-mask testing
` [PATCH v8 22/22] TEST(do-not-upstream): fake qemu vendor JSON + mapfile entry for CounterIDMask path
[PATCH 0/9] tools/perf: Add interface to expose HTM trace data via perf
2026-07-01 9:13 UTC (19+ messages)
` [PATCH 1/9] tool/perf: Move auxtrace_record__init for powerpc-vpadtl as separate utility
` [PATCH 2/9] tools/perf: Add CONFIG_AUXTRACE support for HTM pmu on powerpc
` [PATCH 3/9] tools/perf: Add arch_record__collect_final_data to collect additional data before closing the event
` [PATCH 4/9] tools/perf: Add powerpc callback support for arch_record__collect_final_data
` [PATCH 5/9] tools/perf: process htm auxtrace events and display in perf report -D
` [PATCH 6/9] perf tools powerpc: Add HTM trace data processing and decoding support
` [PATCH 7/9] perf tools powerpc: Add physical to logical address mapping for HTM traces
` [PATCH 8/9] tools/perf/powerpc: Add event name as htm of PERF_TYPE_SYNTH type to present htm samples
` [PATCH 9/9] tools/perf/powerpc: Add logical address in decoded traces
[PATCH 0/5] powerpc/htm: Add interface to expose HTM trace data via perf
2026-07-01 9:02 UTC (9+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] powerpc/htm: Add support to setup and free aux buffer for capturing HTM data
` [PATCH 3/5] powerpc/perf: Capture the HTM memory configuration as part of perf data
` [PATCH 4/5] docs: ABI: sysfs-bus-event_source-devices-htm: Document sysfs event format entries for htm pmu
` [PATCH 5/5] powerpc/perf/htm: Add documentation for Hardware Trace Macro PMU
[PATCH v3 00/21] perf arm64: Support data type profiling
2026-07-01 8:56 UTC (52+ messages)
` [PATCH v3 01/21] perf capstone: Fix kernel map reference count leak
` [PATCH v3 02/21] perf capstone: Fix arm64 jump/adrp disassembly mismatch with objdump
` [PATCH v3 03/21] perf llvm: Fix arm64 adrp instruction "
` [PATCH v3 04/21] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v3 05/21] perf annotate-arm64: Handle load and store instructions
` [PATCH v3 06/21] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v3 07/21] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v3 08/21] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v3 09/21] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v3 10/21] perf annotate: Deduplicate overlapping ARM SPE events for data type profiling
` [PATCH v3 11/21] perf auxtrace: Set default period to 1 for PERF_ITRACE_PERIOD_INSTRUCTIONS type
` [PATCH v3 12/21] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v3 13/21] perf annotate-arm64: Enable instruction tracking support
` [PATCH v3 14/21] perf annotate-arm64: Support load instruction tracking
` [PATCH v3 15/21] perf annotate-arm64: Support store "
` [PATCH v3 16/21] perf annotate-arm64: Support stack variable tracking
` [PATCH v3 17/21] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v3 18/21] perf annotate-arm64: Support 'add' "
` [PATCH v3 19/21] perf annotate-arm64: Support 'adrp' instruction to track global variables
` [PATCH v3 20/21] perf annotate-arm64: Support per-cpu variable access tracking
` [PATCH v3 21/21] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer
[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
2026-07-01 8:33 UTC (10+ messages)
[PATCH 0/3] perf/x86/amd/uncore: Add common helpers and Hygon support
2026-07-01 7:55 UTC (11+ messages)
` [PATCH 1/3] perf/x86/amd/uncore: Add common PMU helper functions
` 答复: "
` 答复: "
` [PATCH 2/3] perf/x86/amd/uncore: Convert AMD driver to common PMU helpers
` [PATCH 3/3] perf/x86/amd/uncore: Add Hygon uncore PMU support
[PATCH v2] perf test amd ibs: avoid using executable heap
2026-07-01 6:43 UTC (3+ messages)
[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
2026-07-01 6:12 UTC (9+ messages)
[PATCH] perf test amd ibs: avoid using executable heap
2026-07-01 5:53 UTC (2+ messages)
[PATCH v2] perf/x86/amd/uncore: Add group validation
2026-07-01 5:42 UTC
[PATCH] perf build: Fix LTO build of libperf-jvmti.so
2026-07-01 4:21 UTC
[PATCH 0/2] perf/cxlpmu: Misc updates
2026-07-01 1:55 UTC (4+ messages)
` [PATCH v2 1/2] perf/cxlpmu: Support Channel/Rank/Bank filter
` [PATCH 2/2] perf/cxlpmu: Add missing CXL 4.0 events
[PATCH v3 0/2] RISC-V IOMMU HPM support
2026-07-01 1:43 UTC (7+ messages)
` [PATCH v3 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v3 2/2] iommu/riscv: create a auxiliary device for HPM
[PATCH v10 0/9] perf cs-etm: Support thread stack and callchain
2026-06-30 23:57 UTC (5+ messages)
[PATCH v3] perf dso: Fix kallsyms DSO detection with fallback logic
2026-06-30 23:51 UTC (4+ messages)
[PATCH V2 linux-next] perf test: Skip failing 'perf test aslr' test case
2026-06-30 23:35 UTC (2+ messages)
[PATCH v2] perf kvm stat: Add missing mappings for PPC kvm exit reasons
2026-06-30 23:35 UTC (2+ messages)
[PATCH v3] perf scripts: Add configurable sorting option to powerpc-hcalls
2026-06-30 23:35 UTC (2+ messages)
[PATCH v2 1/2] perf script powerpc: Update the hcall list with new hcalls
2026-06-30 23:35 UTC (2+ messages)
[PATCH v1 0/6] perf vendor events intel: update
2026-06-30 23:35 UTC (2+ messages)
[PATCH V2] tools/perf/sched: Update process names of processes in zombie state for both -s and -S options
2026-06-30 23:35 UTC (2+ messages)
[RFC PATCH 2/4] perf/trace-event: Write trace.dat metadata sections during parsing
2026-06-30 18:12 UTC (3+ messages)
[PATCH 0/5] perf/arm-cmn: Support CMN S3 r2
2026-06-30 15:19 UTC (6+ messages)
` [PATCH 1/5] perf/arm-cmn: Rename filter variables for clarity
` [PATCH 2/5] perf/arm-cmn: Refactor event filter programming
` [PATCH 3/5] perf/arm-cmn: Refactor event filter data
` [PATCH 4/5] perf/arm-cmn: Add new filters
` [PATCH 5/5] perf/arm-cmn: Support CMN S3 r2
[PATCH v6 0/2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
2026-06-30 13:27 UTC (4+ messages)
` [PATCH v6 1/2] perf/arm-cmn: Move DTM index data out of hw_perf_event
` [PATCH v6 2/2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes
2026-06-30 9:44 UTC (9+ messages)
` [Patch v3 1/8] perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities
[PATCH v2 0/3] perf record: fix multi-record Zstd compression
2026-06-30 7:32 UTC (3+ messages)
` [PATCH v2 1/3] perf record: Fix multiple PERF_RECORD_COMPRESSED2 records per push
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