public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-28 17:37:20 to 2017-06-30 12:00:45 UTC [more...]

[PATCH] KVM: x86: make backwards_tsc_observed a per-VM variable
 2017-06-30 12:00 UTC  (4+ messages)

[PATCH] KVM: x86: remove ignored type attribute
 2017-06-30 10:46 UTC  (3+ messages)
` [PATCH v2] "

[kvm-unit-tests PATCH 0/5] Minor fixes while getting rid of code duplication
 2017-06-30 10:42 UTC  (18+ messages)
` [kvm-unit-tests PATCH 1/5] arch/run: simplify copy-paste of the command line
` [kvm-unit-tests PATCH 2/5] run_tests: add summary to powerpc and s390
` [kvm-unit-tests PATCH 3/5] s390+powerpc/run: improve output handling
` [kvm-unit-tests PATCH 4/5] scripts/arch-run: fix qemu binary search failure path
` [kvm-unit-tests PATCH 5/5] arch/run: unify accelerator detection
  ` [kvm-unit-tests PATCH v2 "
  ` [kvm-unit-tests PATCH v2 6/5] x86/run: support accelerator controls

[kvm-unit-tests PATCH] Replace -Wextra with a saner list of warning flags
 2017-06-30 10:40 UTC  (8+ messages)

[GIT PULL] KVM/ARM updates for 4.13
 2017-06-30 10:39 UTC  (60+ messages)
` [PATCH 01/58] KVM: arm: Restore banked registers and physical timer access on hyp_panic()
` [PATCH 02/58] KVM: arm64: Restore host "
` [PATCH 03/58] KVM: arm/arm64: Allow GICv2 to supply a uaccess register function
` [PATCH 04/58] KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}active
` [PATCH 05/58] KVM: arm/arm64: Simplify active_change_prepare and plug race
` [PATCH 06/58] KVM: arm/arm64: Use uaccess functions for GICv3 {sc}active
` [PATCH 07/58] KVM: improve arch vcpu request defining
` [PATCH 08/58] KVM: add kvm_request_pending
` [PATCH 09/58] KVM: Add documentation for VCPU requests
` [PATCH 10/58] KVM: arm/arm64: properly use vcpu requests
` [PATCH 11/58] KVM: arm/arm64: replace pause checks with vcpu request checks
` [PATCH 12/58] KVM: arm/arm64: use vcpu requests for power_off
` [PATCH 13/58] KVM: arm/arm64: optimize VCPU RUN
` [PATCH 14/58] KVM: arm/arm64: change exit request to sleep request
` [PATCH 15/58] KVM: arm/arm64: use vcpu requests for irq injection
` [PATCH 16/58] KVM: arm/arm64: PMU: remove request-less vcpu kick
` [PATCH 17/58] KVM: arm/arm64: timer: "
` [PATCH 18/58] KVM: arm64: Allow creating the PMU without the in-kernel GIC
` [PATCH 19/58] KVM: arm: Handle VCPU device attributes in guest.c
` [PATCH 20/58] KVM: arm/arm64: Move irq_is_ppi() to header file
` [PATCH 21/58] KVM: arm/arm64: Move timer IRQ default init to arch_timer.c
` [PATCH 22/58] KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace
` [PATCH 23/58] KVM: arm/arm64: Introduce an allocator for in-kernel irq lines
` [PATCH 24/58] KVM: arm/arm64: Check if irq lines to the GIC are already used
` [PATCH 25/58] KVM: arm/arm64: Disallow userspace control of in-kernel IRQ lines
` [PATCH 26/58] KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQ
` [PATCH 27/58] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
` [PATCH 28/58] KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
` [PATCH 29/58] KVM: arm64: Make kvm_condition_valid32() accessible from EL2
` [PATCH 30/58] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
` [PATCH 31/58] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
` [PATCH 32/58] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
` [PATCH 33/58] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
` [PATCH 34/58] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
` [PATCH 35/58] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
` [PATCH 36/58] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH 37/58] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
` [PATCH 38/58] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
` [PATCH 39/58] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
` [PATCH 40/58] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
` [PATCH 41/58] KVM: arm64: vgic-v3: Add misc Group-0 handlers
` [PATCH 42/58] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
` [PATCH 43/58] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
` [PATCH 44/58] arm64: Add MIDR values for Cavium cn83XX SoCs
` [PATCH 45/58] arm64: Add workaround for Cavium Thunder erratum 30115
` [PATCH 46/58] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
` [PATCH 47/58] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
` [PATCH 48/58] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
` [PATCH 49/58] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
` [PATCH 50/58] KVM: arm64: Enable GICv3 common sysreg trapping via command-line
` [PATCH 51/58] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
` [PATCH 52/58] KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
` [PATCH 53/58] KVM: arm64: Log an error if trapping a write-to-read-only "
` [PATCH 54/58] arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1
` [PATCH 55/58] arm64/kvm: vgic: use SYS_DESC()
` [PATCH 56/58] KVM: ARM64: fix phy counter access failure in guest
` [PATCH 57/58] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory
` [PATCH 58/58] arm64: Remove a redundancy in sysreg.h

[kvm-unit-tests PATCH 0/3] x86/vmx: fix vmx_EPT_AD_* tests
 2017-06-30 10:33 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/3] x86/vmx: fix EPT - MMIO access
` [kvm-unit-tests PATCH 2/3] x86/vmx: fix detection of unmapped PTE
` [kvm-unit-tests PATCH 3/3] x86/vmx: get EPT at the last level

[PATCH] kvm: nVMX: Check memory operand to INVVPID
 2017-06-30 10:21 UTC  (12+ messages)
` [PATCH v2] "
        ` [kvm-unit-tests PATCH 1/2] Move vmx_{on,off} into vmx.h
          ` [kvm-unit-tests PATCH 2/2] Add basic invvpid test
          ` [kvm-unit-tests PATCH v2 1/4] Save/restore handler in test_for_exception
            ` [kvm-unit-tests PATCH v2 2/4] Specify %cs for exception_handler iret
            ` [kvm-unit-tests PATCH v2 3/4] Move vmx_{on,off} into vmx.h
            ` [kvm-unit-tests PATCH v2 4/4] Add basic invvpid test

[PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-06-30 10:10 UTC  (3+ messages)
` [PATCH V17 01/11] acpi: apei: read ack upon ghes record consumption

[kvm-unit-tests PATCH 0/3] Some more improvements related to compiler warnings
 2017-06-30 10:08 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/3] Move flags that are shared between C and C++ into COMMON_CFLAGS
` [kvm-unit-tests v2 PATCH 2/3] Replace -Wextra with a saner list of warning flags
` [kvm-unit-tests PATCH 3/3] Mark some local functions as "static"

[kvm-unit-tests v3 PATCH 0/3] Some more improvements related to compiler warnings
 2017-06-30 10:00 UTC  (4+ messages)
` [kvm-unit-tests v3 PATCH 1/3] Move flags that are shared between C and C++ into COMMON_CFLAGS
` [kvm-unit-tests v3 PATCH 2/3] Replace -Wextra with a saner list of warning flags
` [kvm-unit-tests v3 PATCH 3/3] Mark some local functions as "static"

[PATCH 0/2] Expose VMFUNC to the nested hypervisor
 2017-06-30  7:29 UTC  (4+ messages)
` [PATCH 1/2] KVM: nVMX: Implement EPTP switching for the L1 hypervisor
` [PATCH 2/2] KVM: nVMX: Advertise VMFUNC to "

[PATCH 1/2] KVM: PPC: Book3S HV: Simplify dynamic micro-threading code
 2017-06-30  7:03 UTC  (4+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Close race with testing for signals on guest entry
  ` [PATCH v2 "

[PATCH] KVM: PPC: Book3S: Fix typo in XICS-on-XIVE state saving code
 2017-06-30  6:59 UTC 

[PATCH kernel v4 0/6] vfio-pci: Add support for mmapping MSI-X table
 2017-06-30  5:24 UTC  (7+ messages)
` [PATCH kernel v4 1/6] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
` [PATCH kernel v4 2/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller enables IRQ remapping
` [PATCH kernel v4 3/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if IOMMU have capability of "
` [PATCH kernel v4 4/6] iommu: Set PCI_BUS_FLAGS_MSI_REMAP on iommu driver initialization
` [PATCH kernel v4 5/6] pci-ioda: Set PCI_BUS_FLAGS_MSI_REMAP for IODA host bridge
` [PATCH kernel v4 6/6] vfio-pci: Allow to expose MSI-X table to userspace if interrupt remapping is enabled

[PATCH v3 RESEND] kvm: vmx: Properly handle machine check during VM-entry
 2017-06-30  2:57 UTC  (2+ messages)

[PATCH 0/3] KVM: lapic: optimize injection of already-expired timer
 2017-06-30  1:30 UTC  (5+ messages)
` [PATCH 1/3] KVM: lapic: reorganize start_hv_timer
` [PATCH 2/3] KVM: lapic: reorganize restart_apic_timer
` [PATCH 3/3] KVM: LAPIC: Fix lapic timer injection delay

[RFC PATCH kernel] vfio-pci: Allow mapping of MSI-X table to userspace
 2017-06-29 20:42 UTC  (2+ messages)

[PATCH kernel 0/3 REPOST] vfio-pci: Add support for mmapping MSI-X table
 2017-06-29 20:06 UTC  (6+ messages)

[PATCH] arm64: kvm: reuse existing cache type/info related macros
 2017-06-29 18:06 UTC 

KVM: BUG during OOM on host
 2017-06-29 17:14 UTC  (2+ messages)

[PATCH kvm-unit-tests] vmexit: add tscdeadline benchmarks
 2017-06-29 16:54 UTC 

[PATCH v3] ARM: KVM: Enable in-kernel timers with user space gic
 2017-06-29 15:22 UTC  (2+ messages)

[GIT PULL 0/9] KVM: s390: fixes and features for 4.13 (via kvm/next)
 2017-06-29 14:57 UTC  (15+ messages)
` [GIT PULL 7/9] KVM: s390: Backup the guest's machine check info
` [GIT PULL 9/9] KVM: s390: Inject machine check into the nested guest

[PATCH v4] KVM: LAPIC: Fix lapic timer injection delay
 2017-06-29 14:29 UTC  (2+ messages)

[PATCH v7 0/4] KVM: async_pf: Fix async pf exception injection
 2017-06-29 12:15 UTC  (7+ messages)
` [PATCH v7 1/4] KVM: x86: Simple kvm_x86_ops->queue_exception parameter
` [PATCH v7 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
` [PATCH v7 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf
` [PATCH v7 4/4] KVM: async_pf: Let host know whether the guest support delivery async_pf as #PF vmexit

[PATCH v3] KVM: LAPIC: Fix lapic timer injection delay
 2017-06-29 12:13 UTC  (12+ messages)

linux-next: manual merge of the kvms390 tree with the kvm-ppc tree
 2017-06-29  3:37 UTC 

AMD Ryzen KVM/NPT/IOMMU issue
 2017-06-29  1:54 UTC  (14+ messages)

[RFC PATCH 00/10] Basic KVM SGX Virtualization support
 2017-06-28 22:22 UTC  (7+ messages)
` [PATCH 10/10] kvm: vmx: handle VMEXIT from SGX Enclave

[kvm-unit-tests PATCH] Compile code with "-Wwrite-strings"
 2017-06-28 20:41 UTC  (4+ messages)

From Mr.Tang
 2017-06-28 19:40 UTC 

[PATCH v3 0/9] vfio: Fix release ordering races and use driver_override
 2017-06-28 17:37 UTC  (3+ messages)
` [PATCH v3 2/9] kvm-vfio: Decouple only when we match a group


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox