messages from 2026-08-10 09:06:40 to 2026-08-11 20:08:36 UTC [more...]
[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-11 20:08 UTC (41+ 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 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 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
[PATCHES v9 0/7] perf build: Add target to install devel packages needed to build perf
2026-08-11 18:29 UTC (8+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping
[PATCHES v3 0/5] perf DSO hardening series
2026-08-11 17:51 UTC (6+ messages)
` [PATCH 1/5] perf dso: Guard against errno==0 when dso__get_filename() returns NULL
` [PATCH 2/5] perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()
` [PATCH 3/5] perf dso: Use stored fd error instead of stale errno in file_read() and file_size()
` [PATCH 4/5] perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()
` [PATCH 5/5] perf dso: Replace assert with runtime check in dso__read_symbol()
[PATCH v4 0/6] perf: Add support for memory region/range reporting
2026-08-11 17:33 UTC (7+ messages)
` [PATCH v4 1/6] perf mem: Fix size tracking for mem_lvl's in perf_script__meminfo_scnprintf()
` [PATCH v4 2/6] perf mem: Add support for printing PERF_MEM_LVLNUM_L0
` [PATCH v4 3/6] perf header: Support memory ranges
` [PATCH v4 4/6] perf tools: Show memory region in perf-c2c subcommand
` [PATCH v4 5/6] perf tools: Show memory region in perf-script subcommand
` [PATCH v4 6/6] perf c2c: print memory region data with stdio output
[PATCHES v2 0/5] perf DSO hardening series
2026-08-11 17:12 UTC (6+ messages)
` [PATCH 1/5] perf dso: Guard against errno==0 when dso__get_filename() returns NULL
` [PATCH 2/5] perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()
` [PATCH 3/5] perf dso: Use stored fd error instead of stale errno in file_read()
` [PATCH 4/5] perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()
` [PATCH 5/5] perf dso: Replace assert with runtime check in dso__read_symbol()
[PATCH v2 0/2] perf/dwc_pcie: Fix lockdep warnings in device and event setup
2026-08-11 16:07 UTC (3+ messages)
` [PATCH v2 1/2] perf/dwc_pcie: Avoid nested bus notifier locking
` [PATCH v2 2/2] perf/dwc_pcie: Skip sibling walks for new group leaders
[PATCH 1/9] perf header: Tolerate inconsistent HEADER_GROUP_DESC
2026-08-11 15:58 UTC (6+ messages)
` [PATCH 2/9] perf thread-stack: Report branch stack hw_idx as not available
` [PATCH 3/9] perf thread-stack: Bound wrapped branch stack copy
[PATCH 00/14] perf cs-etm: Per-thread mode fixes and snapshot wrap support
2026-08-11 15:30 UTC (15+ messages)
` [PATCH 01/14] perf cs-etm: Fix nVHE per-thread decoding
` [PATCH 02/14] perf cs-etm: Warn for invalid timestamp option
` [PATCH 03/14] perf cs-etm: Turn on context packet timestamps in per-thread mode
` [PATCH 04/14] perf cs-etm: Use per-CPU queues for "
` [PATCH 05/14] perf cs-etm: Increase default timestamp generation period
` [PATCH 06/14] perf auxtrace: Turn Intel BTS snapshot search into a generic one
` [PATCH 07/14] perf arm-spe: Use generic snapshot search
` [PATCH 08/14] perf auxtrace: intel-pt: Use new snapshot_has_wrapped callback
` [PATCH 09/14] perf cs-etm: Queue partial AUX records
` [PATCH 10/14] perf cs-etm: Don't print missing buffers in snapshot mode
` [PATCH 11/14] perf auxtrace: cs-etm: Capture wrapped snapshots
` [PATCH 12/14] perf test: Allow infinite named_thread loops
` [PATCH 13/14] perf test: Add test for per-thread mode
` [PATCH 14/14] perf cs-etm: Test multiple per-thread threads
[PATCHES v8 0/7] perf build: Add target to install devel packages needed to build perf
2026-08-11 15:19 UTC (8+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping
[PATCHES v1 0/7] perf build: Add target to install devel packages needed to build perf
2026-08-11 15:13 UTC (4+ messages)
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
[PATCHES v2 0/7] perf build: Add target to install devel packages needed to build perf
2026-08-11 15:12 UTC (11+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping
[PATCH v1 0/2] perf: Add Raspberry Pi AXI PMU driver
2026-08-11 14:32 UTC (4+ messages)
` [PATCH v1 1/2] perf: Add Raspberry Pi BCM2835 "
` [PATCH v1 2/2] perf: Add Raspberry Pi 5 (BCM2712) AXI PMU support
[PATCH 0/9] mm: distinguish PTE table storage from PTE values
2026-08-11 14:09 UTC (21+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 2/9] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp
` [PATCH 6/9] mm: convert PTE table entry to pte
[PATCH v9 0/4] perf sched latency: Refine outputs, unit scaling, and histogram support
2026-08-11 12:10 UTC (3+ messages)
[PATCH 0/2] perf/arm: Prefer large AUX mappings for CoreSight and SPE
2026-08-11 10:17 UTC (7+ messages)
` [PATCH 1/2] coresight: perf: Prefer large AUX mappings
` [PATCH 2/2] perf: arm_spe: "
[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes and optimizations
2026-08-11 10:00 UTC (10+ messages)
` [Patch v3 6/8] perf/x86/intel: Fix intel_cap handling on hybrid PMUs
` [Patch v3 8/8] perf/x86/intel: Prevent drain_pebs() reentry
[PATCH] perf evsel: Improve frame pointer unwinding warning for s390
2026-08-11 9:52 UTC (3+ messages)
[PATCH v4 00/23] perf arm64: Support data type profiling
2026-08-11 8:50 UTC (42+ messages)
` [PATCH v4 01/23] perf capstone: Fix arm64 jump/adrp disassembly mismatch with objdump
` [PATCH v4 02/23] perf llvm: Fix arm64 adrp instruction "
` [PATCH v4 03/23] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v4 04/23] perf annotate-arm64: Handle load and store instructions
` [PATCH v4 05/23] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v4 06/23] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v4 08/23] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v4 11/23] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v4 14/23] perf annotate-arm64: Support load instruction tracking
` [PATCH v4 15/23] perf annotate-arm64: Support store "
` [PATCH v4 16/23] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v4 17/23] perf annotate-data: Track imm_value for stack variables
` [PATCH v4 18/23] perf annotate-arm64: Support stack variable tracking
` [PATCH v4 19/23] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v4 20/23] perf annotate-arm64: Support 'add' "
` [PATCH v4 21/23] perf annotate-arm64: Support 'adrp' instruction to track global variables
[PATCH] perf: RISC-V: check cpu_hw_evt before dereference in overflow IRQ
2026-08-11 3:51 UTC (3+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
[PATCH] perf symbols: Don't apply the symfs layout to synthesised paths
2026-08-11 5:00 UTC
[PATCH] perf/arm-smmuv3: Propagate errors from optional IRQ lookup
2026-08-11 4:19 UTC
[PATCH v8 00/22] Add Counter delegation ISA extension support
2026-08-11 3:50 UTC (5+ messages)
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
[PATCHES v7 0/7] perf build: Add target to install devel packages needed to build perf
2026-08-11 1:50 UTC (9+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping
[PATCHES v6 0/7] perf build: Add target to install devel packages needed to build perf
2026-08-11 0:46 UTC (8+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping
[PATCHES v5 0/7] perf build: Add target to install devel packages needed to build perf
2026-08-10 21:46 UTC (8+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping
[PATCHES v4 0/7] perf build: Add target to install devel packages needed to build perf
2026-08-10 19:35 UTC (8+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping
[PATCHES v3 0/7] perf build: Add target to install devel packages needed to build perf
2026-08-10 18:35 UTC (9+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping
[PATCH v6 0/3] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-08-10 16:56 UTC (5+ messages)
` [PATCH v6 1/3] arm64: Add raw variants of local_daif_save() and local_daif_restore()
` [PATCH v6 2/3] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v6 3/3] selftests/bpf: Adjust entry thresholds for ARM64 BRBE
[PATCH v7 0/3] perf/core: sched_task() dispatch and branch entry fixes
2026-08-10 14:04 UTC (7+ messages)
` [PATCH v7 1/3] perf/core: Fix NULL pmu_ctx passed to pmu->sched_task()
` [PATCH v7 2/3] perf/core: Run sched_task() for PMUs with only CPU-wide events
` [PATCH v7 3/3] perf/core: Fill branch entries with a single assignment
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