messages from 2026-08-06 10:16:28 to 2026-08-07 15:34:53 UTC [more...]
[PATCH v12 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
2026-08-07 15:34 UTC (9+ messages)
` [PATCH v12 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v12 02/11] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v12 03/11] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v12 04/11] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v12 05/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v12 06/11] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v12 07/11] selftests: tracing: Add syntax "
` [PATCH v12 08/11] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
[PATCH V5 0/6] tools/perf: Add powerpc HTM auxtrace support
2026-08-07 15:33 UTC (11+ messages)
` [PATCH V5 1/6] tools/perf: Move powerpc VPA-DTL auxtrace init into a separate file
` [PATCH V5 2/6] tools/perf: Add AUXTRACE recording support for powerpc HTM
` [PATCH V5 3/6] tools/perf: Add arch hook to drain remaining data before event close
` [PATCH V5 4/6] tools/perf: Add powerpc callback support for arch_perf_record__need_read
` [PATCH V5 5/6] tools/perf: Add powerpc HTM auxtrace event processing support
` [PATCH V5 6/6] tools/perf: Add perf tool support for processing powerpc HTM AUXTRACE records
[PATCH 0/9] mm: distinguish PTE table storage from PTE values
2026-08-07 15:24 UTC (6+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte
[PATCH v6 0/3] perf/core: sched_task() dispatch and branch entry fixes
2026-08-07 15:13 UTC (11+ messages)
` [PATCH v6 1/3] perf/core: Fix NULL pmu_ctx passed to pmu->sched_task()
` [PATCH v6 2/3] perf/core: Run sched_task() for PMUs with only CPU-wide events
` [PATCH v6 3/3] perf/core: Clear the whole branch entry in perf_clear_branch_entry()
[PATCH 0/2] perf kvm: Fix memory leaks
2026-08-07 15:08 UTC (3+ messages)
` [PATCH 1/2] perf kvm: Fix memory leak in process_sample_event()
` [PATCH 2/2] perf kvm: Fix memory leak in cmd_kvm()
[PATCH V5 0/6] powerpc/perf: Add HTM PMU driver and perf AUX support
2026-08-07 14:58 UTC (11+ messages)
` [PATCH V5 1/6] powerpc/perf: Add HTM PMU driver to expose Hardware Trace Macro data
` [PATCH V5 2/6] powerpc/perf: Reject duplicate HTM target reservations
` [PATCH V5 3/6] powerpc/perf: Add AUX buffer management to capture HTM trace data
` [PATCH V5 4/6] powerpc/perf: Capture the HTM memory configuration as part of perf data
` [PATCH V5 5/6] docs: ABI: sysfs-bus-event_source-devices-htm: Document sysfs event format entries for htm pmu
` [PATCH V5 6/6] powerpc/perf/htm: Add documentation for Hardware Trace Macro PMU
[PATCH] perf: arm_pmuv3: Zero initialize hw_id branch stack field
2026-08-07 14:27 UTC (6+ messages)
[PATCH v3] perf/core: Fix group leader use-after-free after sibling detach
2026-08-07 12:41 UTC
[PATCHES v1 0/12] perf jitdump: Input validation hardening
2026-08-07 12:00 UTC (6+ messages)
` [PATCH 05/12] perf jitdump: Check snprintf return before computing header size
[PATCHES v8 0/2] perf c2c hardening
2026-08-07 11:58 UTC (5+ messages)
[RFC PATCH v1 0/8] perf/core, perf/tools: Add PERF_SAMPLE_BUILD_ID_OFFSET support
2026-08-07 11:18 UTC (18+ messages)
` [RFC PATCH v1 1/8] perf event: Factor build_id out into its own top-level struct
` [RFC PATCH v1 2/8] perf/core: Add BUILD_ID_OFFSET to UAPI
` [RFC PATCH v1 3/8] perf/core: Implement BUILD_ID_OFFSET sample type
` [RFC PATCH v1 4/8] perf: Refactor thread map and symbol APIs to take perf_sample
` [RFC PATCH v1 5/8] perf tools: Internal support for BUILD_ID_OFFSET
` [RFC PATCH v1 6/8] perf inject: Extend perf inject to support bid_offset conversion
` [RFC PATCH v1 7/8] perf record: Add --buildid-offset option
` [RFC PATCH v1 8/8] perf tests: Add build_id_offset test coverage
[PATCH] perf evsel: Improve frame pointer unwinding warning for s390
2026-08-07 10:54 UTC (2+ messages)
[PATCH v1 0/2] perf: RISC-V: fix SBI PMU masks for RV32
2026-08-07 9:17 UTC (5+ messages)
` [PATCH v1 1/2] perf: RISC-V: use BIT_ULL for u64 overflow masks
` [PATCH v1 2/2] perf: RISC-V: store available counter mask as bitmap
[PATCH v2] perf/core: Fix group leader use-after-free after sibling detach
2026-08-07 8:57 UTC (4+ messages)
[PATCH v9 00/20] Add Counter delegation ISA extension support
2026-08-07 8:43 UTC (29+ messages)
` [PATCH v9 01/20] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v9 02/20] RISC-V: Add Smcsrind and Sscsrind ISA extension CSR definitions
` [PATCH v9 03/20] RISC-V: Add Smcsrind and Sscsrind ISA extension definition and parsing
` [PATCH v9 04/20] dt-bindings: riscv: add Smcsrind and Sscsrind ISA extension descriptions
` [PATCH v9 05/20] RISC-V: Define indirect CSR access helpers
` [PATCH v9 06/20] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v9 07/20] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v9 08/20] RISC-V: Add Ssccfg extension CSR definition
` [PATCH v9 09/20] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v9 10/20] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v9 11/20] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v9 12/20] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v9 13/20] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v9 14/20] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v9 15/20] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v9 16/20] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v9 17/20] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v9 18/20] RISC-V: perf: Add Qemu virt machine events
` [PATCH v9 19/20] tools/perf: Support event code for arch standard events
` [PATCH v9 20/20] tools/perf: Add RISC-V CounterIDMask event field
[PATCH v8 00/22] Add Counter delegation ISA extension support
2026-08-07 8:08 UTC (9+ messages)
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support
[PATCH] tools: Use fputc() calls in some functions
2026-08-07 6:33 UTC (3+ messages)
` "
[PATCH v6 0/9] perf c2c: add a function view
2026-08-07 6:19 UTC (4+ messages)
[PATCH v7 0/9] perf c2c: add a function view
2026-08-07 6:13 UTC (3+ messages)
` [PATCH v7 2/9] perf c2c: add function view browser skeleton
[PATCH] perf: RISC-V: check cpu_hw_evt before dereference in overflow IRQ
2026-08-07 3:46 UTC (2+ messages)
[PATCH v11 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
2026-08-07 3:18 UTC (7+ messages)
` [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-06 23:27 UTC (22+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 04/20] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v4 05/20] mm: update print_bad_page_map() to show anon index if appropriate
` [PATCH v4 06/20] mm: introduce and use vma_filebacked_address()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 09/20] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v4 18/20] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v4 20/20] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests
[PATCH v3 0/9] perf/x86: Don't write PEBS_ENABLED on KVM transitions
2026-08-06 17:18 UTC (2+ messages)
[PATCH v2] perf/arm_cspmu: Support 64-bit programmers' model
2026-08-06 17:11 UTC (2+ messages)
[PATCH v2 0/5] perf/arm-cmn: Support CMN S3 r2
2026-08-06 17:11 UTC (4+ messages)
[PATCH 0/3] perf: Remove redundant error messages on IRQ request failure
2026-08-06 17:11 UTC (2+ messages)
[PATCH v6 0/4] perf: Fix and optimize maps parsing, boundaries, and bounds safety
2026-08-06 16:17 UTC (3+ messages)
` [PATCH v7 0/5] "
[PATCH v4 0/5] perf trace-event: Fix overflow, loop and cleanup bugs
2026-08-06 16:17 UTC (2+ messages)
[PATCH v4] perf stat: Include PMU name and split uncore events per PMU in metric-only JSON output
2026-08-06 16:16 UTC (2+ messages)
[PATCH v9 0/4] perf sched latency: Refine outputs, unit scaling, and histogram support
2026-08-06 15:52 UTC (6+ messages)
` [PATCH v9 1/4] perf sched: Suppress latency table output when trace samples are missing
` [PATCH v9 2/4] perf sched: Handle missing trace samples in pipe mode
` [PATCH v9 3/4] perf sched latency: Auto-scale latency and runtime display units
` [PATCH v9 4/4] perf sched latency: Add histogram and time interval options
[PATCH 0/3] perf/x86: Fix perf_event_print_debug() on non-Intel PMUs
2026-08-06 15:44 UTC (6+ messages)
` [PATCH 1/3] perf/x86: Add x86_pmu::print_debug
` [PATCH 2/3] perf/x86: Move MSR_CORE_PERF_GLOBAL_* dump to vendor code
` [PATCH 3/3] perf/x86/amd: Implement x86_pmu::print_debug
[PATCHES v3 0/12] perf jitdump: Input validation hardening
2026-08-06 15:21 UTC (25+ messages)
` [PATCH 01/12] perf jitdump: Fix extended header read that always fails
` [PATCH 02/12] perf jitdump: Fix debug_data and unwinding_data leaks
` [PATCH 03/12] perf jitdump: Validate code_size against total_size in code load
` [PATCH 04/12] perf jitdump: Prevent integer underflow in debug info size calculation
` [PATCH 05/12] perf jitdump: Bounds-check debug entry byte-swap loop
` [PATCH 06/12] perf jitdump: Check snprintf return before computing header size
` [PATCH 07/12] perf jitdump: Fix funlockfile on unlocked stream in jit_open() error path
` [PATCH 08/12] perf jitdump: Free event in jit_repipe_code_move()
` [PATCH 09/12] perf jitdump: Use dirname() return value in jit_open()
` [PATCH 10/12] perf jitdump: Validate debug entries on native (non-swap) path
` [PATCH 11/12] perf jitdump: Validate sym string NUL-termination in code load
` [PATCH 12/12] perf jitdump: Validate unwinding sizes against record payload
[PATCH v8 0/4] perf sched latency: Refine outputs, unit scaling, and histogram support
2026-08-06 14:05 UTC (3+ messages)
[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-08-06 13:03 UTC (15+ messages)
` [PATCH v5 3/4] perf/arm64: "
[PATCHES v2 0/12] perf jitdump: Input validation hardening
2026-08-06 12:30 UTC (4+ messages)
` [PATCH 02/12] perf jitdump: Validate code_size against total_size in code load
[PATCH v3 0/3] perf tools: Fix memory issues
2026-08-06 12:17 UTC (3+ messages)
[PATCH v2 00/15] riscv: add Svnapot PTE folding support
2026-08-06 11:03 UTC (4+ messages)
` [PATCH v2 10/15] mm/gup: add fast-GUP specific lockless PTE helpers
` [External] "
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