kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-21 12:51:09 to 2020-05-25 02:12:10 UTC [more...]

[RFC PATCH v12 0/11] Enable ptp_kvm for arm64
 2020-05-25  2:11 UTC  (19+ messages)
` [RFC PATCH v12 01/11] arm64: Probe for the presence of KVM hypervisor services during boot
` [RFC PATCH v12 02/11] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [RFC PATCH v12 03/11] psci: export smccc conduit get helper
` [RFC PATCH v12 04/11] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v12 05/11] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v12 06/11] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH v12 07/11] psci: Add hypercall service for kvm ptp
` [RFC PATCH v12 08/11] ptp: arm64: Enable ptp_kvm for arm/arm64
` [RFC PATCH v12 09/11] ptp: extend input argument for getcrosstimestamp API
` [RFC PATCH v12 10/11] arm64: add mechanism to let user choose which counter to return
` [RFC PATCH v12 11/11] arm64: Add kvm capability check extension for ptp_kvm

[PATCH V8 00/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-05-25  1:23 UTC  (18+ messages)
` [PATCH V8 01/15] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
` [PATCH V8 02/15] KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits
` [PATCH V8 03/15] KVM: MIPS: Increase KVM_MAX_VCPUS and KVM_USER_MEM_SLOTS to 16
` [PATCH V8 04/15] KVM: MIPS: Add EVENTFD support which is needed by VHOST
` [PATCH V8 05/15] KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgd
` [PATCH V8 06/15] KVM: MIPS: Introduce and use cpu_guest_has_ldpte
` [PATCH V8 07/15] KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3
` [PATCH V8 08/15] KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3
` [PATCH V8 09/15] KVM: MIPS: Add more types of virtual interrupts
` [PATCH V8 10/15] KVM: MIPS: Add Loongson-3 Virtual IPI interrupt support
` [PATCH V8 11/15] KVM: MIPS: Add CPUCFG emulation for Loongson-3
` [PATCH V8 12/15] KVM: MIPS: Add CONFIG6 and DIAG registers emulation
` [PATCH V8 13/15] KVM: MIPS: Add more MMIO load/store instructions emulation
` [PATCH V8 14/15] KVM: MIPS: Enable KVM support for Loongson-3
` [PATCH V8 15/15] MAINTAINERS: Update KVM/MIPS maintainers

[linux-next RFC v2] mm/gup.c: Convert to use get_user_{page|pages}_fast_only()
 2020-05-25  1:06 UTC  (2+ messages)

KVM broken after suspend in most recent kernels
 2020-05-24 10:43 UTC  (2+ messages)

[PATCH v2 00/18] Add support for Nitro Enclaves
 2020-05-24  6:32 UTC  (34+ messages)
` [PATCH v2 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v2 02/18] nitro_enclaves: Define the PCI device interface
` [PATCH v2 03/18] nitro_enclaves: Define enclave info for internal bookkeeping
` [PATCH v2 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v2 05/18] nitro_enclaves: Handle PCI device command requests
` [PATCH v2 06/18] nitro_enclaves: Handle out-of-band PCI device events
` [PATCH v2 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v2 08/18] nitro_enclaves: Add logic for enclave vm creation
` [PATCH v2 09/18] nitro_enclaves: Add logic for enclave vcpu creation
` [PATCH v2 10/18] nitro_enclaves: Add logic for enclave image load metadata
` [PATCH v2 11/18] nitro_enclaves: Add logic for enclave memory region set
` [PATCH v2 12/18] nitro_enclaves: Add logic for enclave start
` [PATCH v2 13/18] nitro_enclaves: Add logic for enclave termination
` [PATCH v2 14/18] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
` [PATCH v2 15/18] nitro_enclaves: Add Makefile "
` [PATCH v2 16/18] nitro_enclaves: Add sample for ioctl interface usage
` [PATCH v2 17/18] nitro_enclaves: Add overview documentation
` [PATCH v2 18/18] MAINTAINERS: Add entry for the Nitro Enclaves driver

[PATCH V7 00/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-05-24  2:45 UTC  (19+ messages)
` [PATCH V7 01/15] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
` [PATCH V7 02/15] KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits
` [PATCH V7 03/15] KVM: MIPS: Increase KVM_MAX_VCPUS and KVM_USER_MEM_SLOTS to 16
` [PATCH V7 04/15] KVM: MIPS: Add EVENTFD support which is needed by VHOST
` [PATCH V7 05/15] KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgd
` [PATCH V7 06/15] KVM: MIPS: Introduce and use cpu_guest_has_ldpte
` [PATCH V7 07/15] KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3
` [PATCH V7 08/15] KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3
` [PATCH V7 09/15] KVM: MIPS: Add more types of virtual interrupts
` [PATCH V7 10/15] KVM: MIPS: Add Loongson-3 Virtual IPI interrupt support
` [PATCH V7 11/15] KVM: MIPS: Add CPUCFG emulation for Loongson-3
` [PATCH V7 12/15] KVM: MIPS: Add CONFIG6 and DIAG registers emulation
` [PATCH V7 13/15] KVM: MIPS: Add more MMIO load/store instructions emulation
` [PATCH V7 14/15] KVM: MIPS: Enable KVM support for Loongson-3
` [PATCH V7 15/15] MAINTAINERS: Update KVM/MIPS maintainers

