messages from 2017-07-14 20:06:25 to 2017-07-19 08:49:38 UTC [more...]
[RFC PATCH v2 00/38] Nested Virtualization on KVM/ARM
2017-07-19 8:49 UTC (42+ messages)
` [RFC PATCH v2 01/38] arm64: Add ARM64_HAS_NESTED_VIRT feature
` [RFC PATCH v2 02/38] KVM: arm/arm64: Enable nested virtualization via command-line
` [RFC PATCH v2 03/38] KVM: arm64: Add KVM nesting feature
` [RFC PATCH v2 04/38] KVM: arm/arm64: Check if nested virtualization is in use
` [RFC PATCH v2 05/38] KVM: arm64: Allow userspace to set PSR_MODE_EL2x
` [RFC PATCH v2 06/38] KVM: arm64: Add vcpu_mode_el2 primitive to support nesting
` [RFC PATCH v2 07/38] KVM: arm64: Add EL2 system registers to vcpu context
` [RFC PATCH v2 08/38] KVM: arm64: Add EL2 special "
` [RFC PATCH v2 09/38] KVM: arm64: Add the shadow context for virtual EL2 execution
` [RFC PATCH v2 10/38] KVM: arm/arm64: Add a framework to prepare "
` [RFC PATCH v2 11/38] KVM: arm64: Set vcpu context depending on the guest exception level
` [RFC PATCH v2 12/38] arm64: Add missing TCR hw defines
` [RFC PATCH v2 13/38] KVM: arm64: Create shadow EL1 registers
` [RFC PATCH v2 14/38] KVM: arm64: Synchronize EL1 system registers on virtual EL2 entry and exit
` [RFC PATCH v2 15/38] KVM: arm64: Move exception macros and enums to a common file
` [RFC PATCH v2 16/38] KVM: arm64: Support to inject exceptions to the virtual EL2
` [RFC PATCH v2 17/38] KVM: arm64: Trap EL1 VM register accesses in "
` [RFC PATCH v2 18/38] KVM: arm64: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [RFC PATCH v2 19/38] KVM: arm64: Trap CPACR_EL1 access in "
` [RFC PATCH v2 20/38] KVM: arm64: Handle eret instruction traps
` [RFC PATCH v2 21/38] KVM: arm64: Set a handler for the system "
` [RFC PATCH v2 22/38] KVM: arm64: Handle PSCI call via smc from the guest
` [RFC PATCH v2 23/38] KVM: arm64: Inject HVC exceptions to the virtual EL2
` [RFC PATCH v2 24/38] KVM: arm64: Respect virtual HCR_EL2.TWX setting
` [RFC PATCH v2 25/38] KVM: arm64: Respect virtual CPTR_EL2.TFP setting
` [RFC PATCH v2 26/38] KVM: arm64: Add macros to support the virtual EL2 with VHE
` [RFC PATCH v2 27/38] KVM: arm64: Add EL2 registers defined in ARMv8.1 to vcpu context
` [RFC PATCH v2 28/38] KVM: arm64: Emulate EL12 register accesses from the virtual EL2
` [RFC PATCH v2 29/38] KVM: arm64: Support a VM with VHE considering EL0 of the VHE host
` [RFC PATCH v2 30/38] KVM: arm64: Allow the virtual EL2 to access EL2 states without trap
` [RFC PATCH v2 31/38] KVM: arm64: Manage the shadow states when virtual E2H bit enabled
` [RFC PATCH v2 32/38] KVM: arm64: Trap and emulate CPTR_EL2 accesses via CPACR_EL1 from the virtual EL2 with VHE
` [RFC PATCH v2 33/38] KVM: arm64: Emulate appropriate VM control system registers
` [RFC PATCH v2 34/38] KVM: arm64: Respect the virtual HCR_EL2.NV bit setting
` [RFC PATCH v2 35/38] KVM: arm64: Respect the virtual HCR_EL2.NV bit setting for EL12 register traps
` [RFC PATCH v2 36/38] KVM: arm64: Respect virtual HCR_EL2.TVM and TRVM settings
` [RFC PATCH v2 37/38] KVM: arm64: Respect the virtual HCR_EL2.NV1 bit setting
` [RFC PATCH v2 38/38] KVM: arm64: Respect the virtual CPTR_EL2.TCPAC setting
[PATCH v12 0/8] Virtio-balloon Enhancement
2017-07-19 8:13 UTC (7+ messages)
` [PATCH v12 6/8] mm: support reporting free page blocks
[PATCH] KVM: VMX: Fix invalid guest state detection after task-switch emulation
2017-07-19 5:34 UTC (2+ messages)
[PATCH kernel v4 0/6] vfio-pci: Add support for mmapping MSI-X table
2017-07-19 5:12 UTC (5+ messages)
` [PATCH kernel v4 4/6] iommu: Set PCI_BUS_FLAGS_MSI_REMAP on iommu driver initialization
x86: PIE support and option to extend KASLR randomization
2017-07-19 3:59 UTC (27+ messages)
` [RFC 01/22] x86/crypto: Adapt assembly for PIE support
` [RFC 02/22] x86: Use symbol name on bug table "
` [RFC 03/22] x86: Use symbol name in jump "
` [RFC 04/22] x86: Add macro to get symbol address "
` [RFC 05/22] xen: Adapt assembly "
` [RFC 06/22] kvm: "
` [RFC 07/22] x86: relocate_kernel - "
` [RFC 08/22] x86/entry/64: "
` [RFC 09/22] x86: pm-trace - "
` [RFC 10/22] x86/CPU: "
` [RFC 11/22] x86/acpi: "
` [RFC 12/22] x86/boot/64: "
` [RFC 13/22] x86/power/64: "
` [RFC 14/22] x86/paravirt: "
` [RFC 15/22] x86/boot/64: Use _text in a global "
` [RFC 16/22] x86/percpu: Adapt percpu "
` [RFC 17/22] compiler: Option to default to hidden symbols
` [RFC 18/22] x86/relocs: Handle DYN relocations for PIE support
` [RFC 19/22] x86/pie: Add option to build the kernel as PIE for x86_64
` [RFC 20/22] x86/relocs: Add option to generate 64-bit relocations
` [RFC 21/22] x86/module: Add support for mcmodel large and PLTs
` [RFC 22/22] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB
[PATCH] KVM: nVMX: Fix exception injection
2017-07-18 18:47 UTC (4+ messages)
[PATCH v2] include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR_EEH
2017-07-18 17:22 UTC
[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
2017-07-18 15:03 UTC (16+ messages)
` [RFC PATCH 7/8] VFIO: Add new IOCTL for IOMMU TLB invalidate propagation
` [Qemu-devel] "
[PATCH kvm-unit-tests 0/3] Add physical timer test
2017-07-18 14:37 UTC (19+ messages)
` [PATCH kvm-unit-tests 2/3] arm64: timer: Fix test on APM X-Gene
` [PATCH kvm-unit-tests 3/3] arm64: timer: Add support for phys timer testing
[PATCH v10 00/38] x86: Secure Memory Encryption (AMD)
2017-07-18 14:02 UTC (43+ messages)
` [PATCH v10 01/38] x86: Document AMD Secure Memory Encryption (SME)
` [PATCH v10 02/38] x86/mm/pat: Set write-protect cache mode for full PAT support
` [PATCH v10 03/38] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
` [PATCH v10 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v10 05/38] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v10 06/38] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v10 07/38] x86/mm: Remove phys_to_virt() usage in ioremap()
` [PATCH v10 08/38] x86/mm: Add support to enable SME in early boot processing
` [PATCH v10 09/38] x86/mm: Simplify p[g4um]d_page() macros
` [PATCH v10 10/38] x86/mm: Provide general kernel support for memory encryption
` [PATCH v10 11/38] x86/mm: Add SME support for read_cr3_pa()
` [PATCH v10 12/38] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v10 13/38] x86/mm: Add support for early encrypt/decrypt of memory
` [PATCH v10 14/38] x86/mm: Insure that boot memory areas are mapped properly
` [PATCH v10 15/38] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v10 16/38] efi: Add an EFI table address match function
` [PATCH v10 17/38] efi: Update efi_mem_type() to return an error rather than 0
` [PATCH v10 18/38] x86/efi: Update EFI pagetable creation to work with SME
` [PATCH v10 19/38] x86/mm: Add support to access boot related data in the clear
` [PATCH v10 20/38] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v10 21/38] x86/mm: Add support to access persistent memory in the clear
` [PATCH v10 22/38] x86/mm: Add support for changing the memory encryption attribute
` [PATCH v10 23/38] x86/realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v10 24/38] x86, swiotlb: Add memory encryption support
` [PATCH v10 25/38] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v10 26/38] x86/CPU/AMD: Make the microcode level available earlier in the boot
` [PATCH v10 27/38] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v10 28/38] x86, realmode: Check for memory encryption on the APs
` [PATCH v10 29/38] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v10 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v10 31/38] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v10 32/38] xen/x86: Remove SME feature in PV guests
` [PATCH v10 33/38] x86/mm: Use proper encryption attributes with /dev/mem
` [PATCH v10 34/38] x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4
` [PATCH v10 35/38] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v10 36/38] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v10 37/38] compiler-gcc.h: Introduce __nostackp function attribute
` [PATCH v10 38/38] x86/mm: Add support to make use of Secure Memory Encryption
[PATCH -rt] kvm: lockdep annotate mmu_lock wait_lock
2017-07-18 12:45 UTC (4+ messages)
[RFC PATCH v2 0/1] VM introspection
2017-07-18 12:02 UTC (15+ messages)
` [RFC PATCH v2 1/1] kvm: Add documentation and ABI/API header for "
[Bug 196409] New: kvm_amd nested pagetable gpu passthrough performance oddities
2017-07-18 10:39 UTC
[PATCH 0/2] vfio-ccw bugfixs
2017-07-18 9:26 UTC (8+ messages)
` [PATCH 1/2] vfio/ccw: allocate irq info with the right size
` [PATCH 2/2] vfio/ccw: fix initialization of the Object DeviceState pointer in the common base-device
[PATCH v2] KVM: x86: Avoid guest page table walk when gpa_available is set
2017-07-17 21:32 UTC (2+ messages)
[PATCH v2] KVM: arm/arm64: Handle hva aging while destroying the vm
2017-07-17 20:49 UTC (13+ messages)
[PATCH] KVM: nVMX: Disallow VM-entry in MOV-SS shadow
2017-07-17 19:00 UTC
[kvm-unit-tests PATCH 1/2] Fix vmptrst result type
2017-07-17 18:58 UTC (2+ messages)
` [kvm-unit-tests PATCH 2/2] Test VM-entry in MOVSS shadow
[PATCH v4 0/3] Expose VMFUNC to the nested hypervisor
2017-07-17 17:58 UTC (9+ messages)
` [PATCH v4 3/3] KVM: nVMX: Emulate EPTP switching for the L1 hypervisor
[PATCH v5 0/1] KVM: trigger uevents when creating or destroying a VM
2017-07-17 16:27 UTC (4+ messages)
` [PATCH v5 1/1] "
[RFC PATCH v2 00/19] KVM: arm/arm64: Optimize arch timer register handling
2017-07-17 14:27 UTC (20+ messages)
` [RFC PATCH v2 01/19] arm64: Use physical counter for in-kernel reads
` [RFC PATCH v2 02/19] arm64: Use the physical counter when available for read_cycles
` [RFC PATCH v2 03/19] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [RFC PATCH v2 04/19] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [RFC PATCH v2 05/19] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [RFC PATCH v2 06/19] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [RFC PATCH v2 07/19] KVM: arm/arm64: Rename soft timer to bg_timer
` [RFC PATCH v2 08/19] KVM: arm/arm64: Use separate timer for phys timer emulation
` [RFC PATCH v2 09/19] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [RFC PATCH v2 10/19] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [RFC PATCH v2 11/19] genirq: Document vcpu_info usage for per-CPU interrupts
` [RFC PATCH v2 12/19] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [RFC PATCH v2 13/19] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [RFC PATCH v2 14/19] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [RFC PATCH v2 15/19] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [RFC PATCH v2 16/19] KVM: arm/arm64: Move phys_timer_emulate function
` [RFC PATCH v2 17/19] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [RFC PATCH v2 18/19] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [RFC PATCH v2 19/19] KVM: arm/arm64: Rework kvm_timer_should_fire
[PATCH] KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY
2017-07-17 13:28 UTC
[PATCH 2/2] x86/idle: use dynamic halt poll
2017-07-17 12:50 UTC (16+ messages)
[PATCH] x86/mm, KVM: fix warning when !CONFIG_PREEMPT_COUNT
2017-07-17 9:49 UTC
[PATCH] KVM: x86: masking out upper bits
2017-07-17 8:14 UTC
[Question] Seabios HANGs when mmio wirte in a nested vmware host wtih virito-scsi controller
2017-07-17 6:49 UTC (2+ messages)
` [Qemu-devel] "
Mouse latency
2017-07-16 14:51 UTC
[PATCH v4 8/8] x86,kvm: Teach KVM's VMX code that CR3 isn't a constant
2017-07-15 16:42 UTC (3+ messages)
[GIT PULL] Second batch of KVM changes for 4.13
2017-07-15 10:42 UTC
[PATCH v3 0/9] vfio: Fix release ordering races and use driver_override
2017-07-14 20:09 UTC (9+ messages)
` [PATCH v3 7/9] vfio: Use driver_override to avert binding to compromising drivers
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).