public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-22 09:55:00 to 2022-12-03 00:36:46 UTC [more...]

[PATCH v4 00/39] Shadow stacks for userspace
 2022-12-03  0:35 UTC  (4+ messages)
` [PATCH v4 01/39] Documentation/x86: Add CET shadow stack description
` [PATCH v4 02/39] x86/shstk: Add Kconfig option for Shadow Stack
` [PATCH v4 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks

[PATCH 0/6] Support TDX guests on Hyper-V
 2022-12-02 21:47 UTC  (51+ messages)
` [PATCH 1/6] x86/tdx: Support hypercalls for "
` [PATCH 2/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH 3/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH 4/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH 5/6] x86/hyperv: Support hypercalls for "

[PATCH V2] selftests/vDSO: Add riscv getcpu & gettimeofday test
 2022-12-02 18:03 UTC  (2+ messages)

[PATCH v2 0/5] Add support running nested Microsoft Hypervisor
 2022-12-02 15:27 UTC  (17+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/5] x86/hyperv: Add support for detecting nested hypervisor
  ` [PATCH v6 2/5] Drivers: hv: Setup synic registers in case of nested root partition
  ` [PATCH v6 3/5] x86/hyperv: Add an interface to do nested hypercalls
  ` [PATCH v6 4/5] Drivers: hv: Enable vmbus driver for nested root partition
  ` [PATCH v6 5/5] x86/hyperv: Change interrupt vector "
` [PATCH v7 0/5] Add support running nested Microsoft Hypervisor
  ` [PATCH v7 1/5] x86/hyperv: Add support for detecting nested hypervisor
  ` [PATCH v7 2/5] Drivers: hv: Setup synic registers in case of nested root partition
  ` [PATCH v7 3/5] x86/hyperv: Add an interface to do nested hypercalls
  ` [PATCH v7 4/5] Drivers: hv: Enable vmbus driver for nested root partition
  ` [PATCH v7 5/5] x86/hyperv: Change interrupt vector "

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-12-02 13:44 UTC  (28+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-02  6:13 UTC  (10+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[arnd-asm-generic:asm-generic] BUILD SUCCESS 32975c491ee410598b33201344c123fcc81a7c33
 2022-12-02  4:52 UTC 

[Patch v4 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-12-02  3:30 UTC  (14+ messages)
` [Patch v4 01/13] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [Patch v4 02/13] x86/hyperv: Reorder code in prep for subsequent patch
` [Patch v4 03/13] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [Patch v4 04/13] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [Patch v4 05/13] init: Call mem_encrypt_init() after Hyper-V hypercall init is done
` [Patch v4 06/13] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [Patch v4 07/13] swiotlb: Remove bounce buffer remapping for Hyper-V
` [Patch v4 08/13] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [Patch v4 09/13] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [Patch v4 10/13] hv_netvsc: Remove second mapping of send and recv buffers
` [Patch v4 11/13] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [Patch v4 12/13] PCI: hv: Add hypercalls to read/write MMIO space
` [Patch v4 13/13] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH resend] uapi: Add missing _UAPI prefix to <asm-generic/types.h> include guard
 2022-12-01 15:22 UTC  (2+ messages)

[Patch v3 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-30 16:11 UTC  (29+ messages)
` [Patch v3 05/14] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [Patch v3 07/14] x86/hyperv: Change vTOM handling to use standard coco mechanisms

[PATCH -next V9 00/14] riscv: Add GENERIC_ENTRY support and related features
 2022-11-30  3:40 UTC  (15+ messages)
` [PATCH -next V9 01/14] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V9 02/14] riscv: elf_kexec: Fixup compile warning
` [PATCH -next V9 03/14] riscv: compat_syscall_table: "
` [PATCH -next V9 04/14] riscv: ptrace: Remove duplicate operation
` [PATCH -next V9 05/14] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH -next V9 06/14] riscv: convert to generic entry
` [PATCH -next V9 07/14] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
` [PATCH -next V9 08/14] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
` [PATCH -next V9 09/14] riscv: Add config of thread stack size
` [PATCH -next V9 10/14] riscv: Typo fixup for addi -> andi in comment
` [PATCH -next V9 11/14] riscv: Add support for STACKLEAK gcc plugin
` [PATCH -next V9 12/14] riscv: remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V9 13/14] riscv: consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V9 14/14] riscv: entry: consolidate general regs saving/restoring

[PATCH] Documentation: Fixed a typo in atomic_t.txt
 2022-11-29 18:45 UTC  (2+ messages)

[PATCH 0/3] kprobes: notrace enhancements
 2022-11-29 18:02 UTC  (12+ messages)
` [PATCH 1/3] kprobes: Mark descendents of core_kernel_text as notrace
` [PATCH 2/3] lib/usercopy: Allow traceing of usercopy, xarray, iov_iter
` [PATCH 3/3] compiler: inline does not imply notrace

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-11-29 15:22 UTC  (13+ messages)
` [RFC PATCH V2 01/18] x86/sev: Pvalidate memory gab for decompressing kernel
` [RFC PATCH V2 16/18] x86/sev: Initialize #HV doorbell and handle interrupt requests

[PATCH V2 1/3] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2022-11-29 14:18 UTC  (10+ messages)
` [PATCH V2 2/3] LoongArch: "
` [PATCH V2 3/3] SH: "

[PATCH 2/3] powerpc/book3e: remove #include <generated/utsrelease.h>
 2022-11-29  9:34 UTC  (5+ messages)

Napływ Klientów ze strony
 2022-11-29  8:50 UTC 

[PATCH V14 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-11-29  3:26 UTC  (6+ messages)

[PATCH v4 1/1] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
 2022-11-28 16:04 UTC  (5+ messages)

[PATCH -next V8 00/14] riscv: Add GENERIC_ENTRY support and related features
 2022-11-28  2:42 UTC  (5+ messages)
` [PATCH -next V8 06/14] riscv: convert to generic entry

[arnd-asm-generic:syscall-tbl] BUILD REGRESSION 9a44a4401f3517a2475158925110f06179accabe
 2022-11-27  2:40 UTC 

[PATCH AUTOSEL 6.0 13/44] clocksource/drivers/hyperv: add data structure for reference TSC MSR
 2022-11-25 15:39 UTC  (4+ messages)

[GIT PULL] LoongArch fixes for v6.1-rc7
 2022-11-24 19:16 UTC  (2+ messages)

[linux-next:master] [asm] 5e5ff73c2e: Initramfs_unpacking_failed
 2022-11-24  7:45 UTC 

[PATCH 0/6] Add support running nested Microsoft Hypervisor
 2022-11-24  6:01 UTC  (8+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 1/5] x86/hyperv: Add support for detecting nested hypervisor
  ` [PATCH v5 2/5] Drivers: hv: Setup synic registers in case of nested root partition
  ` [PATCH v5 3/5] x86/hyperv: Add an interface to do nested hypercalls
  ` [PATCH v5 4/5] Drivers: hv: Enable vmbus driver for nested root partition
  ` [PATCH v5 5/5] x86/hyperv: Change interrupt vector "

[arnd-asm-generic:asm-generic] BUILD SUCCESS 5e5ff73c2e5863f93fc5fd78d178cd8f2af12464
 2022-11-22 22:09 UTC 

[PATCH] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2022-11-22 21:37 UTC  (2+ messages)

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-11-22 16:04 UTC  (5+ messages)
` [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver


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