kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-01 14:11:44 to 2023-03-02 14:34:08 UTC [more...]

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-02 14:33 UTC  (25+ messages)
` [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates
` [PATCH RFC v8 52/56] ccp: Add support to decrypt the page
` [PATCH RFC v8 53/56] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
` [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs

[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
 2023-03-02 14:28 UTC  (11+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE

[PATCH v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-02 14:20 UTC  (15+ messages)
` [PATCH v5 09/19] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH v2] gdbstub: move update guest debug to accel ops
 2023-03-02 13:53 UTC  (2+ messages)

[PATCH v5 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-03-02 13:16 UTC  (12+ messages)
` [PATCH v5 1/5] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v5 2/5] [Trivial]KVM: x86: Explicitly cast ulong to bool in kvm_set_cr3()
` [PATCH v5 4/5] KVM: x86: emulation: Apply LAM mask when emulating data access in 64-bit mode

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-02 12:55 UTC  (21+ messages)
` [PATCH 01/14] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH 02/14] iommufd: Add iommufd_group
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH 04/14] iommufd: Use the iommufd_group to avoid duplicate reserved groups and msi setup
` [PATCH 05/14] iommufd: Make sw_msi_start a group global
` [PATCH 06/14] iommufd: Move putting a hwpt to a helper function
` [PATCH 07/14] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH 08/14] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH 09/14] iommufd: Add iommufd_device_replace()

[PATCH -next v14 00/19] riscv: Add vector ISA support
 2023-03-02 12:47 UTC  (26+ messages)
` [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v14 09/19] riscv: Add task switch support for vector
` [PATCH -next v14 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v14 11/19] riscv: Add ptrace vector support
` [PATCH -next v14 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v14 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v14 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v14 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v14 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v14 17/19] riscv: kvm: Add V extension to KVM ISA

[kvm-unit-tests] arm: Replace the obsolete qemu script
 2023-03-02 12:12 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 1/3] arm: gic: Write one bit per time in gic_irq_set_clr_enable()
 2023-03-02 12:10 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/3] arm64: timer: Use gic_enable/disable_irq() macro in timer test
` [kvm-unit-tests PATCH v2 3/3] arm64: microbench: Use gic_enable_irq() macro in microbench test

[PATCH v2 0/8] vdpa_sim: add support for user VA
 2023-03-02 11:34 UTC  (9+ messages)
` [PATCH v2 1/8] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v2 2/8] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v2 3/8] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v2 4/8] vringh: support VA with iotlb
` [PATCH v2 5/8] vdpa_sim: make devices agnostic for work management
` [PATCH v2 6/8] vdpa_sim: use kthread worker
` [PATCH v2 7/8] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v2 8/8] vdpa_sim: add support for user VA

[PATCH v13 00/11] Parallel CPU bringup for x86_64
 2023-03-02 11:12 UTC  (12+ messages)
` [PATCH v13 01/11] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v13 02/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v13 03/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v13 04/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v13 05/11] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v13 06/11] x86/smpboot: Remove initial_stack on 64-bit
` [PATCH v13 07/11] x86/smpboot: Remove early_gdt_descr "
` [PATCH v13 08/11] x86/smpboot: Remove initial_gs
` [PATCH v13 09/11] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v13 10/11] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v13 11/11] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH v5 00/12] Implement Eager Page Splitting for ARM
 2023-03-02 10:45 UTC  (14+ messages)
` [PATCH v5 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v5 02/12] KVM: arm64: Rename free_unlinked to free_removed
` [PATCH v5 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v5 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v5 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v5 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v5 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v5 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v5 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v5 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v5 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v5 12/12] KVM: arm64: Use local TLBI on permission relaxation

[PATCH v1] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
 2023-03-02 10:26 UTC  (7+ messages)

[RESEND kvm-unit-tests 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
 2023-03-02 10:10 UTC  (8+ messages)
` [RESEND kvm-unit-tests 1/3] arm: gic: Write one bit per time in gic_irq_set_clr_enable()
` [RESEND kvm-unit-tests 2/3] arm64: timer: Use gic_enable/disable_irq() macro in timer test
` [RESEND kvm-unit-tests 3/3] arm64: microbench: Use gic_enable_irq() macro in microbench test

[PATCH net-next v3 0/3] vsock: add support for sockmap
 2023-03-02  9:54 UTC  (10+ messages)
` [PATCH net-next v3 1/3] vsock: support sockmap
` [PATCH net-next v3 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH net-next v3 3/3] selftests/bpf: add a test case for vsock sockmap

