kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-30 18:29:55 to 2019-11-03 21:20:24 UTC [more...]

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

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

[PATCH 0/4] Emulate and enable UMIP feature on AMD
 2019-11-03 11:45 UTC  (18+ 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

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

Your opportunity
 2019-11-02 23:49 UTC 

[RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
 2019-11-02 16:20 UTC  (30+ 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

[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

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-11-02  8:53 UTC  (26+ 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 06/37] s390: UV: Add import and export to UV library
` [RFC 09/37] KVM: s390: protvirt: Implement on-demand pinning
` [RFC 13/37] KVM: s390: protvirt: Add interruption injection controls
` [RFC 27/37] KVM: s390: protvirt: SIGP handling

[PATCH 0/5] misc fixes on halt-poll code both KVM and guest
 2019-11-01 21:26 UTC  (9+ 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

[kvm-unit-tests PATCH v3 0/2] Save/Restore clobbered register and struct initialization
 2019-11-01 20:33 UTC  (3+ 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 V6 0/6] mdev based hardware virtio offloading support
 2019-11-01 20:11 UTC  (9+ messages)
` [PATCH V6 1/6] mdev: class id support
` [PATCH V6 3/6] mdev: introduce device specific ops
` [PATCH V6 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH] s390: vfio-ap: disable IRQ in remove callback results in kernel OOPS
 2019-11-01 20:04 UTC  (7+ 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)

[RFC 07/37] KVM: s390: protvirt: Secure memory is not mergeable
 2019-11-01 13:02 UTC  (3+ messages)
` [RFC v2] "

[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  (8+ 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
` [PATCH v8 3/7] KVM: VMX: Pass through CET related MSRs
` [PATCH v8 4/7] KVM: VMX: Load CET states on vmentry/vmexit
` [PATCH v8 5/7] KVM: X86: Enable CET bits update in IA32_XSS
` [PATCH v8 6/7] KVM: X86: Load guest fpu state when accessing MSRs managed by XSAVES
` [PATCH v8 7/7] KVM: X86: Add user-space access interface for CET MSRs

KVM: x86: switch KVMCLOCK base to monotonic raw clock
 2019-11-01  1:35 UTC  (3+ messages)

[GIT PULL] Please pull my kvm-ppc-next-5.5-1 tag
 2019-10-31 23:36 UTC  (2+ messages)

[PATCH v3 00/16] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-10-31 23:09 UTC  (5+ messages)
` [PATCH v3 15/16] kvm: x86: ioapic: Lazy update IOAPIC EOI

[PATCH 0/1] RFC: memcg support for KVM/s390
 2019-10-31 15:31 UTC  (5+ messages)
` [PATCH 1/1] KVM: s390: Add memcg accounting to KVM allocations

[RFC PATCH 0/2] Add virtual SDEI support for arm64
 2019-10-31 13:07 UTC  (6+ messages)
` [RFC PATCH 1/2] kvm/arm: add capability to forward hypercall to user space

[tip: core/rcu] x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace_pointer()
 2019-10-31 11:54 UTC 

[PATCH v1 0/8] PEBS enabling in KVM guest
 2019-10-31 11:10 UTC  (18+ messages)
` [PATCH v1 3/8] KVM: x86: Allocate performance counter for PEBS event
` [PATCH v1 7/8] KVM: x86: Expose PEBS feature to guest
` [PATCH v1 8/8] perf/x86: Add event owner check when PEBS output to Intel PT

voice message
 2019-10-31 11:10 UTC 

[PATCH] arch: x86: kvm: mmu.c: use true/false for bool type
 2019-10-31 10:13 UTC  (6+ messages)

[PATCH net-next 00/14] vsock: add multi-transports support
 2019-10-31  8:54 UTC  (8+ messages)
` [PATCH net-next 07/14] vsock: handle buffer_size sockopts in the core
` [PATCH net-next 11/14] vsock: add multi-transports support

[PATCH] KVM: x86/pmu: Update guest cpuid10 entry if pmu->nr_*_counters are changed
 2019-10-30 16:44 UTC 

PROBLEM: Regression of MMU causing guest VM application errors
 2019-10-31  3:44 UTC  (8+ messages)

[RFC] vhost_mdev: add network control vq support
 2019-10-31  1:44 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 0/4] Patches for clang compilation
 2019-10-30 21:04 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 0/6] "
  ` [kvm-unit-tests PATCH v3 1/6] x86: emulator: use "SSE2" for the target
  ` [kvm-unit-tests PATCH v3 2/6] pci: cast the masks to the appropriate size
  ` [kvm-unit-tests PATCH v3 3/6] Makefile: use "-Werror" in cc-option
  ` [kvm-unit-tests PATCH v3 4/6] Makefile: add "cxx-option" for C++ builds
  ` [kvm-unit-tests PATCH v3 5/6] x86: use a non-negative number in shift
  ` [kvm-unit-tests PATCH v3 6/6] x86: use inline asm to retrieve stack pointer

[RFC PATCH 00/13] XOM for KVM guest userspace
 2019-10-30 21:02 UTC  (10+ messages)
` [RFC PATCH 09/13] x86/cpufeature: Add detection of KVM XO
` [RFC PATCH 13/13] x86/Kconfig: Add Kconfig for KVM based XO


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