kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-06 14:34:58 to 2022-08-08 21:15:32 UTC [more...]

Add vfio-platform support for ONESHOT irq forwarding?
 2022-08-08 21:15 UTC  (21+ messages)

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-08 20:44 UTC  (108+ messages)
` [PATCH v8 001/103] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v8 002/103] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v8 003/103] KVM: Refactor CPU compatibility check on module initialization
` [PATCH v8 004/103] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v8 005/103] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v8 006/103] KVM: Enable hardware before doing arch VM initialization
` [PATCH v8 007/103] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v8 008/103] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v8 009/103] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v8 010/103] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v8 011/103] KVM: TDX: Make TDX VM type supported
` [PATCH v8 012/103] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v8 013/103] KVM: TDX: Define "
` [PATCH v8 014/103] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v8 015/103] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v8 016/103] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v8 017/103] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v8 018/103] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v8 019/103] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v8 020/103] KVM: TDX: create/destroy VM structure
` [PATCH v8 021/103] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v8 022/103] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v8 023/103] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v8 024/103] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v8 025/103] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v8 026/103] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v8 027/103] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v8 028/103] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v8 029/103] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v8 030/103] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v8 031/103] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v8 032/103] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v8 033/103] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [PATCH v8 034/103] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v8 035/103] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v8 036/103] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v8 037/103] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v8 038/103] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [PATCH v8 039/103] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v8 040/103] KVM: x86/mmu: Require TDP MMU for TDX
` [PATCH v8 041/103] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v8 042/103] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v8 043/103] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v8 044/103] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v8 045/103] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v8 046/103] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v8 047/103] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v8 048/103] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v8 049/103] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v8 050/103] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v8 051/103] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
` [PATCH v8 052/103] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v8 053/103] KVM: TDX: TDP MMU TDX support
` [PATCH v8 054/103] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA
` [PATCH v8 055/103] KVM: Add functions to track whether GFN is private or shared
` [PATCH v8 056/103] KVM: x86/mmu: Let vcpu re-try when faulting page type conflict
` [PATCH v8 057/103] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v8 058/103] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
` [PATCH v8 059/103] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v8 060/103] KVM: TDX: Create initial guest memory
` [PATCH v8 061/103] KVM: TDX: Finalize VM initialization
` [PATCH v8 062/103] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v8 063/103] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v8 064/103] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v8 065/103] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v8 066/103] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v8 067/103] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v8 068/103] KVM: TDX: restore user ret MSRs
` [PATCH v8 069/103] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v8 070/103] KVM: TDX: complete interrupts after tdexit
` [PATCH v8 071/103] KVM: TDX: restore debug store when TD exit
` [PATCH v8 072/103] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v8 073/103] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v8 074/103] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v8 075/103] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v8 076/103] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v8 077/103] KVM: TDX: Implement interrupt injection
` [PATCH v8 078/103] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v8 079/103] KVM: TDX: Implement methods to inject NMI
` [PATCH v8 080/103] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v8 081/103] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v8 082/103] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v8 083/103] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v8 084/103] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v8 085/103] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v8 086/103] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v8 087/103] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v8 088/103] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v8 089/103] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v8 090/103] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v8 091/103] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v8 092/103] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v8 093/103] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v8 094/103] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v8 095/103] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v8 096/103] KVM: TDX: Handle TDX PV report fatal error hypercall
` [PATCH v8 097/103] KVM: TDX: Handle TDX PV map_gpa hypercall
` [PATCH v8 098/103] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v8 099/103] KVM: TDX: Silently discard SMI request
` [PATCH v8 100/103] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v8 101/103] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v8 102/103] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v8 103/103] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-08 20:06 UTC  (7+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-08 19:27 UTC  (6+ messages)
` [PATCH Part2 v6 08/49] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 v6 17/49] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command

[PATCH v3 1/2] KVM: x86/xen: Initialize Xen timer only once
 2022-08-08 19:06 UTC  (2+ messages)
` [PATCH v3 2/2] KVM: x86/xen: Stop Xen timer before changing IRQ

[PATCH v3 0/2] KVM: x86/xen: Prevent Xen timer init when running
 2022-08-08 19:02 UTC 

[PATCH v2 0/2] KVM: x86/xen: Prevent xen timer init when running
 2022-08-08 17:00 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: x86/xen: Initialize Xen timer only once
` [PATCH v2 2/2] KVM: x86/xen: Stop Xen timer before changing the IRQ vector

[kvm-unit-tests PATCH v3 0/7] x86: Illegal LEA test and FEP cleanups
 2022-08-08 16:47 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/7] x86: emulator.c: Save and restore exception handlers
` [kvm-unit-tests PATCH v3 2/7] x86: Dedup 32-bit vs. 64-bit ASM_TRY() by stealing kernel's __ASM_SEL()
` [kvm-unit-tests PATCH v3 3/7] x86: Introduce ASM_TRY_FEP() to handle exceptions on forced emulation
` [kvm-unit-tests PATCH v3 4/7] x86: Add helper to detect if forced emulation prefix is available
` [kvm-unit-tests PATCH v3 5/7] x86: emulator.c: Use ASM_TRY() for the UD_VECTOR cases
` [kvm-unit-tests PATCH v3 6/7] x86: Test emulator's handling of LEA with /reg
` [kvm-unit-tests PATCH v3 7/7] x86/pmu: Run the "emulation" test iff forced emulation is available

[kvm-unit-tests PATCH v2 0/5] Test for illegal LEA & related fixes
 2022-08-08 16:32 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/5] x86: emulator.c cleanup: Save and restore exception handlers
` [kvm-unit-tests PATCH v2 2/5] x86: emulator.c cleanup: Use ASM_TRY() for the UD_VECTOR cases
` [kvm-unit-tests PATCH v2 3/5] x86: Introduce ASM_TRY_FEP() to handle exceptions thrown by FEP-triggered emulator
` [kvm-unit-tests PATCH v2 4/5] x86: Dedup 32-bit vs. 64-bit ASM_TRY() by stealing kernel's __ASM_SEL()
` [kvm-unit-tests PATCH v2 5/5] x86: Test emulator's handling of LEA with /reg

tools/testing/selftests/kvm/rseq_test and glibc 2.35
 2022-08-08 16:01 UTC 

[kvm-unit-tests PATCH v3 0/3] s390x: add tests for SIGP call orders in enabled wait
 2022-08-08 15:35 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 3/3] s390x: smp: add tests for calls in wait state

IOTLB support for vhost/vsock breaks crosvm on Android
 2022-08-08 14:33 UTC  (14+ messages)

