kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-20 18:28:39 to 2019-06-24 14:22:53 UTC [more...]

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-24 14:22 UTC  (5+ messages)
` [PATCH v17 04/15] mm, arm64: untag user pointers passed to memory syscalls

[PATCH] x86/kvm/nVMCS: fix VMCLEAR when Enlightened VMCS is in use
 2019-06-24 14:16 UTC  (3+ messages)

[PATCH] KVM: nVMX: reorganize initial steps of vmx_set_nested_state
 2019-06-24 14:05 UTC  (4+ messages)

[PATCH v17 00/10] Add ARMv8 RAS virtualization support in QEMU
 2019-06-24 13:08 UTC  (23+ messages)
` [PATCH v17 01/10] hw/arm/virt: Add RAS platform version for migration
` [PATCH v17 02/10] ACPI: add some GHES structures and macros definition
  ` [Qemu-devel] "
` [PATCH v17 03/10] acpi: add build_append_ghes_notify() helper for Hardware Error Notification
` [PATCH v17 04/10] acpi: add build_append_ghes_generic_data() helper for Generic Error Data Entry
` [PATCH v17 06/10] docs: APEI GHES generation and CPER record description
` [PATCH v17 07/10] ACPI: Add APEI GHES table generation support
` [PATCH v17 08/10] KVM: Move related hwpoison page functions to accel/kvm/ folder
` [PATCH v17 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-06-24 13:08 UTC  (80+ messages)
` [PATCH 01/59] KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s
` [PATCH 02/59] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH 03/59] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH 04/59] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH 05/59] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH 06/59] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH 07/59] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 08/59] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH 09/59] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH 10/59] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH 11/59] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH 12/59] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH 13/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH 14/59] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH 15/59] KVM: arm64: nv: Refactor vcpu_{read,write}_sys_reg
` [PATCH 16/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH 17/59] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH 18/59] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH 19/59] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH 20/59] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH 21/59] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH 22/59] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH 23/59] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH 24/59] KVM: arm64: nv: Respect virtual CPTR_EL2.TFP setting
` [PATCH 25/59] KVM: arm64: nv: Don't expose SVE to nested guests
` [PATCH 26/59] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH 27/59] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH 28/59] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH 29/59] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH 30/59] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH 31/59] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH 32/59] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH 33/59] KVM: arm64: nv: Pretend we only support larger-than-host page sizes
` [PATCH 34/59] KVM: arm/arm64: nv: Factor out stage 2 page table data from struct kvm
` [PATCH 35/59] KVM: arm/arm64: nv: Support multiple nested stage 2 mmu structures
` [PATCH 36/59] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH 37/59] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH 38/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH 39/59] KVM: arm64: nv: Move last_vcpu_ran to be per s2 mmu
` [PATCH 40/59] KVM: arm64: nv: Don't always start an S2 MMU search from the beginning
` [PATCH 41/59] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH 42/59] KVM: arm64: nv: Rework the system instruction emulation framework
` [PATCH 43/59] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH 44/59] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH 45/59] KVM: arm64: nv: Handle traps for timer _EL02 and _EL2 sysregs accessors
` [PATCH 46/59] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH 47/59] KVM: arm64: nv: Propagate CNTVOFF_EL2 to the virtual EL1 timer
` [PATCH 48/59] KVM: arm64: nv: Load timer before the GIC
` [PATCH 49/59] KVM: arm64: nv: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH 50/59] KVM: arm64: nv: Nested GICv3 Support
` [PATCH 51/59] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH 52/59] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH 53/59] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH 54/59] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH 55/59] arm64: KVM: nv: Add handling of EL2-specific timer registers
` [PATCH 56/59] arm64: KVM: nv: Honor SCTLR_EL2.SPAN on entering vEL2
` [PATCH 57/59] arm64: KVM: nv: Handle SCTLR_EL2 RES0/RES1 bits
` [PATCH 58/59] arm64: KVM: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH 59/59] arm64: KVM: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT

[RFC v1 1/1] vfio-ccw: Don't call cp_free if we are processing a channel program
 2019-06-24 12:07 UTC  (13+ messages)

[PATCH RFC] kvm: x86: AVX512_BF16 feature support
 2019-06-24 12:06 UTC  (7+ messages)
` [PATCH RFC] kvm: x86: Expose AVX512_BF16 feature to guest

[PATCH] vfio-ccw: make convert_ccw0_to_ccw1 static
 2019-06-24 11:55 UTC  (2+ messages)

[PATCH v4 0/5] KVM: LAPIC: Implement Exitless Timer
 2019-06-24  8:53 UTC  (8+ messages)
` [PATCH v4 2/5] KVM: LAPIC: inject lapic timer interrupt by posted interrupt

[PATCH v1 0/9] vfio_pci: wrap pci device as a mediated device
 2019-06-24  8:20 UTC  (8+ messages)
` [PATCH v1 9/9] smaples: add vfio-mdev-pci driver

Reminder: 25 open syzbot bugs in kvm subsystem
 2019-06-24  5:21 UTC 

Question about KVM IO performance with FreeBSD as a guest OS
 2019-06-23 13:46 UTC 

kernel BUG at arch/x86/kvm/x86.c:361! on AMD CPU
 2019-06-23 13:15 UTC  (8+ messages)

[Bug 203957] New: AGESA 0.0.7.2. based BIOS update broke IOMMU redirection
 2019-06-23  0:22 UTC 

[Bug 203923] New: Running a nested freedos results in NULL pointer dereference in L0 (kvm_mmu_load)
 2019-06-22 22:49 UTC  (3+ messages)
` [Bug 203923] Running a nested freedos on AMD Athlon i686-pae "

Reference count on pages held in secondary MMUs
 2019-06-22 19:11 UTC  (5+ messages)

[PATCH] mm/gup: continue VM_FAULT_RETRY processing event for pre-faults
 2019-06-22 17:51 UTC  (3+ messages)

Inmail
 2019-06-22 15:17 UTC 

[PULL 00/14] more vfio-ccw updates for 5.3
 2019-06-22  8:38 UTC  (18+ messages)
` [PULL 01/14] s390/cio: Squash cp_free() and cp_unpin_free()
` [PULL 02/14] s390/cio: Refactor the routine that handles TIC CCWs
` [PULL 03/14] s390/cio: Generalize the TIC handler
` [PULL 04/14] s390/cio: Use generalized CCW handler in cp_init()
` [PULL 05/14] vfio-ccw: Rearrange pfn_array and pfn_array_table arrays
` [PULL 06/14] vfio-ccw: Adjust the first IDAW outside of the nested loops
` [PULL 07/14] vfio-ccw: Remove pfn_array_table
` [PULL 08/14] vfio-ccw: Rearrange IDAL allocation in direct CCW
` [PULL 09/14] s390/cio: Combine direct and indirect CCW paths
` [PULL 10/14] vfio-ccw: Move guest_cp storage into common struct
` [PULL 11/14] vfio-ccw: Skip second copy of guest cp to host
` [PULL 12/14] vfio-ccw: Copy CCW data outside length calculation
` [PULL 13/14] vfio-ccw: Factor out the ccw0-to-ccw1 transition
` [PULL 14/14] vfio-ccw: Remove copy_ccw_from_iova()

[PATCH] tests: kvm: Check for a kernel warning
 2019-06-21 17:13 UTC  (7+ messages)

[RFC/PATCH] refs: tone down the dwimmery in refname_match() for {heads,tags,remotes}/*
 2019-06-21 16:05 UTC  (3+ messages)
` [PATCH] push: make "HEAD:tags/my-tag" consistently push to a branch

[PATCH v2 00/20] hw/i386/pc: Do not restrict the fw_cfg functions to the PC machine
 2019-06-21 14:48 UTC  (10+ messages)
` [PATCH v2 01/20] hw/i386/pc: Use unsigned type to index arrays
` [PATCH v2 02/20] hw/i386/pc: Use size_t type to hold/return a size of array
` [PATCH v2 04/20] hw/i386/pc: Add the E820Type enum type

[v2, 0/4] x86 instruction emulator fuzzing
 2019-06-21 13:50 UTC  (10+ messages)
` [v2, 1/4] Build target for emulate.o as a userspace binary
` [v2, 2/4] Emulate simple x86 instructions in userspace
` [v2, 3/4] Demonstrating unit testing via simple-harness
` [v2, 4/4] Added scripts for filtering, building, deploying

[PATCH v14 0/7] virtio pmem driver
 2019-06-21 13:34 UTC  (8+ messages)
` [PATCH v14 1/7] libnvdimm: nd_region flush callback support
` [PATCH v14 2/7] virtio-pmem: Add virtio pmem driver
` [PATCH v14 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v13 4/7] dm: enable synchronous dax
` [PATCH v14 5/7] dax: check synchronous mapping is supported
` [PATCH v14 6/7] ext4: disable map_sync for async flush
` [PATCH v14 7/7] xfs: "

x86 instruction emulator fuzzing
 2019-06-21 13:28 UTC  (5+ messages)
` [PATCH 2/3] Emulate simple x86 instructions in userspace

[PATCH v1 0/5] perf kvm: Add stat support on arm64
 2019-06-21 13:25 UTC  (6+ messages)
` [PATCH v1 2/5] KVM: arm/arm64: Adjust entry/exit and trap related tracepoints

[RFC PATCH v1 0/5] s390: more vfio-ccw code rework
 2019-06-21 12:25 UTC  (2+ messages)

[PATCH v4 2/2] KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk
 2019-06-21  9:44 UTC  (3+ messages)
` [PATCH v4 1/2] KVM: LAPIC: Optimize timer latency consider world switch time

[PATCH v5 0/4] KVM: LAPIC: Implement Exitless Timer
 2019-06-21  9:40 UTC  (5+ messages)
` [PATCH v5 1/4] KVM: LAPIC: Make lapic timer unpinned
` [PATCH v5 2/4] KVM: LAPIC: Inject timer interrupt via posted interrupt
` [PATCH v5 3/4] KVM: LAPIC: Ignore timer migration when lapic timer is injected by pi
` [PATCH v5 4/4] KVM: LAPIC: Don't inject already-expired timer via posted interrupt

[PATCH RFC 0/5] x86/KVM/svm: get rid of hardcoded instructions lengths
 2019-06-21  8:43 UTC  (11+ messages)
` [PATCH RFC 1/5] x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() results in #GP
` [PATCH RFC 2/5] x86: KVM: svm: avoid flooding logs when skip_emulated_instruction() fails
` [PATCH RFC 3/5] x86: KVM: svm: clear interrupt shadow on all paths in skip_emulated_instruction()
` [PATCH RFC 5/5] x86: KVM: svm: remove hardcoded instruction length from intercepts

[PATCH RESEND v3 0/2] x86: Enable user wait instructions
 2019-06-21  6:51 UTC  (3+ messages)
` [PATCH RESEND v3 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE
` [PATCH RESEND v3 2/2] target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR

[PATCH v6 0/3] KVM: x86: Enable user wait instructions
 2019-06-21  5:57 UTC  (4+ messages)
` [PATCH v6 1/3] KVM: x86: add support for "
` [PATCH v6 2/3] KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL
` [PATCH v6 3/3] KVM: vmx: handle vm-exit for UMWAIT and TPAUSE

[patch 0/5] cpuidle haltpoll driver and governor (v4)
 2019-06-21  0:34 UTC  (3+ messages)
` [patch 3/5] cpuidle: add haltpoll governor

[GIT PULL] KVM changes for 5.2-rc6
 2019-06-20 21:25 UTC  (2+ messages)

[RFC PATCH v1 00/12] Add SEV guest live migration support
 2019-06-20 19:18 UTC  (12+ messages)
` [RFC PATCH v1 02/12] kvm: introduce high-level API to support encrypted guest migration
` [RFC PATCH v1 01/12] linux-headers: update kernel header to include SEV migration commands
` [RFC PATCH v1 03/12] migration/ram: add support to send encrypted pages
` [RFC PATCH v1 04/12] kvm: add support to sync the page encryption state bitmap
` [RFC PATCH v1 05/12] doc: update AMD SEV API spec web link
` [RFC PATCH v1 08/12] target.json: add migrate-set-sev-info command
  ` [Qemu-devel] "
` [RFC PATCH v1 09/12] target/i386: sev: add support to encrypt the outgoing page
` [RFC PATCH v1 10/12] target/i386: sev: add support to load incoming encrypted page
` [RFC PATCH v1 11/12] migration: add support to migrate page encryption bitmap


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