messages from 2020-02-08 07:46:35 to 2020-02-11 13:54:03 UTC [more...]
[RFC PATCH 00/62] Linux as SEV-ES Guest Support
2020-02-11 13:52 UTC (5+ messages)
` [PATCH 13/62] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH 40/62] x86/sev-es: Filter exceptions not supported from user-space
` [PATCH 54/62] x86/kvm: Add KVM specific VMMCALL handling under SEV-ES
` [PATCH 59/62] x86/head/64: Rename start_cpu0
[PATCH V2 0/5] vDPA support
2020-02-11 13:52 UTC (12+ messages)
` [PATCH V2 1/5] vhost: factor out IOTLB
` [PATCH V2 2/5] vringh: IOTLB support
` [PATCH V2 3/5] vDPA: introduce vDPA bus
` [PATCH V2 4/5] virtio: introduce a vDPA based transport
` [PATCH V2 5/5] vdpasim: vDPA device simulator
[PATCH kvm-unit-tests v2] arm64: timer: Speed up gic-timer-state check
2020-02-11 13:52 UTC (2+ messages)
[PATCH v2 0/6] kvm/split_lock: Add feature split lock detection support in kvm
2020-02-11 13:34 UTC (15+ messages)
` [PATCH v2 3/6] kvm: x86: Emulate split-lock access as a write
` [PATCH v2 4/6] kvm: vmx: Extend VMX's #AC handding for split lock in guest
` [PATCH v2 5/6] kvm: x86: Emulate MSR IA32_CORE_CAPABILITIES
[PATCH 00/35] KVM: s390: Add support for protected VMs
2020-02-11 13:21 UTC (80+ messages)
` [PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH 02/35] KVM: s390/interrupt: do not pin adapter interrupt pages
` [PATCH v2 RFC] "
` [PATCH 02/35] KVM: s390/interrupt: do not pin adapter interrupt
` [PATCH 03/35] s390/protvirt: introduce host side setup
` [PATCH 07/35] KVM: s390: add new variants of UV CALL
` [PATCH 08/35] KVM: s390: protvirt: Add initial lifecycle handling
` [PATCH/RFC] KVM: s390: protvirt: pass-through rc and rrc
` [PATCH 09/35] KVM: s390: protvirt: Add KVM api documentation
` [PATCH 15/35] KVM: s390: protvirt: Implement interruption injection
` [PATCH 16/35] KVM: s390: protvirt: Add SCLP interrupt handling
` [PATCH 21/35] KVM: s390/mm: handle guest unpin events
` [PATCH 23/35] KVM: s390: protvirt: STSI handling
` [PATCH 24/35] KVM: s390: protvirt: disallow one_reg
` [PATCH 25/35] KVM: s390: protvirt: Only sync fmt4 registers
` [PATCH 26/35] KVM: s390: protvirt: Add program exception injection
` [PATCH 28/35] KVM: s390: protvirt: UV calls diag308 0, 1
` [PATCH 31/35] KVM: s390: protvirt: Add UV debug trace
` [PATCH 32/35] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [PATCH 34/35] KVM: s390: protvirt: Add UV cpu reset calls
` [PATCH 35/35] DOCUMENTATION: Protected virtual machine introduction and IPL
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
2020-02-11 13:13 UTC (18+ messages)
KVM call for agenda for 2020-02-25
2020-02-11 13:01 UTC
KVM call for agenda for 2020-02-11
2020-02-11 13:00 UTC (2+ messages)
[PATCH kvm-unit-tests] arm64: timer: Speed up gic-timer-state check
2020-02-11 12:54 UTC (3+ messages)
[kvm-unit-tests PATCH 0/3] arm64: minor cleanups for timer test
2020-02-11 12:27 UTC (6+ messages)
` [kvm-unit-tests PATCH 1/3] arm/arm64: gic: Move gic_state enumeration to asm/gic.h
` [kvm-unit-tests PATCH 2/3] arm64: timer: Use the proper RDist register name in GICv3
` [kvm-unit-tests PATCH 3/3] arm64: timer: Use existing helpers to access counter/timers
[PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting
2020-02-11 12:19 UTC (8+ messages)
` [PATCH v16.1 6/9] virtio-balloon: Add support for providing free page reports to host
` Should I repost? (was: Re: [PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting)
[RFC PATCH 0/7] vfio/pci: SR-IOV support
2020-02-11 11:18 UTC (2+ messages)
[RFC PATCH v3 0/9] Introduce vendor ops in vfio-pci
2020-02-11 10:15 UTC (10+ messages)
` [RFC PATCH v3 1/9] vfio/pci: export vfio_pci_device public and add vfio_pci_device_private
` [RFC PATCH v3 2/9] vfio/pci: export functions in vfio_pci_ops
` [RFC PATCH v3 3/9] vfio/pci: register/unregister vfio_pci_vendor_driver_ops
` [RFC PATCH v3 4/9] vfio/pci: macros to generate module_init and module_exit for vendor modules
` [RFC PATCH v3 5/9] vfio/pci: let vfio_pci know how many vendor regions are registered
` [RFC PATCH v3 6/9] vfio/pci: export vfio_pci_setup_barmap
` [RFC PATCH v3 7/9] samples/vfio-pci: add a sample vendor module of vfio-pci for IGD devices
` [RFC PATCH v3 8/9] vfio: header for vfio live migration region
` [RFC PATCH v3 9/9] i40e/vf_migration: vfio-pci vendor driver for VF live migration
[RFC] eventfd: add EFD_AUTORESET flag
2020-02-11 9:32 UTC (3+ messages)
[PATCH 0/1] s390/uv: fix for ultravisor query function
2020-02-11 8:11 UTC (8+ messages)
` [PATCH 1/1] s390/uv: Fix handling of length extensions
[RFC PATCH 1/2] KVM: CPUID: Enable supervisor XSAVE states in CPUID enumeration and XSS
2020-02-11 6:57 UTC (2+ messages)
` [RFC PATCH 2/2] KVM: tests: Selftest for xsave CPUID enumeration
[PATCH v12 Kernel 0/7] KABIs to support migration for VFIO devices
2020-02-11 4:11 UTC (14+ messages)
` [PATCH v12 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v12 Kernel 4/7] vfio iommu: Implementation of ioctl to for dirty pages tracking
` [PATCH v12 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH v12 Kernel 7/7] vfio: Selective dirty page tracking if IOMMU backed device pins pages
[PATCH v2 2/2] KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis
2020-02-11 2:26 UTC
[PULL] vhost: cleanups and fixes
2020-02-11 2:07 UTC
[PATCH v2 1/2] KVM: Introduce pv check helpers
2020-02-11 1:55 UTC
[PATCH] KVM: Disable preemption in kvm_get_running_vcpu()
2020-02-11 1:25 UTC (2+ messages)
[PATCH 1/2] KVM: x86: Emulate split-lock access as a write
2020-02-10 21:59 UTC (5+ messages)
[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
2020-02-10 16:26 UTC (11+ messages)
` [RFC PATCH 1/5] arm: Unplug KVM from the build system
` [RFC PATCH 2/5] arm: Remove KVM from config files
` [RFC PATCH 3/5] arm: Remove 32bit KVM host support
` [RFC PATCH 4/5] arm: Remove HYP/Stage-2 page-table support
` [RFC PATCH 5/5] arm: Remove GICv3 vgic compatibility macros
[PATCH v2 1/2] KVM: Introduce pv check helpers
2020-02-10 15:38 UTC (2+ messages)
[kvm-unit-tests v2 PATCH] Fixes for the umip test
2020-02-10 14:59 UTC (3+ messages)
[PULL 0/1] one vfio-ccw patch for 5.6
2020-02-10 12:43 UTC (2+ messages)
[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
2020-02-10 11:18 UTC (4+ messages)
` [PATCH v22 4/9] ACPI: Build Hardware Error Source Table
[RFC PATCH v10 0/9] Enable ptp_kvm for arm/arm64
2020-02-10 8:49 UTC (10+ messages)
` [RFC PATCH 1/9] psci: export psci conduit get helper
` [RFC PATCH 2/9] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH 3/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH 4/9] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH 5/9] psci: Add hypercall service for ptp_kvm
` [RFC PATCH 6/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [RFC PATCH 7/9] ptp: extend input argument for getcrosstimestamp API
` [RFC PATCH 8/9] arm/arm64: add mechanism to let user choose which counter to return
` [RFC PATCH 9/9] arm/arm64: Add kvm capability check extension for ptp_kvm
[PATCH v2 2/2] KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis
2020-02-10 6:38 UTC
[PATCH 00/28] docs: virt: manually convert text documents to ReST format
2020-02-10 6:03 UTC (24+ messages)
` [PATCH 01/28] docs: kvm: add arm/pvtime.rst to index.rst
` [PATCH 05/28] docs: virt: convert halt-polling.txt to ReST format
` [PATCH 06/28] docs: virt: Convert msr.txt "
` [PATCH 07/28] docs: kvm: devices/arm-vgic-its.txt "
` [PATCH 08/28] docs: kvm: devices/arm-vgit-v3.txt to ReST
` [PATCH 09/28] docs: kvm: convert devices/arm-vgit.txt "
` [PATCH 10/28] docs: kvm: convert devices/mpic.txt "
` [PATCH 11/28] docs: kvm: convert devices/s390_flic.txt "
` [PATCH 12/28] docs: kvm: convert devices/vcpu.txt "
` [PATCH 13/28] docs: kvm: convert devices/vfio.txt "
` [PATCH 14/28] docs: kvm: convert devices/vm.txt "
` [PATCH 15/28] docs: kvm: convert devices/xics.txt "
` [PATCH 16/28] docs: kvm: convert devices/xive.txt "
` [PATCH 18/28] docs: kvm: convert arm/hyp-abi.txt "
` [PATCH 19/28] docs: kvm: arm/psci.txt: convert "
` [PATCH 20/28] docs: kvm: Convert hypercalls.txt to ReST format
` [PATCH 21/28] docs: kvm: Convert locking.txt "
` [PATCH 22/28] docs: kvm: Convert mmu.txt "
` [PATCH 23/28] docs: kvm: Convert nested-vmx.txt "
` [PATCH 24/28] docs: kvm: Convert ppc-pv.txt "
` [PATCH 25/28] docs: kvm: Convert s390-diag.txt "
` [PATCH 26/28] docs: kvm: Convert timekeeping.txt "
` [PATCH 27/28] docs: kvm: review-checklist.txt: rename to ReST
[PATCH v2 00/27] docs: virt: manually convert text documents to ReST format
2020-02-10 5:58 UTC (8+ messages)
` [PATCH v2 21/27] docs: kvm: Convert locking.txt "
[RFC PATCH v2 0/9] Introduce vendor ops in vfio-pci
2020-02-10 0:34 UTC (4+ messages)
` [RFC PATCH v2 1/9] vfio/pci: split vfio_pci_device into public and private parts
[PATCH][next] KVM: x86: remove redundant WARN_ON check of an unsigned less than zero
2020-02-08 12:09 UTC (3+ messages)
[RFC v3 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
2020-02-08 8:46 UTC (4+ messages)
` [RFC v3 2/8] vfio/type1: Make per-application (VM) PASID quota tunable
[RFC v1 0/2] vfio/pci: expose device's PASID capability to VMs
2020-02-08 7:46 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;
as well as URLs for NNTP newsgroup(s).