kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-29 20:08:44 to 2019-07-31 15:10:10 UTC [more...]

[PATCHv2 00/59] Intel MKTME enabling
 2019-07-31 15:08 UTC  (21+ messages)
` [PATCHv2 02/59] mm: Add helpers to setup zero page mappings
` [PATCHv2 04/59] mm/page_alloc: Unify alloc_hugepage_vma()
` [PATCHv2 08/59] x86/mm: Introduce helpers to read number, shift and mask of KeyIDs
` [PATCHv2 09/59] x86/mm: Store bitmask of the encryption algorithms supported by MKTME
` [PATCHv2 11/59] x86/mm: Detect MKTME early
` [PATCHv2 12/59] x86/mm: Add a helper to retrieve KeyID for a page
` [PATCHv2 13/59] x86/mm: Add a helper to retrieve KeyID for a VMA
` [PATCHv2 14/59] x86/mm: Add hooks to allocate and free encrypted pages
` [PATCHv2 15/59] x86/mm: Map zero pages into encrypted mappings correctly
` [PATCHv2 16/59] x86/mm: Rename CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING
` [PATCHv2 18/59] x86/mm: Calculate direct mapping size
` [PATCHv2 21/59] mm/page_ext: Export lookup_page_ext() symbol
` [PATCHv2 23/59] x86/pconfig: Set an activated algorithm in all MKTME commands
` [PATCHv2 25/59] keys/mktme: Preparse the MKTME key payload
` [PATCHv2 26/59] keys/mktme: Instantiate MKTME keys
` [PATCHv2 36/59] keys/mktme: Require ACPI HMAT to register the MKTME Key Service
` [PATCHv2 42/59] syscall/x86: Wire up a system call for MKTME encryption keys
` [PATCHv2 44/59] mm: Add the encrypt_mprotect() system call for MKTME
` [PATCHv2 50/59] x86/mm: Use common code for DMA memory encryption
` [PATCHv2 51/59] x86/mm: Disable MKTME on incompatible platform configurations

[PATCH v2 0/3] KVM: selftests: Enable ucall and dirty_log_test on s390x
 2019-07-31 14:51 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: selftests: Split ucall.c into architecture specific files
` [PATCH v2 2/3] KVM: selftests: Implement ucall() for s390x
` [PATCH v2 3/3] KVM: selftests: Enable dirty_log_test on s390x

[PATCH] selftests: kvm: Adding config fragments
 2019-07-31 14:38 UTC  (3+ messages)

[PATCH] KVM: selftests: Update gitignore file for latest changes
 2019-07-31 14:28 UTC 

[PATCH 0/3] Reduce the number of Valgrind reports in unit tests
 2019-07-31 14:11 UTC  (21+ messages)
` [PATCH 1/3] test-throttle: Fix uninitialized use of burst_length
` [PATCH 2/3] tests: Fix uninitialized byte in test_visitor_in_fuzz
` [PATCH 3/3] i386/kvm: initialize struct at full before ioctl call
  ` [Qemu-devel] "

[PATCH RFC 0/5] x86/KVM/svm: get rid of hardcoded instructions lengths
 2019-07-31 13:50 UTC  (8+ messages)
` [PATCH RFC 3/5] x86: KVM: svm: clear interrupt shadow on all paths in skip_emulated_instruction()
` [PATCH RFC 4/5] x86: KVM: add xsetbv to the emulator

[PATCH V2 0/9] Fixes for metadata accelreation
 2019-07-31 13:29 UTC  (17+ messages)