[RFC] Support for Arm CCA VMs on Linux
 2023-03-02  9:18 UTC  (19+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 05/28] arm64: RME: Define the user ABI
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
  ` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM

[PATCH v16 00/11] s390x: CPU Topology
 2023-03-02  8:58 UTC  (4+ messages)
` [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH] KVM: VMX: Make setup_vmcs_config() preemption disabled
 2023-03-02  8:39 UTC  (3+ messages)

[PATCH] vhost-vdpa: free iommu domain after last use during cleanup
 2023-03-02  8:33 UTC  (3+ messages)

Renovace podlahy
 2023-03-02  8:31 UTC 

[PATCH v3 0/5] Add IO page table replacement support for emulated pathway
 2023-03-02  8:25 UTC  (7+ messages)
` [PATCH v3 1/5] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v3 4/5] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v3 5/5] iommufd/selftest: Add coverage for access->ioas replacement

Bug: Completion-Wait loop timed out with vfio
 2023-03-02  7:40 UTC  (11+ messages)

[PATCH 0/2] KVM: arm64: PMU: Preserve vPMC registers properly on migration
 2023-03-02  5:50 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the current value
` [PATCH 2/2] KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU

[PATCH v4 00/34] x86: enable FRED for x86-64
 2023-03-02  5:25 UTC  (35+ messages)
` [PATCH v4 01/34] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v4 02/34] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v4 03/34] x86/traps: add install_system_interrupt_handler()
` [PATCH v4 04/34] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v4 05/34] x86/traps: export external_interrupt() for VMX IRQ reinjection
` [PATCH v4 06/34] x86/cpufeature: add the cpu feature bit for FRED
` [PATCH v4 07/34] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v4 08/34] x86/objtool: teach objtool about ERETU and ERETS
` [PATCH v4 09/34] x86/cpu: add X86_CR4_FRED macro
` [PATCH v4 10/34] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v4 11/34] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [PATCH v4 12/34] x86/cpu: add MSR numbers for FRED configuration
` [PATCH v4 13/34] x86/fred: header file for event types
` [PATCH v4 14/34] x86/fred: header file with FRED definitions
` [PATCH v4 15/34] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v4 16/34] x86/fred: reserve space for the FRED stack frame
` [PATCH v4 17/34] x86/fred: add a page fault entry stub for FRED
` [PATCH v4 18/34] x86/fred: add a debug "
` [PATCH v4 19/34] x86/fred: add a NMI "
` [PATCH v4 20/34] x86/fred: add a machine check "
` [PATCH v4 21/34] x86/fred: FRED entry/exit and dispatch code
` [PATCH v4 22/34] x86/fred: FRED initialization code
` [PATCH v4 23/34] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v4 24/34] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [PATCH v4 25/34] x86/fred: disallow the swapgs instruction "
` [PATCH v4 26/34] x86/fred: no ESPFIX needed "
` [PATCH v4 27/34] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v4 28/34] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v4 29/34] x86/ia32: do not modify the DPL bits for a null selector
` [PATCH v4 30/34] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v4 31/34] x86/fred: allow dynamic stack frame size
` [PATCH v4 32/34] x86/fred: disable FRED by default in its early stage
` [PATCH v4 33/34] KVM: x86/vmx: call external_interrupt() for IRQ reinjection when FRED is enabled
` [PATCH v4 34/34] KVM: x86/vmx: execute "int $2" for NMI "

[PATCH v5 17/19] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
 2023-03-02  3:24 UTC  (12+ messages)

[PATCH v12 00/11] Parallel CPU bringup for x86_64
 2023-03-02  1:37 UTC  (10+ messages)
` [PATCH v12 07/11] x86/smpboot: Remove early_gdt_descr on 64-bit

[PATCH v12 000/106] KVM TDX basic feature support
 2023-03-02  1:11 UTC  (4+ messages)
` [PATCH v12 013/106] KVM: TDX: create/destroy VM structure

[PATCH 0/5] hw/timer/i8254: Un-inline and simplify IRQs
 2023-03-01 21:54 UTC  (2+ messages)

[PATCH v4 00/12] Implement Eager Page Splitting for ARM
 2023-03-01 20:10 UTC  (8+ messages)
` [PATCH v4 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v4 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()

[PATCH v2 0/5] target/i386: Update AMD EPYC CPU Models
 2023-03-01 20:01 UTC  (4+ messages)

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-01 19:34 UTC  (3+ messages)
` [RFC PATCH V3 14/16] x86/sev: Initialize #HV doorbell and handle interrupt requests

[PATCH v2 0/1] KVM: x86: Propagate AMD-specific IBRS bits to guests
 2023-03-01 18:58 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH -next v14 19/19] riscv: Enable Vector code to be built
 2023-03-01 18:44 UTC  (4+ messages)

[PATCH 1/2] lib/test_bitmap: increment failure counter properly
 2023-03-01 15:11 UTC  (4+ messages)


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