KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-07 22:07:56 to 2022-08-09 14:50:05 UTC [more...]

[PATCH v3 0/8] KVM: x86: Apply NX mitigation more precisely
 2022-08-09 14:49 UTC  (9+ messages)
` [PATCH v3 5/8] KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
` [PATCH v3 8/8] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()

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

[kvm-unit-tests RFC PATCH 00/19] arm/arm64: Rework cache maintenance at boot
 2022-08-09 14:22 UTC  (26+ messages)
` [kvm-unit-tests RFC PATCH 01/19] Makefile: Define __ASSEMBLY__ for assembly files
` [kvm-unit-tests RFC PATCH 02/19] lib/alloc_phys: Initialize align_min
` [kvm-unit-tests RFC PATCH 03/19] lib/alloc_phys: Use phys_alloc_aligned_safe and rename it to memalign_early
` [kvm-unit-tests RFC PATCH 04/19] powerpc: Use the page allocator
` [kvm-unit-tests RFC PATCH 05/19] lib/alloc_phys: Remove locking
` [kvm-unit-tests RFC PATCH 06/19] lib/alloc_phys: Remove allocation accounting
` [kvm-unit-tests RFC PATCH 07/19] arm/arm64: Mark the phys_end parameter as unused in setup_mmu()
` [kvm-unit-tests RFC PATCH 08/19] arm/arm64: Use pgd_alloc() to allocate mmu_idmap
` [kvm-unit-tests RFC PATCH 09/19] arm/arm64: Zero secondary CPUs' stack
` [kvm-unit-tests RFC PATCH 10/19] arm/arm64: Enable the MMU early
` [kvm-unit-tests RFC PATCH 11/19] arm/arm64: Map the UART when creating the translation tables
` [kvm-unit-tests RFC PATCH 12/19] arm/arm64: assembler.h: Replace size with end address for dcache_by_line_op
` [kvm-unit-tests RFC PATCH 13/19] arm: page.h: Add missing libcflat.h include
` [kvm-unit-tests RFC PATCH 14/19] arm/arm64: Add C functions for doing cache maintenance
` [kvm-unit-tests RFC PATCH 15/19] lib/alloc_phys: Add callback to perform "
` [kvm-unit-tests RFC PATCH 16/19] arm/arm64: Allocate secondaries' stack using the page allocator
` [kvm-unit-tests RFC PATCH 17/19] arm/arm64: Configure secondaries' stack before enabling the MMU
` [kvm-unit-tests RFC PATCH 18/19] arm/arm64: Perform dcache maintenance at boot
` [kvm-unit-tests RFC PATCH 19/19] arm/arm64: Rework the cache maintenance in asm_mmu_disable

[PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
 2022-08-09 13:55 UTC  (2+ messages)

[PATCH 0/2] kvm/selftests: Two rseq_test fixes
 2022-08-09 13:44 UTC  (12+ messages)
` [PATCH 1/2] KVM: selftests: Make rseq compatible with glibc-2.35
` [PATCH 2/2] KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_test

[kvmtool PATCH] net: Use vfork() instead of fork() for script execution
 2022-08-09 12:48 UTC 

KVM call for 2022-08-09
 2022-08-09 12:45 UTC  (2+ messages)

[PATCH 00/35] perf intel-pt: Add support for tracing virtual machine user space on the host
 2022-08-09 12:21 UTC  (13+ messages)
` [PATCH 04/35] perf tools: Export perf_event__process_finished_round()
` [PATCH 05/35] perf tools: Factor out evsel__id_hdr_size()
` [PATCH 08/35] perf buildid-cache: Add guestmount'd files to the build ID cache
` [PATCH 10/35] perf tools: Add machine_pid and vcpu to id_index

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-08-09 11:16 UTC  (2+ messages)

DIE WELTFINANZKRISE KANN SIE SEHR REICH MACHEN!
 2022-08-09 10:23 UTC 

[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-09 10:13 UTC  (29+ 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

[PATCH kvmtool 0/4] Makefile and virtio fixes
 2022-08-09 10:05 UTC  (9+ messages)
` [PATCH kvmtool 1/4] Makefile: Add missing build dependencies
` [PATCH kvmtool 2/4] Makefile: Fix ARCH override

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-09  8:38 UTC  (40+ messages)
` [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 009/103] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [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 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 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 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] KVM:make cpuid_entry2_find more efficient
 2022-08-09  7:54 UTC  (2+ messages)

[PATCH v4 0/6] ASID support in vhost-vdpa net
 2022-08-09  7:53 UTC  (6+ messages)
` [PATCH v4 4/6] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v4 6/6] vdpa: Always start CVQ in SVQ mode

[PATCH v2 0/5] KVM: Fix oneshot interrupts forwarding
 2022-08-09  7:24 UTC  (3+ messages)

linux-next: build warning after merge of the kvm tree
 2022-08-09  6:41 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/1] s390x: verify EQBS/SQBS is unavailable
 2022-08-09  6:20 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/1] "

tools/testing/selftests/kvm/rseq_test and glibc 2.35
 2022-08-09  6:23 UTC  (6+ messages)

IOTLB support for vhost/vsock breaks crosvm on Android
 2022-08-09  3:16 UTC  (7+ messages)

[PATCH v7 000/102] KVM TDX basic feature support
 2022-08-09  0:48 UTC  (9+ messages)
` [PATCH v7 041/102] KVM: VMX: Introduce test mode related to EPT violation VE

[PATCH v3 0/2] KVM: x86/xen: Prevent Xen timer init when running
 2022-08-09  0:36 UTC  (2+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-08 23:25 UTC  (8+ 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

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

[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 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  (5+ messages)
` [kvm-unit-tests PATCH v2 1/5] x86: emulator.c cleanup: Save and restore exception handlers
` [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 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

[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] "

[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()


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 read-only IMAP folder(s) and NNTP newsgroup(s).