[PATCH v3 0/3] vfio-pci: Block user access to disabled device MMIO
 2020-05-24  0:02 UTC  (10+ messages)
` [PATCH v3 1/3] vfio/type1: Support faulting PFNMAP vmas
` [PATCH v3 2/3] vfio-pci: Fault mmaps to enable vma tracking
` [PATCH v3 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory

[PATCH v9 00/14] KVM: Dirty ring interface
 2020-05-23 23:14 UTC  (16+ messages)
` [PATCH v9 01/14] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v9 02/14] KVM: Cache as_id in kvm_memory_slot
` [PATCH v9 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v9 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v9 05/14] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v9 06/14] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH v9 07/14] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH v9 08/14] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH v9 09/14] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH v9 10/14] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v9 11/14] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v9 12/14] KVM: selftests: Add dirty ring buffer test
` [PATCH v9 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH v9 14/14] KVM: selftests: Add "-c" parameter to dirty log test

[linux-next RFC] mm/gup.c: Convert to use get_user_pages_fast_only()
 2020-05-23 19:35 UTC  (3+ messages)

[PATCH 0/8] KVM: x86: Interrupt-based mechanism for async_pf 'page present' notifications
 2020-05-23 16:34 UTC  (16+ messages)
` [PATCH 2/8] KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info

[PATCH 0/2] Fix issue with not starting nesting guests on my system
 2020-05-23 16:14 UTC  (3+ messages)
` [PATCH 1/2] kvm/x86/vmx: enable X86_FEATURE_WAITPKG in KVM capabilities
` [PATCH 2/2] kvm/x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally

[PATCH v5] arch/x86: Update config and kernel doc for MPK feature on AMD
 2020-05-23 12:21 UTC  (2+ messages)

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-05-23  9:23 UTC  (11+ messages)
` [PATCH v3 43/75] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH v3 44/75] x86/sev-es: Allocate and Map IST stacks for #VC handler
` [PATCH v3 45/75] x86/dumpstack/64: Handle #VC exception stacks
` [PATCH v3 47/75] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH v3 49/75] x86/sev-es: Handle instruction fetches from user-space

[PATCH 5.4] KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
 2020-05-23  7:49 UTC  (3+ messages)

[PATCH 00/24] KVM: nSVM: event fixes and migration support
 2020-05-23  7:07 UTC  (6+ messages)
` [PATCH 21/24] KVM: x86: always update CR3 in VMCB

[PATCH V6 00/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-05-23  2:35 UTC  (12+ messages)
` [PATCH V6 15/15] MAINTAINERS: Update KVM/MIPS maintainers
                  `  "

[PATCH 1/1] vfio/spapr_tce: convert get_user_pages() --> pin_user_pages()
 2020-05-23  1:43 UTC 

[PATCH 0/3] kvm-unit-tests: nVMX: Test base and limit fields of guest GDTR and IDTR
 2020-05-23  0:26 UTC  (4+ messages)
` [PATCH 1/3] kvm-unit-tests: nVMX: Test GUEST_BASE_GDTR and GUEST_BASE_IDTR on vmentry of nested guests
` [PATCH 2/3] kvm-unit-tests: nVMX: Optimize test_guest_dr7() by factoring out the loops into a macro
` [PATCH 3/3] kvm-unit-tests: nVMX: Test GUEST_LIMIT_GDTR and GUEST_LIMIT_IDTR on vmentry of nested guests

