kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-10 15:00:38 to 2019-04-13 20:52:11 UTC [more...]

[PATCH 07/27] x86/fpu: Remove fpu->initialized
 2019-04-13 20:50 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 06/27] x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()
 2019-04-13 20:50 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 05/27] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
 2019-04-13 20:49 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 04/27] x86/fpu: Always init the `state' in fpu__clear()
 2019-04-13 20:48 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Always init the state "

[PATCH 03/27] x86/fpu: Remove preempt_disable() in fpu__clear()
 2019-04-13 20:48 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 02/27] x86/fpu: Remove fpu__restore()
 2019-04-13 20:47 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 01/27] x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
 2019-04-13 20:46 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH] KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptes
 2019-04-13  2:55 UTC 

[RFC v2 0/3] fio-ccw fixes for kernel stacktraces
 2019-04-12 21:03 UTC  (13+ messages)
` [RFC v2 2/3] vfio-ccw: Prevent quiesce function going into an infinite loop
` [RFC v2 3/3] vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdev

[PATCH 0/7] KVM: lapic: Fix a variety of timer adv issues
 2019-04-12 20:18 UTC  (8+ messages)
` [PATCH 1/7] KVM: lapic: Hard cap the auto-calculated timer advancement
` [PATCH 2/7] KVM: lapic: Delay 1ns at a time when waiting for timer to "expire"
` [PATCH 3/7] KVM: lapic: Track lapic timer advance per vCPU
` [PATCH 4/7] KVM: lapic: Allow user to override auto-tuning of timer advancement
` [PATCH 5/7] KVM: lapic: Busy wait for timer to expire when using hv_timer
` [PATCH 6/7] KVM: lapic: Clean up the code for handling of a pre-expired hv_timer
` [PATCH 7/7] KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zero

[PATCH 0/7] s390: vfio-ap: dynamic configuration support
 2019-04-12 19:38 UTC  (12+ messages)
` [PATCH 1/7] s390: zcrypt: driver callback to indicate resource in use
` [PATCH 2/7] s390: vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH 3/7] s390: vfio-ap: allow assignment of unavailable AP resources to mdev device
` [PATCH 4/7] s390: vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH 5/7] s390: vfio-ap: wait for queue empty on queue reset
` [PATCH 6/7] s390: vfio-ap: handle dynamic config/deconfig of AP adapter
` [PATCH 7/7] s390: vfio-ap: update documentation

[PATCH v6 0/7] KVM: nVMX Add IA32_PAT consistency checks
 2019-04-12 19:12 UTC  (14+ messages)
` [PATCH v6 1/7] Check "load IA32_PAT" VM-exit control on vmentry
` [PATCH v6 2/7] Check "load IA32_PAT" VM-entry "
` [PATCH v6 3/7] KVM: nVMX: Move guest non-reg state checks to VM-Exit path
` [PATCH v6 4/7] KVM: nVMX: Rename and split top-level consistency checks to match SDM
` [PATCH v6 5/7] KVM: nVMX: Set VM-{Fail,Exit} failure info via params, not return val
` [PATCH v6 6/7] KVM: nVMX: Collapse nested_check_host_control_regs() into its caller
` [PATCH v6 7/7] KVM: nVMX: Return -EINVAL when signaling failure in VM-Entry helpers

[PATCH v9 00/27] x86: load FPU registers on return to userland
 2019-04-12 18:30 UTC  (19+ messages)
` [PATCH 12/27] x86/pkru: Provide .*_pkru_ins() functions
` [PATCH 23/27] x86/fpu: Defer FPU state load until return to userspace
` [PATCH 24/27] x86/fpu: Add a fastpath to __fpu__restore_sig()

[RFC PATCH 00/12] s390: virtio: support protected virtualization
 2019-04-12 15:30 UTC  (35+ messages)
` [RFC PATCH 04/12] s390/cio: introduce cio DMA pool
` [RFC PATCH 05/12] s390/cio: add protected virtualization support to cio
` [RFC PATCH 07/12] virtio/s390: use DMA memory for ccw I/O
` [RFC PATCH 10/12] virtio/s390: consolidate DMA allocations

[PATCH v5 0/6] virtio pmem driver
 2019-04-12 13:12 UTC  (21+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support
    ` [Qemu-devel] "
` [PATCH v5 2/5] virtio-pmem: Add virtio pmem driver
    ` [Qemu-devel] "
` [PATCH v5 3/6] libnvdimm: add dax_dev sync flag

[PATCH v9 1/3] vfio/mdev: Add iommu related member in mdev_device
 2019-04-12 11:03 UTC  (4+ messages)
` [PATCH v9 2/3] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v9 3/3] vfio/type1: Handle different mdev isolation type
` [PATCH v9 0/3] vfio/mdev: IOMMU aware mediated device

[PATCH v2] kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THP
 2019-04-12  9:34 UTC  (9+ messages)
` [PATCH 0/2] kvm: arm: Unify stage2 mapping for THP backed memory
  ` [PATCH 1/2] kvm: arm: Clean up the checking for huge mapping
  ` [PATCH 2/2] kvm: arm: Unify handling THP backed host memory

[PATCH v4 0/6] vfio-ccw: support hsch/csch (kernel part)
 2019-04-12  8:14 UTC  (12+ messages)
