kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-21 09:39:41 to 2019-06-25 09:07:27 UTC [more...]

[PATCH v1] KVM: x86: PMU Whitelist
 2019-06-25  9:12 UTC  (4+ messages)

[PATCH] x86/kvm/nVMCS: fix VMCLEAR when Enlightened VMCS is in use
 2019-06-25  8:51 UTC  (5+ messages)

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-06-25  8:48 UTC  (79+ 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 13/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [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

[PATCH v1 0/6] mm / virtio: Provide support for paravirtual waste page treatment
 2019-06-25  7:55 UTC  (4+ messages)
` [PATCH v1 1/6] mm: Adjust shuffle code to allow for future coalescing

[PATCH net-next] net: link_watch: prevent starvation when processing linkwatch wq
 2019-06-25  2:28 UTC 

[PATCH] target/i386: kvm: Fix when nested state is needed for migration
 2019-06-24 23:05 UTC 

[Bug 203979] New: kvm_spurious_fault in L1 when running a nested kvm instance on AMD i686-pae
 2019-06-24 19:09 UTC 

[PATCH v9 00/17] x86/split_lock: Enable split lock detection
 2019-06-24 18:43 UTC  (6+ messages)
` [PATCH v9 02/17] drivers/net/b44: Align pwol_mask to unsigned long for better performance
` [PATCH v9 03/17] x86/split_lock: Align x86_capability to unsigned long to avoid split locked access

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-06-24 17:51 UTC  (26+ messages)
` [PATCH v18 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v18 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v18 03/15] lib: untag user pointers in strn*_user
` [PATCH v18 04/15] mm: untag user pointers passed to memory syscalls
` [PATCH v18 05/15] mm: untag user pointers in mm/gup.c
` [PATCH v18 06/15] mm: untag user pointers in get_vaddr_frames
` [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v18 08/15] userfaultfd: untag user pointers
` [PATCH v18 09/15] drm/amdgpu: "
` [PATCH v18 10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
` [PATCH v18 12/15] media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v18 13/15] tee/shm: untag user pointers in tee_shm_register
` [PATCH v18 14/15] vfio/type1: untag user pointers in vaddr_get_pfn
` [PATCH v18 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel

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

[PATCH v3 0/5] x86 instruction emulator fuzzing
 2019-06-24 14:24 UTC  (6+ messages)
` [PATCH v3 1/5] Build target for emulate.o as a userspace binary
` [PATCH v3 2/5] Emulate simple x86 instructions in userspace
` [PATCH v3 3/5] Demonstrating unit testing via simple-harness
` [PATCH v3 4/5] Added build and install scripts
` [PATCH v3 5/5] Development scripts for crash triage and deploy

[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] 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 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  (2+ 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


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