messages from 2024-02-23 08:27:44 to 2024-02-26 08:28:25 UTC [more...]
[PATCH v19 000/130] KVM TDX basic feature support
2024-02-26 8:26 UTC (68+ messages)
` [PATCH v19 001/130] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
` [PATCH v19 002/130] x86/virt/tdx: Move TDMR metadata fields map table to local variable
` [PATCH v19 003/130] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH v19 004/130] x86/virt/tdx: Support global metadata read for all element sizes
` [PATCH v19 005/130] x86/virt/tdx: Export global metadata read infrastructure
` [PATCH v19 006/130] x86/virt/tdx: Export TDX KeyID information
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 008/130] x86/tdx: Warning with 32bit build shift-count-overflow
` [PATCH v19 009/130] KVM: x86: Add gmem hook for determining max NPT mapping level
` [PATCH v19 010/130] KVM: x86: Pass is_private to gmem hook of gmem_max_level
` [PATCH v19 011/130] KVM: Add new members to struct kvm_gfn_range to operate on
` [PATCH v19 012/130] KVM: x86/mmu: Pass around full 64-bit error code for the KVM page fault
` [PATCH v19 013/130] KVM: x86: Use PFERR_GUEST_ENC_MASK to indicate fault is private
` [PATCH v19 014/130] KVM: Add KVM vcpu ioctl to pre-populate guest memory
` [PATCH v19 015/130] KVM: Document KVM_MEMORY_MAPPING ioctl
` [PATCH v19 016/130] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v19 017/130] KVM: x86: Implement kvm_arch_{, pre_}vcpu_memory_mapping()
` [PATCH v19 018/130] KVM: x86/mmu: Assume guest MMIOs are shared
` [PATCH v19 019/130] KVM: x86: Add is_vm_type_supported callback
` [PATCH v19 020/130] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v19 021/130] KVM: x86/vmx: initialize loaded_vmcss_on_cpu in vmx_init()
` [PATCH v19 022/130] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v19 024/130] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v19 025/130] KVM: TDX: Make TDX VM type supported
` [PATCH v19 026/130] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v19 027/130] KVM: TDX: Define "
` [PATCH v19 028/130] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v19 029/130] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v19 030/130] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v19 031/130] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v19 032/130] KVM: TDX: Add helper functions to allocate/free TDX private host key id
` [PATCH v19 033/130] KVM: TDX: Add helper function to read TDX metadata in array
` [PATCH v19 034/130] KVM: TDX: Get system-wide info about TDX module on initialization
` [PATCH v19 035/130] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v19 036/130] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v19 040/130] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v19 041/130] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v19 042/130] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v19 043/130] KVM: TDX: create/free TDX vcpu structure
` [PATCH v19 044/130] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v19 045/130] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v19 046/130] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v19 047/130] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v19 048/130] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH v19 049/130] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v19 050/130] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v19 051/130] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask
` [PATCH v19 052/130] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v19 053/130] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v19 054/130] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v19 055/130] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v19 056/130] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v19 057/130] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v19 058/130] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v19 060/130] KVM: x86/tdp_mmu: Apply mmu notifier callback to only shared GPA
` [PATCH v19 061/130] KVM: x86/tdp_mmu: Sprinkle __must_check
` [PATCH v19 062/130] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v19 063/130] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v19 064/130] KVM: x86/mmu: Do not enable page track for TD guest
` [PATCH v19 065/130] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v19 066/130] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH v19 067/130] KVM: TDX: Add load_mmu_pgd method for TDX
[kvm-unit-tests PATCH v5 0/8] Multi-migration support
2024-02-26 8:10 UTC (3+ messages)
[PATCH v5 0/6] LoongArch: Add pv ipi support on LoongArch VM
2024-02-26 8:07 UTC (16+ messages)
` [PATCH v5 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v5 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v5 6/6] LoongArch: Add pv ipi support on LoongArch system
[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
2024-02-26 7:44 UTC (15+ messages)
` [PATCH vhost v2 09/19] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
` [PATCH vhost v2 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v2 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v2 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v2 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v2 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v2 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v2 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v2 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v2 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
[PATCH] x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspace
2024-02-26 7:11 UTC (4+ messages)
[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
2024-02-26 5:47 UTC (7+ messages)
` [PATCH v5 11/12] KVM: riscv: selftests: Change vcpu_has_ext to a common function
[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
2024-02-26 1:57 UTC (10+ messages)
[PATCH v18 000/121] KVM TDX basic feature support
2024-02-26 1:27 UTC (3+ messages)
` [PATCH v18 077/121] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
[PATCH kvmtool] Fix 9pfs open device file security flaw
2024-02-25 16:31 UTC
[PATCH v5] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
2024-02-24 16:44 UTC (4+ messages)
[PATCH v9 0/4] KVM: arm64: Allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-24 15:05 UTC (5+ messages)
` [PATCH v9 1/4] KVM: arm64: Introduce new flag for non-cacheable "
` [PATCH v9 2/4] mm: Introduce new flag to indicate wc safe
` [PATCH v9 3/4] KVM: arm64: Set io memory s2 pte as normalnc for vfio pci device
` [PATCH v9 4/4] vfio: Convey kvm that the vfio-pci device is wc safe
[PATCH v2 0/3] KVM: VMX: MSR intercept/passthrough cleanup and simplification
2024-02-24 3:18 UTC (6+ messages)
` [PATCH v2 1/3] KVM: VMX: fix comment to add LBR to passthrough MSRs
` [PATCH v2 2/3] KVM: VMX: return early if msr_bitmap is not supported
` [PATCH v2 3/3] KVM: VMX: Combine "check" and "get" APIs for passthrough MSR lookups
[PATCH v4 00/10] KVM: arm64: Avoid serializing LPI get() / put()
2024-02-23 21:52 UTC (3+ messages)
[PATCH] KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
2024-02-23 21:51 UTC (3+ messages)
[GIT PULL] KVM: GUEST_MEMFD fixes for 6.8
2024-02-23 21:32 UTC (2+ messages)
[GIT PULL] x86/kvm: Clean up KVM's guest/host async #PF ABI, for 6.9
2024-02-23 21:16 UTC
[GIT PULL] KVM: x86: MMU(ish) fixes for 6.8
2024-02-23 21:15 UTC
[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-02-23 20:45 UTC (7+ messages)
[PATCH 0/8] KVM: SVM: Clean up VMRUN=>#VMEXIT assembly
2024-02-23 20:42 UTC (9+ messages)
` [PATCH 1/8] KVM: SVM: Create a stack frame in __svm_vcpu_run() for unwinding
` [PATCH 2/8] KVM: SVM: Wrap __svm_sev_es_vcpu_run() with #ifdef CONFIG_KVM_AMD_SEV
` [PATCH 3/8] KVM: SVM: Drop 32-bit "support" from __svm_sev_es_vcpu_run()
` [PATCH 4/8] KVM: SVM: Clobber RAX instead of RBX when discarding spec_ctrl_intercepted
` [PATCH 5/8] KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save area
` [PATCH 6/8] KVM: SVM: Save/restore args across "
` [PATCH 7/8] KVM: SVM: Create a stack frame in __svm_sev_es_vcpu_run()
` [PATCH 8/8] KVM: x86: Stop compiling vmenter.S with OBJECT_FILES_NON_STANDARD
[PATCH v3 0/4] KVM: X86: Make bus clock frequency for vapic timer configurable
2024-02-23 19:33 UTC (3+ messages)
` [PATCH v3 3/4] KVM: X86: Add a capability to configure bus frequency for APIC timer
[PATCH] x86: irq: unconditionally define KVM interrupt vectors
2024-02-23 18:49 UTC (2+ messages)
[PATCH v2 0/4] KVM: x86/mmu: Clean up indirect_shadow_pages usage
2024-02-23 18:12 UTC (4+ messages)
` [PATCH v2 4/4] KVM: x86/mmu: Fix a *very* theoretical race in kvm_mmu_track_write()
[PATCH v2 00/11] KVM: SEV: allow customizing VMSA features
2024-02-23 18:04 UTC (31+ messages)
` [PATCH v2 01/11] KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP
` [PATCH v2 02/11] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
` [PATCH v2 03/11] Documentation: kvm/sev: separate description of firmware
` [PATCH v2 04/11] KVM: SEV: publish supported VMSA features
` [PATCH v2 05/11] KVM: SEV: store VMSA features in kvm_sev_info
` [PATCH v2 06/11] KVM: SEV: disable DEBUG_SWAP by default
` [PATCH v2 07/11] KVM: x86: define standard behavior for bits 0/1 of VM type
` [PATCH v2 08/11] KVM: x86: Add is_vm_type_supported callback
` [PATCH v2 09/11] KVM: SEV: define VM types for SEV and SEV-ES
` [PATCH v2 10/11] KVM: SEV: introduce KVM_SEV_INIT2 operation
` [PATCH v2 11/11] selftests: kvm: add tests for KVM_SEV_INIT2
[PATCH v10 0/8] KVM: allow mapping non-refcounted pages
2024-02-23 18:03 UTC (9+ messages)
` [PATCH v10 4/8] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v10 7/8] KVM: x86/mmu: Track if sptes refer to refcounted pages
[PATCH v8 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2024-02-23 17:07 UTC (4+ messages)
` [PATCH v8 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
[kvm-unit-tests PATCH 00/14] arm64: EFI improvements
2024-02-23 15:51 UTC (15+ messages)
` [kvm-unit-tests PATCH 01/14] runtime: Update MAX_SMP probe
` [kvm-unit-tests PATCH 02/14] runtime: Add yet another 'no kernel' error message
` [kvm-unit-tests PATCH 03/14] arm64: efi: Don't create dummy test
` [kvm-unit-tests PATCH 04/14] arm64: efi: Make running tests on EFI can be parallel
` [kvm-unit-tests PATCH 05/14] arm64: efi: Remove redundant dtb generation
` [kvm-unit-tests PATCH 06/14] arm64: efi: Move run code into a function
` [kvm-unit-tests PATCH 07/14] arm64: efi: Remove EFI_USE_DTB
` [kvm-unit-tests PATCH 08/14] arm64: efi: Improve device tree discovery
` [kvm-unit-tests PATCH 09/14] lib/efi: Add support for loading the initrd
` [kvm-unit-tests PATCH 10/14] arm64: efi: Allow running tests directly
` [kvm-unit-tests PATCH 11/14] arm/arm64: Factor out some initial setup
` [kvm-unit-tests PATCH 12/14] arm/arm64: Factor out allocator init from mem_init
` [kvm-unit-tests PATCH 13/14] arm64: Simplify efi_mem_init
` [kvm-unit-tests PATCH 14/14] arm64: Add memregions_efi_init
[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
2024-02-23 12:00 UTC (2+ messages)
[PATCH] KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()
2024-02-23 8:56 UTC (2+ messages)
[PATCH] Build guest_memfd_test also on arm64
2024-02-23 8:57 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox