public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-24 12:18:39 to 2023-03-27 08:39:07 UTC [more...]

[PATCH v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-03-27  8:33 UTC  (6+ messages)
` [PATCH v4 6/6] KVM: VMX: Make CR0.WP a guest owned bit

[PATCH v6 00/33] x86: enable FRED for x86-64
 2023-03-27  7:58 UTC  (34+ messages)
` [PATCH v6 01/33] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v6 02/33] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v6 03/33] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v6 04/33] x86/traps: add install_system_interrupt_handler()
` [PATCH v6 05/33] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v6 06/33] x86/cpufeature: add the cpu feature bit for FRED
` [PATCH v6 07/33] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v6 08/33] x86/objtool: teach objtool about ERETU and ERETS
` [PATCH v6 09/33] x86/cpu: add X86_CR4_FRED macro
` [PATCH v6 10/33] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v6 11/33] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [PATCH v6 12/33] x86/cpu: add MSR numbers for FRED configuration
` [PATCH v6 13/33] x86/fred: header file for event types
` [PATCH v6 14/33] x86/fred: header file with FRED definitions
` [PATCH v6 15/33] x86/fred: reserve space for the FRED stack frame
` [PATCH v6 16/33] x86/fred: add a page fault entry stub for FRED
` [PATCH v6 17/33] x86/fred: add a debug "
` [PATCH v6 18/33] x86/fred: add a NMI "
` [PATCH v6 19/33] x86/fred: add a machine check "
` [PATCH v6 20/33] x86/fred: FRED entry/exit and dispatch code
` [PATCH v6 21/33] x86/fred: FRED initialization code
` [PATCH v6 22/33] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v6 23/33] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [PATCH v6 24/33] x86/fred: disallow the swapgs instruction "
` [PATCH v6 25/33] x86/fred: no ESPFIX needed "
` [PATCH v6 26/33] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v6 27/33] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v6 28/33] x86/ia32: do not modify the DPL bits for a null selector
` [PATCH v6 29/33] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v6 30/33] x86/fred: allow dynamic stack frame size
` [PATCH v6 31/33] x86/fred: BUG() when ERETU with %rsp not equal to that when the ring 3 event was just delivered
` [PATCH v6 32/33] x86/fred: disable FRED by default in its early stage
` [PATCH v6 33/33] KVM: x86/vmx: refactor VMX_DO_EVENT_IRQOFF to generate FRED stack frames

[kvm-unit-tests PATCH v1 0/4] s390x: Add support for running guests without MSO/MSL
 2023-03-27  8:21 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 1/4] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v1 2/4] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests PATCH v1 3/4] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v1 4/4] s390x: add a test for SIE without MSO/MSL

[PATCH] KVM: x86/pmu: Add Intel PMU supported fixed counters bit mask
 2023-03-27  7:47 UTC  (4+ messages)

[PATCH 0/6] KVM: x86: Unhost the *_CMD MSR mess
 2023-03-27  6:41 UTC  (7+ messages)
` [PATCH 2/6] KVM: VMX: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUID
` [PATCH 4/6] KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common code
` [PATCH 5/6] KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMD

[kvm-unit-tests v2 00/10] powerpc: updates, P10, PNV support
 2023-03-27  6:27 UTC  (10+ messages)
` [kvm-unit-tests v2 02/10] powerpc: add local variant of SPR test
` [kvm-unit-tests v2 03/10] powerpc: abstract H_CEDE calls into a sleep functions
` [kvm-unit-tests v2 07/10] powerpc/spapr_vpa: Add basic VPA tests

[PATCH -next v16 00/20] riscv: Add vector ISA support
 2023-03-27  6:21 UTC  (5+ messages)
` [PATCH -next v16 19/20] riscv: detect assembler support for .option arch

[PATCH 0/2] KVM: PPC: support kvm selftests
 2023-03-27  5:37 UTC  (4+ messages)

[PATCH v3 0/8] vdpa_sim: add support for user VA
 2023-03-27  3:12 UTC  (15+ messages)
` [PATCH v3 4/8] vringh: support VA with iotlb
` [PATCH v3 5/8] vdpa_sim: make devices agnostic for work management
  ` [PATCH v3 8/8] vdpa_sim: add support for user VA

[syzbot] [kvm?] [net?] [virt?] general protection fault in virtio_transport_purge_skbs
 2023-03-26 22:45 UTC  (2+ messages)

