kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-10 06:03:50 to 2020-02-11 13:57:06 UTC [more...]

[RFC PATCH 00/62] Linux as SEV-ES Guest Support
 2020-02-11 13:52 UTC  (36+ messages)
` [PATCH 13/62] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH 20/62] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH 26/62] x86/head/64: Reload GDT after switch to virtual addresses
` [PATCH 29/62] x86/head/64: Load IDT earlier
` [PATCH 32/62] x86/sev-es: Compile early handler code into kernel image
` [PATCH 33/62] x86/sev-es: Setup early #VC handler
` [PATCH 34/62] x86/sev-es: Setup GHCB based boot "
` [PATCH 35/62] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH 36/62] x86/sev-es: Add Runtime #VC Exception Handler
` [PATCH 37/62] x86/sev-es: Wire up existing #VC exit-code handlers
` [PATCH 38/62] x86/sev-es: Handle instruction fetches from user-space
` [PATCH 39/62] x86/sev-es: Harden runtime #VC handler for exceptions "
` [PATCH 40/62] x86/sev-es: Filter exceptions not supported "
` [PATCH 41/62] x86/sev-es: Handle MSR events
` [PATCH 42/62] x86/sev-es: Handle DR7 read/write events
` [PATCH 43/62] x86/sev-es: Handle WBINVD Events
` [PATCH 44/62] x86/sev-es: Handle RDTSC Events
` [PATCH 45/62] x86/sev-es: Handle RDPMC Events
` [PATCH 46/62] x86/sev-es: Handle INVD Events
` [PATCH 47/62] x86/sev-es: Handle RDTSCP Events
` [PATCH 48/62] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH 49/62] x86/sev-es: Handle MWAIT/MWAITX Events
` [PATCH 50/62] x86/sev-es: Handle VMMCALL Events
` [PATCH 51/62] x86/sev-es: Handle #AC Events
` [PATCH 52/62] x86/sev-es: Handle #DB Events
` [PATCH 53/62] x86/paravirt: Allow hypervisor specific VMMCALL handling under SEV-ES
` [PATCH 54/62] x86/kvm: Add KVM "
` [PATCH 55/62] x86/vmware: Add VMware specific handling for VMMCALL "
` [PATCH 56/62] x86/realmode: Add SEV-ES specific trampoline entry point
` [PATCH 57/62] x86/realmode: Setup AP jump table
` [PATCH 58/62] x86/head/64: Don't call verify_cpu() on starting APs
` [PATCH 59/62] x86/head/64: Rename start_cpu0
` [PATCH 60/62] x86/sev-es: Support CPU offline/online
` [PATCH 61/62] x86/cpufeature: Add SEV_ES_GUEST CPU Feature
` [PATCH 62/62] x86/sev-es: Add NMI state tracking

[PATCH V2 0/5] vDPA support
 2020-02-11 13:52 UTC  (10+ messages)
` [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  (76+ 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 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  (12+ messages)
` [PATCH 05/28] docs: virt: convert halt-polling.txt "
` [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 10/28] docs: kvm: convert devices/mpic.txt "
` [PATCH 11/28] docs: kvm: convert devices/s390_flic.txt "
` [PATCH 13/28] docs: kvm: convert devices/vfio.txt "
` [PATCH 15/28] docs: kvm: convert devices/xics.txt "
` [PATCH 18/28] docs: kvm: convert arm/hyp-abi.txt "
` [PATCH 19/28] docs: kvm: arm/psci.txt: convert "
` [PATCH 23/28] docs: kvm: Convert nested-vmx.txt to ReST format


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