kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-25 11:25:54 to 2020-05-26 17:25:02 UTC [more...]

[PATCH v2 00/28] KVM: nSVM: event fixes and migration support
 2020-05-26 17:23 UTC  (20+ messages)
` [PATCH 02/28] KVM: x86: enable event window in inject_pending_event
` [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 13/28] KVM: nSVM: pass vmcb_control_area to copy_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

[PATCH v3 00/18] Add support for Nitro Enclaves
 2020-05-26 17:20 UTC  (32+ 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 00/26] KVM: arm64: Preliminary NV patches
 2020-05-26 16:30 UTC  (15+ messages)
` [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

[kvm-unit-tests PATCH v7 00/12] s390x: Testing the Channel Subsystem I/O
 2020-05-26 16:30 UTC  (20+ 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 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

#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] KVM: arm64: Allow in-atomic injection of SPIs
 2020-05-26 16:11 UTC 

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

[PATCH v3 0/7] Statsfs: a new ram-based file system for Linux kernel statistics
 2020-05-26 15:45 UTC  (10+ 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 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  (8+ messages)
` [RFC PATCH 1/7] KVM: arm64: Add some basic functions for hw DBM
` [RFC PATCH 2/7] KVM: arm64: Set DBM bit of PTEs if hw DBM enabled
` [RFC PATCH 4/7] KVM: arm64: Steply write protect page table by mask bit
` [RFC PATCH 7/7] KVM: arm64: Enable stage2 hardware DBM

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

[RFC 00/16] KVM protected memory extension
 2020-05-26 11:38 UTC  (29+ 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 09/16] KVM: Protected memory extension
` [RFC 10/16] KVM: x86: Enabled protected "
` [RFC 13/16] x86/kvmclock: Share hvclock memory with the host
` [RFC 16/16] KVM: Unmap protected pages from direct mapping

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

[RFC PATCH v12 0/11] Enable ptp_kvm for arm64
 2020-05-26 11:02 UTC  (14+ messages)
` [RFC PATCH v12 03/11] psci: export smccc conduit get helper
` [RFC PATCH v12 07/11] psci: Add hypercall service for kvm ptp
` [RFC PATCH v12 10/11] arm64: add mechanism to let user choose which counter to return

[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  (25+ messages)
` [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 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 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 v4 0/7] clean up redundant 'kvm_run' parameters
 2020-05-26  5:59 UTC  (7+ 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] vdpa: bypass waking up vhost_woker for vdpa vq kick
 2020-05-26  5:32 UTC 

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

[PATCH v2 0/5] Add a vhost RPMsg API
 2020-05-25 20:53 UTC  (9+ messages)
` [PATCH v2 1/5] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
` [PATCH v2 2/5] vhost: (cosmetic) remove a superfluous variable initialisation
` [PATCH v2 3/5] rpmsg: move common structures and defines to headers
` [PATCH v2 4/5] rpmsg: update documentation
` [PATCH v2 5/5] vhost: add an RPMsg API

[PATCH v9 05/14] KVM: X86: Implement ring-based dirty memory tracking
 2020-05-25 15:33 UTC  (4+ messages)

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-05-25 11:14 UTC  (3+ messages)
` [RFC v2 17/18] spapr: Added PEF based "

[PATCH v2 00/10] KVM: x86: Interrupt-based mechanism for async_pf 'page present' notifications
 2020-05-25 14:41 UTC  (11+ messages)
` [PATCH v2 01/10] Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously"
` [PATCH v2 02/10] KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
` [PATCH v2 03/10] KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_async_page_present()
` [PATCH v2 04/10] KVM: introduce kvm_read_guest_offset_cached()
` [PATCH v2 05/10] KVM: x86: interrupt based APF 'page ready' event delivery
` [PATCH v2 06/10] KVM: x86: acknowledgment mechanism for async pf page ready notifications
` [PATCH v2 07/10] KVM: x86: announce KVM_FEATURE_ASYNC_PF_INT
` [PATCH v2 08/10] KVM: x86: Switch KVM guest to using interrupts for page ready APF delivery
` [PATCH v2 09/10] KVM: x86: drop KVM_PV_REASON_PAGE_READY case from kvm_handle_page_fault()
` [PATCH v2 10/10] KVM: x86: deprecate KVM_ASYNC_PF_SEND_ALWAYS

[PATCH Kernel v23 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-25 14:41 UTC  (5+ messages)
` [PATCH Kernel v23 1/8] vfio: UAPI for migration interface for device state
` [PATCH Kernel v23 4/8] vfio iommu: Add ioctl definition for dirty pages tracking

[PATCH 0/6] Add a vhost RPMsg API
 2020-05-25 13:53 UTC  (4+ messages)
` [PATCH 5/6] vhost: add an rpmsg API
  ` [Sound-open-firmware] "

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-25 13:20 UTC  (4+ messages)

KVM broken after suspend in most recent kernels
 2020-05-25 13:15 UTC  (4+ messages)

[PATCH RFC] vhost: add an SOF Audio DSP driver
 2020-05-25 12:43 UTC  (3+ messages)
` [Sound-open-firmware] "


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