public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-25 12:27:10 to 2025-04-07 20:13:47 UTC [more...]

[PATCH hyperv-next v7 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-04-07 20:13 UTC  (9+ messages)
` [PATCH hyperv-next v7 01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID
` [PATCH hyperv-next v7 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v7 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v7 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v7 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v7 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v7 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
` [PATCH hyperv-next v7 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-04-07 16:40 UTC  (19+ messages)
` [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO
` [RFC PATCH v2 13/22] iommufd: amd-iommu: Add vdevice support
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH] asm-generic/io.h: Skip trace helpers if rwmmio events are disabled
 2025-04-07 16:13 UTC  (2+ messages)

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-04-07 15:48 UTC  (7+ messages)
` [PATCH v12 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall

[RFC PATCH v2 18/22] coco/sev-guest: Implement the guest support for SEV TIO
 2025-04-07 11:05 UTC  (2+ messages)

[RFC PATCH v2 17/22] resource: Mark encrypted MMIO resource on validation
 2025-04-05 18:19 UTC  (2+ messages)

[RFC PATCH v2 16/22] coco/tsm: Add tsm-guest module
 2025-04-05 17:15 UTC  (2+ messages)

[PATCH v2 00/11] Add folio_mk_pte()
 2025-04-05 17:07 UTC  (13+ messages)
` [PATCH v2 01/11] mm: Set the pte dirty if the folio is already dirty
` [PATCH v2 02/11] mm: Introduce a common definition of mk_pte()
` [PATCH v2 03/11] sparc32: Remove custom "
` [PATCH v2 04/11] x86: "
` [PATCH v2 05/11] um: "
` [PATCH v2 06/11] mm: Make mk_pte() definition unconditional
` [PATCH v2 07/11] mm: Add folio_mk_pte()
` [PATCH v2 08/11] hugetlb: Simplify make_huge_pte()
` [PATCH v2 09/11] mm: Remove mk_huge_pte()
` [PATCH v2 10/11] mm: Add folio_mk_pmd()
` [PATCH v2 11/11] arch: Remove mk_pmd()

[PATCH v3 0/2] Implement endianess swap macros for RISC-V
 2025-04-04 19:28 UTC  (13+ messages)
` [PATCH v3 1/2] include/uapi/linux/swab.h: move default implementation for swab macros into asm-generic
` [PATCH v3 2/2] riscv: introduce asm/swab.h

[PATCH 0/7] More CRC kconfig option cleanups
 2025-04-04 19:02 UTC  (20+ messages)
` [PATCH 1/7] lib/crc: remove unnecessary prompt for CONFIG_CRC32 and drop 'default y'
` [PATCH 2/7] lib/crc: remove unnecessary prompt for CONFIG_CRC_CCITT
` [PATCH 3/7] lib/crc: remove unnecessary prompt for CONFIG_CRC16
` [PATCH 4/7] lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF
` [PATCH 5/7] lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_T
` [PATCH 6/7] lib/crc: document all the CRC library kconfig options
` [PATCH 7/7] lib/crc: remove CONFIG_LIBCRC32C

[PATCH v1 0/5] Silence some clang -Wshorten-64-to-32 warnings
 2025-04-04 11:35 UTC  (10+ messages)
` [PATCH v1 1/5] bitfield: Silence a clang -Wshorten-64-to-32 warning
` [PATCH v1 2/5] bitmap: "
` [PATCH v1 3/5] bitops: "
` [PATCH v1 4/5] math64: "
` [PATCH v1 5/5] hash.h: "

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

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-04-02 22:19 UTC  (9+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

Linux 6.14
 2025-04-02 20:18 UTC 

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-04-02  7:45 UTC  (23+ messages)
` [PATCH v4 01/14] bug/kunit: Core "
` [PATCH v4 02/14] kunit: bug: Count suppressed "
` [PATCH v4 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH v4 06/14] x86: Add support for suppressing warning backtraces

[PATCH v2 0/6] hyperv: Introduce new way to manage hypercall args
 2025-04-01 19:29 UTC  (8+ messages)
` [PATCH v2 4/6] Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments
` [PATCH v2 5/6] PCI: "

[PATCH] kunit: fixes Compilation error on s390
 2025-03-31  9:33 UTC  (4+ messages)

[PATCH 0/3] Drop explicit --hash-style= setting for new
 2025-03-30 12:18 UTC  (6+ messages)
` [PATCH 3/3] LoongArch: vDSO: Remove --hash-style=sysv
` Ping: [PATCH 0/3] Drop explicit --hash-style= setting for new

[RFC PATCH 0/6] Cache coherency management subsystem
 2025-03-29  7:14 UTC  (4+ messages)
` [RFC PATCH 2/6] arm64: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-03-28 14:09 UTC  (15+ messages)
` [PATCH v4 2/3] fs: split fileattr/fsxattr converters into helpers
` [PATCH v4 3/3] fs: introduce getfsxattrat and setfsxattrat syscalls

[arnd-asm-generic:asm-generic] BUILD SUCCESS 47a60391ae0ed04ffbb9bd8dcd94ad9d08b41288
 2025-03-27 22:18 UTC 

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-27 21:06 UTC  (24+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk

[GIT PULL v2] asm-generic changes for 6.15
 2025-03-27 19:11 UTC  (2+ messages)

[GIT PULL] asm-generic changes for 6.15
 2025-03-27 19:11 UTC  (5+ messages)

[PATCH] rwonce: fix crash by removing READ_ONCE() for unaligned read
 2025-03-27 10:58 UTC  (7+ messages)

[PATCH v4 1/3] lsm: introduce new hooks for setting/getting inode fsxattr
 2025-03-27  9:19 UTC  (4+ messages)

[PATCH] rwonce: handle KCSAN like KASAN in read_word_at_a_time()
 2025-03-26 21:21 UTC  (8+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS ece69af2ede103e190ffdfccd9f9ec850606ab5e
 2025-03-26 17:25 UTC 

[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-26 15:37 UTC  (7+ messages)
` [PATCH hyperv-next v6 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v6 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

[PATCH 0/2] mm: fixes for fallouts from mem_init() cleanup
 2025-03-26 15:22 UTC  (3+ messages)
` [PATCH 2/2] memblock: don't release high memory to page allocator when HIGHMEM is off

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-03-26  8:56 UTC  (18+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[RFC PATCH v2 05/22] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
 2025-03-26  4:26 UTC  (2+ messages)

[PATCH v6 00/10] Introduce /dev/mshv root partition driver
 2025-03-25 18:02 UTC  (5+ messages)
` [PATCH v6 01/10] hyperv: Log hypercall status codes as strings

[arnd-asm-generic:asm-generic] BUILD SUCCESS dcce85484d3abe0fe0a930a154bdc076f1eb4ae0
 2025-03-25 14:59 UTC 


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