kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-10 17:49:27 to 2020-02-11 17:51:36 UTC [more...]

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-02-11 17:49 UTC  (28+ messages)
` [PATCH v2 01/94] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH v2 02/94] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v2 03/94] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v2 04/94] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v2 05/94] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v2 06/94] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v2 07/94] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v2 08/94] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v2 09/94] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v2 23/94] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v2 25/94] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v2 27/94] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 "
` [PATCH v2 34/94] KVM: arm64: nv: Use ARMv8.5-GTG to advertise supported Stage-2 page sizes
` [PATCH v2 37/94] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v2 39/94] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v2 40/94] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v2 42/94] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH v2 47/94] KVM: arm64: nv: Handle traps for timer _EL02 and _EL2 sysregs accessors
` [PATCH v2 48/94] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v2 49/94] KVM: arm64: nv: Propagate CNTVOFF_EL2 to the virtual EL1 timer
` [PATCH v2 63/94] arm64: KVM: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v2 64/94] arm64: KVM: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v2 66/94] arm64: Add SW reserved PTE/PMD bits
` [PATCH v2 79/94] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v2 80/94] KVM: arm64: Use accessors for timer ctl/cval/offset
` [PATCH v2 81/94] KVM: arm64: Add VNCR-capable timer accessors for arm64
` [PATCH v2 90/94] KVM: arm64: nv: Sync nested timer state with ARMv8.4

[RFC PATCH 0/7] vfio/pci: SR-IOV support
 2020-02-11 17:06 UTC  (4+ messages)
  ` [dpdk-dev] "

[PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting
 2020-02-11 17:04 UTC  (14+ 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 v3 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-02-11 16:58 UTC  (5+ messages)
` [RFC v3 03/25] hw/iommu: introduce IOMMUContext

[PATCH RFC 00/10] device-dax: Support devices without PFN metadata
 2020-02-11 16:50 UTC  (5+ messages)
` [PATCH RFC 09/10] vfio/type1: Use follow_pfn for VM_FPNMAP VMAs

[kvm-unit-tests PATCH v2 0/9] KVM: arm64: PMUv3 Event Counter Tests
 2020-02-11 16:28 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 4/9] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH v2 5/9] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH v2 6/9] arm: pmu: Test chained counter

[PATCH kvm-unit-tests v2] arm64: timer: Speed up gic-timer-state check
 2020-02-11 15:49 UTC  (7+ messages)

[RFC PATCH 00/62] Linux as SEV-ES Guest Support
 2020-02-11 15:43 UTC  (65+ messages)
` [PATCH 01/62] KVM: SVM: Add GHCB definitions
` [PATCH 02/62] KVM: SVM: Add GHCB Accessor functions
` [PATCH 03/62] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH 04/62] x86/traps: Move some definitions to <asm/trap_defs.h>
` [PATCH 05/62] x86/insn-decoder: Make inat-tables.c suitable for pre-decompression code
` [PATCH 06/62] x86/boot/compressed: Fix debug_puthex() parameter type
` [PATCH 07/62] x86/boot/compressed/64: Disable red-zone usage
` [PATCH 08/62] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH 09/62] x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
` [PATCH 10/62] x86/boot/compressed/64: Add page-fault handler
` [PATCH 11/62] x86/boot/compressed/64: Always switch to own page-table
` [PATCH 12/62] x86/boot/compressed/64: Don't pre-map memory in KASLR code
` [PATCH 13/62] x86/boot/compressed/64: Change add_identity_map() to take start and end
` [PATCH 14/62] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH 15/62] x86/boot/compressed/64: Call set_sev_encryption_mask earlier
` [PATCH 16/62] x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
` [PATCH 17/62] x86/boot/compressed/64: Add function to map a page unencrypted
` [PATCH 18/62] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH 19/62] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH 20/62] x86/fpu: Move xgetbv()/xsetbv() into separate header
` [PATCH 21/62] x86/sev-es: Add CPUID handling to #VC handler
` [PATCH 22/62] x86/sev-es: Add handler for MMIO events
` [PATCH 23/62] x86/idt: Move IDT to data segment
` [PATCH 24/62] x86/idt: Split idt_data setup out of set_intr_gate()
` [PATCH 25/62] x86/head/64: Install boot GDT
` [PATCH 26/62] x86/head/64: Reload GDT after switch to virtual addresses
` [PATCH 27/62] x86/head/64: Load segment registers earlier
` [PATCH 28/62] x86/head/64: Switch to initial stack earlier
` [PATCH 29/62] x86/head/64: Load IDT earlier
` [PATCH 30/62] x86/head/64: Move early exception dispatch to C code
` [PATCH 31/62] x86/sev-es: Add SEV-ES Feature Detection
` [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

[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
 2020-02-11 15:23 UTC  (3+ messages)

[PATCH v2 0/6] kvm/split_lock: Add feature split lock detection support in kvm
 2020-02-11 14:34 UTC  (17+ 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

vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
 2020-02-11 13:57 UTC  (18+ messages)

[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 00/35] KVM: s390: Add support for protected VMs
 2020-02-11 13:21 UTC  (31+ 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 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 35/35] DOCUMENTATION: Protected virtual machine introduction and IPL

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

[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 08/35] KVM: s390: protvirt: Add initial lifecycle handling
 2020-02-11  8:48 UTC  (6+ messages)
` [PATCH/RFC] KVM: s390: protvirt: pass-through rc and rrc

[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  (11+ messages)
` [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)


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