` [PATCH v4 1/6] vfio-ccw: make it safe to access channel programs
      ` [Qemu-devel] "
          ` [qemu-s390x] "

[PATCH] x86/kvm: move kvm_load/put_guest_xcr0 into atomic context
 2019-04-12  8:07 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] x86: Fix wrong test for 5-level page-table
 2019-04-12  7:47 UTC  (2+ messages)

[PATCH 0/2] KVM: PPC: Book3S HV: add XIVE native exploitation mode (v5 errata)
 2019-04-12  6:34 UTC  (5+ messages)
` [PATCH 1/2] KVM: introduce a 'release' method for KVM devices
` [PATCH 2/2] KVM: PPC: Book3S HV: XIVE: replace the 'destroy' method by 'release'

[PATCH v5 00/16] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-04-12  5:19 UTC  (23+ messages)
` [PATCH v5 01/16] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH v5 02/16] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH v5 03/16] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v5 04/16] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v5 05/16] KVM: PPC: Book3S HV: XIVE: add a control to configure "
` [PATCH v5 06/16] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration
` [PATCH v5 07/16] KVM: PPC: Book3S HV: XIVE: add a global reset control
` [PATCH v5 08/16] KVM: PPC: Book3S HV: XIVE: add a control to sync the sources
` [PATCH v5 09/16] KVM: PPC: Book3S HV: XIVE: add a control to dirty the XIVE EQ pages
` [PATCH v5 10/16] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v5 11/16] KVM: introduce a 'mmap' method for KVM devices
` [PATCH v5 12/16] KVM: PPC: Book3S HV: XIVE: add a TIMA mapping
` [PATCH v5 13/16] KVM: PPC: Book3S HV: XIVE: add a mapping for the source ESB pages
` [PATCH v5 14/16] KVM: PPC: Book3S HV: XIVE: add passthrough support
` [PATCH v5 15/16] KVM: PPC: Book3S HV: XIVE: activate XIVE exploitation mode
` [PATCH v5 16/16] KVM: PPC: Book3S HV: XIVE: introduce a 'release' device operation

[PATCH kernel v3] powerpc/powernv: Isolate NVLinks between GV100GL on Witherspoon
 2019-04-12  3:48 UTC  (3+ messages)

[PATCH v8 0/9] vfio/mdev: IOMMU aware mediated device
 2019-04-12  1:36 UTC  (3+ messages)

[PATCH v6 0/8] mmu notifier provide context informations
 2019-04-11 21:50 UTC  (10+ messages)
` [PATCH v6 7/8] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2

general protection fault in kvm_pv_send_ipi
 2019-04-11 21:39 UTC  (2+ messages)

[PATCH 0/6] convert locked_vm from unsigned long to atomic64_t
 2019-04-11 20:28 UTC  (5+ messages)
` [PATCH 1/6] mm: change locked_vm's type "

[KVM nVMX]: Check "load IA32_PAT" VM-exit{entry} controls on vmentry of L2 guests (v5)
 2019-04-11 18:15 UTC  (15+ messages)
` [PATCH 5/6 v5][KVM nVMX]: nested_vmx_check_vmentry_postreqs() should return VMX_EXIT_REASONS_FAILED_VMENTRY | EXIT_REASON_INVALID_STATE for error conditions
` [PATCH 6/6 v5][kvm-unit-test nVMX]: Check "load IA32_PAT" on vmentry of L2 guests

[PATCH 0/3] kvm: selftests fixes and a new smm_test
 2019-04-11 16:48 UTC  (4+ messages)
` [PATCH 1/3] selftests: kvm/evmcs_test: complete I/O before migrating guest state
` [PATCH 2/3] selftests: kvm: fix for compilers that do not support -no-pie
` [PATCH 3/3] selftests: kvm: add a selftest for SMM

[kvm-unit-tests PATCH] x86: Fix wrong test for 5-level page-table
 2019-04-11 16:47 UTC  (4+ messages)

[PATCH] KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing
 2019-04-11 13:14 UTC  (2+ messages)

[kvm-unit-tests PATCH] s390x/skey: Skip the "iske" test when running under z/VM 6
 2019-04-11 11:46 UTC  (3+ messages)

[PATCH] KVM: fix spectrev1 gadgets
 2019-04-11  9:23 UTC 

[PATCH] KVM: x86: optimize check for valid PAT value
 2019-04-11  9:06 UTC  (6+ messages)

[PATCH net] vhost: reject zero size iova range
 2019-04-11  5:46 UTC  (2+ messages)

[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
 2019-04-10 20:45 UTC  (12+ messages)
                  ` [Xen-devel] "

[kvm-unit-tests PATCH v2] scripts: Colorize output only on terminal
 2019-04-10 17:48 UTC  (2+ messages)

[PULL] virtio: fixes
 2019-04-10 16:50 UTC  (2+ messages)

[RFC] Check if X86_FEATURE_OSPKE is supported before accessing pkru
 2019-04-10 16:34 UTC  (2+ messages)

[PATCH] KVM: x86: clear VM_EXIT_SAVE_IA32_PAT
 2019-04-10 15:00 UTC  (2+ messages)


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