kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-01 08:50:21 to 2019-11-04 18:22:33 UTC [more...]

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-04 18:22 UTC  (26+ 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 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-04 18:10 UTC  (10+ messages)
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 11/19] net/xdp: "
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-11-04 17:50 UTC  (41+ messages)
` [RFC 01/37] DOCUMENTATION: protvirt: Protected virtual machine introduction
` [RFC 02/37] s390/protvirt: introduce host side setup
` [RFC 03/37] s390/protvirt: add ultravisor initialization
` [RFC 04/37] KVM: s390: protvirt: Add initial lifecycle handling
` [RFC 06/37] s390: UV: Add import and export to UV library
` [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

[RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
 2019-11-04 17:22 UTC  (34+ messages)
` [RFC v2 03/22] intel_iommu: modify x-scalable-mode to be string option
` [RFC v2 05/22] vfio/common: add iommu_ctx_notifier in container
` [RFC v2 06/22] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [RFC v2 07/22] hw/pci: introduce pci_device_iommu_context()
` [RFC v2 08/22] intel_iommu: provide get_iommu_context() callback
` [RFC v2 09/22] vfio/pci: add iommu_context notifier for pasid alloc/free
` [RFC v2 10/22] intel_iommu: add virtual command capability support
` [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

[PATCH 0/5] misc fixes on halt-poll code both KVM and guest
 2019-11-04 15:01 UTC  (13+ messages)
` [PATCH 1/5] KVM: simplify branch check in host poll code
` [PATCH 3/5] KVM: ensure pool time is longer than block_ns
` [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  (6+ 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 V7 0/6] mdev based hardware virtio offloading support
 2019-11-04 12:39 UTC  (7+ 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 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

[PATCH 0/4] Emulate and enable UMIP feature on AMD
 2019-11-04 11:54 UTC  (19+ messages)
` [PATCH 1/4] kvm: x86: Dont set UMIP feature bit unconditionally
` [PATCH 2/4] kvm: svm: Enable UMIP feature on AMD
` [PATCH 3/4] kvm: svm: Emulate UMIP instructions on non SEV guest
` [PATCH 4/4] x86/Kconfig: Rename UMIP config parameter

[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  (6+ messages)
` [PATCH V6 1/6] mdev: class id support
` [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 

[PATCH v4 00/17] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-11-02 10:01 UTC  (22+ messages)
` [PATCH v4 01/17] kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter
` [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 10/17] kvm: x86: hyperv: Use APICv update request interface
` [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 14/17] kvm: lapic: Clean up APIC predefined macros
` [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] s390: vfio-ap: disable IRQ in remove callback results in kernel OOPS
 2019-11-01 20:04 UTC  (6+ messages)

[PULL RESEND] virtio: fixes
 2019-11-01 19:40 UTC  (2+ messages)

[GIT PULL] KVM patches for Linux 5.4-rc6
 2019-11-01 17:10 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/tscdeadline_delay: test busy-wait loop in host
 2019-11-01 14:14 UTC 

[PATCH v4] vhost: introduce mdev based hardware backend
 2019-11-01 13:56 UTC  (3+ messages)

[PATCH 00/32] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-11-01 10:19 UTC  (4+ messages)
` [PATCH 01/32] hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers

[PATCH v8 0/7] Introduce support for guest CET feature
 2019-11-01  8:52 UTC  (3+ messages)
` [PATCH v8 1/7] KVM: CPUID: Fix IA32_XSS support in CPUID(0xd,i) enumeration
` [PATCH v8 2/7] KVM: VMX: Define CET VMCS fields and #CP flag


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