kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-25 21:03:14 to 2020-05-27 08:48:44 UTC [more...]

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-27  8:48 UTC  (7+ messages)

[PATCH] KVM: nVMX: Preserve registers modifications done before nested_svm_vmexit()
 2020-05-27  8:48 UTC  (2+ messages)

[PATCH 00/26] KVM: arm64: Preliminary NV patches
 2020-05-27  8:45 UTC  (21+ messages)
` [PATCH 03/26] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 10/26] KVM: arm64: Refactor vcpu_{read,write}_sys_reg
` [PATCH 11/26] KVM: arm64: Add missing reset handlers for PMU emulation
` [PATCH 19/26] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH 20/26] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH 21/26] KVM: arm64: Move SP_EL1 "
` [PATCH 22/26] KVM: arm64: Disintegrate SPSR array
` [PATCH 23/26] KVM: arm64: Move SPSR_EL1 to the system register array

[PATCH] KVM: arm64: Allow in-atomic injection of SPIs
 2020-05-27  8:42 UTC  (4+ messages)

[RFC 00/16] KVM protected memory extension
 2020-05-27  8:39 UTC  (24+ messages)
` [RFC 02/16] x86/kvm: Introduce KVM memory protection feature
` [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 10/16] KVM: x86: Enabled protected memory extension
` [RFC 16/16] KVM: Unmap protected pages from direct mapping

[PATCH v11 00/11] Guest Last Branch Recording Enabling
 2020-05-27  8:28 UTC  (8+ messages)
` [PATCH v11 10/11] KVM: x86/pmu: Check guest LBR availability in case host reclaims them

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-05-27  6:24 UTC  (12+ messages)
` [PATCH v4 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v4 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v4 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters

[PATCH] vfio-ccw: document possible errors
 2020-05-27  6:19 UTC  (5+ messages)

[RFC PATCH v12 0/11] Enable ptp_kvm for arm64
 2020-05-27  6:06 UTC  (11+ messages)
` [RFC PATCH v12 03/11] psci: export smccc conduit get helper
` [RFC PATCH v12 07/11] psci: Add hypercall service for kvm ptp

general protection fault in start_creating
 2020-05-27  5:44 UTC 

[PATCH 0/3] kvm-unit-tests: nVMX: Test base and limit fields of guest GDTR and IDTR
 2020-05-27  5:17 UTC  (3+ messages)
` [PATCH 1/3] kvm-unit-tests: nVMX: Test GUEST_BASE_GDTR and GUEST_BASE_IDTR on vmentry of nested guests

KVM broken after suspend in most recent kernels
 2020-05-27  5:13 UTC  (5+ messages)

[PATCH 0/2] Fix issue with not starting nesting guests on my system
 2020-05-27  1:22 UTC  (8+ 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

kernel BUG at arch/x86/kvm/mmu/mmu.c:LINE! (2)
 2020-05-27  0:12 UTC  (2+ messages)

[PATCH] vdpa: bypass waking up vhost_woker for vdpa vq kick
 2020-05-26 22:53 UTC  (2+ messages)

[PATCH v3 0/7] Statsfs: a new ram-based file system for Linux kernel statistics
 2020-05-26 22:31 UTC  (11+ messages)
` [PATCH v3 1/7] stats_fs API: create, add and remove stats_fs sources and values
` [PATCH v3 2/7] documentation for stats_fs
` [PATCH v3 3/7] kunit: tests for stats_fs API
` [PATCH v3 4/7] stats_fs fs: virtual fs to show stats to the end-user
` [PATCH v3 5/7] kvm_main: replace debugfs with stats_fs
` [PATCH v3 6/7] [not for merge] kvm: example of stats_fs_value show function
` [PATCH v3 7/7] [not for merge] netstats: example use of stats_fs API

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

[PATCH 0/2 v5] Fix VMX preemption timer migration
 2020-05-26 21:51 UTC  (3+ messages)
` [PATCH 1/2 v5] KVM: nVMX: "
` [PATCH 2/2 v5] KVM: selftests: VMX preemption timer migration test

[PATCH v2 0/5] Add a vhost RPMsg API
 2020-05-26 20:50 UTC  (3+ messages)
` [PATCH v2 5/5] vhost: add an "

[PATCH 0/6] Add a vhost RPMsg API
 2020-05-26 20:09 UTC  (7+ messages)
` [PATCH 5/6] vhost: add an rpmsg API
  ` [Sound-open-firmware] "

[PATCH 1/1] vfio/spapr_tce: convert get_user_pages() --> pin_user_pages()
 2020-05-26 19:45 UTC  (3+ messages)

[PATCH v2 00/10] KVM: x86: Interrupt-based mechanism for async_pf 'page present' notifications
 2020-05-26 18:27 UTC  (3+ messages)
` [PATCH v2 02/10] KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info

[kvm-unit-tests PATCH v7 00/12] s390x: Testing the Channel Subsystem I/O
 2020-05-26 18:16 UTC  (26+ messages)
` [kvm-unit-tests PATCH v7 01/12] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v7 02/12] s390x: Use PSW bits definitions in cstart
` [kvm-unit-tests PATCH v7 03/12] s390x: Move control register bit definitions and add AFP to them
` [kvm-unit-tests PATCH v7 04/12] s390x: interrupt registration
` [kvm-unit-tests PATCH v7 05/12] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v7 06/12] s390x: use get_clock_ms() to calculate a delay in ms
` [kvm-unit-tests PATCH v7 07/12] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v7 08/12] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v7 10/12] s390x: define function to wait for interrupt

[PATCH v2 00/28] KVM: nSVM: event fixes and migration support
 2020-05-26 17:23 UTC  (29+ messages)
` [PATCH 01/28] KVM: x86: track manually whether an event has been injected
` [PATCH 02/28] KVM: x86: enable event window in inject_pending_event
` [PATCH 03/28] KVM: nSVM: inject exceptions via svm_check_nested_events
` [PATCH 04/28] KVM: nSVM: remove exit_required
` [PATCH 05/28] KVM: nSVM: correctly inject INIT vmexits
` [PATCH 06/28] KVM: SVM: always update CR3 in VMCB
` [PATCH 07/28] KVM: nVMX: always update CR3 in VMCS
` [PATCH 08/28] KVM: nSVM: move map argument out of enter_svm_guest_mode
` [PATCH 09/28] KVM: nSVM: extract load_nested_vmcb_control
` [PATCH 10/28] KVM: nSVM: extract preparation of VMCB for nested run
` [PATCH 11/28] KVM: nSVM: move MMU setup to nested_prepare_vmcb_control
` [PATCH 12/28] KVM: nSVM: clean up tsc_offset update
` [PATCH 13/28] KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_area
` [PATCH 14/28] KVM: nSVM: remove trailing padding for struct vmcb_control_area
` [PATCH 15/28] KVM: nSVM: save all control fields in svm->nested
` [PATCH 16/28] KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTR
` [PATCH 17/28] KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit
` [PATCH 18/28] KVM: nSVM: remove unnecessary if
` [PATCH 19/28] KVM: nSVM: extract svm_set_gif
` [PATCH 20/28] KVM: SVM: preserve VGIF across VMCB switch
` [PATCH 21/28] KVM: nSVM: synthesize correct EXITINTINFO on vmexit
` [PATCH 22/28] KVM: nSVM: remove HF_VINTR_MASK
` [PATCH 23/28] KVM: nSVM: remove HF_HIF_MASK
` [PATCH 24/28] KVM: nSVM: split nested_vmcb_check_controls
` [PATCH 25/28] KVM: nSVM: leave guest mode when clearing EFER.SVME
` [PATCH 26/28] KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
` [PATCH 27/28] selftests: kvm: add a SVM version of state-test
` [PATCH 28/28] KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE

#DE
 2020-05-26 16:26 UTC  (4+ messages)

[PATCH -next] vfio/pci: fix a null-ptr-deref in vfio_config_free()
 2020-05-26 16:21 UTC  (2+ messages)

[PATCH v3 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory
 2020-05-26 15:57 UTC  (17+ messages)

[PATCH v5] arch/x86: Update config and kernel doc for MPK feature on AMD
 2020-05-26 15:33 UTC  (3+ messages)

[PATCH v9 07/14] KVM: Don't allocate dirty bitmap if dirty ring is enabled
 2020-05-26 15:21 UTC  (3+ messages)

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

[RFC PATCH 0/7] kvm: arm64: Support stage2 hardware DBM
 2020-05-26 11:49 UTC  (5+ messages)
` [RFC PATCH 2/7] KVM: arm64: Set DBM bit of PTEs if hw DBM enabled

[PATCH V8 00/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-05-26 11:44 UTC  (5+ messages)

[RFC PATCH v2 0/4] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2020-05-26 11:08 UTC  (3+ messages)

[linux-next PATCH] mm/gup.c: Convert to use get_user_{page|pages}_fast_only()
 2020-05-26 10:40 UTC  (3+ messages)

[PATCH] s390/virtio: remove unused pm callbacks
 2020-05-26  9:36 UTC 

[GIT PULL 0/3] KVM: s390: Cleanups for 5.8
 2020-05-26  9:33 UTC  (4+ messages)
` [GIT PULL 1/3] KVM: s390: vsie: Move conditional reschedule
` [GIT PULL 2/3] KVM: s390: vsie: gmap_table_walk() simplifications
` [GIT PULL 3/3] KVM: s390: remove unneeded semicolon in gisa_vcpu_kicker()

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-05-26  9:19 UTC  (4+ messages)
` [PATCH v3 64/75] x86/sev-es: Cache CPUID results for improved performance

[PATCH v2 00/18] Add support for Nitro Enclaves
 2020-05-26  8:17 UTC  (19+ messages)
` [PATCH v2 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v2 15/18] nitro_enclaves: Add Makefile for the Nitro Enclaves driver
` [PATCH v2 16/18] nitro_enclaves: Add sample for ioctl interface usage
` [PATCH v2 17/18] nitro_enclaves: Add overview documentation

[PATCH 0/2] KVM: SVM: convert get_user_pages() --> pin_user_pages(), bug fixes
 2020-05-26  7:33 UTC  (4+ messages)
` [PATCH 1/2] KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast()
` [PATCH 2/2] KVM: SVM: convert get_user_pages() --> pin_user_pages()

[PATCH v9 0/8] KVM: Add virtualization support of split lock detection
 2020-05-26  6:19 UTC  (3+ messages)

[PATCH 02/24] KVM: nSVM: leave ASID aside in copy_vmcb_control_area
 2020-05-26  0:23 UTC  (2+ messages)

[PATCH 01/24] KVM: nSVM: fix condition for filtering async PF
 2020-05-26  0:23 UTC  (2+ 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).