messages from 2019-04-17 00:36:17 to 2019-04-20 14:23:23 UTC [more...]
[PATCH 0/5] KVM: VMX: INTR, NMI and #MC cleanup
2019-04-20 14:17 UTC (7+ messages)
` [PATCH 1/5] KVM: VMX: Fix handling of #MC that occurs during VM-Entry
` [PATCH 2/5] KVM: VMX: Read cached VM-Exit reason to detect external interrupt
` [PATCH 3/5] KVM: VMX: Store the host kernel's IDT base in a global variable
` [RFC PATCH] KVM: VMX: host_idt_base can be static
` [PATCH 4/5] KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor code
` [PATCH 5/5] KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn
[PATCH 1/2] include: linux: Regularise the use of FIELD_SIZEOF macro
2019-04-20 10:51 UTC (3+ messages)
[PATCH] KVM: nVMX: allow tests to use bad virtual-APIC page address
2019-04-20 5:35 UTC (3+ messages)
[PATCH] KVM: Directly return result from kvm_arch_check_processor_compat()
2019-04-20 5:18 UTC
[PATCH v3 09/26] compat_ioctl: move drivers to compat_ptr_ioctl
2019-04-19 23:16 UTC (3+ messages)
This list is now archived on lore.kernel.org/kvm/
2019-04-19 21:13 UTC
[PATCH v3 1/1] vfio-ccw: Prevent quiesce function going into an infinite loop
2019-04-19 20:12 UTC (8+ messages)
[PATCH 0/2] introduction of version attribute for VFIO live migration
2019-04-19 8:35 UTC (3+ messages)
` [PATCH 1/2] vfio/mdev: add version field as mandatory attribute for mdev device
` [PATCH 2/2] drm/i915/gvt: export mdev device version to sysfs for Intel vGPU
[PATCH RFC] KVM: x86: Add a mechanism for restricting guest PMU access to a set of whitelisted events
2019-04-19 17:30 UTC
[PATCH v2 1/1] vfio: Fix WARNING "do not call blocking ops when !TASK_RUNNING"
2019-04-19 12:05 UTC (2+ messages)
[kvm-unit-tests PULL 0/4] s390x updates and gitlab-ci file
2019-04-19 6:32 UTC (5+ messages)
` [kvm-unit-tests PULL 1/4] Add s390x/*.bin to the .gitignore file
` [kvm-unit-tests PULL 2/4] s390x/skey: Skip the "iske" test when running under z/VM 6
` [kvm-unit-tests PULL 3/4] s390x: Add a test for the diagnose 0x308 hypercall
` [kvm-unit-tests PULL 4/4] Add a .gitlab-ci.yml file for automatic CI testing on GitLab instances
[PATCH] kvm: x86: refine kvm_get_arch_capabilities()
2019-04-19 2:16 UTC
[kvm-unit-test nVMX]: Test "load IA32_PAT" VM-entry control on vmentry of nested guests
2019-04-18 21:39 UTC (3+ messages)
` [PATCH 1/2][kvm-unit-test nVMX]: Move the functionality of enter_guest() to __enter_guest() and make the former a wrapper of the latter
` [PATCH 2/2][kvm-unit-test nVMX]: Check "load IA32_PAT" VM-entry control on vmentry of nested guests
[kvm-unit-tests PATCH] x86: svm: add tsc-adjust to guest CPU flags
2019-04-18 20:15 UTC
[PATCH v5 0/6] virtio pmem driver
2019-04-18 18:14 UTC (10+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support
` [Qemu-devel] "
[PATCH] x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012
2019-04-18 17:00 UTC (7+ messages)
[GIT PULL] Please pull my kvm-ppc-fixes-5.1-1 tag
2019-04-18 16:53 UTC (3+ messages)
[Bug 203321] New: Kernel Panic when i restart host
2019-04-18 16:41 UTC (2+ messages)
` [Bug 203321] "
[PATCH -v5] x86/kvm: Implement HWCR support
2019-04-18 16:36 UTC (9+ messages)
` [PATCH -v5.1] "
[PATCH] KVM: VMX: Include architectural defs header in capabilities.h
2019-04-18 16:31 UTC (2+ messages)
[PATCH v2 0/2] disabling halt polling for nested virtualization
2019-04-18 14:46 UTC (8+ 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
[PATCH v7 00/21] x86/split_lock: Enable split lock detection
2019-04-18 13:26 UTC (38+ messages)
` [PATCH v7 01/21] x86/common: Align cpu_caps_cleared and cpu_caps_set to unsigned long
` [PATCH v7 02/21] drivers/net/b44: Align pwol_mask to unsigned long for better performance
` [PATCH v7 03/21] wlcore: simplify/fix/optimize reg_ch_conf_pending operations
` [PATCH v7 04/21] x86/split_lock: Align x86_capability to unsigned long to avoid split locked access
` [PATCH v7 05/21] x86/msr-index: Define MSR_IA32_CORE_CAPABILITY and split lock detection bit
` [PATCH v7 06/21] x86/cpufeatures: Enumerate MSR_IA32_CORE_CAPABILITY
` [PATCH v7 07/21] x86/split_lock: Enumerate split lock detection by MSR_IA32_CORE_CAPABILITY
` [PATCH v7 08/21] x86/split_lock: Enumerate split lock detection on Icelake mobile processor
` [PATCH v7 09/21] x86/split_lock: Define MSR TEST_CTL register
` [PATCH v7 10/21] x86/split_lock: Define per CPU variable to cache MSR TEST_CTL
` [PATCH v7 11/21] x86/split_lock: Handle #AC exception for split lock
` [PATCH v7 12/21] kvm/x86: Emulate MSR IA32_CORE_CAPABILITY
` [PATCH v7 13/21] kvm/vmx: Emulate MSR TEST_CTL
` [PATCH v7 14/21] x86/split_lock: Enable split lock detection by default
` [PATCH v7 15/21] x86/split_lock: Add a sysfs interface to enable/disable split lock detection during run time
` [PATCH v7 16/21] x86/split_lock: Document the new sysfs file for split lock detection
` [PATCH v7 17/21] x86/clearcpuid: Support multiple clearcpuid options
` [PATCH v7 18/21] x86/clearcpuid: Support feature flag string in kernel option clearcpuid
` [PATCH v7 19/21] x86/clearcpuid: Apply cleared feature bits that are forced set before
` [PATCH v7 20/21] x86/clearcpuid: Clear CPUID bit in CPUID faulting
` [PATCH v7 21/21] x86/clearcpuid: Change document for kernel option clearcpuid
[PATCH v6 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
2019-04-18 10:39 UTC (18+ messages)
` [PATCH v6 01/17] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH v6 02/17] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH v6 03/17] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v6 04/17] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v6 05/17] KVM: PPC: Book3S HV: XIVE: add a control to configure "
` [PATCH v6 06/17] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration
` [PATCH v6 07/17] KVM: PPC: Book3S HV: XIVE: add a global reset control
` [PATCH v6 08/17] KVM: PPC: Book3S HV: XIVE: add a control to sync the sources
` [PATCH v6 09/17] KVM: PPC: Book3S HV: XIVE: add a control to dirty the XIVE EQ pages
` [PATCH v6 10/17] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v6 11/17] KVM: introduce a 'mmap' method for KVM devices
` [PATCH v6 12/17] KVM: PPC: Book3S HV: XIVE: add a TIMA mapping
` [PATCH v6 13/17] KVM: PPC: Book3S HV: XIVE: add a mapping for the source ESB pages
` [PATCH v6 14/17] KVM: PPC: Book3S HV: XIVE: add passthrough support
` [PATCH v6 15/17] KVM: PPC: Book3S HV: XIVE: activate XIVE exploitation mode
` [PATCH v6 16/17] KVM: introduce a 'release' method for KVM devices
` [PATCH v6 17/17] KVM: PPC: Book3S HV: XIVE: replace the 'destroy' method by a 'release' method
[PATCH 0/7] KVM: s390: new guest facilities
2019-04-18 10:46 UTC (32+ messages)
` [PATCH 1/7] KVM: s390: add vector enhancements facility 2 to cpumodel
` [PATCH 2/7] KVM: s390: add vector BCD enhancements facility "
` [PATCH 3/7] KVM: s390: add MSA9 "
` [PATCH 4/7] KVM: s390: enable MSA9 keywrapping functions depending on cpu model
` [PATCH v2 "
` [PATCH 5/7] KVM: s390: provide query function for instructions returning 32 byte
` [PATCH 6/7] KVM: s390: add enhanced sort facilty to cpu model
` [PATCH 7/7] KVM: s390: add deflate conversion "
[PATCH] vhost/scsi: drop unnecessary smp_mb__after_atomic()
2019-04-18 8:56 UTC (3+ messages)
[PATCH] KVM: s390: Fix potential spectre warnings
2019-04-18 8:02 UTC (9+ messages)
passing FDs across domains
2019-04-18 7:07 UTC (9+ messages)
Migration for SPP(Sub-Page Protection) bitmaps
2019-04-17 9:59 UTC
[PATCH kvm-unit-tests] vmx: do not XFAIL for virtual-APIC address beyond RAM
2019-04-17 23:07 UTC (4+ messages)
[PATCH v4 0/4] KVM: lapic: Fix a variety of timer adv issues
2019-04-17 17:15 UTC (5+ messages)
` [PATCH v4 1/4] KVM: lapic: Disable timer advancement if adaptive tuning goes haywire
` [PATCH v4 2/4] KVM: lapic: Track lapic timer advance per vCPU
` [PATCH v4 3/4] KVM: lapic: Allow user to disable adaptive tuning of timer advancement
` [PATCH v4 4/4] KVM: lapic: Convert guest TSC to host time domain if necessary
[kvm-unit-tests PATCH] lib: Do not report failures when test passes
2019-04-17 16:59 UTC (6+ messages)
[PATCH 0/7] s390: vfio-ap: dynamic configuration support
2019-04-17 15:37 UTC (10+ messages)
` [PATCH 1/7] s390: zcrypt: driver callback to indicate resource in use
AMD-V missing page offset on NPF for instruction fetches
2019-04-17 15:35 UTC
[PATCH v3 0/9] KVM: lapic: Fix a variety of timer adv issues
2019-04-17 15:22 UTC (15+ messages)
` [PATCH v3 1/9] KVM: lapic: Hard cap the auto-calculated timer advancement
` [PATCH v3 2/9] KVM: lapic: Convert guest TSC to host time domain when delaying
` [PATCH v3 4/9] KVM: lapic: Allow user to disable auto-tuning of timer advancement
` [PATCH v3 7/9] KVM: lapic: Refactor ->set_hv_timer to use an explicit expired param
[PATCH] KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size
2019-04-17 13:42 UTC
[kvm-unit-tests PATCH] x86: Initialize vmcs_root
2019-04-17 12:01 UTC (2+ messages)
[PATCH v4 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
2019-04-17 2:05 UTC (6+ 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
答复: [PATCH][v2] KVM: fix error handling in svm_cpu_init
2019-04-17 2:38 UTC
答复: [PATCH][v2] KVM: fix error handling in svm_hardware_setup
2019-04-17 2:36 UTC
[PATCH] KVM: vmx: print more APICv fields in dump_vmcs
2019-04-17 0:36 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox