linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-11 21:22:17 to 2025-07-24 13:56:30 UTC [more...]

[RFC][PATCH v2 00/29] introduce kmemdump
 2025-07-24 13:54 UTC  (9+ messages)
` [RFC][PATCH v2 01/29] kmemdump: "
` [RFC][PATCH v2 02/29] Documentation: add kmemdump
` [RFC][PATCH v2 03/29] kmemdump: add coreimage ELF layer
` [RFC][PATCH v2 04/29] Documentation: kmemdump: add section for coreimage ELF
` [RFC][PATCH v2 05/29] kmemdump: introduce qcom-minidump backend driver
` [RFC][PATCH v2 06/29] soc: qcom: smem: add minidump device
` [RFC][PATCH v2 07/29] init/version: Annotate static information into Kmemdump
` [RFC][PATCH v2 08/29] cpu: "

[PATCH] asm-generic/io.h: Skip trace helpers if rwmmio events are disabled
 2025-07-24 11:49 UTC  (5+ messages)

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

[PATCH hyperv-next v4 00/16] Confidential VMBus
 2025-07-22 17:45 UTC  (36+ messages)
` [PATCH hyperv-next v4 01/16] Documentation: hyperv: "
` [PATCH hyperv-next v4 02/16] drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v4 03/16] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v4 04/16] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v4 05/16] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v4 06/16] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v4 07/16] Drivers: hv: Post messages through the confidential VMBus if available
` [PATCH hyperv-next v4 08/16] Drivers: hv: remove stale comment
` [PATCH hyperv-next v4 09/16] Drivers: hv: Check message and event pages for non-NULL before iounmap()
` [PATCH hyperv-next v4 10/16] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v4 11/16] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v4 12/16] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v4 13/16] Drivers: hv: Free msginfo when the buffer fails to decrypt
` [PATCH hyperv-next v4 14/16] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v4 15/16] Drivers: hv: Support establishing the confidential VMBus connection
` [PATCH hyperv-next v4 16/16] Drivers: hv: Set the default VMBus version to 6.0

[PATCH v4 0/7] hyperv: Introduce new way to manage hypercall args
 2025-07-21 19:30 UTC  (15+ 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 3/7] x86/hyperv: Use hv_setup_*() to set up hypercall arguments -- part 2
` [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 v2 mm-hotfixes 0/5] mm, arch: a more robust approach to sync top level kernel page tables
 2025-07-21 11:46 UTC  (8+ messages)
` [PATCH v2 mm-hotfixes 1/5] mm: move page table sync declarations to asm/pgalloc.h
` [PATCH v2 mm-hotfixes 2/5] mm: introduce and use {pgd,p4d}_populate_kernel()
` [PATCH v2 mm-hotfixes 3/5] x86/mm: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()
` [PATCH v2 mm-hotfixes 4/5] x86/mm: convert p*d_populate{,_init} to _kernel variants
` [PATCH v2 mm-hotfixes 5/5] x86/mm: drop unnecessary calls to sync_global_pgds() and fold into its sole user

[PATCH 00/14] vdso: Add support for auxiliary clocks
 2025-07-19 11:16 UTC  (13+ messages)
` [PATCH 06/14] vdso/gettimeofday: Return bool from clock_gettime() helpers

[PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
 2025-07-19  7:08 UTC  (13+ messages)
` [PATCH 1/4] Documentation: memory-barriers: Convert to reST format
` [PATCH 2/4] Documentation: atomic_bitops: "
` [PATCH 3/4] Documentation: atomic_t: "
` [PATCH 4/4] Documentation: atomic_bitops, atomic_t, memory-barriers: Link to newly-converted docs

[PATCH v8 0/9] LKMM atomics in Rust
 2025-07-19  3:08 UTC  (10+ messages)
` [PATCH v8 1/9] rust: Introduce atomic API helpers
` [PATCH v8 2/9] rust: sync: Add basic atomic operation mapping framework
` [PATCH v8 3/9] rust: sync: atomic: Add ordering annotation types
` [PATCH v8 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v8 5/9] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v8 6/9] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v8 7/9] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v8 8/9] rust: sync: atomic: Add Atomic<{usize,isize}>
` [PATCH v8 9/9] rust: sync: Add memory barriers

[PATCH v3 0/6] Fix mlx5 write combining support on new ARM64 cores
 2025-07-18 20:00 UTC  (8+ messages)
` [PATCH v3 6/6] IB/mlx5: Use __iowrite64_copy() for write combining stores

[PATCH v12 02/15] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-07-17 19:15 UTC 

[PATCH v11 02/14] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-07-17 18:37 UTC 

[PATCH bpf-next v5 0/3] Allow mmap of /sys/kernel/btf/vmlinux
 2025-07-17 15:24 UTC  (7+ messages)
` [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf

[PATCH v6 0/9] LKMM generic atomics in Rust
 2025-07-16 19:42 UTC  (33+ messages)
` [PATCH v6 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v6 6/9] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v6 8/9] rust: sync: Add memory barriers

[PATCH 1/1] uapi/termios: remove struct ktermios from uapi headers
 2025-07-16 18:04 UTC  (3+ messages)

[PATCH v7 0/9] LKMM generic atomics in Rust
 2025-07-16 17:38 UTC  (50+ messages)
` [PATCH v7 1/9] rust: Introduce atomic API helpers
` [PATCH v7 2/9] rust: sync: Add basic atomic operation mapping framework
` [PATCH v7 3/9] rust: sync: atomic: Add ordering annotation types
` [PATCH v7 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v7 5/9] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v7 7/9] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v7 8/9] rust: sync: Add memory barriers
` [PATCH v7 9/9] rust: sync: atomic: Add Atomic<{usize,isize}>

[PATCH 0/3] drop hugetlb_free_pgd_range()
 2025-07-16 16:42 UTC  (9+ messages)
` [PATCH 1/3] sparc64: remove hugetlb_free_pgd_range()
` [PATCH 2/3] mm: remove call to hugetlb_free_pgd_range()
` [PATCH 3/3] mm: drop hugetlb_free_pgd_range()

[PATCH v4 0/2] Implement endianess swap macros for RISC-V
 2025-07-16 13:09 UTC  (4+ messages)

[PATCH v17 00/27] riscv control-flow integrity for usermode
 2025-07-16  7:33 UTC  (7+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling

[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
 2025-07-15 10:32 UTC  (3+ messages)

[RFC V1 PATCH mm-hotfixes 0/3] mm, arch: A more robust approach to sync top level kernel page tables
 2025-07-14 15:32 UTC  (7+ messages)
` [RFC V1 PATCH mm-hotfixes 1/3] 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).