messages from 2022-03-04 20:08:54 to 2022-03-07 17:13:27 UTC [more...]
[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2022-03-07 17:13 UTC (13+ messages)
` [PATCH v6 43/64] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v6 44/64] KVM: arm64: nv: Add handling of EL2-specific timer registers
[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
2022-03-07 17:10 UTC (7+ messages)
` [PATCH v18 08/18] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
[PATCH RFC 00/19] KVM: x86: hyper-v: Fine-grained TLB flush + Direct TLB flush feature
2022-03-07 16:32 UTC (21+ messages)
` [PATCH RFC 01/19] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH RFC 02/19] KVM: x86: hyper-v: Introduce TLB flush ring
` [PATCH RFC 03/19] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH RFC 04/19] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH RFC 05/19] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH RFC 06/19] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH RFC 07/19] KVM: x86: hyper-v: Create a separate ring for Direct TLB flush
` [PATCH RFC 08/19] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH RFC 09/19] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH RFC 10/19] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH RFC 11/19] KVM: x86: Introduce .post_hv_direct_flush() nested hook
` [PATCH RFC 12/19] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH RFC 13/19] KVM: x86: hyper-v: Direct TLB flush
` [PATCH RFC 14/19] KVM: x86: hyper-v: Introduce fast kvm_hv_direct_tlb_flush_exposed() check
` [PATCH RFC 15/19] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH RFC 16/19] KVM: nVMX: hyper-v: Direct TLB flush
` [PATCH RFC 17/19] KVM: x86: KVM_REQ_TLB_FLUSH_CURRENT is a superset of KVM_REQ_HV_TLB_FLUSH too
` [PATCH RFC 18/19] KVM: nSVM: hyper-v: Direct TLB flush
` [PATCH RFC 19/19] KVM: x86: Expose Hyper-V Direct TLB flush feature
[PATCH vfio-next] PCI/IOV: Fix wrong kernel-doc identifier
2022-03-07 16:22 UTC (3+ messages)
[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-03-07 15:42 UTC (11+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 03/12] mm: Introduce memfile_notifier
[PATCH kvm-unit-tests v1 0/6] s390x: SIGP fixes
2022-03-07 15:31 UTC (15+ messages)
` [PATCH kvm-unit-tests v1 1/6] lib: s390x: smp: Retry SIGP SENSE on CC2
` [PATCH kvm-unit-tests v1 2/6] s390x: smp: Test SIGP RESTART against stopped CPU
` [PATCH kvm-unit-tests v1 4/6] s390x: smp: Create and use a non-waiting CPU stop
` [PATCH kvm-unit-tests v1 5/6] s390x: smp: Create and use a non-waiting CPU restart
` [PATCH kvm-unit-tests v1 6/6] lib: s390x: smp: Convert remaining smp_sigp to _retry
[PATCH 0/6] Remove usage of list iterator past the loop body
2022-03-07 15:26 UTC (3+ messages)
[PATCH kvmtool v7 0/3] aarch64: Add stolen time support
2022-03-07 14:55 UTC (9+ messages)
` [PATCH kvmtool v7 2/3] "
[PATCH kvmtool v8 0/3] aarch64: Add stolen time support
2022-03-07 14:42 UTC (4+ messages)
` [PATCH kvmtool v8 1/3] aarch64: Populate the vCPU struct before target->init()
` [PATCH kvmtool v8 2/3] aarch64: Add stolen time support
` [PATCH kvmtool v8 3/3] Add --no-pvtime command line argument
[PATCH V2 00/11] perf intel-pt: Add perf event clocks to better support VM tracing
2022-03-07 14:42 UTC (10+ messages)
` [PATCH V2 03/11] perf/x86: Add support for TSC in nanoseconds as a perf event clock
[RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests
2022-03-07 13:02 UTC (6+ messages)
` [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning
[PATCH v7 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
2022-03-07 12:42 UTC (9+ messages)
` [PATCH v7 01/11] iommu: Add DMA ownership management interfaces
[PATCH] KVM: x86/emulator: Emulate RDPID only if it is enabled in guest
2022-03-07 12:26 UTC (3+ messages)
` [PATCH v2 1/2] KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsr
` [PATCH v2 2/2] KVM: x86/emulator: Emulate RDPID only if it is enabled in guest
[PATCH v3 0/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
2022-03-07 11:59 UTC (5+ messages)
` [PATCH v3 1/4] KVM: x86: Move kvm_ops_static_call_update() to x86.c
` [PATCH v3 2/4] KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
` [PATCH v3 3/4] KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
` [PATCH v3 4/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
[GIT PULL] virtio: last minute fixes
2022-03-07 11:03 UTC
[PATCH kvmtool] x86: Fixed Unable to execute init process since glibc version 2.33
2022-03-07 10:43 UTC (2+ messages)
[PATCH 00/21] Control VQ support in vDPA
2022-03-07 10:23 UTC (8+ messages)
` [RFC PATCH v2 00/19] "
` [RFC PATCH v2 10/19] vhost-vdpa: introduce asid based IOTLB
` [RFC PATCH v2 15/19] vhost-vdpa: support ASID based IOTLB API
[PATCH v3] i386/sev: Ensure attestation report length is valid before retrieving
2022-03-07 10:20 UTC (3+ messages)
[RFC PATCH 00/13] Introducing AMD x2APIC Virtualization (x2AVIC) support
2022-03-07 10:14 UTC (7+ messages)
` [RFC PATCH 10/13] KVM: SVM: Adding support for configuring x2APIC MSRs interception
` [RFC PATCH 13/13] KVM: SVM: Use fastpath x2apic IPI emulation when #vmexit with x2AVIC
[PATCH v4 0/4] Enable vhost-user to be used on BSD systems
2022-03-07 9:39 UTC (4+ messages)
` [PATCH v4 3/4] configure, meson: allow enabling vhost-user on all POSIX systems
[PATCH][resend] KVM: x86: check steal time address when enable steal time
2022-03-07 9:12 UTC (2+ messages)
[PATCH V3 00/10] perf intel-pt: Add perf event clocks to better support VM tracing
2022-03-07 8:53 UTC (11+ messages)
` [PATCH V3 01/10] perf/x86: Fix native_perf_sched_clock_from_tsc() with __sched_clock_offset
` [PATCH V3 02/10] perf/x86: Add support for TSC as a perf event clock
` [PATCH V3 03/10] perf/x86: Add support for TSC in nanoseconds "
` [PATCH V3 04/10] perf tools: Add new perf clock IDs
` [PATCH V3 05/10] perf tools: Add API probes for new "
` [PATCH V3 06/10] perf tools: Add new clock IDs to "perf time to TSC" test
` [PATCH V3 07/10] perf tools: Add perf_read_tsc_conv_for_clockid()
` [PATCH V3 08/10] perf intel-pt: Add support for new clock IDs
` [PATCH V3 09/10] perf intel-pt: Add config variables for timing parameters
` [PATCH V3 10/10] perf intel-pt: Add documentation for new clock IDs
[PATCH][v2] KVM: x86: Support the vCPU preemption check with nopvspin and realtime hint
2022-03-07 7:59 UTC
[RFC PATCH v5 000/104] KVM TDX basic feature support
2022-03-07 7:44 UTC (44+ messages)
` [RFC PATCH v5 019/104] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [RFC PATCH v5 032/104] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [RFC PATCH v5 033/104] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH v5 034/104] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [RFC PATCH v5 035/104] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [RFC PATCH v5 036/104] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH v5 037/104] KVM: x86/mmu: Allow non-zero init value for shadow PTE
` [RFC PATCH v5 038/104] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [RFC PATCH v5 039/104] KVM: x86/mmu: Disallow fast page fault on private GPA
` [RFC PATCH v5 040/104] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH v5 042/104] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [RFC PATCH v5 043/104] KVM: TDX: Add load_mmu_pgd method for TDX
` [RFC PATCH v5 044/104] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [RFC PATCH v5 045/104] KVM: x86/tdp_mmu: make REMOVED_SPTE include shadow_initial value
` [RFC PATCH v5 046/104] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [RFC PATCH v5 047/104] KVM: x86/mmu: add a private pointer to struct kvm_mmu_page
` [RFC PATCH v5 048/104] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [RFC PATCH v5 049/104] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [RFC PATCH v5 050/104] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [RFC PATCH v5 051/104] KVM: TDX: TDP MMU TDX support
` [RFC PATCH v5 052/104] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA
` [RFC PATCH v5 053/104] KVM: x86/mmu: steal software usable bit for EPT to represent shared page
` [RFC PATCH v5 054/104] KVM: x86/tdp_mmu: Keep PRIVATE_PROHIBIT bit when zapping
` [RFC PATCH v5 055/104] KVM: x86/tdp_mmu: prevent private/shared map based on PRIVATE_PROHIBIT
` [RFC PATCH v5 056/104] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
` [RFC PATCH v5 057/104] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [RFC PATCH v5 058/104] KVM: x86/mmu: Focibly use TDP MMU for TDX
` [RFC PATCH v5 059/104] [MARKER] The start of TDX KVM patch series: TD finalization
` [RFC PATCH v5 060/104] KVM: TDX: Create initial guest memory
` [RFC PATCH v5 061/104] KVM: TDX: Finalize VM initialization
` [RFC PATCH v5 062/104] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [RFC PATCH v5 063/104] KVM: TDX: Add helper assembly function to TDX vcpu
` [RFC PATCH v5 064/104] KVM: TDX: Implement TDX vcpu enter/exit path
` [RFC PATCH v5 065/104] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [RFC PATCH v5 066/104] KVM: TDX: restore host xsave state when exit from the guest TD
` [RFC PATCH v5 067/104] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [RFC PATCH v5 068/104] KVM: TDX: restore user ret MSRs
` [RFC PATCH v5 069/104] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [RFC PATCH v5 070/104] KVM: TDX: complete interrupts after tdexit
` [RFC PATCH v5 071/104] KVM: TDX: restore debug store when TD exit
` [RFC PATCH v5 072/104] KVM: TDX: handle vcpu migration over logical processor
` [RFC PATCH v5 073/104] KVM: TDX: track LP tdx vcpu run and teardown vcpus on descroing the guest TD
[PATCH] KVM: x86/pmu: Isolate TSX specific perf_event_attr.attr logic for AMD
2022-03-07 6:38 UTC
[PATCH v6 0/7] KVM: PKS Virtualization support
2022-03-07 6:09 UTC (2+ messages)
[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
2022-03-07 5:21 UTC (8+ messages)
` [PATCH 19/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
[PATCH v3] vhost: fix hung thread due to erroneous iotlb entries
2022-03-07 4:28 UTC (2+ messages)
[REGRESSION] Too-low frequency limit for AMD GPU PCI-passed-through to Windows VM
2022-03-07 2:12 UTC (17+ messages)
[PATCH v3 0/3] KVM: Dirty quota-based throttling
2022-03-06 22:08 UTC (4+ messages)
` [PATCH v3 1/3] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v3 2/3] KVM: Documentation: Update kvm_run structure for dirty quota
` [PATCH v3 3/3] KVM: selftests: Add selftests for dirty quota throttling
[GIT PULL] More KVM fixes for Linux 5.17-rc7
2022-03-06 20:34 UTC (2+ messages)
[PATCH v2] KVM: Fix minor indentation and brace style issues
2022-03-06 3:19 UTC (8+ messages)
` [PATCH v2 1/7] KVM: Use typical SPDX comment style
` [PATCH v2 2/7] KVM: Replace bare 'unsigned' with 'unsigned int'
` [PATCH v2 3/7] KVM: Replace '__attribute__((weak))' with '__weak'
` [PATCH v2 4/7] KVM: Add blank lines after some declarations
` [PATCH v2 5/7] KVM: Use typical style for block comments
` [PATCH v2 6/7] KVM: Fix minor indentation and brace style issues
` [PATCH v2 7/7] KVM: Modified two MMIO functions to return bool
[PATCH 0/6] KVM: fix checkpatch warnings
2022-03-06 1:53 UTC (13+ messages)
` [PATCH 1/6] KVM: Use typical SPDX comment style
` [PATCH 2/6] KVM: Replace bare 'unsigned' with 'unsigned int'
` [PATCH 3/6] KVM: Replace '__attribute__((weak))' with '__weak'
` [PATCH 4/6] KVM: Add blank lines after some declarations
` [PATCH 5/6] KVM: Use typical style for block comments
` [PATCH 6/6] KVM: Fix minor indentation and brace style issues
` [PATCH v2 "
` [PATCH v2 2/6] KVM: Replace bare 'unsigned' with 'unsigned int'
[PATCH 1/6] KVM: fix checkpatch warnings
2022-03-05 20:34 UTC (7+ messages)
` [PATCH 2/6] "
` [PATCH 3/6] "
` [PATCH 4/6] "
` [PATCH 5/6] "
` [PATCH 6/6] "
[PATCH v4 00/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
2022-03-05 19:53 UTC (9+ messages)
` [PATCH v4 21/30] KVM: x86/mmu: Zap invalidated roots via asynchronous worker
Intercepting IPI (inter-processor interrupts) in a KVM guest
2022-03-05 5:46 UTC
[RFC PATCH 00/47] Address Space Isolation for KVM
2022-03-05 3:39 UTC (2+ messages)
[PATCH 0/3] KVM: x86/pmu: Segregate Intel and AMD specific logic
2022-03-05 3:29 UTC (9+ messages)
` [PATCH 3/3] "
[PATCH v3 1/3] KVM: arm64: Generalise VM features into a set of flags
2022-03-05 2:47 UTC (6+ messages)
` [PATCH v3 2/3] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
[PATCH v8 0/9] vfio/hisilicon: add ACC live migration driver
2022-03-04 20:57 UTC (9+ messages)
` [PATCH v8 8/9] hisi_acc_vfio_pci: Add support for VFIO live migration
` [PATCH v8 9/9] hisi_acc_vfio_pci: Use its own PCI reset_done error handler
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;
as well as URLs for NNTP newsgroup(s).