kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-20 14:24:33 to 2019-09-24 00:17:48 UTC [more...]

[PATCH 00/17] KVM monolithic v1
 2019-09-24  0:15 UTC  (50+ messages)
` [PATCH 01/17] x86: spec_ctrl: fix SPEC_CTRL initialization after kexec
` [PATCH 02/17] KVM: monolithic: x86: convert the kvm_x86_ops methods to external functions
` [PATCH 03/17] KVM: monolithic: x86: handle the request_immediate_exit variation
` [PATCH 04/17] KVM: monolithic: x86: convert the kvm_pmu_ops methods to external functions
` [PATCH 05/17] KVM: monolithic: x86: enable the kvm_x86_ops "
` [PATCH 06/17] KVM: monolithic: x86: enable the kvm_pmu_ops "
` [PATCH 07/17] KVM: monolithic: x86: adjust the section prefixes
` [PATCH 08/17] KVM: monolithic: adjust the section prefixes in the KVM common code
` [PATCH 09/17] KVM: monolithic: x86: remove kvm.ko
` [PATCH 10/17] KVM: monolithic: x86: use the external functions instead of kvm_x86_ops
` [PATCH 11/17] KVM: monolithic: x86: remove exports
` [PATCH 12/17] KVM: monolithic: remove exports from KVM common code
` [PATCH 13/17] KVM: monolithic: x86: drop the kvm_pmu_ops structure
` [PATCH 14/17] KVM: monolithic: x86: inline more exit handlers in vmx.c
` [PATCH 15/17] KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers
` [PATCH 16/17] KVM: retpolines: x86: eliminate retpoline from svm.c "
` [PATCH 17/17] x86: retpolines: eliminate retpoline from msr event handlers

[Bug 204975] New: AMD-Vi: Command buffer timeout
 2019-09-23 23:32 UTC  (9+ messages)
` [Bug 204975] "

[PATCH 0/6] mdev based hardware virtio offloading support
 2019-09-23 22:59 UTC  (17+ messages)
` [PATCH 1/6] mdev: class id support
` [PATCH 2/6] mdev: introduce device specific ops
` [PATCH 3/6] mdev: introduce virtio device and its device ops
` [PATCH 4/6] virtio: introduce a mdev based transport
` [PATCH 5/6] vringh: fix copy direction of vringh_iov_push_kern()
` [PATCH 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

[PATCH 1/1] powerpc: kvm: Reduce calls to get current->mm by storing the value locally
 2019-09-23 21:30 UTC 

[PATCH 0/3] Replace current->mm by kvm->mm on powerpc/kvm
 2019-09-23 21:24 UTC  (4+ messages)
` [PATCH 1/3] powerpc/kvm/book3s: Replace current->mm by kvm->mm
` [PATCH 2/3] powerpc/kvm/book3e: "
` [PATCH 3/3] powerpc/kvm/e500: "

[RFC patch 00/15] entry: Provide generic implementation for host and guest entry/exit work
 2019-09-23 20:50 UTC  (27+ messages)
` [RFC patch 01/15] entry: Provide generic syscall entry functionality
` [RFC patch 02/15] x86/entry: Remove _TIF_NOHZ from _TIF_WORK_SYSCALL_ENTRY
` [RFC patch 03/15] x86/entry: Use generic syscall entry function
` [RFC patch 07/15] arm64/syscall: Remove obscure flag check
` [RFC patch 09/15] entry: Provide generic exit to usermode functionality
` [RFC patch 10/15] x86/entry: Move irq tracing to C code
` [RFC patch 14/15] workpending: Provide infrastructure for work before entering a guest

[RFC PATCH 0/4] Use 1st-level for DMA remapping in guest
 2019-09-23 20:31 UTC  (8+ messages)
` [RFC PATCH 1/4] iommu/vt-d: Move domain_flush_cache helper into header
` [RFC PATCH 2/4] iommu/vt-d: Add first level page table interfaces
` [RFC PATCH 3/4] iommu/vt-d: Map/unmap domain with mmmap/mmunmap
` [RFC PATCH 4/4] iommu/vt-d: Identify domains using first level page table

[kvm-unit-tests PATCH v6 1/2] x86: nvmx: fix bug in __enter_guest()
 2019-09-23 20:08 UTC  (3+ messages)
` [kvm-unit-tests PATCH v6 2/2] x86: nvmx: test max atomic switch MSRs

[RFC] VSOCK: add support for MSG_PEEK
 2019-09-23 19:16 UTC  (3+ messages)

[PATCH 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL
 2019-09-23 15:56 UTC  (10+ messages)
` [PATCH 1/6] KVM: PPC: Book3S HV: XIVE: initialize private pointer when VPs are allocated
` [PATCH 2/6] KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive "
` [PATCH 3/6] KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use
` [PATCH 4/6] KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helper
` [PATCH 5/6] KVM: PPC: Book3S HV: XIVE: Make VP block size configurable
` [PATCH 6/6] KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPs

[PATCH 0/3] KVM: x86: hyper-v: make L2 Hyper-V 2019 on KVM guests see MD_CLEAR
 2019-09-23 16:48 UTC  (4+ messages)
` [PATCH 2/3] KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is impossible

[PATCH v10 0/6] mm / virtio: Provide support for unused page reporting
 2019-09-23 16:39 UTC  (13+ messages)
` [PATCH v10 3/6] mm: Introduce Reported pages

[kvm-unit-tests PATCH v5 1/2] x86: nvmx: fix bug in __enter_guest()
 2019-09-23 15:57 UTC  (6+ messages)
` [kvm-unit-tests PATCH v5 2/2] x86: nvmx: test max atomic switch MSRs

[PATCH v7 00/21] KVM RISC-V Support
 2019-09-23 15:54 UTC  (21+ messages)
` [PATCH v7 02/21] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v7 06/21] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v7 08/21] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v7 10/21] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v7 11/21] RISC-V: KVM: Handle WFI "
` [PATCH v7 18/21] RISC-V: KVM: Add SBI v0.1 support

[kvm-unit-tests PATCH v3 0/6] s390x: Add multiboot and smp
 2019-09-23 14:15 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 4/6] s390x: Add initial smp code
    ` [kvm-unit-tests PATCH] "

[PATCH kvmtool 00/16] arm: Allow the user to define the memory layout
 2019-09-23 13:35 UTC  (17+ messages)
` [PATCH kvmtool 01/16] arm: Allow use of hugepage with 16K pagesize host
` [PATCH kvmtool 02/16] kvm__arch_init: Don't pass hugetlbfs_path and ram_size in parameter
` [PATCH kvmtool 03/16] virtio/scsi: Allow the use of multiple banks
` [PATCH kvmtool 04/16] kvmtool: Add helper to sanitize arch specific KVM configuration
` [PATCH kvmtool 05/16] kvmtool: Use MB consistently
` [PATCH kvmtool 06/16] builtin-run.c: Always use ram_size in bytes
` [PATCH kvmtool 07/16] arm: Remove redundant define ARM_PCI_CFG_SIZE
` [PATCH kvmtool 08/16] arm: Move anything related to RAM initialization in kvm__init_ram
` [PATCH kvmtool 09/16] arm: Allow the user to specify RAM base address
` [PATCH kvmtool 10/16] kvmtool: Allow standard size specifiers for memory
` [PATCH kvmtool 11/16] arm/pci: Remove unused ioports
` [PATCH kvmtool 12/16] Fold kvm__init_ram call in kvm__arch_init and rename it
` [PATCH kvmtool 13/16] arm: Allow any base address for RAM
` [PATCH kvmtool 14/16] arm: Move memory related code to memory.c
` [PATCH kvmtool 15/16] kvmtool: Make the size@addr option parser globally visible
` [PATCH kvmtool 16/16] arm: Allow the user to define the MMIO regions

[RFC PATCH V2 0/6] mdev based hardware virtio offloading support
 2019-09-23 12:21 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86/unittests.cfg: Increase the timeout of the sieve test to 180s
 2019-09-23 11:12 UTC 

[kvm-unit-tests PATCH] s390x: Fix stsi unaligned test and add selector tests
 2019-09-23  9:59 UTC  (5+ messages)

[PATCH] vhost: It's better to use size_t for the 3rd parameter of vhost_exceeds_weight()
 2019-09-23  9:12 UTC  (3+ messages)

[RFC PATCH v3 0/6] Enable ptp_kvm for arm64
 2019-09-23  4:57 UTC  (11+ messages)
` [RFC PATCH v3 4/6] psci: Add hvc call service for ptp_kvm

[PATCH AUTOSEL 5.3 203/203] kvm: Nested KVM MMUs need PAE root too
 2019-09-22 18:43 UTC 

[PATCH AUTOSEL 5.2 185/185] kvm: Nested KVM MMUs need PAE root too
 2019-09-22 18:49 UTC 

[kvm-unit-tests PATCH v2] kvm-unit-test: x86: Add RDPRU test
 2019-09-20 23:08 UTC 

[PATCH v3] kvm: nvmx: limit atomic switch MSRs
 2019-09-20 23:06 UTC  (3+ messages)

[GIT PULL] VFIO updates for v5.4-rc1
 2019-09-20 23:00 UTC  (2+ messages)

[PATCH] kvm: svm: Intercept RDPRU
 2019-09-20 20:44 UTC  (2+ messages)

[kvm-unit-tests PATCH] kvm-unit-test: x86: Add RDPRU test
 2019-09-20 19:44 UTC  (3+ messages)

[PATCH v4 0/4] Retrieving zPCI specific info with VFIO
 2019-09-20 15:53 UTC  (16+ messages)
` [PATCH v4 3/4] vfio: zpci: defining the VFIO headers
` [PATCH v4 4/4] vfio: pci: Using a device region to retrieve zPCI information

[PATCH v6 00/10] s390: vfio-ap: dynamic configuration support
 2019-09-20 15:44 UTC  (5+ messages)
` [PATCH v6 04/10] s390: vfio-ap: filter CRYCB bits for unavailable queue devices


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