kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-01 22:41:52 to 2019-11-04 23:17:37 UTC [more...]

[PATCH v4 00/17] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-11-04 23:17 UTC  (25+ messages)
` [PATCH v4 02/17] kvm: lapic: Introduce APICv update helper function
` [PATCH v4 03/17] kvm: x86: Introduce APICv deactivate bits
` [PATCH v4 04/17] kvm: x86: Add support for activate/de-activate APICv at runtime
` [PATCH v4 05/17] kvm: x86: Add APICv activate/deactivate request trace points
` [PATCH v4 06/17] kvm: x86: svm: Add support to activate/deactivate posted interrupts
` [PATCH v4 07/17] svm: Add support for setup/destroy virutal APIC backing page for AVIC
` [PATCH v4 08/17] kvm: x86: Introduce APICv pre-update hook
` [PATCH v4 09/17] svm: Add support for activate/deactivate AVIC at runtime
` [PATCH v4 11/17] svm: Deactivate AVIC when launching guest with nested SVM support
` [PATCH v4 12/17] svm: Temporary deactivate AVIC during ExtINT handling
` [PATCH v4 13/17] kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode
` [PATCH v4 15/17] kvm: ioapic: Refactor kvm_ioapic_update_eoi()
` [PATCH v4 16/17] kvm: ioapic: Lazy update IOAPIC EOI
` [PATCH v4 17/17] svm: Allow AVIC with in-kernel irqchip mode

[PATCH 00/13] KVM monolithic v3
 2019-11-04 23:00 UTC  (13+ messages)
` [PATCH 01/13] KVM: monolithic: x86: remove kvm.ko
` [PATCH 03/13] kvm: monolithic: fixup x86-32 build
` [PATCH 04/13] KVM: monolithic: x86: handle the request_immediate_exit variation
` [PATCH 05/13] KVM: monolithic: add more section prefixes
` [PATCH 06/13] KVM: monolithic: x86: remove __exit section prefix from machine_unsetup
` [PATCH 07/13] KVM: monolithic: x86: remove __init section prefix from kvm_x86_cpu_has_kvm_support
` [PATCH 08/13] KVM: monolithic: remove exports
` [PATCH 09/13] KVM: monolithic: x86: drop the kvm_pmu_ops structure
` [PATCH 10/13] KVM: x86: optimize more exit handlers in vmx.c
` [PATCH 11/13] KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers
` [PATCH 12/13] KVM: retpolines: x86: eliminate retpoline from svm.c "
` [PATCH 13/13] x86: retpolines: eliminate retpoline from msr event handlers

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-04 22:49 UTC  (46+ messages)
` [PATCH v2 01/18] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v2 02/18] mm/gup: factor out duplicate code from four routines
` [PATCH v2 03/18] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 06/18] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v2 08/18] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v2 09/18] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 10/18] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v2 11/18] net/xdp: "
` [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v2 14/18] vfio, mm: "
` [PATCH v2 15/18] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v2 16/18] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v2 17/18] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v2 18/18] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH 0/4] Add support for capturing the highest observable L2 TSC
 2019-11-04 22:48 UTC  (9+ messages)
` [PATCH 1/4] kvm: nested: Introduce read_and_check_msr_entry()
` [PATCH 2/4] kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_MSR_ENTRIES
` [PATCH 3/4] kvm: vmx: Rename function find_msr() to vmx_find_msr_index()
` [PATCH 4/4] KVM: nVMX: Add support for capturing highest observable L2 TSC

[PATCH V7 0/6] mdev based hardware virtio offloading support
 2019-11-04 21:50 UTC  (10+ messages)
` [PATCH V7 1/6] mdev: class id support
` [PATCH V7 2/6] modpost: add support for mdev class id
` [PATCH V7 3/6] mdev: introduce device specific ops
` [PATCH V7 4/6] mdev: introduce virtio device and its device ops
` [PATCH V7 5/6] virtio: introduce a mdev based transport
` [PATCH V7 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH v2] x86/Kconfig: Rename UMIP config parameter
 2019-11-04 21:48 UTC  (3+ messages)

[PATCH] kvm: cpuid: Expose leaves 0x80000005 and 0x80000006 to the guest
 2019-11-04 20:49 UTC  (2+ messages)

[RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
 2019-11-04 20:25 UTC  (22+ messages)
` [RFC v2 11/22] intel_iommu: process pasid cache invalidation
` [RFC v2 12/22] intel_iommu: add present bit check for pasid table entries
` [RFC v2 13/22] intel_iommu: add PASID cache management infrastructure
` [RFC v2 14/22] vfio/pci: add iommu_context notifier for pasid bind/unbind
` [RFC v2 15/22] intel_iommu: bind/unbind guest page table to host

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-04 19:20 UTC  (9+ messages)
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 11/19] net/xdp: set FOLL_PIN via pin_user_pages()
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[PATCH 0/4] Emulate and enable UMIP feature on AMD
 2019-11-04 18:46 UTC  (12+ messages)
` [PATCH 2/4] kvm: svm: Enable "

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-11-04 18:38 UTC  (35+ messages)
` [RFC 01/37] DOCUMENTATION: protvirt: Protected virtual machine introduction
` [RFC 02/37] s390/protvirt: introduce host side setup
` [RFC 04/37] KVM: s390: protvirt: Add initial lifecycle handling
` [RFC 09/37] KVM: s390: protvirt: Implement on-demand pinning
` [RFC 14/37] KVM: s390: protvirt: Implement interruption injection
` [RFC 19/37] KVM: s390: protvirt: Add new gprs location handling

[PATCH 0/5] misc fixes on halt-poll code both KVM and guest
 2019-11-04 15:01 UTC  (11+ messages)
` [PATCH 1/5] KVM: simplify branch check in host poll code
` [PATCH 4/5] cpuidle-haltpoll: add a check to ensure grow start value is nonzero
` [PATCH 5/5] cpuidle-haltpoll: fix up the branch check

[RFC 07/37] KVM: s390: protvirt: Secure memory is not mergeable
 2019-11-04 14:38 UTC  (5+ messages)
` [RFC v2] "

[kvm-unit-tests PATCH v2 0/5] s390x: SCLP Unit test
 2019-11-04 14:29 UTC  (19+ messages)
` [kvm-unit-tests PATCH v2 3/5] s390x: sclp: expose ram_size and max_ram_size
` [kvm-unit-tests PATCH v2 4/5] s390x: sclp: add service call instruction wrapper
` [kvm-unit-tests PATCH v2 5/5] s390x: SCLP unit test

[PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-11-04 12:43 UTC  (8+ messages)
` [PATCH v21 1/6] hw/arm/virt: Introduce a RAS machine option
` [PATCH v21 2/6] docs: APEI GHES generation and CPER record description
` [PATCH v21 3/6] ACPI: Add APEI GHES table generation support
` [PATCH v21 4/6] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH v21 6/6] MAINTAINERS: Add APCI/APEI/GHES entries

[PATCH 1/2] KVM: Fix NULL-ptr defer after kvm_create_vm fails
 2019-11-04 12:26 UTC  (8+ messages)
` [PATCH 2/2] KVM: Fix rcu splat if vm creation fails

[kvm-unit-tests PATCH v3 0/2] Save/Restore clobbered register and struct initialization
 2019-11-04 12:09 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/2] x86: realmode: save and restore %es
` [kvm-unit-tests PATCH v3 2/2] x86: realmode: initialize inregs with a stack

[kvm-unit-tests PATCH v2] alloc: Add memalign error checks
 2019-11-04 11:31 UTC  (5+ messages)

[kvm-unit-tests PATCH] alloc: Add more memalign asserts
 2019-11-04 10:16 UTC  (5+ messages)

[PATCH net-next 00/14] vsock: add multi-transports support
 2019-11-04 10:10 UTC  (3+ messages)
` [PATCH net-next 12/14] vsock/vmci: register vmci_transport only when VMCI guest/host are active

[kvm-unit-tests PATCH] s390x: Use loop to save and restore fprs
 2019-11-04 10:00 UTC  (2+ messages)

general protection fault in kvm_coalesced_mmio_init
 2019-11-04  6:41 UTC 

[PATCH V6 0/6] mdev based hardware virtio offloading support
 2019-11-04  2:51 UTC  (4+ messages)
` [PATCH V6 3/6] mdev: introduce device specific ops

INFO: task hung in synchronize_rcu
 2019-11-03 12:11 UTC  (2+ messages)

WARNING: suspicious RCU usage in kvm_dev_ioctl
 2019-11-03  4:36 UTC  (3+ messages)

Your opportunity
 2019-11-02 23:49 UTC 


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