linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-31 06:01:15 to 2021-08-12 22:29:49 UTC [more...]

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-08-12 22:29 UTC  (20+ messages)
` [PATCH v4 01/15] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v4 02/15] x86/tdx: Exclude Shared bit from physical_mask
` [PATCH v4 03/15] x86/tdx: Make pages shared in ioremap()
` [PATCH v4 04/15] x86/tdx: Add helper to do MapGPA hypercall
` [PATCH v4 05/15] x86/tdx: Make DMA pages shared
` [PATCH v4 06/15] x86/kvm: Use bounce buffers for TD guest
` [PATCH v4 07/15] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCH v4 08/15] x86/tdx: Enable shared memory protected guest flags for TDX guest
` [PATCH v4 09/15] pci: Consolidate pci_iomap* and pci_iomap*wc
` [PATCH v4 10/15] asm/io.h: Add ioremap_shared fallback
` [PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}
` [PATCH v4 12/15] pci: Mark MSI data shared
` [PATCH v4 13/15] virtio: Use shared mappings for virtio PCI devices
` [PATCH v4 14/15] x86/tdx: Implement ioremap_shared for x86
` [PATCH v4 15/15] x86/tdx: Add cmdline option to force use of ioremap_shared

[PATCH V3 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-12 22:20 UTC  (28+ messages)
` [PATCH V3 01/13] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH V3 02/13] x86/HV: Initialize shared memory boundary in the "
` [PATCH V3 03/13] x86/HV: Add new hvcall guest address host visibility support
` [PATCH V3 04/13] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V3 05/13] HV: Add Write/Read MSR registers via ghcb page
` [PATCH V3 06/13] HV: Add ghcb hvcall support for SNP VM
` [PATCH V3 07/13] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V3 08/13] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH V3 09/13] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH V3 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V3 11/13] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V3 12/13] HV/Netvsc: Add Isolation VM support for netvsc driver
` [PATCH V3 13/13] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH 00/19] arch: Add basic LoongArch support
 2021-08-12 12:51 UTC  (38+ messages)
` [PATCH 07/19] LoongArch: Add process management
` [PATCH 08/19] LoongArch: Add memory management
` [PATCH 09/19] LoongArch: Add system call support
` [PATCH 13/19] LoongArch: Add some library functions
` [PATCH 15/19] LoongArch: Add PCI controller support
` [PATCH 16/19] LoongArch: Add VDSO and VSYSCALL support
` [PATCH 17/19] LoongArch: Add multi-processor (SMP) support
` [PATCH 18/19] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH 19/19] LoongArch: Add Loongson-3 default config file
  ` [PATCH 04/19] LoongArch: Add common headers

[GIT PULL lkmm] LKMM commits for v5.15
 2021-08-12  0:25 UTC 

[PATCH v5 00/10] ARM: remove set_fs callers and implementation
 2021-08-11  7:31 UTC  (3+ messages)

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-10 16:51 UTC  (13+ messages)
` [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v28 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v28 06/32] x86/cet: Add control-protection fault handler
` [PATCH v28 08/32] x86/mm: Move pmd_write(), pud_write() up in the file