[PATCH 0/4] KVM: nSVM: Check reserved bits in DR6, DR7 and EFER on vmrun of nested guests
 2020-05-22 22:19 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate function
` [PATCH 2/4] KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of nested guests
` [PATCH 3/4] kvm-unit-tests: nSVM: Test that DR6[63:32], DR7[63:32] and EFER reserved bits "
` [PATCH 4/4] kvm-unit-tests: x86: Remove duplicate instance of 'vmcb'

[PATCH v4 03/13] mips: Add MIPS Release 5 support
 2020-05-22 13:15 UTC  (4+ messages)

[RFC 00/16] KVM protected memory extension
 2020-05-22 12:52 UTC  (17+ messages)
` [RFC 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [RFC 02/16] x86/kvm: Introduce KVM memory protection feature
` [RFC 03/16] x86/kvm: Make DMA pages shared
` [RFC 04/16] x86/kvm: Use bounce buffers for KVM memory protection
` [RFC 05/16] x86/kvm: Make VirtIO use DMA API in KVM guest
` [RFC 06/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory
` [RFC 07/16] KVM: mm: Introduce VM_KVM_PROTECTED
` [RFC 08/16] KVM: x86: Use GUP for page walk instead of __get_user()
` [RFC 09/16] KVM: Protected memory extension
` [RFC 10/16] KVM: x86: Enabled protected "
` [RFC 11/16] KVM: Rework copy_to/from_guest() to avoid direct mapping
` [RFC 12/16] x86/kvm: Share steal time page with host
` [RFC 13/16] x86/kvmclock: Share hvclock memory with the host
` [RFC 14/16] KVM: Introduce gfn_to_pfn_memslot_protected()
` [RFC 15/16] KVM: Handle protected memory in __kvm_map_gfn()/__kvm_unmap_gfn()
` [RFC 16/16] KVM: Unmap protected pages from direct mapping

[PATCH] vfio/pci: Avoid a null pointer dereference in vfio_config_free()
 2020-05-22  9:42 UTC 

[PATCH 0/2 v4] Fix VMX preemption timer migration
 2020-05-22  7:19 UTC  (4+ messages)
` [PATCH 1/2 v4] KVM: nVMX: "
` [PATCH 2/2 v4] KVM: selftests: VMX preemption timer migration test

[kvm-unit-tests PATCH 0/6] arm64: add IPI/LPI/vtimer latency
 2020-05-22  5:34 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/6] arm64: microbench: get correct ipi recieved num

[PATCH v2 0/3] vfio-pci: Block user access to disabled device MMIO
 2020-05-22  4:18 UTC  (4+ messages)
` [PATCH v2 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory

[PATCH -next] vfio/pci: fix a null-ptr-deref in vfio_config_free()
 2020-05-22  1:18 UTC 

[PATCH v2 00/22] KVM: Event fixes and cleanup
 2020-05-21 21:04 UTC  (5+ messages)
` [PATCH v2 03/22] KVM: SVM: immediately inject INTR vmexit

[GIT PULL] vhost/vdpa: minor fixes
 2020-05-21 20:55 UTC  (2+ messages)

[PATCH v2] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-05-21 15:55 UTC  (4+ messages)

[PATCH v2 0/7] exec/memory: Enforce checking MemTxResult values
 2020-05-21 15:45 UTC  (6+ messages)
` [RFC PATCH v2 6/7] accel/kvm: Let KVM_EXIT_MMIO return error

[PATCH v2] i386/kvm: fix a use-after-free when vcpu plug/unplug
 2020-05-21 15:30 UTC  (2+ messages)

[PATCH v3] kvm/x86 : Remove redundant function implement
 2020-05-21 13:36 UTC  (4+ messages)


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