public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-21 07:53:46 to 2022-07-22 01:51:21 UTC [more...]

[PATCH v2 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-07-22  1:50 UTC  (8+ messages)
` [PATCH v2 1/7] arm64: mte: Fix/clarify the PG_mte_tagged semantics
` [PATCH v2 2/7] KVM: arm64: Simplify the sanitise_mte_tags() logic
` [PATCH v2 3/7] mm: Add PG_arch_3 page flag
` [PATCH v2 4/7] arm64: mte: Lock a page for MTE tag initialisation
` [PATCH v2 5/7] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
` [PATCH v2 6/7] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
` [PATCH v2 7/7] Documentation: document the ABI changes for KVM_CAP_ARM_MTE

[GIT PULL 00/42] KVM: s390: PCI, CPU topology, PV features
 2022-07-22  1:40 UTC  (44+ messages)
` [GIT PULL 01/42] s390/sclp: detect the zPCI load/store interpretation facility
` [GIT PULL 02/42] s390/sclp: detect the AISII facility
` [GIT PULL 03/42] s390/sclp: detect the AENI facility
` [GIT PULL 04/42] s390/sclp: detect the AISI facility
` [GIT PULL 05/42] s390/airq: pass more TPI info to airq handlers
` [GIT PULL 06/42] s390/airq: allow for airq structure that uses an input vector
` [GIT PULL 07/42] s390/pci: externalize the SIC operation controls and routine
` [GIT PULL 08/42] s390/pci: stash associated GISA designation
` [GIT PULL 09/42] s390/pci: stash dtsm and maxstbl
` [GIT PULL 10/42] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [GIT PULL 11/42] KVM: s390: pci: add basic kvm_zdev structure
` [GIT PULL 12/42] KVM: s390: pci: do initial setup for AEN interpretation
` [GIT PULL 13/42] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [GIT PULL 14/42] KVM: s390: mechanism to enable guest zPCI Interpretation
` [GIT PULL 15/42] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [GIT PULL 16/42] KVM: s390: pci: add routines to start/stop interpretive execution
` [GIT PULL 17/42] vfio-pci/zdev: add open/close device hooks
` [GIT PULL 18/42] vfio-pci/zdev: add function handle to clp base capability
` [GIT PULL 19/42] vfio-pci/zdev: different maxstbl for interpreted devices
` [GIT PULL 20/42] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [GIT PULL 21/42] MAINTAINERS: additional files related kvm s390 pci passthrough
` [GIT PULL 22/42] KVM: s390: drop unexpected word 'and' in the comments
` [GIT PULL 23/42] s390: Add attestation query information
` [GIT PULL 24/42] KVM: s390/pci: fix include duplicates
` [GIT PULL 25/42] Documentation: kvm: extend KVM_S390_ZPCI_OP subheading underline
` [GIT PULL 26/42] KVM: s390: Add facility 197 to the allow list
` [GIT PULL 27/42] KVM: s390: pv: leak the topmost page table when destroy fails
` [GIT PULL 28/42] KVM: s390: pv: handle secure storage violations for protected guests
` [GIT PULL 29/42] KVM: s390: pv: handle secure storage exceptions for normal guests
` [GIT PULL 30/42] KVM: s390: pv: refactor s390_reset_acc
` [GIT PULL 31/42] KVM: s390: pv: usage counter instead of flag
` [GIT PULL 32/42] KVM: s390: pv: add export before import
` [GIT PULL 33/42] KVM: s390: pv: clear the state without memset
` [GIT PULL 34/42] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [GIT PULL 35/42] KVM: s390: pv: add mmu_notifier
` [GIT PULL 36/42] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [GIT PULL 37/42] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [GIT PULL 38/42] KVM: s390: pv: destroy the configuration before its memory
` [GIT PULL 39/42] KVM: s390: pv: don't present the ecall interrupt twice
` [GIT PULL 40/42] KVM: s390: Cleanup ipte lock access and SIIF facility checks
` [GIT PULL 41/42] KVM: s390: guest support for topology function
` [GIT PULL 42/42] KVM: s390: resetting the Topology-Change-Report

[kvm-unit-tests PATCH 0/4] Fixup and cleanup to pmu test applications
 2022-07-22  0:58 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/4] x86: Use helpers to fetch supported perf capabilities

[PATCH v4 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-07-21 23:06 UTC  (23+ messages)
` [PATCH v4 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v4 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v4 12/25] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v4 13/25] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v4 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v4 15/25] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v4 16/25] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v4 17/25] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v4 18/25] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v4 21/25] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v4 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config

[PATCH v5 0/5] vfio/pci: power management changes
 2022-07-21 22:34 UTC  (9+ messages)
` [PATCH v5 1/5] vfio: Add the device features for the low power entry and exit
` [PATCH v5 2/5] vfio: Increment the runtime PM usage count during IOCTL call
` [PATCH v5 4/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXIT
` [PATCH v5 5/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUP

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-21 21:36 UTC  (14+ messages)

[PATCH v8 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-07-21 21:34 UTC  (5+ messages)
` [PATCH v8 28/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v8 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page

[RFC V2 PATCH 0/8] selftests: KVM: selftests for fd-based approach of supporting private memory
 2022-07-21 21:16 UTC  (5+ messages)
` [RFC V2 PATCH 2/8] selftests: kvm: Add a basic selftest to test "

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups, and new sub-tests
 2022-07-21 21:13 UTC 

[kvm-unit-tests PATCH v5 0/8] Move npt test cases and NPT code improvements
 2022-07-21 19:15 UTC  (5+ messages)
` [kvm-unit-tests PATCH v5 1/8] x86: nSVM: Move common functionality of the main() to helper run_svm_tests

[PATCH 0/7] KVM: x86/pmu: Fix some corner cases including Intel PEBS
 2022-07-21 18:27 UTC  (5+ messages)
` [PATCH 3/7] KVM: x86/pmu: Avoid setting BIT_ULL(-1) to pmu->host_cross_mapped_mask

[PATCH v6 0/4] Add Sstc extension support
 2022-07-21 18:12 UTC  (5+ messages)
` [PATCH v6 1/4] RISC-V: Add SSTC extension CSR details
` [PATCH v6 2/4] RISC-V: Enable sstc extension parsing from DT
` [PATCH v6 3/4] RISC-V: Prefer sstc extension if available
` [PATCH v6 4/4] RISC-V: KVM: Support sstc extension

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-21 17:58 UTC  (18+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH v4 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-21 16:41 UTC  (7+ messages)
` [PATCH v4 1/2] vfio: Replace the DMA unmapping notifier with a callback

[kvm-unit-tests PATCH v1 0/2] s390x: dump support for PV tests
 2022-07-21 16:32 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: factor out common args for genprotimg
` [kvm-unit-tests PATCH v1 2/2] s390x: create persistent comm-key

[PATCH 00/12] KVM: X86/MMU: Simpliy mmu_unsync_walk()
 2022-07-21 16:26 UTC  (9+ messages)
` [PATCH 05/12] KVM: X86/MMU: Clear unsync bit directly in __mmu_unsync_walk()
` [PATCH 07/12] KVM: X86/MMU: Remove the useless struct mmu_page_path

[PATCHv2 0/7] Virtual NMI feature
 2022-07-21 16:25 UTC  (15+ messages)
` [PATCHv2 3/7] KVM: SVM: Add VNMI support in get/set_nmi_mask
` [PATCHv2 4/7] KVM: SVM: Report NMI not allowed when Guest busy handling VNMI

[RFC PATCH v2 0/3] MSR filtering / exiting flag cleanup
 2022-07-21 16:21 UTC  (5+ messages)
` [RFC PATCH v2 3/3] selftests: kvm/x86: Test the flags in MSR filtering / exiting

Guest reboot issues since QEMU 6.0 and Linux 5.11
 2022-07-21 15:51 UTC  (2+ messages)

[PATCH v2 00/11] SMM emulation and interrupt shadow fixes
 2022-07-21 14:57 UTC  (24+ messages)
` [PATCH v2 02/11] KVM: x86: emulator: introduce update_emulation_mode
` [PATCH v2 03/11] KVM: x86: emulator: remove assign_eip_near/far
` [PATCH v2 05/11] KVM: x86: emulator: update the emulation mode after CR0 write
` [PATCH v2 07/11] KVM: x86: emulator/smm: add structs for KVM's smram layout
` [PATCH v2 09/11] KVM: x86: emulator/smm: use smram struct for 64 bit smram load/restore
` [PATCH v2 10/11] KVM: x86: SVM: use smram structs

[kvm-unit-tests GIT PULL 00/12] s390x: improve error reporting, more storage key tests
 2022-07-21 14:42 UTC  (14+ messages)
` [kvm-unit-tests GIT PULL 01/12] s390x: Fix sclp facility bit numbers
` [kvm-unit-tests GIT PULL 02/12] s390x: lib: SOP facility query function
` [kvm-unit-tests GIT PULL 03/12] s390x: Rework TEID decoding and usage
` [kvm-unit-tests GIT PULL 04/12] s390x: Test TEID values in storage key test
` [kvm-unit-tests GIT PULL 05/12] s390x: Test effect of storage keys on some more instructions
` [kvm-unit-tests GIT PULL 06/12] s390x: Test effect of storage keys on diag 308
` [kvm-unit-tests GIT PULL 07/12] s390x/intercept: Test invalid prefix argument to SET PREFIX
` [kvm-unit-tests GIT PULL 08/12] lib: s390x: add functions to set and clear PSW bits
` [kvm-unit-tests GIT PULL 09/12] s390x: skey.c: rework the interrupt handler
` [kvm-unit-tests GIT PULL 10/12] lib: s390x: better smp interrupt checks
` [kvm-unit-tests GIT PULL 11/12] s390x: intercept: fence one test when using TCG
` [kvm-unit-tests GIT PULL 12/12] s390x: intercept: make sure all output lines are unique

[PATCH RFC 00/19] IOMMUFD Dirty Tracking
 2022-07-21 14:24 UTC  (11+ messages)

[PATCH v2 0/2] s390x: Pipeline and other minor fixes
 2022-07-21 13:46 UTC  (6+ messages)
` [PATCH v2 1/2] s390x: intercept: fence one test when using TCG
` [PATCH v2 2/2] s390x: intercept: make sure all output lines are unique

[kvm-unit-tests PATCH 0/3] arm: pmu: Fixes for bare metal
 2022-07-21 13:43 UTC  (8+ messages)
` [kvm-unit-tests PATCH 3/3] arm: pmu: Remove checks for !overflow in chained counters tests

[PATCH][next] KVM: selftests: Fix spelling mistake "mismtach" -> "mismatch"
 2022-07-21 12:42 UTC 

[PATCH] s390x: intercept: fence one test when using TCG
 2022-07-21 12:20 UTC  (3+ messages)

[PATCH V2 vfio 00/11] Add device DMA logging support for mlx5 driver
 2022-07-21 12:05 UTC  (16+ messages)
` [PATCH V2 vfio 01/11] net/mlx5: Introduce ifc bits for page tracker
` [PATCH V2 vfio 03/11] vfio: Introduce DMA logging uAPIs
` [PATCH V2 vfio 06/11] vfio: Introduce the DMA logging feature support

[PATCH 0/7] Virtual NMI feature
 2022-07-21 11:56 UTC  (14+ messages)
` [PATCH 3/7] KVM: SVM: Add VNMI support in get/set_nmi_mask
` [PATCH 4/7] KVM: SVM: Report NMI not allowed when Guest busy handling VNMI

[RFC 0/5] In virtio-spec 1.1, new feature bit VIRTIO_F_IN_ORDER was introduced
 2022-07-21 11:54 UTC  (8+ messages)
` [RFC 1/5] vhost: reorder used descriptors in a batch
` [RFC 2/5] vhost: announce VIRTIO_F_IN_ORDER support
` [RFC 3/5] vhost_test: batch used buffer
` [RFC 4/5] virtio: get desc id in order
` [RFC 5/5] virtio: annouce VIRTIO_F_IN_ORDER support

[PATCH] KVM: nSVM: Pull CS.Base from actual VMCB12 for soft int/ex re-injection
 2022-07-21 11:51 UTC  (5+ messages)

[PATCH v8 00/12] s390x: CPU Topology
 2022-07-21 11:41 UTC  (13+ messages)
` [PATCH v8 03/12] s390x/cpu_topology: implementating Store Topology System Information
` [PATCH v8 08/12] s390x/cpu_topology: implementing numa for the s390x topology

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-21 11:29 UTC  (3+ messages)
` [PATCH Part2 v6 04/49] x86/sev: set SYSCFG.MFMD

[PATCH v2 0/7] KVM: x86/pmu: Fix some corner cases including Intel PEBS
 2022-07-21 10:35 UTC  (9+ messages)
` [PATCH v2 1/7] perf/x86/core: Update x86_pmu.pebs_capable for ICELAKE_{X,D}
` [PATCH v2 2/7] perf/x86/core: Completely disable guest PEBS via guest's global_ctrl
` [PATCH v2 3/7] KVM: x86/pmu: Avoid setting BIT_ULL(-1) to pmu->host_cross_mapped_mask
` [PATCH v2 4/7] KVM: x86/pmu: Don't generate PEBS records for emulated instructions
` [PATCH v2 5/7] KVM: x86/pmu: Avoid using PEBS perf_events for normal counters
` [PATCH v2 6/7] KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()
` [PATCH v2 7/7] KVM: x86/pmu: Defer counter emulated overflow via pmc->stale_counter
` [kvm-unit-tests PATCH] x86: Add tests for Guest Processor Event Based Sampling (PEBS)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-21  9:45 UTC  (11+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-21  9:30 UTC  (19+ messages)
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v12 24/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v12 26/40] virtio_ring: struct virtqueue introduce reset
` [PATCH v12 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v12 31/40] virtio: find_vqs() add arg sizes
` [PATCH v12 38/40] virtio_net: support rx queue resize
` [PATCH v12 39/40] virtio_net: support tx "

[PATCH v2] KVM: X86: Explicitly set the 'fault.async_page_fault' value in kvm_fixup_and_inject_pf_error()
 2022-07-21  9:22 UTC  (3+ messages)

[PATCH v1] s390/kvm: pv: don't present the ecall interrupt twice
 2022-07-21  8:34 UTC  (3+ messages)

[PATCH v2 0/3] kvm/mm: Allow GUP to respond to non fatal signals
 2022-07-21  7:55 UTC  (3+ messages)
` [PATCH v2 1/3] mm/gup: Add FOLL_INTERRUPTIBLE


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