kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-03 15:00:06 to 2020-08-05 19:12:01 UTC [more...]

[PATCH v3 0/5] KVM_{GET,SET}_TSC_OFFSET ioctls
 2020-08-05 18:46 UTC  (4+ messages)

device compatibility interface for live migration with assigned devices
 2020-08-05 11:35 UTC  (23+ messages)

[GIT PULL] KVM/arm64 updates for 5.9
 2020-08-05 18:27 UTC  (47+ messages)
` [PATCH 01/56] KVM: arm64: Enable Address Authentication at EL2 if available
` [PATCH 02/56] KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=n
` [PATCH 03/56] KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
` [PATCH 04/56] KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers
` [PATCH 06/56] KVM: arm64: Allow in-atomic injection of SPIs
` [PATCH 07/56] arm64: kvm: Remove kern_hyp_va from get_vcpu_ptr
` [PATCH 08/56] KVM: arm64: Drop the target_table[] indirection
` [PATCH 09/56] KVM: arm64: Tolerate an empty target_table list
` [PATCH 11/56] KVM: arm64: Remove target_table from exit handlers
` [PATCH 12/56] KVM: arm64: Remove the target table
` [PATCH 13/56] KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvhe
` [PATCH 14/56] KVM: arm64: Move __smccc_workaround_1_smc to .rodata
` [PATCH 15/56] KVM: arm64: Add build rules for separate VHE/nVHE object files
` [PATCH 16/56] KVM: arm64: Use build-time defines in has_vhe()
` [PATCH 17/56] KVM: arm64: Handle calls to prefixed hyp functions
` [PATCH 18/56] KVM: arm64: Build hyp-entry.S separately for VHE/nVHE
` [PATCH 19/56] KVM: arm64: Move hyp-init.S to nVHE
` [PATCH 20/56] KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHE
` [PATCH 21/56] KVM: arm64: Split hyp/switch.c to VHE/nVHE
` [PATCH 23/56] KVM: arm64: Split hyp/sysreg-sr.c "
` [PATCH 24/56] KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHE
` [PATCH 25/56] KVM: arm64: Compile remaining hyp/ files for both VHE/nVHE
` [PATCH 26/56] KVM: arm64: Remove __hyp_text macro, use build rules instead
` [PATCH 27/56] KVM: arm64: Lift instrumentation restrictions on VHE
` [PATCH 28/56] KVM: arm64: vgic-its: Change default outer cacheability for {PEND, PROP}BASER
` [PATCH 29/56] KVM: arm64: Drop long gone function parameter documentation
` [PATCH 30/56] KVM: arm64: Rename HSR to ESR
` [PATCH 32/56] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [PATCH 33/56] arm64: Add level-hinted TLB invalidation helper
` [PATCH 34/56] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 35/56] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH 36/56] KVM: arm64: Introduce accessor for ctxt->sys_reg
` [PATCH 37/56] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH 39/56] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH 41/56] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH 43/56] KVM: arm64: Move SP_EL1 to the system register array
` [PATCH 44/56] KVM: arm64: Disintegrate SPSR array
` [PATCH 45/56] KVM: arm64: Move SPSR_EL1 to the system register array
` [PATCH 46/56] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
` [PATCH 48/56] KVM: arm64: Don't use has_vhe() for CHOOSE_HYP_SYM()
` [PATCH 49/56] KVM: arm64: Make nVHE ASLR conditional on RANDOMIZE_BASE
` [PATCH 51/56] KVM: arm64: Ensure that all nVHE hyp code is in .hyp.text
` [PATCH 52/56] KVM: arm: Add trace name for ARM_NISV
` [PATCH 53/56] KVM: arm64: Rename kvm_vcpu_dabt_isextabt()
` [PATCH 55/56] KVM: arm64: Don't skip cache maintenance for read-only memslots

[PATCH 1/1] kvm: mmu: zap pages when zapping only parent
 2020-08-05 18:48 UTC  (4+ messages)

[PATCH RFC v2 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-08-05 19:02 UTC  (7+ messages)
` [PATCH RFC v2 02/18] irq/dev-msi: Add support for a new DEV_MSI irq domain
` [PATCH RFC v2 03/18] irq/dev-msi: Create IR-DEV-MSI "

[PATCH] vfio-pci: Avoid recursive read-lock usage
 2020-08-05 17:58 UTC 

[PATCH 2/2] vhost_vdpa: unified set_vq_irq() and update_vq_irq()
 2020-08-05 11:53 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-08-05 17:05 UTC  (3+ messages)
` [PATCH 2/3] KVM: x86: introduce "

[RFC 0/9] KVM:x86/mmu:Introduce parallel memory virtualization to boost performance
 2020-08-05 14:12 UTC 

[RFC 1/9] Introduce new fields in kvm_arch/vcpu_arch struct for direct build EPT support
 2020-08-05 14:12 UTC 

[PATCH v1] vfio: platform: use platform_get_resource()
 2020-08-05 11:06 UTC  (2+ messages)

[PATCH v6 00/18] Add support for Nitro Enclaves
 2020-08-05  9:10 UTC  (19+ messages)
` [PATCH v6 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v6 02/18] nitro_enclaves: Define the PCI device interface
` [PATCH v6 03/18] nitro_enclaves: Define enclave info for internal bookkeeping
` [PATCH v6 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v6 05/18] nitro_enclaves: Handle PCI device command requests
` [PATCH v6 06/18] nitro_enclaves: Handle out-of-band PCI device events
` [PATCH v6 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v6 08/18] nitro_enclaves: Add logic for creating an enclave VM
` [PATCH v6 09/18] nitro_enclaves: Add logic for setting an enclave vCPU
` [PATCH v6 10/18] nitro_enclaves: Add logic for getting the enclave image load info
` [PATCH v6 11/18] nitro_enclaves: Add logic for setting an enclave memory region
` [PATCH v6 12/18] nitro_enclaves: Add logic for starting an enclave
` [PATCH v6 13/18] nitro_enclaves: Add logic for terminating "
` [PATCH v6 14/18] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
` [PATCH v6 15/18] nitro_enclaves: Add Makefile "
` [PATCH v6 16/18] nitro_enclaves: Add sample for ioctl interface usage
` [PATCH v6 17/18] nitro_enclaves: Add overview documentation
` [PATCH v6 18/18] MAINTAINERS: Add entry for the Nitro Enclaves driver

[PATCH V5 0/6] IRQ offloading for vDPA
 2020-08-05  8:12 UTC  (15+ messages)
` [PATCH V5 1/6] vhost: introduce vhost_vring_call
` [PATCH V5 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa

[PATCH v2 kvmtool] virtio: Fix ordering of virtio_queue__should_signal()
 2020-08-05  7:53 UTC  (2+ messages)

[PATCH v1 0/1] Synic default SCONTROL MSR needs to be enabled
 2020-08-05  7:35 UTC  (2+ messages)

[PATCH] KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
 2020-08-05  7:04 UTC  (5+ messages)

Guest OS migration and lost IPIs
 2020-08-05  0:07 UTC 

[GIT PULL] Please pull my kvm-ppc-next-5.9-1 tag
 2020-08-05  0:02 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: svm: low CR3 bits are not MBZ
 2020-08-04 23:13 UTC  (10+ messages)

linux-next: Signed-off-by missing for commit in the kvm tree
 2020-08-04 22:29 UTC 

sparse warnings
 2020-08-04 21:36 UTC 

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-08-04 21:22 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] Add a new LSM-supporting anonymous inode interface
  ` [PATCH v5 3/3] Wire UFFD up to SELinux

[PATCH 1/2] KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw disabled
 2020-08-04 21:19 UTC  (4+ messages)
` [PATCH 2/2] KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when setting

[RFC PATCH 0/8] KVM: x86/mmu: Introduce pinned SPTEs framework
 2020-08-04 19:40 UTC  (6+ messages)

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-08-04 19:30 UTC  (15+ messages)
` [PATCH v4 4/4] vhost: add an "

[RFC PATCH v1 0/3] put arm64 kvm_config on a diet
 2020-08-04 17:16 UTC  (11+ messages)
` [PATCH v1 1/3] arm64: allow de-selection of ThunderX PCI controllers
` [PATCH v1 2/3] arm64: gate the whole of pci-xgene on CONFIG_PCI_XGENE
` [PATCH v1 3/3] kernel/configs: don't include PCI_QUIRKS in KVM guest configs

[PATCH v2 0/6] KVM: arm64: pvtime: Fixes and a new cap
 2020-08-04 17:06 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm64: pvtime: steal-time is only supported when configured
` [PATCH v2 2/6] KVM: arm64: pvtime: Fix potential loss of stolen time
` [PATCH v2 3/6] KVM: arm64: Drop type input from kvm_put_guest
` [PATCH v2 4/6] KVM: arm64: pvtime: Fix stolen time accounting across migration
` [PATCH v2 5/6] KVM: Documentation: Minor fixups
` [PATCH v2 6/6] arm64/x86: KVM: Introduce steal-time cap

[RFC PATCH] KVM: SVM: Disallow SEV if NPT is disabled
 2020-08-04 15:16 UTC  (2+ messages)

[PATCH v9 00/15] s390/vfio-ap: dynamic configuration support
 2020-08-04 14:28 UTC  (2+ messages)

[PATCH kvmtool] virtio: Fix ordering of virt_queue__should_signal()
 2020-08-04 12:15 UTC  (5+ messages)

VFIO/IOMMU/PCI MC at LPC20 - Call for Topics
 2020-08-04 10:34 UTC 

[PATCH] vDPA: dont change vq irq after DRIVER_OK
 2020-08-04 10:21 UTC 

[PATCH] vDPA: dont change vq irq after DRIVER_OK
 2020-08-04 10:20 UTC 

[kvm-unit-tests PATCH RESEND v2] x86: tscdeadline timer testing when apic disabled
 2020-08-04  8:42 UTC  (2+ messages)

[PATCH 1/5] PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h
 2020-08-04  7:47 UTC  (10+ messages)
` [PATCH 2/5] dt-bindings: mips: Document Loongson kvm guest board

[kvm-unit-tests PATCH] x86: tscdeadline timer testing when apic is hw disabled
 2020-08-04  7:08 UTC  (4+ messages)

[vhost:vhost 42/49] drivers/rpmsg/virtio_rpmsg_bus.c:28:10: fatal error: 'linux/virtio_rpmsg.h' file not found
 2020-08-04  4:28 UTC 

[PATCH 0/6] Allow userspace to manage MSRs
 2020-08-04  4:20 UTC  (7+ messages)
` [PATCH 1/6] KVM: x86: Add ioctl for accepting a userspace provided MSR list
` [PATCH 2/6] KVM: x86: Add support for exiting to userspace on rdmsr or wrmsr
` [PATCH 3/6] KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
` [PATCH 4/6] KVM: x86: Ensure the MSR bitmap never clears "
` [PATCH 5/6] selftests: kvm: Fix the segment descriptor layout to match the actual layout
` [PATCH 6/6] selftests: kvm: Add test to exercise userspace MSR list

[PATCH v2] x86: tscdeadline timer testing when apic disabled
 2020-08-04  0:31 UTC 

[Bug 208767] New: kernel stack overflow due to Lazy update IOAPIC on an x86_64 *host*, when gpu is passthrough to macos guest vm
 2020-08-04  0:25 UTC  (4+ messages)
` [Bug 208767] "

[PATCH v3 0/3] Allow user space to restrict and augment MSR emulation
 2020-08-03 21:23 UTC  (5+ messages)
` [PATCH v3 2/3] KVM: x86: Introduce allow list for "

[PATCH v4 0/3] Allow user space to restrict and augment MSR emulation
 2020-08-03 21:14 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v4 2/3] KVM: x86: Introduce allow list for MSR emulation
` [PATCH v4 3/3] KVM: selftests: Add test for user space MSR handling

[PATCH v3 0/4] KVM: SVM: SEV-ES groundwork
 2020-08-03 21:02 UTC  (8+ messages)
` [PATCH v3 1/4] KVM: SVM: nested: Don't allocate VMCB structures on stack
` [PATCH v3 2/4] KVM: SVM: Add GHCB definitions
` [PATCH v3 3/4] KVM: SVM: Add GHCB Accessor functions

[PATCH v4 0/4] KVM: SVM: SEV-ES groundwork
 2020-08-03 21:00 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: SVM: nested: Don't allocate VMCB structures on stack
` [PATCH v4 2/4] KVM: SVM: Add GHCB definitions
` [PATCH v4 3/4] KVM: SVM: Add GHCB Accessor functions
` [PATCH v4 4/4] KVM: SVM: Use __packed shorthand

[PATCH v2 20/24] vhost/vdpa: switch to new helpers
 2020-08-03 21:00 UTC 

[GIT PULL 0/2] KVM: s390: feature for 5.9
 2020-08-03 18:18 UTC  (2+ messages)

[PATCH 0/6] Add SBI v0.2 support for KVM
 2020-08-03 17:58 UTC  (7+ messages)
` [PATCH 1/6] RISC-V: Add a non-void return for sbi v02 functions
` [PATCH 2/6] RISC-V: Mark the existing SBI v0.1 implementation as legacy
` [PATCH 3/6] RISC-V: Reorganize SBI code by moving legacy SBI to its own file
` [PATCH 4/6] RISC-V: Add SBI v0.2 base extension
` [PATCH 5/6] RISC-V: Add v0.1 replacement SBI extensions defined in v02
` [PATCH 6/6] RISC-V: Add SBI HSM extension in KVM

[Patch 0/4] Defer page pinning for SEV guests until guest pages touched
 2020-08-03 16:27 UTC  (5+ messages)
` [Patch 2/4] KVM:SVM: Introduce set_spte_notify support


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