kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-01 11:42:06 to 2019-02-06 10:29:15 UTC [more...]

[RFC PATCH 0/8] KVM: x86: svm: Enabling AVIC with in kernel irqchip
 2019-02-06 10:29 UTC  (11+ messages)
` [RFC PATCH 1/8] svm: Fix improper check when deactivate AVIC
` [RFC PATCH 2/8] KVM: x86: Add interface for run-time activate/de-activate APIC virtualization
` [RFC PATCH 3/8] KVM: x86: Add callback functions for handling APIC ID, DFR and LDR update
` [RFC PATCH 4/8] svm: Add AMD AVIC handlers for "
` [RFC PATCH 5/8] svm: Add support for APIC_ACCESS_PAGE_PRIVATE_MEMSLOT setup/destroy
` [RFC PATCH 6/8] svm: Temporary deactivate AVIC during ExtINT handling
` [RFC PATCH 7/8] KVM: i8254: Remove need for irq ack notifier
` [RFC PATCH 8/8] svm: Allow AVIC with in-kernel irqchip mode

[PATCH v2 00/27] KVM: x86/mmu: Remove fast invalidate mechanism
 2019-02-06  9:12 UTC  (3+ messages)
` [PATCH v2 01/27] KVM: Call kvm_arch_memslots_updated() before updating memslots

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-02-06  7:35 UTC  (69+ messages)
` [PATCH 03/19] KVM: PPC: Book3S HV: check the IRQ controller type
` [PATCH 05/19] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH 06/19] KVM: PPC: Book3S HV: add a GET_ESB_FD control to the XIVE native device
` [PATCH 08/19] KVM: PPC: Book3S HV: add a VC_BASE "
` [PATCH 09/19] KVM: PPC: Book3S HV: add a SET_SOURCE "
` [PATCH 12/19] KVM: PPC: Book3S HV: record guest queue page address
` [PATCH 13/19] KVM: PPC: Book3S HV: add a SYNC control for the XIVE native migration
` [PATCH 14/19] KVM: PPC: Book3S HV: add a control to make the XIVE EQ pages dirty
` [PATCH 15/19] KVM: PPC: Book3S HV: add get/set accessors for the source configuration
` [PATCH 16/19] KVM: PPC: Book3S HV: add get/set accessors for the EQ configuration
` [PATCH 17/19] KVM: PPC: Book3S HV: add get/set accessors for the VP XIVE state

[PATCH] KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported
 2019-02-06  5:53 UTC 

[PATCH v2] KVM: x86: Fix single-step debugging
 2019-02-05 22:55 UTC  (3+ messages)

[RFC][Patch v8 0/7] KVM: Guest Free Page Hinting
 2019-02-05 21:55 UTC  (17+ messages)
` [RFC][Patch v8 1/7] KVM: Support for guest free page hinting
` [RFC][Patch v8 2/7] KVM: Enabling guest free page hinting via static key
` [RFC][Patch v8 3/7] KVM: Guest free page hinting functional skeleton
` [RFC][Patch v8 4/7] KVM: Disabling page poisoning to prevent corruption
` [RFC][Patch v8 5/7] virtio: Enables to add a single descriptor to the host
` [RFC][Patch v8 6/7] KVM: Enables the kernel to isolate and report free pages
` [RFC][Patch v8 7/7] KVM: Adding tracepoints for guest page hinting
` [RFC][QEMU PATCH] KVM: Support for guest free "

[PATCH] vfio: platform: reset: fix up include directives to remove ccflags-y
 2019-02-05 20:38 UTC  (3+ messages)

[PATCH v2 0/3] KVM: MMU: pending MMU and nEPT patches
 2019-02-05 19:54 UTC  (3+ messages)
` [PATCH 3/3] KVM: x86: fix use of L1 MMIO areas in nested guests

[vhost:linux-next 3/23] include/linux/swiotlb.h:105:20: error: static declaration of 'is_swiotlb_active' follows non-static declaration
 2019-02-05 19:37 UTC 

[vhost:linux-next 2/23] include/linux/swiotlb.h:99:22: error: static declaration of 'swiotlb_max_mapping_size' follows non-static declaration
 2019-02-05 19:37 UTC 

[RFC PATCH 0/4] kvm: Report unused guest pages to host
 2019-02-05 18:43 UTC  (18+ messages)
` [RFC PATCH 1/4] madvise: Expose ability to set dontneed from kernel
` [RFC PATCH 2/4] kvm: Add host side support for free memory hints
` [RFC PATCH 3/4] kvm: Add guest "
` [RFC PATCH 4/4] mm: Add merge page notifier
` [RFC PATCH QEMU] i386/kvm: Enable paravirtual unused page hint mechanism

[PATCH v6] x86: load FPU registers on return to userland
 2019-02-05 18:16 UTC  (27+ messages)
` [PATCH 01/22] x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
` [PATCH 05/22] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
        ` [PATCH 05/22 v2] "
` [PATCH 06/22] x86/fpu: Don't save fxregs for ia32 frames "
    ` [PATCH 06/22 v2] x86/fpu: Don't save fxregs for ia32 frames in
` [PATCH 07/22] x86/fpu: Remove fpu->initialized
    ` [PATCH 07/22 v2] "
` [PATCH 08/22] x86/fpu: Remove user_fpu_begin()

[PATCH v3 0/6] vfio-ccw: support hsch/csch (kernel part)
 2019-02-05 16:32 UTC  (20+ messages)
` [PATCH v3 1/6] vfio-ccw: make it safe to access channel programs
` [PATCH v3 2/6] vfio-ccw: rework ssch state handling

[kvm-unit-tests PATCH v3 0/5] arm/arm64: Add support for running under kvmtool
 2019-02-05 14:29 UTC  (14+ messages)
` [kvm-unit-tests PATCH v3 1/5] lib: arm: Use UART address from generated config.h
` [kvm-unit-tests PATCH v3 2/5] configure: arm/arm64: Add --vmm option with no effect
` [kvm-unit-tests PATCH v3 3/5] lib: arm: Use ns16550a UART when --vmm=kvmtool
` [kvm-unit-tests PATCH v3 4/5] lib: arm: Implement PSCI SYSTEM_OFF in psci_system_off()
` [kvm-unit-tests PATCH v3 5/5] lib: arm: Fallback to psci_system_off() in exit()
` [PATCH 6/5] arm/arm64: selftest.vectors-user: clean up PSCI exit

[PATCH v7 00/15] KVM: s390: make use of the GIB
 2019-02-05 12:52 UTC  (9+ messages)
` [PATCH v7 12/15] KVM: s390: kvm_s390_gisa_clear() now clears the IPM only
` [PATCH v7 13/15] KVM: s390: add gib_alert_irq_handler()
` [PATCH v7 15/15] KVM: s390: fix possible null pointer dereference in pending_irqs()

[PATCH v3 0/5] kvm "virtio pmem" device
 2019-02-05  7:29 UTC  (3+ messages)
` security implications of caching with virtio pmem (was Re: [PATCH v3 0/5] kvm "virtio pmem" device)
  ` [Qemu-devel] "

[Part2 PATCH v9 30/38] KVM: SVM: Add support for SEV LAUNCH_FINISH command
 2019-02-04 19:22 UTC  (4+ messages)
` [Part2 PATCH v9 38/38] KVM: X86: Restart the guest when insn_len is zero and SEV is enabled

[PATCH 0/2] KVM: SVM: move the SEV command handling into a separate file
 2019-02-04 17:17 UTC  (5+ messages)
` [PATCH 1/2] KVM: SVM: move common struct definitions to header file
` [PATCH 2/2] KVM: SVM: move the SEV specific function in a separate file

[PATCH v1] KVM: s390: vsie: fix Do the CRYCB validation first
 2019-02-04 16:18 UTC  (10+ messages)

[PATCH] svm: Fix improper check when deactivate AVIC
 2019-02-04 16:05 UTC  (4+ messages)

[PATCH 0/5] KVM: arm/arm64: Fix VCPU power management problems
 2019-02-04 15:15 UTC  (5+ messages)
` [PATCH 1/5] KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loaded
` [PATCH 2/5] arm/arm64: KVM: Allow a VCPU to fully reset itself

[PATCH 2/5] arm/arm64: KVM: Allow a VCPU to fully reset itself
 2019-02-04 15:08 UTC  (11+ messages)

[PULL 14/25] i386/kvm: ignore masked irqs when update msi routes
 2019-02-04 14:43 UTC 

[RFC][PATCH v2 00/21] PMEM NUMA node and hotness accounting/migration
 2019-02-04 10:46 UTC  (5+ messages)
` [RFC][PATCH v2 14/21] kvm: register in mm_struct

