kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-23 22:57:20 to 2020-05-26 08:17:58 UTC [more...]

[PATCH v2 00/18] Add support for Nitro Enclaves
 2020-05-26  8:17 UTC  (31+ messages)
` [PATCH v2 04/18] nitro_enclaves: Init PCI device driver
` [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

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

[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 v3 00/18] Add support for Nitro Enclaves
 2020-05-26  6:52 UTC  (24+ 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

[RFC 00/16] KVM protected memory extension
 2020-05-26  6:40 UTC  (28+ 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

[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 

[RFC PATCH 0/7] kvm: arm64: Support stage2 hardware DBM
 2020-05-26  2:08 UTC  (10+ 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 3/7] KVM: arm64: Traverse page table entries when sync dirty log
` [RFC PATCH 4/7] KVM: arm64: Steply write protect page table by mask bit
` [RFC PATCH 5/7] kvm: arm64: Modify stage2 young mechanism to support hw DBM
` [RFC PATCH 6/7] kvm: arm64: Save stage2 PTE dirty info if it is coverred
` [RFC PATCH 7/7] KVM: arm64: Enable stage2 hardware DBM

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

[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

[kvm-unit-tests PATCH v7 00/12] s390x: Testing the Channel Subsystem I/O
 2020-05-25 19:12 UTC  (5+ messages)
` [kvm-unit-tests PATCH v7 03/12] s390x: Move control register bit definitions and add AFP to them
` [kvm-unit-tests PATCH v7 08/12] s390x: css: stsch, enumeration test

#DE
 2020-05-25 16:45 UTC  (2+ messages)

[PATCH v9 00/14] KVM: Dirty ring interface
 2020-05-25 15:33 UTC  (19+ 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

[RFC PATCH v12 0/11] Enable ptp_kvm for arm64
 2020-05-25 15:28 UTC  (18+ 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 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 v2 00/18] Refactor configuration of guest memory protection
 2020-05-25 11:14 UTC  (7+ messages)
` [RFC v2 10/18] guest memory protection: Add guest memory protection interface
` [RFC v2 11/18] guest memory protection: Handle memory encrption via interface
` [RFC v2 17/18] spapr: Added PEF based guest memory protection

[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] "

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-05-25 10:59 UTC  (9+ messages)
` [PATCH v3 51/75] x86/sev-es: Handle MMIO events
` [PATCH v3 52/75] x86/sev-es: Handle MMIO String Instructions
` [PATCH v3 53/75] x86/sev-es: Handle MSR events
` [PATCH v3 54/75] x86/sev-es: Handle DR7 read/write events

[kvm-unit-tests PATCH] s390x: stsi: Make output tap13 compatible
 2020-05-25  9:43 UTC  (4+ messages)

[PULL 00/10] vfio-ccw patches for 5.8
 2020-05-25  9:41 UTC  (11+ messages)
` [PULL 01/10] vfio-ccw: Enable transparent CCW IPL from DASD
` [PULL 02/10] vfio-ccw: document possible errors
` [PULL 03/10] vfio-ccw: Introduce new helper functions to free/destroy regions
` [PULL 04/10] vfio-ccw: Register a chp_event callback for vfio-ccw
` [PULL 05/10] vfio-ccw: Refactor the unregister of the async regions
` [PULL 06/10] vfio-ccw: Introduce a new schib region
` [PULL 07/10] vfio-ccw: Refactor IRQ handlers
` [PULL 08/10] vfio-ccw: Introduce a new CRW region
` [PULL 09/10] vfio-ccw: Wire up the CRW irq and "
` [PULL 10/10] vfio-ccw: Add trace for CRW event

[PATCH V8 00/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-05-25  6:37 UTC  (19+ 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  6:13 UTC  (3+ messages)

[PATCH V7 00/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-05-24  2:45 UTC  (4+ messages)
` [PATCH V7 12/15] KVM: MIPS: Add CONFIG6 and DIAG registers emulation


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