linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-29 04:42:30 to 2025-11-08 20:03:00 UTC [more...]

[PATCH v5 0/6] Cache coherency management subsystem
 2025-11-08 20:02 UTC  (8+ messages)
` [PATCH v5 1/6] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v5 2/6] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v5 3/6] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v5 4/6] arm64: Select GENERIC_CPU_CACHE_MAINTENANCE
` [PATCH v5 5/6] MAINTAINERS: Add Jonathan Cameron to drivers/cache and add lib/cache_maint.c + header
` [PATCH v5 6/6] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-08 18:01 UTC  (19+ messages)
` [PATCH v2 01/16] mm: correctly handle UFFD PTE markers
` [PATCH v2 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v2 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH v2 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices
` [PATCH v2 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH v2 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH v2 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH v2 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH v2 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH v2 10/16] mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
` [PATCH v2 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH v2 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH v2 13/16] mm: remove non_swap_entry() and use softleaf helpers instead
` [PATCH v2 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH v2 15/16] mm: eliminate further swapops predicates
` [PATCH v2 16/16] mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()

[PATCH Resend] mm: Refine __{pgd,p4d,pud,pmd,pte}_alloc_one_*() about HIGHMEM
 2025-11-08 16:47 UTC  (10+ messages)

[PATCH v2 0/8] dce, riscv: Unused syscall trimming with PUSHSECTION and conditional KEEP()
 2025-11-07 13:33 UTC  (4+ messages)

[PATCH] mm: Refine __{pgd,p4d,pud,pmd,pte}_alloc_one_*() about HIGHMEM
 2025-11-07  9:55 UTC 

[PATCH net-next v6 0/6] net: devmem: improve cpu cost of RX token management
 2025-11-07  2:22 UTC  (18+ messages)
` [PATCH net-next v6 1/6] net: devmem: rename tx_vec to vec in dmabuf binding
` [PATCH net-next v6 2/6] net: devmem: refactor sock_devmem_dontneed for autorelease split
` [PATCH net-next v6 3/6] net: devmem: prepare for autorelease rx token management
` [PATCH net-next v6 4/6] net: devmem: add SO_DEVMEM_AUTORELEASE for autorelease control
` [PATCH net-next v6 5/6] net: devmem: document SO_DEVMEM_AUTORELEASE socket option
` [PATCH net-next v6 6/6] net: devmem: add tests for "

[patch V3 00/12] rseq: Implement time slice extension mechanism
 2025-11-06 17:28 UTC  (44+ messages)
` [patch V3 01/12] sched: Provide and use set_need_resched_current()
` [patch V3 02/12] rseq: Add fields and constants for time slice extension
` [patch V3 03/12] rseq: Provide static branch for time slice extensions
` [patch V3 04/12] rseq: Add statistics "
` [patch V3 05/12] rseq: Add prctl() to enable "
` [patch V3 06/12] rseq: Implement sys_rseq_slice_yield()
` [patch V3 07/12] rseq: Implement syscall entry work for time slice extensions
` [patch V3 08/12] rseq: Implement time slice extension enforcement timer
` [patch V3 09/12] rseq: Reset slice extension when scheduled
` [patch V3 10/12] rseq: Implement rseq_grant_slice_extension()
` [patch V3 11/12] entry: Hook up rseq time slice extension
` [patch V3 12/12] selftests/rseq: Implement time slice extension test

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-06 10:02 UTC  (24+ messages)
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-06  1:41 UTC  (13+ messages)
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal

[RESEND PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-11-06  0:36 UTC  (25+ messages)
` [RESEND PATCH v7 1/7] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [RESEND PATCH v7 2/7] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [RESEND PATCH v7 7/7] cpuidle/poll_state: Poll via smp_cond_load_relaxed_timeout()

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-05 21:47 UTC  (42+ messages)
` [PATCH 01/16] mm: correctly handle UFFD PTE markers
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH 04/16] mm: eliminate uses of is_swap_pte() when leafent_from_pte() suffices
` [PATCH 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH 10/16] mm: replace pmd_to_swp_entry() with leafent_from_pmd()
` [PATCH 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH 13/16] mm: remove non_swap_entry() and use leaf entry helpers instead
` [PATCH 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH 15/16] mm: eliminate further swapops predicates
` [PATCH 16/16] mm: replace remaining pte_to_swp_entry() with leafent_from_pte()

[PATCH RESEND v2] asm-generic: Remove pud_user() from pgtable-nopmd.h
 2025-11-05 11:08 UTC 

Estimating & Takeoff Services
 2025-11-04 17:48 UTC 

[PATCH v13 04/17] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-11-04 12:30 UTC  (2+ messages)

[PATCH v3 0/8] scalable symbol flags with __kflagstab
 2025-11-03 16:19 UTC  (9+ messages)
` [PATCH v3 1/8] define kernel symbol flags
` [PATCH v3 2/8] linker: add kflagstab section to vmlinux and modules
` [PATCH v3 3/8] modpost: create entries for kflagstab
` [PATCH v3 4/8] module loader: use kflagstab instead of *_gpl sections
` [PATCH v3 5/8] modpost: put all exported symbols in ksymtab section
` [PATCH v3 6/8] module loader: remove references of *_gpl sections
` [PATCH v3 7/8] linker: remove *_gpl sections from vmlinux and modules
` [PATCH v3 8/8] remove references to *_gpl sections in documentation

Port of Linux to WebAssembly
 2025-11-01 14:19 UTC 

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-31 19:22 UTC  (3+ messages)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration


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).