messages from 2020-05-06 07:20:11 to 2020-05-07 10:46:57 UTC [more...]
[PATCH v3 00/15] virtio-mem: paravirtualized memory
2020-05-07 10:46 UTC (17+ messages)
` [PATCH v3 01/15] virtio-mem: Paravirtualized memory hotplug
` [PATCH v3 02/15] virtio-mem: Allow to specify an ACPI PXM as nid
` [PATCH v3 03/15] virtio-mem: Paravirtualized memory hotunplug part 1
` [PATCH v3 04/15] virtio-mem: Paravirtualized memory hotunplug part 2
` [PATCH v3 05/15] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v3 06/15] virtio-mem: Allow to offline partially unplugged memory blocks
` [PATCH v3 07/15] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH v3 08/15] virtio-mem: Offline and remove completely unplugged memory blocks
` [PATCH v3 09/15] virtio-mem: Better retry handling
` [PATCH v3 10/15] MAINTAINERS: Add myself as virtio-mem maintainer
` [PATCH v3 11/15] virtio-mem: Add parent resource for all added "System RAM"
` [PATCH v3 12/15] virtio-mem: Drop manual check for already present memory
` [PATCH v3 13/15] virtio-mem: Unplug subblocks right-to-left
` [PATCH v3 14/15] virtio-mem: Use -ETXTBSY as error code if the device is busy
` [PATCH v3 15/15] virtio-mem: Try to unplug the complete online memory block first
[Bug 207551] New: unable to handle kernel paging request for VMX
2020-05-07 9:27 UTC (2+ messages)
` [Bug 207551] "
[PATCH v2] KVM: VMX: Fix operand constraint of PUSH instructions
2020-05-07 8:44 UTC
[PATCH v2] KVM: SVM: Disable AVIC before setting V_IRQ
2020-05-07 8:27 UTC (2+ messages)
[PATCH 0/2] arch/x86: Enable MPK feature on AMD
2020-05-07 8:07 UTC (10+ messages)
` [PATCH 1/2] arch/x86: Rename config X86_INTEL_MEMORY_PROTECTION_KEYS to generic x86
` [PATCH 2/2] KVM: SVM: Add support for MPK feature on AMD
[PATCH v11 0/7] x86/kvm/hyper-v: add support for synthetic debugger
2020-05-07 7:57 UTC (3+ messages)
[PATCH v2] KVM: x86/pmu: Support full width counting
2020-05-07 7:57 UTC (2+ messages)
[PATCH v11 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
2020-05-07 7:45 UTC (5+ messages)
[PATCH v1 0/2] Sample mtty: Add migration support
2020-05-07 5:49 UTC (4+ messages)
` [PATCH v1 2/2] Sample mtty: Add migration capability to mtty module
[PATCH Kernel v18 0/7] KABIs to support migration for VFIO devices
2020-05-07 5:37 UTC (10+ messages)
` [PATCH Kernel v18 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
` [PATCH Kernel v18 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH Kernel v18 6/7] vfio iommu: Add migration capability to report supported features
[PATCH v12 00/10] Introduce support for guest CET feature
2020-05-07 5:09 UTC (13+ messages)
` [PATCH v12 01/10] KVM: VMX: Introduce CET VMCS fields and flags
` [PATCH v12 02/10] KVM: VMX: Set guest CET MSRs per KVM and host configuration
` [PATCH v12 03/10] KVM: VMX: Configure CET settings upon guest CR0/4 changing
` [PATCH v12 04/10] KVM: x86: Refresh CPUID once guest changes XSS bits
` [PATCH v12 05/10] KVM: x86: Load guest fpu state when access MSRs managed by XSAVES
` [PATCH v12 06/10] KVM: x86: Add userspace access interface for CET MSRs
` [PATCH v12 07/10] KVM: VMX: Enable CET support for nested VM
` [PATCH v12 08/10] KVM: VMX: Add VMCS dump and sanity check for CET states
` [PATCH v12 09/10] KVM: x86: Add #CP support in guest exception dispatch
` [PATCH v12 10/10] KVM: x86: Enable CET virtualization and advertise CET to userspace
` [kvm-unit-tests PATCH v2] x86: Add test cases for user-mode CET validation
[PATCH v25 00/10] Add ARMv8 RAS virtualization support in QEMU
2020-05-07 4:30 UTC (15+ messages)
` [PATCH v25 04/10] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH v25 05/10] ACPI: Build Hardware Error Source Table
` [PATCH v25 06/10] ACPI: Record the Generic Error Status Block address
` [PATCH v25 08/10] ACPI: Record Generic Error Status Block(GESB) table
[PATCH v2 0/1] x86/kvm/hyper-v: Add support to SYNIC exit on EOM
2020-05-07 3:00 UTC (12+ messages)
[RESEND PATCH] KVM: x86/pmu: Support full width counting
2020-05-07 2:22 UTC (3+ messages)
[PATCH v4 0/1] vfio-ccw: Enable transparent CCW IPL from DASD
2020-05-07 2:19 UTC (3+ messages)
` [PATCH v4 1/1] "
[PATCH 0/4] KVM: SVM: Fix AVIC warning when enable irq window
2020-05-07 1:29 UTC (8+ messages)
` [PATCH 1/4] KVM: Introduce kvm_make_all_cpus_request_except()
` [PATCH 2/4] KVM: SVM: Fixes setting V_IRQ while AVIC is still enabled
` [PATCH 3/4] KVM: SVM: Merge svm_enable_vintr into svm_set_vintr
` [PATCH 4/4] KVM: SVM: Remove unnecessary V_IRQ unsetting
[PATCH 0/2] KVM: nVMX: Skip IPBP on nested VMCS switch
2020-05-06 23:58 UTC (3+ messages)
` [PATCH 1/2] KVM: nVMX: Refactor IBPB handling on VMCS switch to genericize code
` [PATCH 2/2] KVM: nVMX: Skip IPBP when switching between vmcs01 and vmcs02, redux
[PATCH 0/9] KVM_SET_GUEST_DEBUG tests and fixes, DR accessors cleanups
2020-05-06 23:47 UTC (22+ messages)
` [PATCH 1/9] KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly
` [PATCH 2/9] KVM: x86: fix DR6 delivery for various cases of #DB injection
` [PATCH 3/9] KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUG
` [PATCH 4/9] KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUG
` [PATCH 5/9] KVM: selftests: Add KVM_SET_GUEST_DEBUG test
` [PATCH 6/9] KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
` [PATCH 7/9] KVM: x86: simplify dr6 accessors in kvm_x86_ops
` [PATCH 8/9] KVM: x86, SVM: do not clobber guest DR6 on KVM_EXIT_DEBUG
` [PATCH 9/9] KVM: VMX: pass correct DR6 for GD userspace exit
[PATCH V3 01/14] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
2020-05-06 23:42 UTC (2+ messages)
[PATCH 1/3] KVM: SVM: fill in kvm_run->debug.arch.dr[67]
2020-05-06 23:42 UTC (2+ messages)
[PATCH] [v4] KVM: X86: support APERF/MPERF registers
2020-05-06 23:38 UTC (2+ messages)
[PATCH] KVM: s390: Remove false WARN_ON_ONCE for the PQAP instruction
2020-05-06 23:29 UTC (6+ messages)
[PATCH v3 00/75] x86: SEV-ES Guest Support
2020-05-06 23:02 UTC (4+ messages)
` [PATCH v3 64/75] x86/sev-es: Cache CPUID results for improved performance
[PATCH] KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()
2020-05-06 21:19 UTC (2+ messages)
[vhost:vhost 8/22] drivers/virtio/virtio_mem.c:1375:20: error: implicit declaration of function 'kzalloc'; did you mean 'vzalloc'?
2020-05-06 20:32 UTC (8+ messages)
[PATCH v1 00/17] virtio-mem: Paravirtualized memory hot(un)plug
2020-05-06 19:03 UTC (23+ messages)
` [PATCH v1 01/17] exec: Introduce ram_block_discard_set_(unreliable|required)()
` [PATCH v1 02/17] vfio: Convert to ram_block_discard_set_broken()
` [PATCH v1 03/17] accel/kvm: "
` [PATCH v1 04/17] s390x/pv: "
` [PATCH v1 05/17] virtio-balloon: Rip out qemu_balloon_inhibit()
` [PATCH v1 06/17] target/i386: sev: Use ram_block_discard_set_broken()
` [PATCH v1 07/17] migration/rdma: "
` [PATCH v1 08/17] migration/colo: "
` [PATCH v1 09/17] linux-headers: update to contain virtio-mem
` [PATCH v1 10/17] virtio-mem: Paravirtualized memory hot(un)plug
` [PATCH v1 11/17] virtio-pci: Proxy for virtio-mem
` [PATCH v1 12/17] MAINTAINERS: Add myself as virtio-mem maintainer
` [PATCH v1 13/17] hmp: Handle virtio-mem when printing memory device info
` [PATCH v1 14/17] numa: Handle virtio-mem in NUMA stats
` [PATCH v1 15/17] pc: Support for virtio-mem-pci
` [PATCH v1 16/17] virtio-mem: Allow notifiers for size changes
` [PATCH v1 17/17] virtio-pci: Send qapi events when the virtio-mem "
linux-next: Fixes tag needs some work in the kvm-fixes tree
2020-05-06 18:43 UTC
[PATCH v2 06/20] mips: Add MIPS32 Release 5 support
2020-05-06 17:42 UTC
[PATCH] kvm: x86: get vmcs12 pages before checking pending interrupts
2020-05-06 17:43 UTC (7+ messages)
[PATCH v3 kvmtool 00/32] Add reassignable BARs and PCIE 1.1 support
2020-05-06 17:40 UTC (11+ messages)
` [PATCH v3 kvmtool 19/32] ioport: mmio: Use a mutex and reference counting for locking
` [PATCH v3 kvmtool 29/32] pci: Implement reassignable BARs
` [PATCH v3 kvmtool 32/32] arm/arm64: Add PCI Express 1.1 support
[GIT PULL 0/1] KVM: s390: Fix for running nested under z/VM
2020-05-06 16:32 UTC (9+ messages)
` [GIT PULL 1/1] KVM: s390: Remove false WARN_ON_ONCE for the PQAP instruction
[PATCH v5 0/7] KVM: VMX: Tscdeadline timer emulation fastpath
2020-05-06 16:10 UTC (8+ messages)
` [PATCH 1/7] KVM: VMX: Introduce generic fastpath handler
` [PATCH 2/7] KVM: X86: Introduce kvm_vcpu_exit_request() helper
` [PATCH 3/7] KVM: X86: Introduce more exit_fastpath_completion enum values
` [PATCH 4/7] KVM: VMX: Optimize posted-interrupt delivery for timer fastpath
` [PATCH 5/7] KVM: x86: introduce kvm_can_use_hv_timer
` [PATCH 6/7] KVM: X86: TSCDEADLINE MSR emulation fastpath
` [PATCH 7/7] KVM: VMX: Handle preemption timer fastpath
[PATCH RFC 0/6] KVM: x86: Interrupt-based mechanism for async_pf 'page present' notifications
2020-05-06 15:17 UTC (4+ messages)
` [PATCH RFC 1/6] Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously"
[kvm-unit-tests RFC] s390x: Add Protected VM support
2020-05-06 14:26 UTC (5+ messages)
[Bug 207489] New: Kernel panic due to Lazy update IOAPIC EOI on an x86_64 *host*, when two (or more) PCI devices from different IOMMU groups are passed to Windows 10 guest, upon guest boot into Windows, with more than 4 VCPUs
2020-05-06 14:14 UTC (4+ messages)
` [Bug 207489] "
[PATCH v4 0/8] s390x/vfio-ccw: Channel Path Handling [KVM]
2020-05-06 13:59 UTC (10+ messages)
` [PATCH v4 2/8] vfio-ccw: Register a chp_event callback for vfio-ccw
` [PATCH v4 6/8] vfio-ccw: Introduce a new CRW region
` [PATCH v4 7/8] vfio-ccw: Wire up the CRW irq and "
[PATCH v3 0/1] vfio-ccw: Enable transparent CCW IPL from DASD
2020-05-06 13:40 UTC (4+ messages)
` [PATCH v3 1/1] "
[PATCH v8 4/4] kvm: vmx: virtualize split lock detection
2020-05-06 12:12 UTC (7+ messages)
[PATCH v2] vfio-pci: Mask cap zero
2020-05-06 11:26 UTC (2+ messages)
[PATCH RFC 00/15] Add VFIO mediated device support and IMS support for the idxd driver
2020-05-06 10:27 UTC (10+ messages)
` [PATCH RFC 04/15] drivers/base: Add support for a new IMS irq domain
[PATCH 00/26] KVM: arm64: Preliminary NV patches
2020-05-06 10:11 UTC (12+ messages)
` [PATCH 03/26] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 05/26] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [PATCH 06/26] arm64: Add level-hinted TLB invalidation helper
[PATCH] KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path
2020-05-06 10:03 UTC (2+ messages)
[PATCH] KVM: x86: pass correct DR6 for GD userspace exit
2020-05-06 10:00 UTC
[PATCH] kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bits
2020-05-06 9:44 UTC
[GIT PULL] vhost: fixes
2020-05-06 9:39 UTC (6+ messages)
[PATCH 0/3] KVM: X86: Two fixes for KVM_SET_GUEST_DEBUG, and a selftest
2020-05-06 9:30 UTC (2+ messages)
[PATCH v3] KVM: x86: fix DR6 delivery for various cases of #DB injection
2020-05-06 9:23 UTC
[PATCH v2] KVM: x86: fix DR6 delivery for various cases of #DB injection
2020-05-06 9:22 UTC
[PATCH kvm-unit-tests] KVM: VMX: add test for NMI delivery during HLT
2020-05-06 7:22 UTC (3+ 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