messages from 2026-09-22 12:36:48 to 2026-09-23 16:09:53 UTC [more...]
[PATCH v3 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-23 16:09 UTC (10+ messages)
` [PATCH v3 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v3 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
[PATCH v2 00/14] perf cs-etm: Fix bogus branch samples on exceptions
2026-09-23 16:09 UTC (21+ messages)
` [PATCH v2 01/14] perf sample: Allow decoders to supply branch return addresses
` [PATCH v2 02/14] perf intel-pt: Preserve return addresses for asynchronous branches
` [PATCH v2 03/14] perf cs-etm: Break branch history when instruction memory is unavailable
` [PATCH v2 04/14] perf cs-etm: Centralize packet ISA initialization
` [PATCH v2 05/14] perf cs-etm: Use the recorded instruction size for A32 and A64
` [PATCH v2 06/14] perf cs-etm: Mark branches that were not taken
` [PATCH v2 07/14] perf cs-etm: Factor out final instruction sample synthesis
` [PATCH v2 08/14] perf cs-etm: Centralize branch sample synthesis checks
` [PATCH v2 09/14] perf cs-etm: Classify exception calls using the exception packet
` [PATCH v2 10/14] perf cs-etm: Synthesize exception entries separately from branches
` [PATCH v2 11/14] perf tests: Check CoreSight IRQ entry and exit
` [PATCH v2 12/14] perf tests: Check CoreSight syscall "
` [PATCH v2 13/14] perf tests: Check CoreSight abort "
` [PATCH v2 14/14] perf tests: Check CoreSight emulated instruction "
[PATCH v3 00/16] perf trace: Fix BPF filtering and make tracing tests non-exclusive
2026-09-23 16:07 UTC (52+ messages)
` [PATCH v4 00/18] "
` [PATCH v5 00/23] "
` [PATCH v5 01/23] perf trace: Set the augmented arg header in the augmenters that omit it
` [PATCH v5 02/23] perf trace: Include the augmented arg header in nanosleep's payload length
` [PATCH v5 03/23] perf trace: Include the headers declaring pid_t, strcmp and assert
` [PATCH v5 04/23] perf trace: Free the whole evsel_trace in evsel__put_and_free_priv
` [PATCH v5 05/23] perf evsel: Report an allocation failure as ENOMEM when setting filters
` [PATCH v5 06/23] perf trace: Start BPF summary before starting workload
` [PATCH v5 07/23] perf trace: Skip internal tracepoint fields in formatting and beauty map
` [PATCH v5 08/23] perf trace: Bounds check augmented arguments before reading them
` [PATCH v5 09/23] perf trace: Bound the fixed size augmented argument beautifiers
` [PATCH v5 10/23] perf trace: Do not read sample padding as an augmented argument
` [PATCH v5 11/23] perf trace: Do not set unaugmented BPF program on sys_exit map
` [PATCH v5 12/23] perf trace: Filter events in BPF and avoid tracepoint vetoes
` [PATCH v5 13/23] perf trace: Handle fork and exit directly in BPF filter maps
` [PATCH v5 14/23] perf trace: Enumerate the target again once BPF is attached
` [PATCH v5 15/23] perf trace: Drop targets that died before they were filtered
` [PATCH v5 16/23] perf test test_task_analyzer: Isolate in temporary directory and make non-exclusive
` [PATCH v5 17/23] perf test common: Only disable probes in clear_all_probes
` [PATCH v5 18/23] perf test probe_vfs_getname: Scope probe name to PID and make non-exclusive
` [PATCH v5 19/23] perf test record+probe_libc_inet_pton: Scope event to PID, add retries, "
` [PATCH v5 20/23] perf test trace_summary: Improve error diagnostics
` [PATCH v5 21/23] perf test trace_btf_general: Drop --max-events=1 and make non-exclusive
` [PATCH v5 22/23] perf test trace_summary: Make non-exclusive
` [PATCH v5 23/23] perf test uprobe_from_different_cu: Scope probe name to PID
[PATCH v11 0/6] perf: Add support for memory region/range reporting
2026-09-23 16:07 UTC (11+ messages)
` [PATCH v11 1/6] perf mem: Fix size tracking for mem_lvl's in perf_script__meminfo_scnprintf()
` [PATCH v11 2/6] perf mem: Add support for printing PERF_MEM_LVLNUM_L0
` [PATCH v11 3/6] perf header: Support memory ranges
` [PATCH v11 4/6] perf tools: Show memory region in perf-c2c subcommand
` [PATCH v11 5/6] perf tools: Show memory region in perf-script subcommand
` [PATCH v11 6/6] perf c2c: print memory region data with stdio output
[RFC PATCH v3 0/3] perf: sparc64 user regs and stack dump, with arch hooks
2026-09-23 16:02 UTC (9+ messages)
` [RFC PATCH v3 1/3] perf/core: Let an arch prepare and locate the user stack dump
` [RFC PATCH v3 2/3] sparc64: Support PERF_SAMPLE_REGS_USER and PERF_SAMPLE_STACK_USER
` [RFC PATCH v3 3/3] perf tools: Support sparc user register samples and dwarf unwinding
[PATCH v17 00/13] tracing: wprobe: x86: Add wprobe for watchpoint
2026-09-23 15:32 UTC (12+ messages)
` [PATCH v17 01/13] x86/mce: Fix hardware debug register corruption on task migration
` [PATCH v17 02/13] perf/x86, KVM: Prevent host debug register leak into guest OS on NMI
` [PATCH v17 03/13] x86/hw_breakpoints: Make DR7 updates NMI safe
perf stat: worth documenting task-clock/cpu-clock in perf-stat.txt?
2026-09-23 15:14 UTC (5+ messages)
` [PATCH] perf stat: document task-clock/cpu-clock in TIMINGS
[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-23 14:31 UTC (9+ messages)
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-23 14:19 UTC (7+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
[PATCH v2 00/49] perf: Complete transition to standalone Python scripts
2026-09-23 13:40 UTC (15+ messages)
` [PATCH v2 09/49] perf python: Add Intel PT call_return and itrace capability
` [PATCH v2 13/49] perf build: Make mypy build test opt-out (NO_MYPY=1)
` [PATCH v2 38/49] perf python: Port arm-cs-trace-disasm to perf module
[PATCH 0/2] perf/x86/amd/uncore: Drop redundant counter slot searches
2026-09-23 10:38 UTC (2+ messages)
[PATCH v7 0/3] perf/core: sched_task() dispatch and branch entry fixes
2026-09-23 9:50 UTC (5+ messages)
[PATCH v6 0/3] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-09-23 9:15 UTC (4+ messages)
[PATCH v5 0/2] perf/x86/amd/uncore: Add Hygon uncore PMU and JSON events
2026-09-23 9:00 UTC (5+ messages)
` [PATCH v5 2/2] perf vendor events hygon: Add Hygon Data Fabric PMU events and metrics
[PATCH] perf jevents: Rename OMR offcore_rsp attribute to offmodule_rsp
2026-09-23 5:21 UTC (3+ messages)
[PATCH] perf buildid-list: Fix empty output for AUX data
2026-09-23 5:21 UTC (3+ messages)
[PATCH v10 RESEND 0/9] riscv: add SBI Supervisor Software Events support
2026-09-23 4:17 UTC (2+ messages)
[PATCH v2] perf/bpf: Fix lockless access to parent_event->prog in perf_event_alloc()
2026-09-23 3:33 UTC (2+ messages)
[RFC PATCH v2 0/3] perf: sparc64 user regs and stack dump, with an arch hook
2026-09-22 21:48 UTC (11+ messages)
` [RFC PATCH v2 1/3] perf/core: Let an arch prepare the user stack before it is dumped
` [RFC PATCH v2 2/3] sparc64: Support PERF_SAMPLE_REGS_USER and PERF_SAMPLE_STACK_USER
` [RFC PATCH v2 3/3] perf tools: Support sparc user register samples and dwarf unwinding
[RFC PATCH 0/2] perf: user stack dump on sparc64 needs an arch hook
2026-09-22 20:02 UTC (8+ messages)
` [RFC PATCH 1/2] perf/core: Let an arch prepare the user stack before it is dumped
` [RFC PATCH 2/2] sparc64: Support PERF_SAMPLE_REGS_USER and PERF_SAMPLE_STACK_USER
[PATCH v3 0/9] mm: distinguish HW PTE pointers from SW PTE value pointers
2026-09-22 17:30 UTC (19+ messages)
` [PATCH v3 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH v3 2/9] mm: rename pointers to software PTE values as ptentp
` [PATCH v3 3/9] mm: use hw_pte_t for generic PTE table storage
` [PATCH v3 4/9] mm: convert PTE table entries in ptep_get()
` [PATCH v3 5/9] mm: convert PTE table entry to pte
` [PATCH v3 6/9] mm: add hw_pte_val for HW PTE storage
` [PATCH v3 7/9] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH v3 8/9] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH v3 9/9] xen: "
[PATCH v5 00/17] Remove PG_private by using page/folio->private checks instead
2026-09-22 15:31 UTC (3+ messages)
` [f2fs-dev] "
[PATCH] perf evsel: Improve callchain warning for s390
2026-09-22 14:47 UTC (2+ messages)
[PATCH v2] perf evsel: Improve callchain warning for s390
2026-09-22 14:43 UTC (4+ messages)
[PATCH v3 00/13] x86/msr: Drop 32-bit MSR interfaces
2026-09-22 13:59 UTC (3+ messages)
` [PATCH v3 12/13] treewide: convert rdmsrq() from a macro to an inline function
[PATCH v3] perf symbols: Apply the symfs flat layout to the composed filename
2026-09-22 13:27 UTC (2+ messages)
[PATCH v6 0/12] perf tools: Annotate fixes, stdio progress indication, debuginfo-client in more places
2026-09-22 12:52 UTC (4+ messages)
` [PATCH 07/12] perf annotate-data: Show the sample count in the data-type browser
[PATCH 1/2] perf alsr: Add missing SIMD handling in aslr_tool__process_sample()
2026-09-22 12:50 UTC (5+ messages)
[PATCH 0/9] perf build: Fix builds with clang and BUILD_NONDISTRO
2026-09-22 12:47 UTC (3+ messages)
[PATCH] perf riscv: Add perf_regs_load and enable the dwarf unwind test
2026-09-22 12:40 UTC (5+ messages)
[PATCH] perf test: Fix a leaked map reference in the arch dwarf unwind tests
2026-09-22 12:39 UTC (4+ messages)
[PATCH v3 0/7] perf annotate-data: Fix hangs on broken debug info, data type browser sample count, AMD mem record
2026-09-22 12:38 UTC (7+ messages)
` [PATCH v3 1/7] perf dwarf-aux: Bound the type chases for broken debug info
` [PATCH v3 3/7] perf annotate-data: Resolve type DIEs in the debug file they came from
` [PATCH v3 7/7] perf mem record: Use the IBS swfilt filter when available
[PATCH] perf synthetic-events: Fix schedstat event lifetime handling
2026-09-22 12:36 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;
as well as URLs for NNTP newsgroup(s).