messages from 2026-09-07 03:48:27 to 2026-09-08 20:10:33 UTC [more...]
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-08 20:01 UTC (18+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [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 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
[PATCH v5 00/26] perf arm64: Support data type profiling
2026-09-08 18:08 UTC (26+ messages)
` [PATCH v5 01/26] perf capstone: Symbolize address operands to match objdump on arm64
` [PATCH v5 02/26] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump
` [PATCH v5 03/26] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v5 04/26] perf annotate-arm64: Handle load and store instructions
` [PATCH v5 05/26] perf annotate: Normalize arch__dwarf_regnum() error return values
` [PATCH v5 06/26] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v5 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v5 08/26] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v5 09/26] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v5 10/26] perf annotate: Default to --itrace=i1i for data type profiling
` [PATCH v5 11/26] perf arm-spe: Set default synthesized event period to 1
` [PATCH v5 12/26] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [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 15/26] perf annotate-arm64: Track return type after call instructions
` [PATCH v5 16/26] perf annotate-arm64: Support load instruction tracking
` [PATCH v5 17/26] perf annotate-arm64: Support store "
` [PATCH v5 18/26] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v5 19/26] perf annotate-data: Track imm_value for stack variables
` [PATCH v5 20/26] perf annotate-x86: Delete stale stack state on store of untracked register
` [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 bpf-next v3 0/3] bpftool: Improve perf counter reporting
2026-09-08 18:01 UTC (10+ messages)
` [PATCH bpf-next v3 1/3] bpftool: Track perf counter snapshot state
` [PATCH bpf-next v3 2/3] perf bpf_counter: Track valid BPF counter snapshots
` [PATCH bpf-next v3 3/3] bpftool: Scale counters and report cycles per run
[PATCH v5 00/26] perf arm64: Support data type profiling
2026-09-08 17:57 UTC (54+ messages)
` [PATCH v5 01/26] perf capstone: Symbolize address operands to match objdump on arm64
` [PATCH v5 02/26] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump
` [PATCH v5 03/26] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v5 04/26] perf annotate-arm64: Handle load and store instructions
` [PATCH v5 05/26] perf annotate: Normalize arch__dwarf_regnum() error return values
` [PATCH v5 06/26] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v5 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v5 08/26] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v5 09/26] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v5 10/26] perf annotate: Default to --itrace=i1i for data type profiling
` [PATCH v5 11/26] perf arm-spe: Set default synthesized event period to 1
` [PATCH v5 12/26] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [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 15/26] perf annotate-arm64: Track return type after call instructions
` [PATCH v5 16/26] perf annotate-arm64: Support load instruction tracking
` [PATCH v5 17/26] perf annotate-arm64: Support store "
` [PATCH v5 18/26] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v5 19/26] perf annotate-data: Track imm_value for stack variables
` [PATCH v5 20/26] perf annotate-x86: Delete stale stack state on store of untracked register
` [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 24/26] perf annotate-arm64: Support 'adrp' instruction to track global variables
` [PATCH v5 25/26] perf annotate-arm64: Support per-cpu variable access tracking
` [PATCH v5 26/26] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer
[PATCH 0/2] perf: Alpha annotation support
2026-09-08 17:35 UTC (5+ messages)
` [PATCH 1/2] perf thread: Fix live-session detection in thread__e_machine()
` [PATCH 2/2] perf annotate: add Alpha instruction support
[PATCH v7 0/3] perf tools: port UI from GTK2 to GTK4
2026-09-08 17:28 UTC (4+ messages)
[PATCH] perf test: waiting.sh: Replace timestamp polling with sleep
2026-09-08 17:14 UTC (3+ messages)
[PATCH] perf evlist: don't restrict uncore events to PMU CPUs
2026-09-08 17:11 UTC (4+ messages)
[PATCH 1/2] perf/x86/intel: Correct pt_regs->flags update for PEBS path
2026-09-08 15:10 UTC (10+ messages)
` [PATCH 2/2] perf/x86: Disable precise sampling for PERF_SAMPLE_STACK_USER
[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-08 15:09 UTC (4+ messages)
` [PATCH v3 02/14] perf/ring_buffer: stop using PG_private as AUX page high-order marker
[PATCH v4 0/8] Enhance TLP packet decoder with field-level parsing and versioning
2026-09-08 14:28 UTC (17+ messages)
` [PATCH v4 1/8] perf hisi-ptt: Abstract trace data buf and offset
` [PATCH v4 2/8] perf hisi-ptt: Complete the field names for 4DW and 8DW packets
` [PATCH v4 3/8] perf hisi-ptt: Extract the raw data printing part
` [PATCH v4 4/8] perf hisi-ptt: Merge 4DW and 8DW HEAD0 printing
` [PATCH v4 5/8] perf hisi-ptt: Add parsing of supported message types and proto length
` [PATCH v4 6/8] perf hisi-ptt: Add field-level parsing for header DW0/DW1/DW2/DW3
` [PATCH v4 7/8] hwtracing: hisi_ptt: Add pattern PMU config for trace format selection
` [PATCH v4 8/8] perf hisi-ptt: Pass pattern version to decoder for compatibility
[PATCH v4 00/23] perf arm64: Support data type profiling
2026-09-08 12:54 UTC (4+ messages)
` [PATCH v4 23/23] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer
[PATCH v2] ARM, ARM64, LONGARCH: Delay HW BP notification to task_work()
2026-09-08 12:47 UTC (12+ messages)
[PATCH] perf: Fix slab use-after-free in filter_chain
2026-09-08 2:40 UTC (2+ messages)
[PATCH v9 0/2] RISC-V IOMMU HPM support
2026-09-08 2:16 UTC (5+ messages)
` [PATCH v9 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v9 2/2] iommu/riscv: create a auxiliary device for HPM
[PATCH v2 0/3] driver core: Constify the signature of device_show/store_*()
2026-09-07 22:24 UTC (8+ messages)
` [PATCH v2 1/3] x86/mce: Use __DEVICE_ATTR() macro to initialize dev_ext_attribute
` [PATCH v2 2/3] drivers: perf: "
` [PATCH v2 3/3] driver core: Constify the signature of device_show/store_*()
[GIT PULL] perf-tools fixes for v7.3-rc3
2026-09-07 17:42 UTC (2+ messages)
[BUG] WARNING in perf_pending_task() outside do_exit() path
2026-09-07 14:37 UTC (2+ messages)
[PATCH] perf/x86/intel: Annotate x86_pmu::hybrid_pmu with __counted_by_ptr
2026-09-07 6:59 UTC (3+ messages)
[PATCH 14/14] perf: fix repeated word in log message
2026-09-07 6:58 UTC
[PATCH 06/14] sparc: kernel: fix typo "upto" in comment
2026-09-07 6:55 UTC
[PATCH 04/14] perf: fix typos in comments
2026-09-07 6:54 UTC
[PATCH v1] perf test: Avoid call to missing cleanup function
2026-09-07 6:47 UTC (2+ messages)
[PATCH 1/2] perf: Fix null pointer access in is_include_guest_event()
2026-09-07 6:24 UTC (2+ messages)
[DISCUSSION] Three problems behind broken "perf --call-graph dwarf" on AMD: IP and stack dump mismatch, libdw fails on lld's layout, and the unwinder fallback never runs
2026-09-07 6:23 UTC (9+ messages)
[PATCH] perf disasm powerpc: handle Power10 prefixed instruction continuation lines
2026-09-07 5:30 UTC (2+ messages)
[PATCH v15 00/12] tracing: wprobe: x86: Add wprobe for watchpoint
2026-09-07 4:15 UTC (25+ messages)
` [PATCH v15 01/12] x86/mce: Fix hardware debug register corruption on task migration
` [PATCH v15 02/12] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v15 03/12] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v15 04/12] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v15 05/12] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v15 06/12] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v15 07/12] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v15 08/12] selftests: tracing: Add syntax "
` [PATCH v15 09/12] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v15 10/12] selftests: tracing: Add wprobe trigger testcase
` [PATCH v15 11/12] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v15 12/12] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger
[PATCH 1/3] perf build-id: add shared is_valid_elf() helper
2026-09-07 4:01 UTC (6+ messages)
` [PATCH 2/3] perf annotate: fall back to original binary if build-id cache entry is not a valid ELF
` [PATCH 3/3] perf buildid-cache: skip caching non-ELF files and treat unreadable build-id as mismatch
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