[syzbot] [net?] [virt?] [io-uring?] [kvm?] BUG: soft lockup in vsock_connect
 2023-03-26 19:20 UTC  (5+ messages)

[PATCH v13 000/113] KVM TDX basic feature support
 2023-03-26 11:09 UTC  (16+ messages)
` [PATCH v13 011/113] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v13 014/113] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v13 016/113] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v13 017/113] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v13 018/113] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v13 019/113] KVM: TDX: create/destroy VM structure
` [PATCH v13 057/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX

[PATCH v1 0/3] Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
 2023-03-26  1:19 UTC  (4+ messages)
` [PATCH v1 1/3] KVM: arm64: Enable writable for BRPs and CTX_CMPs for ID_AA64DFR0_EL1
` [PATCH v1 2/3] KVM: arm64: Enable writable for remaining fields "
` [PATCH v1 3/3] KVM: arm64: Enable writable for all fields in ID_DFR0_EL1

[RFC PATCH v1 0/2] return errors other than -ENOMEM to socket
 2023-03-25 22:14 UTC  (3+ messages)
` [RFC PATCH v1 1/2] vsock: "
` [RFC PATCH v1 2/2] vsock/test: update expected return values

[RFC PATCH v2 0/3] fix header length on skb merging
 2023-03-25 22:10 UTC  (4+ messages)
` [RFC PATCH v2 1/3] virtio/vsock: "
` [RFC PATCH v2 2/3] virtio/vsock: WARN_ONCE() for invalid state of socket
` [RFC PATCH v2 3/3] test/vsock: new skbuff appending test

[PATCH net-next v5 0/2] allocate multiple skbuffs on tx
 2023-03-25 22:04 UTC  (3+ messages)
` [PATCH net-next v5 1/2] virtio/vsock: "
` [PATCH net-next v5 2/2] virtio/vsock: check argument to avoid no effect call

[Bug 217247] New: BUG: kernel NULL pointer dereference, address: 000000000000000c / speculation_ctrl_update
 2023-03-25 13:59 UTC  (2+ messages)
` [Bug 217247] "

[PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
 2023-03-25 12:37 UTC  (3+ messages)

[PATCH v2 0/1] KVM: x86: Propagate AMD-specific IBRS bits to guests
 2023-03-24 23:40 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] x86: KVM: Add common feature flag for AMD's PSFD
 2023-03-24 23:38 UTC  (2+ messages)

[PATCH] KVM: x86: Assert that the emulator doesn't load CS with garbage in !RM
 2023-03-24 23:38 UTC  (2+ messages)

[PATCH] KVM: x86: Remove a redundant guest cpuid check in kvm_set_cr4()
 2023-03-24 23:38 UTC  (2+ messages)

[PATCH v2 0/2] KVM: Minor structure layout changes
 2023-03-24 23:37 UTC  (2+ messages)

[PATCH] KVM: Add the missed title format
 2023-03-24 23:35 UTC  (2+ messages)

[PATCH] KVM: MIPS: Make kvm_mips_callbacks const
 2023-03-24 23:35 UTC  (2+ messages)

[PATCH] kvm: kvm_main: Remove unnecessary (void*) conversions
 2023-03-24 23:35 UTC  (2+ messages)

[PATCH v2] KVM: Fix comments that refer to the non-existent install_new_memslots()
 2023-03-24 23:35 UTC  (3+ messages)

[PATCH v3] KVM: VMX: fix lockdep warning on posted intr wakeup
 2023-03-24 23:13 UTC  (2+ messages)

[PATCH v5 vfio 0/7] pds_vfio driver
 2023-03-24 22:47 UTC  (5+ messages)
` [PATCH v5 vfio 3/7] vfio/pds: register with the pds_core PF

[PATCH] selftests: kvm: Add 'malloc' failure check in vcpu_save_state
 2023-03-24 21:32 UTC  (2+ messages)

[PATCH v3 00/13] Overhauling amx_test
 2023-03-24 21:30 UTC  (14+ messages)
` [PATCH v3 02/13] KVM: selftests: x86: Add a working xstate data structure
` [PATCH v3 05/13] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test
` [PATCH v3 06/13] KVM: selftests: x86: Add the XFD check to IA32_XFD in #NM handler
` [PATCH v3 07/13] KVM: selftests: x86: Fix the checks to XFD_ERR using and operation
` [PATCH v3 11/13] KVM: selftests: x86: Remove redundant check that XSAVE is supported

[PATCH v2 1/1] KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
 2023-03-24 21:27 UTC  (3+ messages)

[PATCH 0/2] KVM: selftests: Report enable_pmu module value when test is skipped
 2023-03-24 21:25 UTC  (3+ messages)

[PATCH v2 0/2] KVM: selftests: Report enable_pmu module value when test is skipped
 2023-03-24 21:08 UTC  (2+ messages)

[PATCH v3] KVM: selftests: Fix nsec to sec conversion in demand_paging_test
 2023-03-24 20:58 UTC  (2+ messages)

[PATCH rcu v3 2/4] kvm: Remove "select SRCU"
 2023-03-24 20:52 UTC 

[RFC PATCH kernel 0/2] PreventHostIBS feature for SEV-ES and SNP guests
 2023-03-24 19:55 UTC  (3+ messages)
` [RFC PATCH kernel 2/2] KVM: SEV: PreventHostIBS enablement for SEV-ES and SNP guest

[PATCH v6] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-24 19:50 UTC 

[PATCH] kvm: x86/mmu: Simplify pte_list_{add|remove}
 2023-03-24 19:39 UTC  (4+ messages)

[PATCH V6 0/7] KVM: selftests: Add simple SEV test
 2023-03-24 19:05 UTC  (14+ messages)
` [PATCH V6 1/7] KVM: selftests: sparsebit: add const where appropriate
` [PATCH V6 2/7] KVM: selftests: add hooks for managing protected guest memory
` [PATCH V6 3/7] KVM: selftests: handle protected bits in page tables
` [PATCH V6 4/7] KVM: selftests: add support for protected vm_vaddr_* allocations
` [PATCH V6 5/7] KVM: selftests: add library for creating/interacting with SEV guests
` [PATCH V6 7/7] KVM: selftests: Add simple sev vm testing

[GIT PULL] KVM/arm64 fixes for 6.3, part #2
 2023-03-24 18:16 UTC  (2+ messages)

[PATCH v4 kvmtool 1/1] riscv: Move serial and rtc from IO port space to MMIO area
 2023-03-24 18:05 UTC  (2+ messages)

[PATCH kvmtool v3] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-24 18:05 UTC  (2+ messages)

[PATCH v5 00/34] x86: enable FRED for x86-64
 2023-03-24 17:45 UTC  (7+ messages)
` [PATCH v5 34/34] KVM: x86/vmx: execute "int $2" to handle NMI in NMI caused VM exits when FRED is enabled

[PATCH v2 0/2] KVM: s390: CMMA migration selftest and small bugfix
 2023-03-24 17:24 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
` [PATCH v2 2/2] KVM: s390: selftests: add selftest for CMMA migration

[PATCH v5 0/4] cover-letter: Add IO page table replacement support
 2023-03-24 17:02 UTC  (4+ messages)
` [PATCH v5 2/4] iommufd: Add iommufd_access_replace() API

[PATCH v2 2/2] KVM: selftests: Print summary stats of memory latency distribution
 2023-03-24 16:26 UTC  (2+ messages)

[RFC PATCH] tests/avocado: Test Xen guest support under KVM
 2023-03-24 16:07 UTC 

[PATCH v4 0/9] vdpa_sim: add support for user VA
 2023-03-24 15:40 UTC  (10+ messages)
` [PATCH v4 1/9] vdpa: add bind_mm/unbind_mm callbacks
` [PATCH v4 2/9] vhost-vdpa: use bind_mm/unbind_mm device callbacks
` [PATCH v4 3/9] vringh: replace kmap_atomic() with kmap_local_page()
` [PATCH v4 4/9] vringh: define the stride used for translation
` [PATCH v4 5/9] vringh: support VA with iotlb
` [PATCH v4 6/9] vdpa_sim: make devices agnostic for work management
` [PATCH v4 7/9] vdpa_sim: use kthread worker
` [PATCH v4 8/9] vdpa_sim: replace the spinlock with a mutex to protect the state
` [PATCH v4 9/9] vdpa_sim: add support for user VA

[PATCH v16 0/8] Parallel CPU bringup for x86_64
 2023-03-24 15:33 UTC  (10+ messages)
` [PATCH v16 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU

[PATCH v3 00/18] KVM: arm64: Rework timer offsetting for fun and profit
 2023-03-24 14:47 UTC  (19+ messages)
` [PATCH v3 01/18] KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
` [PATCH v3 02/18] arm64: Add CNTPOFF_EL2 register definition
` [PATCH v3 03/18] arm64: Add HAS_ECV_CNTPOFF capability
` [PATCH v3 04/18] KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
` [PATCH v3 05/18] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
` [PATCH v3 06/18] KVM: arm64: Expose {un,}lock_all_vcpus() to the rest of KVM
` [PATCH v3 07/18] KVM: arm64: timers: Allow userspace to set the global counter offset
` [PATCH v3 08/18] KVM: arm64: timers: Allow save/restoring of the physical timer
` [PATCH v3 09/18] KVM: arm64: timers: Rationalise per-vcpu timer init
` [PATCH v3 10/18] KVM: arm64: timers: Abstract per-timer IRQ access
` [PATCH v3 11/18] KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_data
` [PATCH v3 12/18] KVM: arm64: Abstract the number of valid timers per vcpu
` [PATCH v3 13/18] KVM: arm64: Document KVM_ARM_SET_CNT_OFFSETS and co
` [PATCH v3 14/18] KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
` [PATCH v3 15/18] KVM: arm64: nv: timers: Support hyp timer emulation
` [PATCH v3 16/18] KVM: arm64: selftests: Add physical timer registers to the sysreg list
` [PATCH v3 17/18] KVM: arm64: selftests: Deal with spurious timer interrupts
` [PATCH v3 18/18] KVM: arm64: selftests: Augment existing timer test to handle variable offset

[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-24 15:03 UTC  (11+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v3 12/17] iommufd: Add iommufd_device_replace()

Nested virtualization not working with hyperv guest/windows 11
 2023-03-24 14:59 UTC  (3+ messages)

[PATCH v2] KVM: SVM: Flush Hyper-V TLB when required
 2023-03-24 14:52 UTC  (2+ messages)
` [RESEND PATCH "

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-24 14:40 UTC  (3+ messages)
` [PATCH RFC v8 36/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[PATCH v2 0/2] iommu/amd: Fix GAM IRTEs affinity and GALog restart
 2023-03-24 14:31 UTC  (5+ messages)
` [PATCH v2 1/2] iommu/amd: Don't block updates to GATag if guest mode is on

[PATCH] KVM: SVM: Flush Hyper-V TLB when required
 2023-03-24 14:10 UTC  (4+ messages)

[PATCH v1 0/2] KVM: s390: CMMA migration selftest and small bugfix
 2023-03-24 13:58 UTC  (7+ messages)
` [PATCH v1 1/2] KVM: s390: selftests: add selftest for CMMA migration

[PATCH v2] perf/x86: use hexidecimal value for cpuid
 2023-03-24 13:33 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
 2023-03-24 13:14 UTC  (11+ messages)

[PATCH 1/2] KVM: x86: add KVM clock time reference arg to kvm_write_tsc()
 2023-03-24 13:08 UTC  (5+ messages)
` [PATCH v2] KVM: x86: add KVM_VCPU_TSC_VALUE attribute

[PATCH] KVM: RISC-V: Retry fault if vma_lookup() results become invalid
 2023-03-24 12:49 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/9] s390x: uv-host: Fixups and extensions part 1
 2023-03-24 12:42 UTC  (12+ messages)
` [kvm-unit-tests PATCH v2 1/9] s390x: uv-host: Fix UV init test memory allocation
` [kvm-unit-tests PATCH v2 3/9] s390x: Add PV tests to unittests.cfg
` [kvm-unit-tests PATCH v2 5/9] s390x: uv-host: Add cpu number check
` [kvm-unit-tests PATCH v2 6/9] s390x: uv-host: Fix create guest variable storage prefix check
` [kvm-unit-tests PATCH v2 7/9] s390x: uv-host: Switch to smp_sigp
` [kvm-unit-tests PATCH v2 8/9] s390x: uv-host: Properly handle config creation errors
` [kvm-unit-tests PATCH v2 9/9] s390x: uv-host: Fence access checks when UV debug is enabled

[PATCH] vfio/pci: Propagate ACPI notifications to the user-space
 2023-03-24 12:29 UTC  (11+ messages)

[kvm-unit-tests PATCH v2 0/3] s390x: Add PV SIE intercepts and ipl tests
 2023-03-24 12:24 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: Introduce UV validity function


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox