kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-06 21:41:07 to 2018-11-12 16:54:12 UTC [more...]

[RFC PATCH v4 00/13] ktask: multithread CPU-intensive kernel work
 2018-11-12 16:54 UTC  (19+ messages)
` [RFC PATCH v4 01/13] ktask: add documentation
` [RFC PATCH v4 11/13] mm: parallelize deferred struct page initialization within each node

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

[PATCH v4] x86: load FPU registers on return to userland
 2018-11-12 15:56 UTC  (38+ 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] x86/fpu: Disable BH while while loading FPU registers "
` [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

[PATCH] x86/kvm/nVMX: tweak shadow fields
 2018-11-12 14:39 UTC  (4+ messages)

[PATCH] svm: Add mutex_lock to protect apic_access_page_done on AMD systems
 2018-11-12 13:37 UTC  (2+ messages)

[RFC PATCH 0/5] iommu: APIs for paravirtual PASID allocation
 2018-11-12  6:45 UTC  (6+ messages)
` [RFC PATCH 1/5] iommu: Add APIs for IOMMU PASID management
  ` [RFC PATCH 2/5] iommu/vt-d: Initialize a PASID consumer
  ` [RFC PATCH 3/5] iommu/vt-d: Enlightened PASID allocation
` [RFC PATCH 4/5] iommu/vt-d: Allocate and free a pasid
` [RFC PATCH 5/5] iommu/vt-d: Use global pasid allocator

[PATCH kernel 0/3] vfio/spapr_tce: Reworks for NVIDIA V100 + P9 passthrough (part 3)
 2018-11-12  4:56 UTC  (20+ messages)
` [PATCH kernel 1/3] vfio_pci: Allow mapping extra regions
` [PATCH kernel 2/3] vfio_pci: Allow regions to add own capabilities
` [PATCH kernel 3/3] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] [10de:1db1] subdriver

[PATCH v2 0/5] migration: improve multithreads
 2018-11-12  3:07 UTC  (3+ messages)

[PATCH 3.16 222/366] x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
 2018-11-11 19:49 UTC  (3+ messages)
` [PATCH 3.16 221/366] x86/bugs: Add AMD's SPEC_CTRL MSR usage
` [PATCH 3.16 220/366] x86/bugs: Add AMD's variant of SSB_NO

[PATCH tip/core/rcu 14/41] drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()
 2018-11-11 19:43 UTC 

[PATCH] vfio/pci: Parallelize device open and release
 2018-11-10 22:44 UTC  (3+ messages)
` [PATCH] vfio/pci: fix ptr_ret.cocci warnings

[PATCH 0/2] kvm: Use huge pages for DAX-backed files
 2018-11-09 20:39 UTC  (3+ messages)
` [PATCH 1/2] mm: make dev_pagemap_mapping_shift() externally visible
` [PATCH 2/2] kvm: Use huge pages for DAX-backed files

[PATCH 0/7] iommu/amd: Always allow to map huge pages
 2018-11-09 16:23 UTC  (9+ messages)
` [PATCH 1/7] iommu/amd: Collect page-table pages in freelist
` [PATCH 2/7] iommu/amd: Introduce free_sub_pt() function
` [PATCH 3/7] iommu/amd: Ignore page-mode 7 in free_sub_pt()
  ` [PATCH 4/7] iommu/amd: Allow downgrading page-sizes in alloc_pte()
` [PATCH 5/7] iommu/amd: Restart loop if cmpxchg64 succeeded "
` [PATCH 6/7] iommu/amd: Allow to upgrade page-size
` [PATCH 7/7] vfio/type1: Remove map_try_harder() code path

[RFC PATCH] KVM: arm64: don't single-step for non-emulated faults
 2018-11-09 13:29 UTC  (15+ messages)

[PATCH 0/4] Workaround for Cortex-A76 erratum 1165522
 2018-11-09 11:39 UTC  (18+ 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] KVM: PPC: Book3S HV: fix handling for interrupted H_ENTER_NESTED
 2018-11-09  3:27 UTC 

[PATCH RESEND v15 00/10] Add ARMv8 RAS virtualization support in QEMU
 2018-11-08 22:52 UTC  (13+ 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 22:40 UTC  (13+ 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 V6 0/8] KVM: X86: Introducing ROE Protection Kernel Hardening
 2018-11-08 20:54 UTC  (3+ messages)

[PATCH v1 0/7] s390: vfio: ap: Using GISA for AP Interrupt
 2018-11-08 18:00 UTC  (11+ 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

[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 

[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] 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 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  (6+ 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).