` [PATCH V2 1/9] vhost: don't set uaddr for invalid address
` [PATCH V2 2/9] vhost: validate MMU notifier registration
` [PATCH V2 3/9] vhost: fix vhost map leak
` [PATCH V2 4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V2 5/9] vhost: mark dirty pages during map uninit
` [PATCH V2 6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V2 8/9] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V2 9/9] vhost: do not return -EAGIAN for non blocking invalidation too early

[PATCH 1/3] KVM: Don't need to wakeup vCPU twice afer timer fire
 2019-07-31 13:14 UTC  (7+ messages)
` [PATCH 2/3] KVM: Check preempted_in_kernel for involuntary preemption
` [PATCH 3/3] KVM: Fix leak vCPU's VMCS value into other pCPU
  ` [PATCH v2 "

[PATCH 0/2] KVM: selftests: Enable ucall and dirty_log_test on s390x
 2019-07-31 13:05 UTC  (21+ messages)
` [PATCH 1/2] KVM: selftests: Implement ucall() for s390x
` [PATCH 2/2] KVM: selftests: Enable dirty_log_test on s390x

[Bug 204209] New: kernel 5.2.1: "floating point exception" in qemu with kvm enabled
 2019-07-31 11:15 UTC  (2+ messages)
` [Bug 204209] "

[PATCH v5 12/29] compat_ioctl: move drivers to compat_ptr_ioctl
 2019-07-31  8:37 UTC  (3+ messages)

[PATCH] kvm: arm: Promote KVM_ARM_TARGET_CORTEX_A7 to generic V7 core
 2019-07-31  8:17 UTC  (2+ messages)

[RFC PATCH 00/16] KVM RISC-V Support
 2019-07-31  7:23 UTC  (60+ messages)
` [RFC PATCH 03/16] RISC-V: Add initial skeletal KVM support
` [RFC PATCH 04/16] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [RFC PATCH 05/16] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [RFC PATCH 06/16] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [RFC PATCH 07/16] RISC-V: KVM: Implement VCPU world-switch
` [RFC PATCH 08/16] RISC-V: KVM: Handle MMIO exits for VCPU
` [RFC PATCH 10/16] RISC-V: KVM: Implement VMID allocator
` [RFC PATCH 11/16] RISC-V: KVM: Implement stage2 page table programming
` [RFC PATCH 13/16] RISC-V: KVM: Add timer functionality
` [RFC PATCH 15/16] RISC-V: KVM: Add SBI v0.1 support

[PATCH v3 0/9] x86: Concurrent TLB flushes
 2019-07-31  0:13 UTC  (3+ messages)
` [PATCH v3 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently

[PATCH 0/2] kvm-unit-test: x86: Implement a generic wrapper for cpuid/cpuid_indexed calls
 2019-07-30 21:52 UTC  (3+ messages)
` [PATCH 1/2] kvm-unit-test: x86: Implement a generic wrapper for cpuid/cpuid_indexed functions
` [PATCH 2/2] kvm-unit-test: x86: Replace cpuid/cpuid_indexed calls with this_cpu_has()

[PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput
 2019-07-30 20:42 UTC  (17+ messages)
` [PATCH v4 1/5] vsock/virtio: limit the memory used per-socket

[PATCH v3 00/10] KVM: arm/arm64: vgic: ITS translation cache
 2019-07-30 17:04 UTC  (2+ messages)

[PATCH net-next v5 0/5] vsock/virtio: optimizations to increase the throughput
 2019-07-30 16:02 UTC  (9+ messages)
` [PATCH net-next v5 1/5] vsock/virtio: limit the memory used per-socket
` [PATCH net-next v5 2/5] vsock/virtio: reduce credit update messages
` [PATCH net-next v5 3/5] vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()
` [PATCH net-next v5 4/5] vhost/vsock: split packets to send using multiple buffers
` [PATCH net-next v5 5/5] vsock/virtio: change the maximum packet size allowed

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-07-30 15:57 UTC  (6+ messages)
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool

[PATCH RFC UNTESTED] vfio-ccw: indirect access to translated cps
 2019-07-30 15:49 UTC  (2+ messages)

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-07-30 14:08 UTC  (4+ messages)
` [PATCH 11/59] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2

[kvm-unit-tests PATCH] Force GCC version to 8.2 for compiling the ARM tests
 2019-07-30 12:10 UTC 

[PATCH] KVM: Disable wake-affine vCPU process to mitigate lock holder preemption
 2019-07-30 12:09 UTC  (3+ messages)

kvm-unit-tests for arm are broken with GCC 9.1 on Fedora 30
 2019-07-30 11:52 UTC 

[kvm-unit-tests PATCH] arm: timer: Fix potential deadlock when waiting for interrupt
 2019-07-30 11:05 UTC  (6+ messages)

[RFC PATCH 00/21] x86/sgx: KVM: Add SGX virtualization
 2019-07-30  3:08 UTC  (5+ messages)
` [RFC PATCH 08/21] KVM: x86: Add kvm_x86_ops hook to short circuit emulation

[PATCH 0/3] KVM: X86: Some tracepoint enhancements
 2019-07-30  2:39 UTC  (12+ messages)
` [PATCH 1/3] KVM: X86: Trace vcpu_id for vmexit
` [PATCH 3/3] KVM: X86: Tune PLE Window tracepoint

[PATCH RESEND] KVM: X86: Use IPI shorthands in kvm guest when support
 2019-07-30  2:17 UTC  (3+ messages)

[PATCH v2] KVM: X86: Use IPI shorthands in kvm guest when support
 2019-07-30  2:15 UTC 

[PATCH v2 0/5] mm / virtio: Provide support for page hinting
 2019-07-29 22:11 UTC  (12+ messages)
` [PATCH v2 QEMU] virtio-balloon: Provide a interface for "bubble hinting"

[Bug 203477] New: [AMD][KVM] Windows L1 guest becomes extremely slow and unusable after enabling Hyper-V
 2019-07-29 22:07 UTC  (2+ messages)
` [Bug 203477] "


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