[kvm-unit-tests PATCH v2 0/5] arm/arm64: Add support for running under kvmtool
 2019-02-04 10:32 UTC  (15+ messages)
` [kvm-unit-tests PATCH v2 1/5] lib: arm: Use UART address from generated config.h
` [kvm-unit-tests PATCH v2 2/5] configure: arm/arm64: Add --vmm option with no effect
` [kvm-unit-tests PATCH v2 3/5] lib: arm: Use ns16550a UART when --vmm=kvmtool
` [kvm-unit-tests PATCH v2 4/5] lib: arm: Implement PSCI SYSTEM_OFF in psci_system_off()
` [kvm-unit-tests PATCH v2 5/5] lib: arm: Fallback to psci_system_off() in exit()

[PATCH V3] KVM: x86: Sync the pending Posted-Interrupts
 2019-02-04 10:00 UTC  (4+ messages)

[PATCH v3 0/2] vsock/virtio: fix issues on device hot-unplug
 2019-02-03 19:06 UTC  (4+ messages)
` [PATCH v3 1/2] vsock/virtio: fix kernel panic after "
` [PATCH v3 2/2] vsock/virtio: reset connected sockets on device removal

[PATCH 3.16 004/305] x86/mm: Simplify p[g4um]d_page() macros
 2019-02-03 13:45 UTC 

[PATCH] Revert "KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()"
 2019-02-02  9:20 UTC 

[PATCH V2 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-02-02  1:38 UTC  (10+ messages)
` [PATCH V2 1/10] X86/Hyper-V: Add parameter offset for hyperv_fill_flush_guest_mapping_list()
` [PATCH V2 2/10] KVM/VMX: Fill range list in kvm_fill_hv_flush_list_func()
` [PATCH V2 3/10] KVM/MMU: Add last_level in the struct mmu_spte_page
` [PATCH V2 4/10] KVM/MMU: Introduce tlb flush with range list
` [PATCH V2 5/10] KVM/MMU: Flush tlb with range list in sync_page()
` [PATCH V2 6/10] KVM/MMU: Flush tlb directly in the kvm_mmu_slot_gfn_write_protect()
` [PATCH V2 7/10] KVM: Add kvm_get_memslot() to get memslot via slot id
` [PATCH V2 8/10] KVM: Use tlb range flush in the kvm_vm_ioctl_get/clear_dirty_log()
` [PATCH V2 9/10] KVM: Add flush parameter for kvm_age_hva()

[RFC PATCH 0/4] Restore change_pte optimization to its former glory
 2019-02-02  1:13 UTC  (7+ messages)
` [RFC PATCH 1/4] uprobes: use set_pte_at() not set_pte_at_notify()
` [RFC PATCH 2/4] mm/mmu_notifier: use unsigned for event field in range struct

[PATCH v4 0/9] mmu notifier provide context informations
 2019-02-01 21:02 UTC  (4+ messages)

[PATCH V2 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-02-01 14:48 UTC 

[PATCH v2 0/4] Various convenience fixes
 2019-02-01 12:37 UTC  (5+ messages)
` [PATCH v2 1/4] arm: fdt: add stdout-path to /chosen node
` [PATCH v2 2/4] Makefile: support -s switch
` [PATCH v2 3/4] Makefile: Remove echoing of kvmtools version file
` [PATCH v2 4/4] arm: Auto-detect guest GIC type


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