[PATCH v5 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-08 14:15 UTC 

[PATCH] KVM: x86/xen: Fix bug in kvm_xen_vcpu_set_attr()
 2022-08-08 13:51 UTC  (2+ messages)

[RFC PATCH v3 00/19] RFC: nested AVIC
 2022-08-08 13:13 UTC  (9+ messages)
` [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally
              ` Nested AVIC design (was:Re: [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally)

[PATCH] KVM: x86: revalidate steal time cache if MSR value changes
 2022-08-08 12:42 UTC  (2+ messages)
` [EXTERNAL] "

[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-08 11:22 UTC  (24+ messages)
` [RFC PATCH v3 1/9] vsock: SO_RCVLOWAT transport set callback
` [RFC PATCH v3 2/9] hv_sock: disable SO_RCVLOWAT support
` [RFC PATCH v3 3/9] virtio/vsock: use 'target' in notify_poll_in callback
` [RFC PATCH v3 4/9] vmci/vsock: "
` [RFC PATCH v3 5/9] vsock: pass sock_rcvlowat to notify_poll_in as target
` [RFC PATCH v3 6/9] vsock: add API call for data ready
` [RFC PATCH v3 7/9] virtio/vsock: check SO_RCVLOWAT before wake up reader
` [RFC PATCH v3 8/9] vmci/vsock: "
` [RFC PATCH v3 9/9] vsock_test: POLLIN + SO_RCVLOWAT test

[kvm-unit-tests PATCH v2 0/3] arm: pmu: Fixes for bare metal
 2022-08-08 10:40 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 3/3] arm: pmu: Check for overflow in the low counter in chained counters tests

[PATCH] vfio/fsl-mc: Fix a typo in a comment
 2022-08-08  9:57 UTC  (2+ messages)

[PATCH v2 0/8] Make Intel PT configurable
 2022-08-08  8:58 UTC  (9+ messages)
` [PATCH v2 1/8] target/i386: Print CPUID subleaf info for unsupported feature
` [PATCH v2 2/8] target/i386/intel-pt: Fix INTEL_PT_ADDR_RANGES_NUM_MASK
` [PATCH v2 3/8] target/i386/intel-pt: Introduce FeatureWordInfo for Intel PT CPUID leaf 0xD
` [PATCH v2 4/8] target/i386/intel-pt: print special message for INTEL_PT_ADDR_RANGES_NUM
` [PATCH v2 5/8] target/i386/intel-pt: Rework/rename the default INTEL-PT feature set
` [PATCH v2 6/8] target/i386/intel-pt: Enable host pass through of Intel PT
` [PATCH v2 7/8] target/i386/intel-pt: Define specific PT feature set for IceLake-server and Snowridge
` [PATCH v2 8/8] target/i386/intel-pt: Access MSR_IA32_RTIT_ADDRn based on guest CPUID configuration

[PATCH v7 0/4] Add Sstc extension support
 2022-08-08  8:57 UTC  (3+ messages)
` [PATCH v7 3/4] RISC-V: Prefer sstc extension if available

[RFC PATCH 00/13] KVM TDX: TDP MMU: large page support
 2022-08-08  5:40 UTC  (15+ messages)
` [RFC PATCH 01/13] KVM: Update lpage info when private/shared memory are mixed
` [RFC PATCH 02/13] KVM: TDP_MMU: Go to next level if smaller private mapping exists
` [RFC PATCH 03/13] KVM: TDX: Pass page level to cache flush before TDX SEAMCALL
` [RFC PATCH 04/13] KVM: TDX: Pass KVM page level to tdh_mem_page_add() and tdh_mem_page_aug()
` [RFC PATCH 05/13] KVM: TDX: Pass size to tdx_measure_page()
` [RFC PATCH 06/13] KVM: TDX: Pass size to reclaim_page()
` [RFC PATCH 07/13] KVM: TDX: Update tdx_sept_{set,drop}_private_spte() to support large page
` [RFC PATCH 08/13] KVM: MMU: Introduce level info in PFERR code
` [RFC PATCH 09/13] KVM: TDX: Pin pages via get_page() right before ADD/AUG'ed to TDs
` [RFC PATCH 10/13] KVM: MMU: Pass desired page level in err code for page fault handler
` [RFC PATCH 11/13] KVM: TDP_MMU: Split the large page when zap leaf
` [RFC PATCH 12/13] KVM: TDX: Split a large page when 4KB page within it converted to shared
` [RFC PATCH 13/13] KVM: x86: remove struct kvm_arch.tdp_max_page_level

Kennesaw "BITCOIN WILL MAKE YOU A MILLIONAIRE"
 2022-08-08  0:36 UTC 

[PATCH v3 0/3] Extend KVM trace_kvm_nested_vmrun() to support VMX
 2022-08-08  0:36 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: x86: Update trace function for nested VM entry "
` [PATCH v3 2/3] KVM: nVMX: Add tracepoint for nested vmenter
` [PATCH v3 3/3] KVM: x86: Print guest pgd in kvm_nested_vmenter()

株式会社MGM "EARN OVER $1200 PER DAY ONLINE WITH THE BITCOIN PROFIT METHOD!"
 2022-08-07 10:53 UTC 

A FINANCIAL CRISIS CAN MAKE YOU VERY RICH!
 2022-08-07  9:00 UTC 

[PATCH] tools/perf: Fix typo in comments
 2022-08-07  7:32 UTC 

[PATCH] KVM: x86/mmu: rename trace function name for asynchronous page fault
 2022-08-07  5:21 UTC 

[GIT PULL] VFIO updates for v6.0-rc1
 2022-08-06 18:19 UTC  (2+ 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).