linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-08 09:38:50 to 2025-08-26 19:34:43 UTC [more...]

[PATCH 00/11] vdso: Various cleanups
 2025-08-26 19:34 UTC  (16+ messages)
` [PATCH 01/11] vdso/datastore: Gate time data behind CONFIG_GENERIC_GETTIMEOFDAY
` [PATCH 02/11] ARM: VDSO: remove cntvct_ok global variable
` [PATCH 03/11] vdso: Move ENABLE_COMPAT_VDSO from core to arm64
` [PATCH 04/11] vdso/gettimeofday: Remove !CONFIG_TIME_NS stubs
` [PATCH 05/11] time: Build generic update_vsyscall() only with generic time vDSO
` [PATCH 06/11] riscv: vdso: Untangle kconfig logic
` [PATCH 07/11] vdso: Drop kconfig GENERIC_VDSO_32
` [PATCH 08/11] vdso: Drop kconfig GENERIC_COMPAT_VDSO
` [PATCH 09/11] vdso: Drop kconfig GENERIC_VDSO_DATA_STORE
` [PATCH 10/11] vdso: Drop kconfig GENERIC_VDSO_TIME_NS
` [PATCH 11/11] vdso: Gate VDSO_GETRANDOM behind HAVE_GENERIC_VDSO

[RFC][PATCH v2 00/29] introduce kmemdump
 2025-08-26 17:14 UTC  (17+ messages)
` [RFC][PATCH v2 22/29] mm/numa: Register information into Kmemdump

next-20250825: arc: seqlock.h:876:2: error: implicit declaration of function 'spin_lock' [-Werror=implicit-function-declaration]
 2025-08-26 13:56 UTC  (3+ messages)

[PATCH v3 0/7] hyperv: Introduce new way to manage hypercall args
 2025-08-26  1:46 UTC  (14+ messages)
` [PATCH v3 1/7] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments

[PATCH hyperv-next v4 00/16] Confidential VMBus
 2025-08-25 23:57 UTC  (8+ messages)
` [PATCH hyperv-next v4 15/16] Drivers: hv: Support establishing the confidential VMBus connection

[PATCH V4 mm-hotfixes 0/3] mm, x86: fix crash due to missing page table sync and make it harder to miss
 2025-08-25 16:02 UTC  (26+ messages)
` [PATCH V4 mm-hotfixes 1/3] mm: move page table sync declarations to linux/pgtable.h
` [PATCH V4 mm-hotfixes 2/3] mm: introduce and use {pgd,p4d}_populate_kernel()
` [PATCH V4 mm-hotfixes 3/3] x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()

[patch V2 00/37] rseq: Optimize exit to user space
 2025-08-25 15:10 UTC  (2+ messages)

[PATCH V5 mm-hotfixes 0/3] mm, x86: fix crash due to missing page table sync and make it harder to miss
 2025-08-25  9:46 UTC  (19+ messages)
` [PATCH V5 mm-hotfixes 1/3] mm: move page table sync declarations to linux/pgtable.h
` [PATCH V5 mm-hotfixes 2/3] mm: introduce and use {pgd,p4d}_populate_kernel()
  ` [PATCH] mm: fix KASAN build error due to p*d_populate_kernel()
    ` [PATCH v2] "
  ` [PATCH v3] "
` [PATCH V5 mm-hotfixes 3/3] x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()

[PATCH v3 0/8] Cache coherency management subsystem
 2025-08-20 17:44 UTC  (11+ messages)
` [PATCH v3 1/8] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v3 2/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v3 3/8] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v3 4/8] MAINTAINERS: Add Jonathan Cameron to drivers/cache
` [PATCH v3 5/8] arm64: Select GENERIC_CPU_CACHE_MAINTENANCE and ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v3 6/8] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent
` [PATCH v3 7/8] acpi: PoC of Cache control via ACPI0019 and _DSM
` [PATCH v3 8/8] Hack: Pretend we have PSCI 1.2

[PATCH 00/14] vdso: Add support for auxiliary clocks
 2025-08-20 10:15 UTC  (4+ messages)
` [PATCH 12/14] vdso/gettimeofday: "

[PATCH v2 13/20] x86/mm: enable page table sharing
 2025-08-20  1:32 UTC  (5+ messages)

[PATCH v3 00/22] Add support for shared PTEs across processes
 2025-08-20  1:04 UTC  (23+ messages)
` [PATCH v3 01/22] mm: Add msharefs filesystem
` [PATCH v3 02/22] mm/mshare: pre-populate msharefs with information file
` [PATCH v3 03/22] mm/mshare: make msharefs writable and support directories
` [PATCH v3 04/22] mm/mshare: allocate an mm_struct for msharefs files
` [PATCH v3 05/22] mm/mshare: add ways to set the size of an mshare region
` [PATCH v3 06/22] mm/mshare: Add a vma flag to indicate "
` [PATCH v3 07/22] mm/mshare: Add mmap support
` [PATCH v3 08/22] mm/mshare: flush all TLBs when updating PTEs in an mshare range
` [PATCH v3 09/22] sched/numa: do not scan msharefs vmas
` [PATCH v3 10/22] mm: add mmap_read_lock_killable_nested()
` [PATCH v3 11/22] mm: add and use unmap_page_range vm_ops hook
` [PATCH v3 12/22] mm: introduce PUD page table shared count
` [PATCH v3 13/22] mm/mshare: prepare for page table sharing support
` [PATCH v3 14/22] x86/mm: enable page table sharing
` [PATCH v3 15/22] mm: create __do_mmap() to take an mm_struct * arg
` [PATCH v3 16/22] mm: pass the mm in vma_munmap_struct
` [PATCH v3 17/22] sched/mshare: mshare ownership
` [PATCH v3 18/22] mm/mshare: Add an ioctl for mapping objects in an mshare region
` [PATCH v3 19/22] mm/mshare: Add an ioctl for unmapping "
` [PATCH v3 20/22] mm/mshare: support mapping files and anon hugetlb "
` [PATCH v3 21/22] mm/mshare: provide a way to identify an mm as an mshare host mm
` [PATCH v3 22/22] mm/mshare: charge fault handling allocations to the mshare owner

[PATCH] mshv: Add support for a new parent partition configuration
 2025-08-19 17:29 UTC  (5+ messages)

[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait()
 2025-08-19 10:34 UTC  (19+ messages)
` [PATCH v3 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH v3 3/5] asm-generic: barrier: Add smp_cond_load_acquire_timewait()

[PATCH v8 0/9] LKMM atomics in Rust
 2025-08-18 22:49 UTC  (12+ messages)
` [PATCH v8 3/9] rust: sync: atomic: Add ordering annotation types
` [PATCH v8 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v8 6/9] rust: sync: atomic: Add the framework of arithmetic operations

[PATCH v2] asm-generic: Remove pud_user() from pgtable-nopmd.h
 2025-08-18  9:35 UTC 

[PATCH] LoongArch: Increase COMMAND_LINE_SIZE to 4096
 2025-08-17  7:57 UTC 

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-08-15 16:41 UTC  (6+ messages)
` [PATCH 05/17] powerpc: "

[PATCH v4 0/7] hyperv: Introduce new way to manage hypercall args
 2025-08-14 18:48 UTC  (13+ messages)
` [PATCH v4 1/7] Drivers: hv: Introduce hv_setup_*() functions for hypercall arguments
` [PATCH v4 2/7] x86/hyperv: Use hv_setup_*() to set up hypercall arguments -- part 1
` [PATCH v4 6/7] Drivers: hv: Use hv_setup_*() to set up hypercall arguments for mshv code
` [PATCH v4 7/7] Drivers: hv: Replace hyperv_pcpu_input/output_arg with hyperv_pcpu_arg

[RFC PATCH V6 0/4 Resend] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
 2025-08-13 15:06 UTC  (6+ messages)

[PATCH] mm: Remove pud_user() from asm-generic/pgtable-nopmd.h
 2025-08-13  6:56 UTC  (4+ messages)

[PATCH v2] mm: remove redundant __GFP_NOWARN
 2025-08-13  4:24 UTC  (10+ messages)

[PATCH] mm: remove redundant __GFP_NOWARN
 2025-08-12 17:09 UTC  (4+ messages)

[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
 2025-08-10 21:12 UTC  (2+ messages)

[PATCH v2 09/10] asm-generic: percpu: Add assembly guard
 2025-08-10  5:51 UTC 

[PATCH 9/9] um: Add initial SMP support
 2025-08-10  4:33 UTC  (2+ messages)

[PATCH] fix prototypes of reads[bwl]() on sparc64
 2025-08-10  3:42 UTC 

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-08-08 17:20 UTC  (6+ messages)


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