kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-19 05:08:09 to 2023-11-21 18:03:15 UTC [more...]

[PATCH v8 00/15] KVM: xen: update shared_info and vcpu_info handling
 2023-11-21 18:02 UTC  (2+ messages)
` [PATCH v8 01/15] KVM: pfncache: Add a map helper function

[kvm-unit-tests PATCH v1] s390x/Makefile: simplify Secure Execution boot image generation
 2023-11-21 17:23 UTC 

[PATCH] selftests/kvm: fix compilation on non-x86_64 platforms
 2023-11-21 17:23 UTC  (2+ messages)

[PATCH v6 05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
 2023-11-21 16:07 UTC 

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-21 17:00 UTC  (5+ messages)
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags

[PATCH] selftests/kvm: Fix issues with $(SPLIT_TESTS)
 2023-11-21 16:56 UTC 

[PATCH] selftests/kvm: fix -Wformat warning
 2023-11-21 16:56 UTC 

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2023-11-21 16:49 UTC  (51+ messages)
` [PATCH v11 01/43] arm64: cpufeatures: Restrict NV support to FEAT_NV2
` [PATCH v11 02/43] KVM: arm64: nv: Hoist vcpu_has_nv() into is_hyp_ctxt()
` [PATCH v11 03/43] KVM: arm64: nv: Compute NV view of idregs as a one-off
` [PATCH v11 04/43] KVM: arm64: nv: Drop EL12 register traps that are redirected to VNCR
` [PATCH v11 05/43] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v11 06/43] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v11 07/43] KVM: arm64: Introduce a bad_trap() primitive for unexpected trap handling
` [PATCH v11 08/43] KVM: arm64: nv: Add EL2_REG_VNCR()/EL2_REG_REDIR() sysreg helpers
` [PATCH v11 09/43] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v11 10/43] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v11 11/43] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v11 12/43] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH v11 13/43] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v11 14/43] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v11 15/43] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v11 16/43] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v11 18/43] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v11 19/43] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v11 20/43] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v11 21/43] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v11 22/43] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v11 23/43] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v11 24/43] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v11 25/43] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v11 26/43] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v11 27/43] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v11 28/43] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v11 29/43] KVM: arm64: nv: Load timer before the GIC
` [PATCH v11 30/43] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v11 31/43] KVM: arm64: nv: Don't block in WFI from nested state
` [PATCH v11 32/43] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v11 33/43] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v11 34/43] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v11 35/43] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v11 36/43] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v11 37/43] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v11 38/43] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v11 39/43] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v11 40/43] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v11 41/43] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v11 42/43] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on
` [PATCH v11 43/43] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-21 16:21 UTC  (5+ messages)
` [PATCH v10 10/50] x86/fault: Report RMP page faults for kernel addresses
` [PATCH v10 11/50] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction

[PATCH kvmtool v2 0/1] virtio: Cancel and join threads when exiting devices
 2023-11-21 15:39 UTC  (2+ messages)

[kvmtool PATCH v3 0/6] RISC-V AIA irqchip and Svnapot support
 2023-11-21 15:39 UTC  (2+ messages)

[PATCH] KVM: x86: fix kvm_has_noapic_vcpu updates when fail to create vcpu
 2023-11-21 15:14 UTC  (3+ messages)

[PATCH v2] s390/vfio-ap: fix sysfs status attribute for AP queue devices
 2023-11-21 14:36 UTC  (4+ messages)

[PATCH 00/34] biops: add atomig find_bit() operations
 2023-11-21 13:35 UTC  (4+ messages)
` [PATCH 13/34] KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()

EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2023-11-21 13:17 UTC  (10+ messages)
      `  "
      `  "

[PATCH 0/12] Get Xen PV shim running in qemu
 2023-11-21 12:25 UTC  (7+ messages)
` [PATCH 06/12] hw/xen: add get_frontend_path() method to XenDeviceClass

[PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2)
 2023-11-21 12:17 UTC  (8+ messages)
` [PATCH v7 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v7 3/3] iommu/vt-d: Add iotlb flush for nested domain

[PATCH v1 0/2] LoongArch: KVM: Add LSX,LASX support
 2023-11-21 12:17 UTC  (11+ messages)
` [PATCH v1 1/2] LoongArch: KVM: Add lsx support
` [PATCH v1 2/2] LoongArch: KVM: Add lasx support

[PATCH 0/9] Test the consistency of AMD PMU counters and their features
 2023-11-21 11:54 UTC  (10+ messages)
` [PATCH 1/9] KVM: selftests: Add forced emulation check to fix #UD
` [PATCH 2/9] KVM: selftests: Test gp counters overflow interrupt handling
` [PATCH 3/9] KVM: selftests: Test fixed "
` [PATCH 4/9] KVM: selftests: Add x86 feature and properties for AMD PMU in processor.h
` [PATCH 5/9] KVM: selftests: Test AMD PMU performance counters basic functions
` [PATCH 6/9] KVM: selftests: Test consistency of AMD PMU counters num
` [PATCH 7/9] KVM: selftests: Test consistency of PMU MSRs with AMD PMU version
` [PATCH 8/9] KVM: selftests: Test AMD Guest PerfCtrExtCore
` [PATCH 9/9] KVM: selftests: Test AMD Guest PerfMonV2

[kvm-unit-tests PATCH] arm: pmu: Fix overflow test condition
 2023-11-21 11:48 UTC  (5+ messages)

[kvm-unit-tests PATCH v2 0/2] arm: pmu-overflow-interrupt: Fix failures on Amberwing
 2023-11-21 11:45 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm: pmu: Declare pmu_stats as volatile

[kvm-unit-tests 1/1] arm64: microbench: Move the read of the count register and the ISB operation out of the while loop
 2023-11-21 11:45 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/1] arm64: microbench: Improve measurement accuracy of tests

[PATCH v6 00/16] KVM TDX: TDP MMU: large page support
 2023-11-21 11:00 UTC  (16+ messages)
` [PATCH v6 05/16] KVM: TDX: Pass size to reclaim_page()
` [PATCH v6 07/16] KVM: MMU: Introduce level info in PFERR code
` [PATCH v6 08/16] KVM: TDX: Pin pages via get_page() right before ADD/AUG'ed to TDs
` [PATCH v6 09/16] KVM: TDX: Pass desired page level in err code for page fault handler
` [PATCH v6 11/16] KVM: x86/tdp_mmu: Split the large page when zap leaf

[PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2023-11-21  5:24 UTC  (16+ messages)
` [PATCH v6 1/6] iommu: Add cache_invalidate_user op
` [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v6 3/6] iommu: Add iommu_copy_struct_from_user_array helper

[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
 2023-11-21  3:20 UTC  (24+ messages)
` [PATCH 1/9] KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
` [PATCH 2/9] KVM: x86: Replace guts of "goverened" features with comprehensive cpu_caps
` [PATCH 3/9] KVM: x86: Initialize guest cpu_caps based on guest CPUID
` [PATCH 4/9] KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
` [PATCH 5/9] KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf
` [PATCH 6/9] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features
` [PATCH 7/9] KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
` [PATCH 8/9] KVM: x86: Replace all guest CPUID feature queries with cpu_caps check
` [PATCH 9/9] KVM: x86: Restrict XSAVE in cpu_caps based on KVM capabilities

[PATCH iwl-next v4 00/12] Add E800 live migration driver
 2023-11-21  2:51 UTC  (13+ messages)
` [PATCH iwl-next v4 01/12] ice: Add function to get RX queue context
` [PATCH iwl-next v4 02/12] ice: Add function to get and set TX "
` [PATCH iwl-next v4 03/12] ice: Introduce VF state ICE_VF_STATE_REPLAYING_VC for migration
` [PATCH iwl-next v4 04/12] ice: Add fundamental migration init and exit function
` [PATCH iwl-next v4 05/12] ice: Log virtual channel messages in PF
` [PATCH iwl-next v4 06/12] ice: Add device state save/load function for migration
` [PATCH iwl-next v4 07/12] ice: Fix VSI id in virtual channel message "
` [PATCH iwl-next v4 08/12] ice: Save and load RX Queue head
` [PATCH iwl-next v4 09/12] ice: Save and load TX "
` [PATCH iwl-next v4 10/12] ice: Add device suspend function for migration
` [PATCH iwl-next v4 11/12] ice: Save and load mmio registers
` [PATCH iwl-next v4 12/12] vfio/ice: Implement vfio_pci driver for E800 devices

[PATCH] LoongArch: KVM: Fix oneshot timer emulation
 2023-11-21  2:34 UTC 

[PATCH 0/5] jump_label: Fix __ro_after_init keys for modules & annotate some keys
 2023-11-20 22:47 UTC  (9+ messages)
` [PATCH 1/5] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [PATCH 2/5] context_tracking: Make context_tracking_key __ro_after_init
` [PATCH 3/5] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [PATCH 4/5] x86/speculation: Make mds_user_clear __ro_after_init
` [PATCH 5/5] x86/tsc: Make __use_tsc __ro_after_init

RFC: A KVM-specific alternative to UserfaultFD
 2023-11-20 18:32 UTC  (11+ messages)

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-11-20 17:42 UTC  (17+ messages)
` [PATCH v1 11/23] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v1 12/23] KVM: VMX: Handle FRED event data
` [PATCH v1 15/23] KVM: nVMX: Add support for the secondary VM exit controls

[PATCH] vfio/pci: Separate INTx-enabled vfio_pci_device from unenabled to make the code logic clearer
 2023-11-20 17:38 UTC  (2+ messages)

[PATCH v2] Enable haltpoll for arm64
 2023-11-20 14:01 UTC  (8+ messages)
` [PATCH 1/7] x86: Move ARCH_HAS_CPU_RELAX to arch
` [PATCH 2/7] x86/kvm: Move haltpoll_want() to be arch defined
` [PATCH 3/7] governors/haltpoll: Drop kvm_para_available() check
` [PATCH 4/7] arm64: Select ARCH_HAS_CPU_RELAX
` [PATCH 5/7] arm64: Define TIF_POLLING_NRFLAG
` [PATCH 6/7] cpuidle-haltpoll: ARM64 support
` [PATCH 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed

[PATCH] hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resume
 2023-11-20 14:29 UTC  (2+ messages)

[PATCH V1] vfio: add attach_group_by_node to control behavior of attaching group to domain
 2023-11-20 13:50 UTC  (3+ messages)

[PATCH v4 0/4] KVM: selftests: add powerpc support
 2023-11-20 12:29 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [PATCH v4 2/4] KVM: selftests: Add aligned guest physical page allocator
` [PATCH v4 3/4] KVM: PPC: selftests: add support for powerpc
` [PATCH v4 4/4] KVM: PPC: selftests: powerpc enable kvm_create_max_vcpus test

[PATCH v16 000/116] KVM TDX basic feature support
 2023-11-20 12:01 UTC  (5+ messages)
` [PATCH v16 059/116] KVM: TDX: Create initial guest memory

[PATCH 0/2] KVM: nSVM: TLB_CONTROL / FLUSHBYASID "fixes"
 2023-11-20 11:42 UTC  (5+ messages)
` [PATCH 1/2] Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB"
` [PATCH 2/2] KVM: nSVM: Advertise support for flush-by-ASID

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-11-20  9:56 UTC  (18+ messages)
` [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()

[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
 2023-11-20  8:05 UTC  (13+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH

linux-next: build failure after merge of the kvm tree
 2023-11-20  4:22 UTC 

[RFC PATCH v2 0/3] send credit update during setting SO_RCVLOWAT
 2023-11-19 20:49 UTC  (4+ messages)
` [RFC PATCH v2 1/3] vsock: update SO_RCVLOWAT setting callback
` [RFC PATCH v2 2/3] virtio/vsock: send credit update during setting SO_RCVLOWAT
` [RFC PATCH v2 3/3] vsock/test: SO_RCVLOWAT + deferred credit update test

[PATCH] KVM: selftests: Fix MWAIT error message when guest assertion fails
 2023-11-19 17:38 UTC  (2+ messages)

[PATCH v17 000/116] KVM TDX basic feature support
 2023-11-19  6:30 UTC  (3+ messages)
` [PATCH v17 020/116] KVM: TDX: create/destroy VM structure

[PATCH] selftests:proc-empty-vm: Remove unused debug write callIn the function test_proc_pid_statm
 2023-11-19  5:08 UTC 


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