[PATCH v28 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-08-10 16:07 UTC  (4+ messages)
` [PATCH v28 04/10] x86/cet/ibt: Disable IBT for ia32

[GIT PULL 1/2] asm-generic: rework PCI I/O space access
 2021-08-10 11:33 UTC  (12+ messages)

[RFC PATCH v1 1/5] locking/atomic: Implement atomic_fetch_and_or
 2021-08-09 11:37 UTC  (6+ messages)

[RFC] LKMM: Add volatile_if()
 2021-08-07  0:51 UTC  (14+ messages)

[syzbot] kernel BUG in __tlb_remove_page_size
 2021-08-06 22:20 UTC  (2+ messages)

[PATCH 00/11] ARC atomics update
 2021-08-06 19:02 UTC  (19+ messages)
` [PATCH 01/11] ARC: atomics: disintegrate header
` [PATCH 02/11] ARC: atomic: !LLSC: remove hack in atomic_set() for for UP
` [PATCH 03/11] ARC: atomic: !LLSC: use int data type consistently
` [PATCH 04/11] ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_return
` [PATCH 05/11] ARC: atomics: implement relaxed variants
` [PATCH 06/11] ARC: switch to generic bitops
` [PATCH 07/11] ARC: bitops: fls/ffs to take int (vs long) per asm-generic defines
` [PATCH 08/11] ARC: xchg: !LLSC: remove UP micro-optimization/hack
` [PATCH 09/11] ARC: cmpxchg/xchg: rewrite as macros to make type safe
` [PATCH 10/11] ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)
` [PATCH 11/11] ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variants
      ` [RFC] bitops/non-atomic: make @nr unsigned to avoid any DIV

[PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation
 2021-08-06 16:04 UTC  (13+ messages)
` [PATCH 1/4] arm64: mm: Fix TLBI vs ASID rollover
` [PATCH] of: restricted dma: Don't fail device probe on rmem init failure
` [PATCH 2/4] KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers
` [PATCH 3/4] KVM: arm64: Convert the host S2 over to __load_guest_stage2()
` [PATCH 4/4] KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE
` (subset) [PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation

[PATCH 1/3] isystem: trim/fixup stdarg.h and other headers
 2021-08-06 13:00 UTC  (13+ messages)
` [PATCH 2/3] isystem: ship and use stdarg.h
` [PATCH 3/3] isystem: delete global -isystem compile option

[PATCH V2 00/14] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-05 16:01 UTC  (23+ messages)
` [PATCH V2 01/14] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH V2 02/14] x86/HV: Initialize shared memory boundary in the "
` [PATCH V2 03/14] x86/set_memory: Add x86_set_memory_enc static call support
` [PATCH V2 04/14] x86/HV: Add new hvcall guest address host visibility support
` [PATCH V2 05/14] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V2 06/14] HV: Add Write/Read MSR registers via ghcb page
` [PATCH V2 07/14] HV: Add ghcb hvcall support for SNP VM
` [PATCH V2 08/14] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V2 09/14] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH V2 10/14] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH V2 11/14] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V2 12/14] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V2 13/14] HV/Netvsc: Add Isolation VM support for netvsc driver
` [PATCH V2 14/14] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH] riscv: use the generic string routines
 2021-08-05 10:31 UTC  (5+ messages)

[PATCH v3] sock: allow reading and changing sk_userlocks with setsockopt
 2021-08-04 12:00 UTC  (3+ messages)

[RFC PATCH] powerpc/book3s64/radix: Upgrade va tlbie to PID tlbie if we cross PMD_SIZE
 2021-08-04  7:34 UTC  (2+ messages)

[PATCH v2] sock: allow reading and changing sk_userlocks with setsockopt
 2021-08-03 12:42 UTC  (6+ messages)

[PATCH v2 1/3] isystem: trim/fixup stdarg.h and other headers
 2021-08-02 20:43 UTC  (3+ messages)
` [PATCH v2 2/3] isystem: ship and use stdarg.h
` [PATCH v3 3/3] isystem: delete global -isystem compile option

[PATCH] vmlinux.lds.h: Handle clang's module.{c,d}tor sections
 2021-08-02 16:40 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-02 14:08 UTC  (26+ messages)
` [PATCH 01/13] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH 03/13] x86/HV: Add new hvcall guest address host visibility support
` [PATCH 04/13] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH 05/13] HV: Add Write/Read MSR registers via ghcb page
` [PATCH 06/13] HV: Add ghcb hvcall support for SNP VM
` [PATCH 07/13] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH 13/13] HV/Storvsc: Add Isolation VM support for storvsc driver

[Question] Alignment requirement for readX() and writeX()
 2021-08-02  8:37 UTC  (3+ messages)

[PATCH v5 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-08-01 14:56 UTC  (2+ messages)

[asm-generic:asm-generic-uaccess-6 6/10] ERROR: modpost: "__copy_tofrom_user" [net/nfc/nfc.ko] undefined!
 2021-07-31 14:02 UTC 


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