kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-10 15:31:06 to 2017-10-12 16:20:49 UTC [more...]

[PATCH] KVM:X86 simply update A/D bits route
 2017-10-12 21:17 UTC  (2+ messages)

[PATCH 00/37] Optimize KVM/ARM for VHE systems
 2017-10-12 16:20 UTC  (41+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 02/37] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH 03/37] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH 04/37] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH 05/37] KVM: Record the executing ioctl number on the vcpu struct
` [PATCH 06/37] KVM: arm/arm64: Only load/put VCPU state for KVM_RUN
` [PATCH 07/37] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH 08/37] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH 09/37] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH 10/37] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH 11/37] KVM: arm64: Improve debug register save/restore flow
` [PATCH 12/37] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH 13/37] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH 14/37] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH 15/37] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH 16/37] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH 17/37] KVM: arm64: Move userspace system registers into separate function
` [PATCH 18/37] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH 19/37] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH 20/37] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH 21/37] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH 22/37] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH 23/37] KVM: arm64: Prepare to handle traps on deferred VM sysregs
` [PATCH 24/37] KVM: arm64: Prepare to handle traps on deferred EL0 sysregs
` [PATCH 25/37] KVM: arm64: Prepare to handle traps on remaining deferred EL1 sysregs
` [PATCH 26/37] KVM: arm64: Prepare to handle traps on deferred AArch32 sysregs
` [PATCH 27/37] KVM: arm64: Defer saving/restoring system registers to vcpu load/put on VHE
` [PATCH 28/37] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH 29/37] KVM: arm64: Configure FPSIMD traps on vcpu load/put for VHE
` [PATCH 30/37] KVM: arm64: Configure c15, PMU, and debug register traps on cpu "
` [PATCH 31/37] KVM: arm64: Separate activate_traps and deactive_traps for VHE and non-VHE
` [PATCH 32/37] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH 33/37] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH 34/37] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH 35/37] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH 36/37] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH 37/37] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
 2017-10-12 15:51 UTC  (31+ messages)
` [PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
` [PATCH v1 02/27] x86: Use symbol name on bug table "
` [PATCH v1 03/27] x86: Use symbol name in jump "
` [PATCH v1 04/27] x86: Add macro to get symbol address "
` [PATCH v1 05/27] x86: relocate_kernel - Adapt assembly "
` [PATCH v1 06/27] x86/entry/64: "
` [PATCH v1 07/27] x86: pm-trace - "
` [PATCH v1 08/27] x86/CPU: "
` [PATCH v1 09/27] x86/acpi: "
` [PATCH v1 10/27] x86/boot/64: "
` [PATCH v1 11/27] x86/power/64: "
` [PATCH v1 12/27] x86/paravirt: "
` [PATCH v1 13/27] x86/boot/64: Use _text in a global "
` [PATCH v1 14/27] x86/percpu: Adapt percpu "
` [PATCH v1 15/27] compiler: Option to default to hidden symbols
` [PATCH v1 16/27] x86/relocs: Handle PIE relocations
` [PATCH v1 17/27] xen: Adapt assembly for PIE support
` [PATCH v1 18/27] kvm: "
` [PATCH v1 19/27] x86: Support global stack cookie
` [PATCH v1 20/27] x86/ftrace: Adapt function tracing for PIE support
` [PATCH v1 21/27] x86/mm/dump_pagetables: Fix address markers index on x86_64
` [PATCH v1 22/27] x86/modules: Add option to start module section after kernel
` [PATCH v1 23/27] x86/modules: Adapt module loading for PIE support
` [PATCH v1 24/27] x86/mm: Make the x86 GOT read-only
` [PATCH v1 25/27] x86/pie: Add option to build the kernel as PIE
` [PATCH v1 26/27] x86/relocs: Add option to generate 64-bit relocations
` [PATCH v1 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB

[RFC 0/2] KVM "fake DAX" device flushing
 2017-10-12 15:50 UTC  (4+ messages)
` [RFC 1/2] pmem: Move reusable code to base header files
  ` [RFC 2/2] KVM: add virtio-pmem driver
` [RFC] QEMU: Add virtio pmem device

Fostering linux community collaboration on hardware accelerators
 2017-10-12 15:48 UTC  (4+ messages)

[Part2 PATCH v5.1 12.2/31] crypto: ccp: Define SEV userspace ioctl and command id
 2017-10-12 14:18 UTC  (4+ messages)
` [Part2 PATCH v5.2 12.1/31] "

[Part2 PATCH v5 12/31] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
 2017-10-12 14:13 UTC  (29+ messages)
` [Part2 PATCH v5.1 12.1/31] "
  ` [Part2 PATCH v5.1 12.3/31] crypto: ccp: Implement SEV_FACTORY_RESET ioctl command
    ` [Part2 PATCH v5.2 "
  ` [Part2 PATCH v5.1 12.4/31] crypto: ccp: Implement SEV_PLATFORM_STATUS "
    ` [Part2 PATCH v5.2 "
  ` [Part2 PATCH v5.2 12.2/31] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support

[PATCH] KVM: PPC: fix oops when checking KVM_CAP_PPC_HTM
 2017-10-12 12:51 UTC  (3+ messages)

[bug report] vfio: hugepage support for vfio_iommu_type1
 2017-10-12 12:40 UTC 

[GIT PULL] KVM changes for 4.14-rc5
 2017-10-12 12:00 UTC 

[PATCH 0/2] KVM: nVMX: fix out-of-bounds access (CVE-2017-12188)
 2017-10-12 11:59 UTC  (3+ messages)
` [PATCH 1/2] KVM: nVMX: update last_nonleaf_level when initializing nested EPT
` [PATCH 2/2] KVM: MMU: always terminate page walks at level 1

[PATCH v2 00/10] vITS Migration fixes and reset
 2017-10-12 11:34 UTC  (4+ messages)
` [PATCH v2 09/10] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET

[RFC] KVM "fake DAX" device flushing
 2017-10-12 10:39 UTC  (4+ messages)

[RFC PATCH] powerpc: add tests for XICS
 2017-10-12  8:07 UTC 

(unknown),
 2017-10-12  5:55 UTC 

[PATCH v16 0/5] Virtio-balloon Enhancement
 2017-10-12  3:54 UTC  (8+ messages)
` [PATCH v16 5/5] virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ

[PATCH] printk: hash addresses printed with %p
 2017-10-12  2:24 UTC  (5+ messages)

[kvm-unit-tests PATCH v2] x86: vmx: add test for L1 CR4 load
 2017-10-12  0:37 UTC 

[PATCH 0/3] add %pX specifier
 2017-10-11 22:11 UTC  (10+ messages)

[Patch v3 0/5] KVM: Guest page hinting
 2017-10-11 18:49 UTC  (9+ messages)
` [Patch v3 1/5] KVM: Support for guest "
` [Patch v3 2/5] KVM: Guest page hinting functionality
` [Patch v3 3/5] KVM: Adding tracepoints for guest page hinting
` [Patch v3 4/5] virtio: Exposes added descriptor to the other side synchronously
` [Patch v3 5/5] KVM: Sending hyperlist to the host via hinting_vq
` [QEMU PATCH] kvm: Support for guest page hinting
  ` [PATCH] "

[PATCH v4 0/3] Workaround for bus/slot reset on Cavium cn8xxx root ports
 2017-10-11 18:32 UTC  (3+ messages)

[PATCH v5 0/6] KVM: nested virt SMM fixes
 2017-10-11 17:28 UTC  (10+ messages)
` [PATCH v5 1/6] KVM: x86: introduce ISA specific SMM entry/exit callbacks
` [PATCH v5 2/6] KVM: x86: introduce ISA specific smi_allowed callback
` [PATCH v5 3/6] KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
` [PATCH v5 4/6] KVM: nVMX: fix SMI injection in guest mode
` [PATCH v5 5/6] KVM: nSVM: refactor nested_svm_vmrun
` [PATCH v5 6/6] KVM: nSVM: fix SMI injection in guest mode

[kvm-unit-tests PATCH] x86: vmx: add test for L1 CR4 load
 2017-10-11 16:25 UTC  (4+ messages)

[RFC PATCH kernel] vfio-pci: Allow write combining
 2017-10-11 15:35 UTC  (6+ messages)

[PATCH] KVM: SVM: limit kvm_handle_page_fault to #PF handling
 2017-10-11 15:30 UTC  (3+ messages)

Fostering linux community collaboration on hardware accelerators
 2017-10-11 14:43 UTC  (2+ messages)

[PATCH v3 1/2] KVM: X86: Processor States following Reset or INIT
 2017-10-11 12:11 UTC  (7+ messages)
` [PATCH v3 2/2] KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabled

[PATCH v4] KVM: X86: Processor States following Reset or INIT
 2017-10-11 12:10 UTC 

[PATCH v4 0/6] KVM: nested virt SMM fixes
 2017-10-11 11:21 UTC  (7+ messages)
` [PATCH v4 6/6] KVM: nSVM: fix SMI injection in guest mode

[PATCH v16 0/10] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2017-10-11  6:25 UTC  (5+ messages)
` [PATCH v16 09/10] x86/arch_prctl: Selftest for ARCH_[GET|SET]_CPUID

[PATCH] KVM: x86: extend usage of RET_MMIO_PF_* constants
 2017-10-11  6:08 UTC  (3+ messages)

[GVT-g] [ANNOUNCE] 2017-Q3 release of KVMGT (Intel GVT-g for KVM)
 2017-10-11  4:55 UTC 

[PATCH v16 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG
 2017-10-11  3:16 UTC  (9+ messages)
            `  "

[PATCH 0/2] vfio-ccw bugfix
 2017-10-11  2:38 UTC  (3+ messages)
` [PATCH 1/2] vfio: ccw: bypass bad idaw address when fetching IDAL ccws
` [PATCH 2/2] vfio: ccw: validate the count field of a ccw before pinning

[PATCH] KVM: X86: clear page flags when freeing kvm mmapping page
 2017-10-11  0:56 UTC  (2+ messages)

[PATCH] KVM: remove printing of token address
 2017-10-10 21:49 UTC  (7+ messages)

[PATCH] KVM: SVM: unconditionally wake up VCPU on IOMMU interrupt
 2017-10-10 19:17 UTC  (2+ messages)

sysbench throughput degradation in 4.13+
 2017-10-10 17:40 UTC  (12+ messages)

[PATCH] KVM: X86: clear page flags when freeing kvm mmapping page
 2017-10-10 16:10 UTC 

[PATCH 0/2] KVM: nVMX: fix out-of-bounds access (CVE-2017-12188)
 2017-10-10 15:30 UTC  (2+ messages)
` [PATCH 1/2] KVM: nVMX: update last_nonleaf_level when initializing nested EPT


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