messages from 2022-06-07 13:12:19 to 2022-06-08 15:51:53 UTC [more...]
[PATCH v2 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
2022-06-08 15:50 UTC (8+ messages)
` [PATCH v2 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [PATCH v2 2/2] vfio: Replace the iommu notifier with a device list
[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
2022-06-08 15:45 UTC (6+ messages)
` [PATCH v6 2/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for instructions cpuid and wbinvd. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by executing either cpuid or wbinvd. 3. check that the kretprobe was hit with the right exit_code available in GHCB
[PATCH 0/2] Improve vfio-pci primary GPU assignment behavior
2022-06-08 15:37 UTC (10+ messages)
` [PATCH 2/2] vfio/pci: Remove console drivers
[PATCH 00/18] KVM/arm64: Refactoring the vcpu flags
2022-06-08 15:23 UTC (11+ messages)
` [PATCH 05/18] KVM: arm64: Add helpers to manipulate vcpu flags among a set
` [PATCH 06/18] KVM: arm64: Add three sets of flags to the vcpu state
` [PATCH 09/18] KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag set
` [PATCH 15/18] KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set together
[PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
2022-06-08 15:22 UTC (16+ messages)
` [PATCH v2 038/144] KVM: selftests: Push vm_adjust_num_guest_pages() into "w/o vCPUs" helper
` [PATCH v2 041/144] KVM: selftests: Use vm_create_without_vcpus() in hardware_disable_test
` [PATCH v2 045/144] KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULT
` [PATCH v2 048/144] KVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu'
` [PATCH v2 049/144] KVM: selftests: Return the created vCPU from vm_vcpu_add()
[GIT PULL] KVM fixes for Linux 5.19-rc2
2022-06-08 15:20 UTC
[PATCH] KVM: x86: preserve interrupt shadow across SMM entries
2022-06-08 14:43 UTC (5+ messages)
[PATCH 1/2] vfio/type1: Simplify bus_type determination
2022-06-08 14:25 UTC (2+ messages)
` [PATCH 2/2] vfio: Use device_iommu_capable()
[kvm-unit-tests PATCH v2 0/3] s390x: Rework TEID decoding and usage
2022-06-08 14:03 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: Fix sclp facility bit numbers
` [kvm-unit-tests PATCH v2 2/3] s390x: lib: SOP facility query function
` [kvm-unit-tests PATCH v2 3/3] s390x: Rework TEID decoding and usage
[kvm-unit-tests PATCH v4 0/1] s390x: add migration test for storage keys
2022-06-08 13:39 UTC (3+ messages)
` [kvm-unit-tests PATCH v4 1/1] "
[kvm-unit-tests PATCH v3 0/2] s390x: Avoid gcc 12 warnings
2022-06-08 13:34 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 1/2] s390x: Introduce symbol for lowcore and use it
` [kvm-unit-tests PATCH v3 2/2] s390x: Fix gcc 12 warning about array bounds
[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
2022-06-08 13:31 UTC (6+ messages)
` [PATCH v19 11/20] s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/remove
[PATCH 0/7] KVM: x86: AVIC/APICv patch queue
2022-06-08 13:21 UTC (3+ messages)
` [PATCH 4/7] KVM: x86: SVM: fix avic_kick_target_vcpus_fast
[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
2022-06-08 13:15 UTC (8+ messages)
` [PATCH v9 10/21] vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM
` [PATCH v9 20/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
` [PATCH v9 21/21] MAINTAINERS: additional files related kvm s390 pci passthrough
[PATCH 1/1] KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRs
2022-06-08 12:37 UTC (2+ messages)
[RFC v2 00/15] vfio: Adopt iommufd
2022-06-08 12:31 UTC (15+ messages)
` [RFC v2 01/15] scripts/update-linux-headers: Add iommufd.h
` [RFC v2 02/15] linux-headers: Import latest vfio.h and iommufd.h
` [RFC v2 04/15] vfio: Add base container
` [RFC v2 05/15] vfio/container: Introduce vfio_[attach/detach]_device
` [RFC v2 06/15] vfio/platform: Use vfio_[attach/detach]_device
` [RFC v2 07/15] vfio/ap: "
` [RFC v2 08/15] vfio/ccw: "
` [RFC v2 09/15] vfio/container-base: Introduce [attach/detach]_device container callbacks
` [RFC v2 10/15] vfio/container-base: Introduce VFIOContainer reset callback
` [RFC v2 11/15] backends/iommufd: Introduce the iommufd object
` [RFC v2 12/15] util/char_dev: Add open_cdev()
` [RFC v2 13/15] vfio/iommufd: Implement the iommufd backend
` [RFC v2 14/15] vfio/iommufd: Add IOAS_COPY_DMA support
` [RFC v2 15/15] vfio/as: Allow the selection of a given iommu backend
[PATCH v2 0/8] KVM: x86: Emulator _regs fixes and cleanups
2022-06-08 12:23 UTC (2+ messages)
[PATCH 0/6] KVM: x86: vcpu->arch.pio* cleanups
2022-06-08 12:12 UTC (7+ messages)
` [PATCH 1/6] KVM: x86: inline kernel_pio into its sole caller
` [PATCH 2/6] KVM: x86: move all vcpu->arch.pio* setup in emulator_pio_in_out
` [PATCH 3/6] KVM: x86: wean in-kernel PIO from vcpu->arch.pio*
` [PATCH 4/6] KVM: x86: wean fast IN from emulator_pio_in
` [PATCH 5/6] KVM: x86: de-underscorify __emulator_pio_in
` [PATCH 6/6] KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT too
[PATCH v11 00/19] KVM: s390: pv: implement lazy destroy for reboot
2022-06-08 12:06 UTC (9+ messages)
` [PATCH v11 10/19] KVM: s390: pv: add mmu_notifier
` [PATCH v11 11/19] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v11 13/19] KVM: s390: pv: destroy the configuration before its memory
` [PATCH v11 18/19] KVM: s390: pv: avoid export before import if possible
[PATCH] vdpa: Use device_iommu_capable()
2022-06-08 11:48 UTC
[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-06-08 11:17 UTC (8+ messages)
` [PATCH 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH 3/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
[PATCH v6 00/38] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-06-08 10:18 UTC (7+ messages)
` [PATCH v6 03/38] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v6 05/38] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
[PATCH v3 0/8] vfio/pci: power management changes
2022-06-08 10:12 UTC (18+ messages)
` [PATCH v3 8/8] vfio/pci: Add the support for PCI D3cold state
[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
2022-06-08 10:14 UTC (2+ messages)
[PATCH 0/7] Virtual NMI feature
2022-06-08 8:23 UTC (10+ messages)
` [PATCH 4/7] KVM: SVM: Report NMI not allowed when Guest busy handling VNMI
` [PATCH 5/7] KVM: SVM: Add VNMI support in inject_nmi
` [PATCH 6/7] KVM: nSVM: implement nested VNMI
[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
2022-06-08 7:40 UTC (10+ messages)
` [PATCH 33/89] KVM: arm64: Handle guest stage-2 page-tables entirely "
` [PATCH 59/89] KVM: arm64: Do not support MTE for protected VMs
` [PATCH 89/89] Documentation: KVM: Add some documentation for Protected KVM on arm64
[PATCH] virtio: Directly use ida_alloc_range()/ida_free()
2022-06-08 6:08 UTC
[PATCH] virtio: Directly use ida_alloc_range()/ida_free()
2022-06-08 6:14 UTC
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-06-08 2:18 UTC (5+ messages)
[RFC PATCH v4 00/36] TDX QEMU support
2022-06-08 1:50 UTC (10+ messages)
` [RFC PATCH v4 11/36] i386/tdx: Initialize TDX before creating TD vcpus
[PATCH 1/1] KVM: MMU: Fix VM entry failure and OOPS for shdaow page table
2022-06-08 0:37 UTC (5+ messages)
[PATCH 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
2022-06-07 22:40 UTC (5+ messages)
` [PATCH 1/2] vfio: Replace the DMA unmapping notifier with a callback
[PATCH v2 0/3] KVM: arm64: Fix userspace access to HW pending state
2022-06-07 19:28 UTC (6+ messages)
` [PATCH v2 1/3] KVM: arm64: Don't read a HW interrupt pending state in user context
` [PATCH v2 2/3] KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pending
` [PATCH v2 3/3] KVM: arm64: Warn if accessing timer pending state outside of vcpu context
` (subset) [PATCH v2 0/3] KVM: arm64: Fix userspace access to HW pending state
[PATCH v5 00/15] KVM: nVMX: VMX MSR quirk+fixes, CR4 fixes
2022-06-07 21:36 UTC (16+ messages)
` [PATCH v5 01/15] KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits
` [PATCH v5 02/15] KVM: nVMX: Account for KVM reserved CR4 bits in consistency checks
` [PATCH v5 03/15] KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4
` [PATCH v5 04/15] KVM: nVMX: Rename handle_vm{on,off}() to handle_vmx{on,off}()
` [PATCH v5 05/15] KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value
` [PATCH v5 06/15] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write
` [PATCH v5 07/15] KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRL
` [PATCH v5 08/15] KVM: nVMX: Keep KVM updates to PERF_GLOBAL_CTRL ctrl bits across MSR write
` [PATCH v5 09/15] KVM: nVMX: Drop nested_vmx_pmu_refresh()
` [PATCH v5 10/15] KVM: nVMX: Add a quirk for KVM tweaks to VMX MSRs
` [PATCH v5 11/15] KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIP
` [PATCH v5 12/15] KVM: nVMX: Extend VMX MSRs quirk to CR0/4 fixed1 bits
` [PATCH v5 13/15] KVM: selftests: Add test to verify KVM's VMX MSRs quirk for controls
` [PATCH v5 14/15] KVM: selftests: Extend VMX MSRs test to cover CR4_FIXED1 (and its quirks)
` [PATCH v5 15/15] KVM: selftests: Verify VMX MSRs can be restored to KVM-supported values
[PATCH 0/3] KVM: VMX: Let userspace set IA32_FEAT_CTL at will
2022-06-07 23:23 UTC (4+ messages)
` [PATCH 1/3] KVM: VMX: Allow userspace to set all supported FEATURE_CONTROL bits
` [PATCH 2/3] KVM: VMX: Move MSR_IA32_FEAT_CTL.LOCKED check into "is valid" helper
` [PATCH 3/3] KVM: selftests: Verify userspace can stuff IA32_FEATURE_CONTROL at will
[PATCH AUTOSEL 5.16 07/28] x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0
2022-06-07 21:01 UTC (11+ messages)
[PATCH v6 0/5] Fix some races between sysfb device registration and drivers probe
2022-06-07 18:23 UTC (6+ messages)
` [PATCH v6 1/5] firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointer
` [PATCH v6 2/5] firmware: sysfb: Add sysfb_disable() helper function
` [PATCH v6 3/5] fbdev: Disable sysfb device registration when removing conflicting FBs
` [PATCH v6 4/5] Revert "fbdev: Prevent probing generic drivers if a FB is already registered"
` [PATCH v6 5/5] fbdev: Make registered_fb[] private to fbmem.c
[PATCH AUTOSEL 5.10 36/38] s390/gmap: voluntarily schedule during key setting
2022-06-07 17:58 UTC
[PATCH AUTOSEL 5.4 32/34] s390/gmap: voluntarily schedule during key setting
2022-06-07 18:00 UTC
[PATCH AUTOSEL 5.15 48/51] s390/gmap: voluntarily schedule during key setting
2022-06-07 17:55 UTC
[PATCH AUTOSEL 5.17 57/60] s390/gmap: voluntarily schedule during key setting
2022-06-07 17:52 UTC
[PATCH AUTOSEL 5.18 65/68] s390/gmap: voluntarily schedule during key setting
2022-06-07 17:48 UTC
[PATCH kvmtool 00/24] Virtio v1 support
2022-06-07 17:02 UTC (25+ messages)
` [PATCH kvmtool 01/24] virtio: Add NEEDS_RESET to the status mask
` [PATCH kvmtool 02/24] virtio: Remove redundant test
` [PATCH kvmtool 03/24] virtio/vsock: Remove redundant state tracking
` [PATCH kvmtool 04/24] virtio: Factor virtqueue initialization
` [PATCH kvmtool 05/24] virtio: Support modern virtqueue addresses
` [PATCH kvmtool 06/24] virtio: Add config access helpers
` [PATCH kvmtool 07/24] virtio: Fix device-specific config endianness
` [PATCH kvmtool 08/24] virtio/console: Remove unused callback
` [PATCH kvmtool 09/24] virtio: Remove set_guest_features() device op
` [PATCH kvmtool 10/24] Add memcpy_fromiovec_safe
` [PATCH kvmtool 11/24] virtio/net: Offload vnet header endianness conversion to tap
` [PATCH kvmtool 12/24] virtio/net: Prepare for modern virtio
` [PATCH kvmtool 13/24] virtio/net: Implement VIRTIO_F_ANY_LAYOUT feature
` [PATCH kvmtool 14/24] virtio/console: Add "
` [PATCH kvmtool 15/24] virtio/blk: Implement "
` [PATCH kvmtool 16/24] virtio/pci: Factor MSI route creation
` [PATCH kvmtool 17/24] virtio/pci: Delete MSI routes
` [PATCH kvmtool 18/24] virtio: Extract init_vq() for PCI and MMIO
` [PATCH kvmtool 19/24] virtio/pci: Make doorbell offset dynamic
` [PATCH kvmtool 20/24] virtio: Move PCI transport to pci-legacy
` [PATCH kvmtool 21/24] virtio: Add support for modern virtio-pci
` [PATCH kvmtool 22/24] virtio: Move MMIO transport to mmio-legacy
` [PATCH kvmtool 23/24] virtio: Add support for modern virtio-mmio
` [PATCH kvmtool 24/24] virtio/pci: Initialize all vectors to VIRTIO_MSI_NO_VECTOR
[kvm-unit-tests PATCH v1 0/2] better smp interrupt checks
2022-06-07 16:43 UTC (8+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: skey.c: rework the interrupt handler
` [kvm-unit-tests PATCH v1 2/2] lib: s390x: better smp interrupt checks
[GIT PULL 00/15] KVM: s390: pv dump and selftest changes
2022-06-07 16:27 UTC (2+ messages)
[Bug 216091] New: KVM nested virtualization does not support VMX fields that should always be supported
2022-06-07 16:10 UTC (2+ messages)
` [Bug 216091] "
[PATCH] KVM: SVM: fix tsc scaling cache logic
2022-06-07 15:26 UTC (2+ messages)
[PATCH] KVM: selftests: Make hyperv_clock selftest more stable
2022-06-07 15:22 UTC (2+ messages)
[PATCH v2] KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots()
2022-06-07 15:14 UTC (4+ messages)
[PATCH kvmtool 0/4] Fix some undefined behaviour
2022-06-07 14:18 UTC (4+ messages)
` [PATCH kvmtool 2/4] virtio/mmio: access header members normally
[PATCH 00/23] Update Documentation/ cross-references
2022-06-07 14:11 UTC (2+ messages)
` (subset) "
ioregionfd with io_uring IORING_OP_URING_CMD
2022-06-07 14:08 UTC (3+ messages)
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