kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-12 20:18:40 to 2019-04-16 20:31:42 UTC [more...]

[PATCH v3 09/26] compat_ioctl: move drivers to compat_ptr_ioctl
 2019-04-16 20:31 UTC  (2+ messages)

[PATCH] KVM: VMX: Nop emulation of MSR_IA32_POWER_CTL
 2019-04-16 19:16 UTC  (7+ messages)

[PATCH v2 0/7] KVM: lapic: Fix a variety of timer adv issues
 2019-04-16 18:47 UTC  (12+ messages)
` [PATCH v2 1/7] KVM: lapic: Hard cap the auto-calculated timer advancement
` [PATCH v2 2/7] KVM: lapic: Convert guest TSC to host time domain when delaying
` [PATCH v2 3/7] KVM: lapic: Track lapic timer advance per vCPU
` [PATCH v2 4/7] KVM: lapic: Allow user to disable auto-tuning of timer advancement
` [PATCH v2 5/7] KVM: lapic: Busy wait for timer to expire when using hv_timer
` [PATCH v2 6/7] KVM: lapic: Refactor start_hv_timer()'s semantics and usage
` [PATCH v2 7/7] KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zero

[PATCH v2 0/2] disabling halt polling for nested virtualization
 2019-04-16 18:02 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: polling: add architecture backend to disable polling
` [PATCH v2 2/2] KVM: s390: provide kvm_arch_no_poll function

[GIT PULL v2] KVM changes for Linux 5.1-rc6
 2019-04-16 17:50 UTC  (2+ messages)

[PATCH] KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too short
 2019-04-16 17:36 UTC 

