linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-28 14:45:15 to 2025-08-15 16:40:21 UTC [more...]

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-08-15 16:34 UTC  (26+ messages)
` [PATCH 01/17] KUnit: Introduce ffs()-family tests
` [PATCH 02/17] bitops: Add __attribute_const__ to generic ffs()-family implementations
` [PATCH 03/17] csky: Add __attribute_const__ to "
` [PATCH 04/17] x86: "
` [PATCH 05/17] powerpc: "
` [PATCH 06/17] sh: "
` [PATCH 07/17] alpha: "
` [PATCH 08/17] hexagon: "
` [PATCH 09/17] riscv: "
` [PATCH 10/17] openrisc: "
` [PATCH 11/17] m68k: "
` [PATCH 12/17] mips: "
` [PATCH 13/17] parisc: "
` [PATCH 14/17] s390: "
` [PATCH 15/17] xtensa: "
` [PATCH 16/17] sparc: "
` [PATCH 17/17] KUnit: ffs: Validate all the __attribute_const__ annotations

[PATCH v4 0/7] hyperv: Introduce new way to manage hypercall args
 2025-08-14 18:48 UTC  (18+ 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 4/7] Drivers: hv: Use hv_setup_*() to set up hypercall arguments
` [PATCH v4 5/7] PCI: "
` [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

[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait()
 2025-08-14 13:00 UTC  (14+ 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()

[RFC PATCH V6 0/4 Resend] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
 2025-08-13 15:06 UTC  (14+ messages)
` [RFC PATCH V6 1/4 Resend] x86/hyperv: Don't use hv apic driver when Secure AVIC is available
` [RFC PATCH V6 2/4 Resend] Drivers: hv: Allow vmbus message synic interrupt injected from Hyper-V
    ` [Update RFC PATCH V6 2/4] "
` [RFC PATCH V6 3/4 Resend] x86/hyperv: Don't use auto-eoi when Secure AVIC is available
` [RFC PATCH V6 4/4 Resend] x86/hyperv: Allow Hyper-V to inject STIMER0 interrupts

[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 v2 13/20] x86/mm: enable page table sharing
 2025-08-12 17:12 UTC  (3+ messages)

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

[PATCH V4 mm-hotfixes 0/3] mm, x86: fix crash due to missing page table sync and make it harder to miss
 2025-08-12 16:36 UTC  (24+ 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 v8 0/9] LKMM atomics in Rust
 2025-08-12  8:04 UTC  (7+ 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 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  (8+ 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  (34+ messages)
` [PATCH v19 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v19 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v19 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v19 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v19 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v19 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v19 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v19 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v19 09/27] riscv/mm: write protect and shadow stack
` [PATCH v19 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v19 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v19 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v19 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v19 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v19 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v19 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v19 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v19 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v19 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v19 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v19 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v19 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v19 23/27] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v19 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v19 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v19 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v19 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v2 0/8] Cache coherency management subsystem
 2025-08-07 16:07 UTC  (5+ messages)
` [PATCH v2 2/8] generic: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION

[RFC PATCH V5 0/4] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
 2025-08-06  9:20 UTC  (14+ messages)
` [RFC PATCH V5 1/4] x86/hyperv: Don't use hv apic driver when Secure AVIC is available
` [RFC PATCH V5 2/4] Drivers: hv: Allow vmbus message synic interrupt injected from Hyper-V
` [RFC PATCH V5 3/4] x86/hyperv: Don't use auto-eoi when Secure AVIC is available
` [RFC PATCH V5 4/4] x86/hyperv: Allow Hyper-V to inject STIMER0 interrupts

[RFC PATCH V6 0/4] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
 2025-08-06  9:11 UTC  (2+ messages)
` [RFC PATCH V6 1/4] x86/hyperv: Don't use hv apic driver when Secure AVIC is available

[RFC PATCH V6 0/4] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
 2025-08-06  9:11 UTC 

[PATCH 00/41] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2025-08-05  9:50 UTC  (7+ messages)
` [PATCH 34/41] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers

[RFC PATCH V4 0/4] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
 2025-08-05  1:42 UTC  (6+ messages)
` [RFC PATCH V4 2/4] drivers/hv: Allow vmbus message synic interrupt injected from Hyper-V
` [RFC PATCH V4 3/4] x86/hyperv: Don't use auto-eoi when Secure AVIC is available

[RFC][PATCH v2 00/29] introduce kmemdump
 2025-08-04 13:26 UTC  (17+ messages)
` [RFC][PATCH v2 16/29] mm/show_mem: Annotate static information into Kmemdump
` [RFC][PATCH v2 22/29] mm/numa: Register "

[PATCH v4 00/36] New page table range API
 2025-08-04  9:38 UTC  (9+ messages)
` [PATCH v4 25/36] sparc64: Implement the new "

[PATCH v3 mm-hotfixes 0/5] mm, arch: a more robust approach to sync top level kernel page tables
 2025-07-29  7:59 UTC  (3+ messages)
` [PATCH v3 mm-hotfixes 2/5] mm: introduce and use {pgd,p4d}_populate_kernel()


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