Generic Linux architectural discussions
 help / color / mirror / Atom feed
 messages from 2026-07-23 16:23:56 to 2026-07-29 23:49:18 UTC [more...]

[PATCH v8 0/9] mm: optimize zone-device memmap initialization
 2026-07-29 23:48 UTC  (13+ messages)
` [PATCH v8 1/9] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v8 2/9] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v8 3/9] mm: add a set_page_section_from_pfn() helper
` [PATCH v8 4/9] mm: add a template-based fast path for zone-device page init
` [PATCH v8 5/9] mm: extend the template fast path to zone-device compound tails
` [PATCH v8 6/9] string: introduce memcpy_nontemporal()
` [PATCH v8 7/9] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v8 8/9] mm: use memcpy_nontemporal() in zone-device template copies
` [PATCH v8 9/9] mm: always use the zone-device template init path

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-29 17:03 UTC  (25+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage
` [PATCH RFC 02/11] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH RFC 03/11] mm: name pointers to copied PTE values ptentp
` [PATCH RFC 04/11] mm: use hw_pte_t for generic PTE table storage
` [PATCH RFC 05/11] mm: convert PTE table entries in ptep_get()
` [PATCH RFC 06/11] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH RFC 07/11] mm/mremap: use ptep_get() for the destination PTE
` [PATCH RFC 08/11] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads
` [PATCH RFC 10/11] parisc: use hw_pte_t for the data-break callback
` [PATCH RFC 11/11] xen: use hw_pte_t for PTE range callbacks

[PATCH V5] riscv: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
 2026-07-29 13:43 UTC  (3+ messages)

[PATCH v6 0/8] futex: Use runtime constants for futex_hash computation
 2026-07-29  6:49 UTC  (12+ messages)
` [PATCH v6 1/8] x86/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v6 2/8] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [PATCH v6 3/8] arm64/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v6 4/8] riscv/runtime-const: Replace open-coded placeholder with RUNTIME_MAGIC
` [PATCH v6 5/8] riscv/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v6 6/8] s390/runtime-const: "
` [PATCH v6 7/8] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [PATCH v6 8/8] futex: Use runtime constants for __futex_hash() hot path

[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-28 23:34 UTC  (6+ messages)
` [PATCH v14 13/15] arm64/delay: enable testing smp_cond_load_relaxed_timeout()

[PATCH v7 0/4] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-07-28 20:24 UTC  (5+ messages)
` [PATCH v7 1/4] arm64: vdso: Prepare for robust futex unlock support
` [PATCH v7 2/4] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
` [PATCH v7 3/4] arm64: vdso32: Bring vdso32-offsets.h back
` [PATCH v7 4/4] arm64: vdso32: Implement __vdso_futex_robust_try_unlock()

[PATCH v7 0/9] mm: optimize zone-device memmap initialization
 2026-07-28 16:48 UTC  (5+ messages)
` [PATCH v7 9/9] mm: always use the zone-device template init path

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-07-28 11:08 UTC  (8+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock

[PATCH v2] asm-generic/io.h: fix grammar typos
 2026-07-28  0:46 UTC 

[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-27 18:06 UTC  (30+ messages)
` [PATCH RFC v2 08/20] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [PATCH RFC v2 09/20] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v2 10/20] riscv: "
` [PATCH RFC v2 12/20] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [PATCH RFC v2 13/20] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v2 14/20] x86: mm: skip pud setup when using generic compile-time folded pagetable

[PATCH V4 0/9] PCI passthru on Hyper-V
 2026-07-25  1:48 UTC  (9+ messages)
` [PATCH V4 1/9] mshv: Provide a way to get partition ID if running in a VMM process
` [PATCH V4 4/9] mshv: Add ioctl support for MSHV-VFIO bridge device

[PATCH 00/22] Simplify special kernel page table handling
 2026-07-24 16:31 UTC  (19+ messages)
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
` [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
` [PATCH 14/22] mm: set page table page type when allocated
` [PATCH 15/22] mm: only initialise pt_share_count for user pgtables

[PATCH v4 0/7] vDSO: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery
 2026-07-24 15:35 UTC  (10+ messages)
` [PATCH v4 1/7] kbuild: support generated asm-headers in subdirectories
` [PATCH v4 2/7] vDSO: Make clockmode constants available without CONFIG_GENERIC_GETTIMEOFDAY
` [PATCH v4 3/7] MIPS: csrc-r4k: Remove CONFIG_GENERIC_GETTIMEOFDAY ifdeffery
` [PATCH v4 4/7] clocksource/drivers/mips-gic-timer: "
` [PATCH v4 5/7] clocksource/drivers/arm_arch_timer: "
` [PATCH v4 6/7] clocksource/drivers/timer-riscv: "
` [PATCH v4 7/7] LoongArch: "

[RFC] Null Namespaces
 2026-07-24  8:04 UTC  (7+ messages)

[PATCH v8 0/2] module: Rename module_blacklist to module_denylist
 2026-07-24  2:47 UTC  (3+ messages)
` [PATCH v8 1/2] module: Extend module_blacklist parameter to built-in modules
` [PATCH v8 2/2] module: Rename module_blacklist to module_denylist

[PATCH v7 0/2] module: Extend blacklist parameter to support built-in modules
 2026-07-24  2:35 UTC  (4+ messages)
` [PATCH v7 1/2] module: Extend module_blacklist parameter to "
` [PATCH v7 2/2] module: Rename module_blacklist to module_denylist

[RFC PATCH v2 0/3] btrfs: add error injection support for checksum verification
 2026-07-24  2:12 UTC  (4+ messages)
` [RFC PATCH v2 1/3] error-injection: Introduce EI_ETYPE_FALSE for fail_function
` [RFC PATCH v2 2/3] btrfs: Allow error injection on btrfs_data_csum_ok
` [RFC PATCH v2 3/3] error-injection: Introduce parent in fei_attr

[PATCH v6 0/2] module: Extend blacklist parameter to support built-in modules
 2026-07-24  0:46 UTC  (4+ messages)
` [PATCH v6 1/2] module: Extend module_blacklist parameter to "

[PATCH v3 0/6] arm64: hyperv: Add Realm support for Hyper-V
 2026-07-23 16:26 UTC  (2+ messages)

[PATCH v2 0/6] arm64: hyperv: Add Realm support for Hyper-V
 2026-07-23 16:23 UTC  (7+ messages)
` [PATCH v2 4/6] Drivers: hv: Mark shared memory as decrypted for CCA Realms


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox