kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-06 02:24:51 to 2018-11-08 19:24:35 UTC [more...]

[RFC PATCH v4 00/13] ktask: multithread CPU-intensive kernel work
 2018-11-08 19:24 UTC  (28+ messages)
` [RFC PATCH v4 01/13] ktask: add documentation
` [RFC PATCH v4 02/13] ktask: multithread CPU-intensive kernel work
` [RFC PATCH v4 06/13] vfio: parallelize vfio_pin_map_dma

[PATCH 0/4] Workaround for Cortex-A76 erratum 1165522
 2018-11-08 19:23 UTC  (16+ messages)
` [PATCH 1/4] KVM: arm64: Rework detection of SVE, !VHE systems
` [PATCH 2/4] KVM: arm64: Allow implementations to be confined to using VHE
` [PATCH 3/4] arm64: KVM: Install stage-2 translation before enabling traps on VHE
` [PATCH 4/4] arm64: KVM: Implement workaround for Cortex-A76 erratum 1165522

[PATCH v4] x86: load FPU registers on return to userland
 2018-11-08 18:45 UTC  (30+ messages)
` [PATCH 01/23] x86/fpu: Use ULL for shift in xfeature_uncompacted_offset()
` [PATCH 02/23] x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
` [PATCH 03/23] x86/fpu: Remove fpu__restore()
` [PATCH 04/23] x86/entry/32: Remove asm/math_emu.h include
` [PATCH 05/23] x86/fpu: Remove preempt_disable() in fpu__clear()
` [PATCH 06/23] x86/fpu: Always init the `state' "
` [PATCH 07/23] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
` [PATCH 08/23] x86/fpu: Remove fpu->initialized
` [PATCH 09/23] x86/fpu: Remove user_fpu_begin()
` [PATCH 10/23] x86/entry: Remove _TIF_ALLWORK_MASK
` [PATCH 11/23] x86/fpu: Add (__)make_fpregs_active helpers
` [PATCH 12/23] x86/fpu: Make __raw_xsave_addr() use feature number instead of mask
` [PATCH 13/23] x86/fpu: Make get_xsave_field_ptr() and get_xsave_addr() "
` [PATCH 14/23] x86/pkeys: Make init_pkru_value static
` [PATCH 15/23] x86/fpu: Only write PKRU if it is different from current
` [PATCH 16/23] x86/pkeys: Don't check if PKRU is zero before writting it
` [PATCH 17/23] x86/fpu: Eager switch PKRU state
` [PATCH 18/23] x86/entry: Add TIF_NEED_FPU_LOAD
` [PATCH 19/23] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 20/23] x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
` [PATCH 21/23] x86/fpu: Update xstate's PKRU value on write_pkru()
` [PATCH 22/23] x86/fpu: Don't restore the FPU state directly from userland in __fpu__restore_sig()
` [PATCH 23/23] x86/fpu: Defer FPU state load until return to userspace

[QEMU PATCH v2 0/2]: KVM: i386: Add support for save and restore nested state
 2018-11-08 18:41 UTC  (10+ messages)

[PATCH v1 0/7] s390: vfio: ap: Using GISA for AP Interrupt
 2018-11-08 18:00 UTC  (13+ messages)
` [PATCH v1 4/7] vfio: ap: AP Queue Interrupt Control VFIO ioctl calls
` [PATCH v1 6/7] vfio: ap: register guest ISC with GISA and GIB
` [PATCH v1 7/7] s390: kvm: Handle all GISA IPM bits through GISA

[Resend PATCH V5 1/10] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
 2018-11-08 14:46 UTC  (10+ messages)
` [Resend PATCH V5 2/10] x86/hyper-v: Add HvFlushGuestAddressList hypercall support
` [Resend PATCH V5 3/10] x86/Hyper-v: Add trace in the hyperv_nested_flush_guest_mapping_range()
` [Resend PATCH V5 4/10] KVM/VMX: Add hv tlb range flush support
` [Resend PATCH V5 5/10] KVM/MMU: Add tlb flush with range helper function
` [Resend PATCH V5 6/10] KVM: Replace old tlb flush function with new one to flush a specified range
` [Resend PATCH V5 7/10] KVM: Make kvm_set_spte_hva() return int
` [Resend PATCH V5 8/10] KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()
` [Resend PATCH V5 9/10] KVM/MMU: Flush tlb directly in the kvm_set_pte_rmapp()
` [Resend PATCH V5 10/10] KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()

[PATCH V5 00/10] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-11-08 14:42 UTC 

[RFC PATCH] KVM: arm64: don't single-step for non-emulated faults
 2018-11-08 14:38 UTC  (10+ messages)

[PATCH RESEND v15 00/10] Add ARMv8 RAS virtualization support in QEMU
 2018-11-08 10:29 UTC  (11+ messages)
` [PATCH RESEND v15 01/10] ACPI: add some GHES structures and macros definition
` [PATCH RESEND v15 02/10] acpi: add build_append_ghes_notify() helper for Hardware Error Notification
` [PATCH RESEND v15 03/10] acpi: add build_append_ghes_generic_data() helper for Generic Error Data Entry
` [PATCH RESEND v15 04/10] acpi: add build_append_ghes_generic_status() helper for Generic Error Status Block
` [PATCH RESEND v15 05/10] ACPI: Add APEI GHES table generation and CPER record support
` [PATCH RESEND v15 06/10] docs: APEI GHES generation and CPER record description
` [PATCH RESEND v15 07/10] KVM: Move related hwpoison page functions to accel/kvm/ folder
` [PATCH RESEND v15 08/10] target-arm: kvm64: inject synchronous External Abort
` [PATCH RESEND v15 09/10] hw/arm/virt: Add RAS platform version for migration
` [PATCH RESEND v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH v15 00/10] Add ARMv8 RAS virtualization support in QEMU
 2018-11-08 10:15 UTC  (11+ messages)
` [PATCH v15 01/10] ACPI: add some GHES structures and macros definition
` [PATCH v15 02/10] acpi: add build_append_ghes_notify() helper for Hardware Error Notification
` [PATCH v15 03/10] acpi: add build_append_ghes_generic_data() helper for Generic Error Data Entry
` [PATCH v15 04/10] acpi: add build_append_ghes_generic_status() helper for Generic Error Status Block
` [PATCH v15 05/10] ACPI: Add APEI GHES table generation and CPER record support
` [PATCH v15 06/10] docs: APEI GHES generation and CPER record description
` [PATCH v15 07/10] KVM: Move related hwpoison page functions to accel/kvm/ folder
` [PATCH v15 08/10] target-arm: kvm64: inject synchronous External Abort
` [PATCH v15 09/10] hw/arm/virt: Add RAS platform version for migration
` [PATCH v15 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH V5 4/10] KVM/VMX: Add hv tlb range flush support
 2018-11-08  9:14 UTC  (4+ messages)
` [PATCH V5 8/10] KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()
` [PATCH V5 9/10] KVM/MMU: Flush tlb directly in the kvm_set_pte_rmapp()
` [PATCH V5 10/10] KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()

[PATCH] KVM: x86: fix empty-body warnings
 2018-11-08  8:48 UTC 

[PATCH 2/5] VSOCK: support fill data to mergeable rx buffer in host
 2018-11-08  8:20 UTC  (8+ messages)

[PATCH kernel 0/3] vfio/spapr_tce: Reworks for NVIDIA V100 + P9 passthrough (part 3)
 2018-11-08  7:16 UTC  (7+ messages)
` [PATCH kernel 1/3] vfio_pci: Allow mapping extra regions
` [PATCH kernel 2/3] vfio_pci: Allow regions to add own capabilities

[PATCH] KVM/VMX: Check ept_pointer before flushing ept tlb
 2018-11-08  6:12 UTC  (5+ messages)

[PATCH] x86/kvm/vmx: fix old-style function declaration
 2018-11-08  3:22 UTC 

KMSAN: kernel-infoleak in kvm_write_guest_page
 2018-11-07 22:13 UTC  (2+ messages)

[PATCH] KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
 2018-11-07 21:27 UTC  (3+ messages)
`  "

KMSAN: kernel-infoleak in kvm_vcpu_write_guest_page
 2018-11-07 13:37 UTC  (6+ messages)

[PATCH 3/5] VSOCK: support receive mergeable rx buffer in guest
 2018-11-07 13:29 UTC  (6+ messages)

[PATCH 1/5] VSOCK: support fill mergeable rx buffer in guest
 2018-11-07  6:17 UTC  (4+ messages)

[PATCH v2 0/5] migration: improve multithreads
 2018-11-07  2:52 UTC  (7+ messages)
` [PATCH v2 1/5] bitops: introduce change_bit_atomic
` [PATCH v2 2/5] util: introduce threaded workqueue
` [PATCH v2 3/5] migration: use threaded workqueue for compression
` [PATCH v2 4/5] migration: use threaded workqueue for decompression
` [PATCH v2 5/5] tests: add threaded-workqueue-bench

[PATCH v4 0/8] vfio/mdev: IOMMU aware mediated device
 2018-11-07  1:48 UTC  (4+ messages)
` [PATCH v4 6/8] vfio/mdev: Add iommu place holders in mdev_device

BUG: spinlock cpu recursion on CPU, syz-executor
 2018-11-07  1:38 UTC 

[PATCH 0/1] vhost: add vhost_blk driver
 2018-11-06 21:41 UTC  (17+ messages)
` [PATCH 1/1] Add "

[RFC PATCH] kvm: Use huge pages for DAX-backed files
 2018-11-06 21:17 UTC  (15+ messages)

[PATCH v2] KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
 2018-11-06 12:39 UTC  (2+ messages)

[PATCH] KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
 2018-11-06 12:30 UTC  (9+ messages)

[PATCH v15 23/26] sched: early boot clock
 2018-11-06 11:35 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: expose direct stores instructions into VM
 2018-11-06  5:55 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: expose MOVDIRI CPU feature "
` [PATCH v2 2/2] KVM: x86: expose MOVDIR64B "

[PATCH 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-11-06  5:53 UTC  (7+ messages)

[PATCH 0/1] vhost: parallel virtqueue handling
 2018-11-06  2:59 UTC  (6+ messages)
` [PATCH 1/1] vhost: add per-vq worker thread


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