[PATCH 0/7] KVM: lapic: Fix a variety of timer adv issues
 2019-04-16 17:27 UTC  (29+ 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

[ANNOUNCE] virtio-fs v0.2 host<->guest file system released
 2019-04-16 16:00 UTC 

[PATCH] x86: Wait for self IPI
 2019-04-16 15:24 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86: apic: Preserve APIC base and BSP bits during x2APIC tests
 2019-04-16 15:22 UTC  (2+ messages)

[PATCH 0/3] kvm: selftests fixes and a new smm_test
 2019-04-16 13:39 UTC  (3+ messages)
` [PATCH 1/3] selftests: kvm/evmcs_test: complete I/O before migrating guest state

[GIT PULL] KVM changes for Linux 5.1-rc6
 2019-04-16 13:36 UTC  (2+ messages)

[RFC PATCH 00/12] s390: virtio: support protected virtualization
 2019-04-16 13:31 UTC  (11+ messages)
` [RFC PATCH 04/12] s390/cio: introduce cio DMA pool

[PATCH 0/7] s390: vfio-ap: dynamic configuration support
 2019-04-16 13:13 UTC  (16+ messages)
` [PATCH 1/7] s390: zcrypt: driver callback to indicate resource in use
` [PATCH 6/7] s390: vfio-ap: handle dynamic config/deconfig of AP adapter

[kvm-unit-tests v3 PATCH] s390x: Add a test for the diagnose 0x308 hypercall
 2019-04-16 13:10 UTC 

[kvm-unit-tests v2 PATCH] s390x: Add a test for the diagnose 0x308 hypercall
 2019-04-16 12:32 UTC  (4+ messages)

[PATCH 0/6] Add Hygon SEV support
 2019-04-16 11:47 UTC  (15+ messages)
` [PATCH 4/6] KVM: Define Hygon SEV commands
` [PATCH 5/6] KVM: SVM: Add support for KVM_SEV_GM_GET_DIGEST command
` [PATCH 6/6] KVM: SVM: Add support for KVM_SEV_GM_VERIFY_DIGEST command

[PATCH] vhost/scsi: drop unnecessary smp_mb__after_atomic()
 2019-04-16 10:47 UTC 

linux-next: Signed-off-by missing for commit in the kvm-fixes tree
 2019-04-16  9:57 UTC 

[PATCH] kvm: x86: Fix several SPTE mask calculation errors caused by MKTME
 2019-04-16  9:19 UTC 

[PATCH] KVM: vmx: print more APICv fields in dump_vmcs
 2019-04-16  9:08 UTC  (3+ messages)

[PATCH] x86: Fix allowed IA32_VMX_VMCS_ENUM values
 2019-04-16  8:28 UTC  (3+ messages)

[kvm-unit-tests PATCH v2] x86: Remove INIT deassert
 2019-04-16  8:28 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2] x86: Remove INIT deassertg

passing FDs across domains
 2019-04-16  5:29 UTC  (7+ messages)

[kvm-unit-tests PATCH] x86: Fix INIT during boot
 2019-04-15 21:48 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86: Prevent APIC base address from changing in test_enable_x2apic()
 2019-04-15 19:59 UTC  (7+ messages)

[PATCH] KVM: nVMX: always use early vmcs check when EPT is disabled
 2019-04-15 17:39 UTC  (3+ messages)

[Bug 203321] New: Kernel Panic when i restart host
 2019-04-15 16:59 UTC  (2+ messages)
` [Bug 203321] "

[RFC v2 0/3] fio-ccw fixes for kernel stacktraces
 2019-04-15 16:45 UTC  (19+ 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 v4 0/6] vfio-ccw: support hsch/csch (kernel part)
 2019-04-15 16:43 UTC  (9+ messages)
` [PATCH v4 4/6] vfio-ccw: add capabilities chain
` [PATCH v4 6/6] vfio-ccw: add handling for async channel instructions

[PATCH] KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptes
 2019-04-15 15:10 UTC  (3+ messages)

[PATCH v5 0/3] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-04-15 14:06 UTC  (7+ messages)
` [PATCH v5 1/3] arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests
` [PATCH v5 2/3] KVM: arm/arm64: Add save/restore support for firmware workaround state
` [PATCH v5 3/3] KVM: doc: add API documentation on the KVM_REG_ARM_WORKAROUNDS register

[PATCH v4 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-04-15 13:56 UTC  (8+ messages)
` [RFC PATCH v4.1 16/17] KVM: PPC: Book3S HV: XIVE: introduce a xive_devices array under the VM
  ` [RFC PATCH v4 17/17] KVM: PPC: Book3S HV: XIVE: introduce a 'release' device operation

Is there any way to know whether watchdog device is working?
 2019-04-15 13:54 UTC 

[PATCH] KVM: nVMX: allow tests to use bad virtual-APIC page address
 2019-04-15 13:35 UTC 

[PATCH kvm-unit-tests] vmx: do not XFAIL for virtual-APIC address beyond RAM
 2019-04-15 13:10 UTC 

[PATCH v4 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-04-15 12:34 UTC  (7+ messages)
` [PATCH v4 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state
` [PATCH v4 2/2] KVM: doc: add API documentation on the KVM_REG_ARM_WORKAROUNDS register

[PATCH 1/2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-04-15 10:12 UTC  (5+ messages)
` [PATCH 2/2] include: linux: Remove unused macros and their defination

[Bug 203327] New: qemu kvm acceleration broken on 5.0.6 and 5.0.7
 2019-04-15  9:51 UTC 

[PATCH v9 00/27] x86: load FPU registers on return to userland
 2019-04-15  9:14 UTC  (13+ messages)
` [PATCH 23/27] x86/fpu: Defer FPU state load until return to userspace
  ` [tip:x86/fpu] "

[PATCH] KVM: x86: optimize check for valid PAT value
 2019-04-15  9:03 UTC  (7+ messages)

WARNING in kvm_arch_vcpu_ioctl_run (3)
 2019-04-14 11:06 UTC  (2+ messages)

[PATCH 27/27] x86/pkeys: add PKRU value to init_fpstate
 2019-04-13 21:05 UTC  (2+ messages)
` [tip:x86/fpu] x86/pkeys: Add "

[PATCH 26/27] x86/fpu: Restore FPU register in copy_fpstate_to_sigframe() in order to use the fastpath
 2019-04-13 21:04 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Restore regs "

[PATCH 25/27] x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()
 2019-04-13 21:03 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 24/27] x86/fpu: Add a fastpath to __fpu__restore_sig()
 2019-04-13 21:02 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 21/27] x86/fpu: Let __fpu__restore_sig() restore the !32bit+fxsr frame from kernel memory
 2019-04-13 21:00 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Restore from kernel memory on the 64-bit path too

[PATCH 22/27] x86/fpu: Merge the two code paths in __fpu__restore_sig()
 2019-04-13 21:01 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 20/27] x86/fpu: Inline copy_user_to_fpregs_zeroing()
 2019-04-13 21:00 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 19/27] x86/fpu: Update xstate's PKRU value on write_pkru()
 2019-04-13 20:59 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 16/27] x86/entry: Add TIF_NEED_FPU_LOAD
 2019-04-13 20:57 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 18/27] x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
 2019-04-13 20:58 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 17/27] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
 2019-04-13 20:57 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 15/27] x86/fpu: Eager switch PKRU state
 2019-04-13 20:56 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 14/27] x86/pkeys: Don't check if PKRU is zero before writting it
 2019-04-13 20:55 UTC  (2+ messages)
` [tip:x86/fpu] x86/pkeys: Don't check if PKRU is zero before writing it

[PATCH 12/27] x86/pkru: Provide .*_pkru_ins() functions
 2019-04-13 20:54 UTC  (2+ messages)
` [tip:x86/fpu] x86/pkeys: Provide *pkru() helpers

[PATCH 13/27] x86/fpu: Only write PKRU if it is different from current
 2019-04-13 20:55 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 11/27] x86/fpu: Make get_xsave_field_ptr() and get_xsave_addr() use feature number instead of mask
 2019-04-13 20:53 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Use a feature number instead of mask in two more helpers

[PATCH 10/27] x86/fpu: Make __raw_xsave_addr() use feature number instead of mask
 2019-04-13 20:52 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Make __raw_xsave_addr() use a "

[PATCH 09/27] x86/fpu: Add (__)make_fpregs_active helpers
 2019-04-13 20:52 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Add an __fpregs_load_activate() internal helper

[PATCH 08/27] x86/fpu: Remove user_fpu_begin()
 2019-04-13 20:51 UTC  (2+ messages)
` [tip:x86/fpu] "

[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] "


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