public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-29 13:36:59 to 2022-03-31 13:48:38 UTC [more...]

[GIT PULL] virtio: features, fixes
 2022-03-31 13:48 UTC 

[PATCH v9 00/18] KVM: s390: pv: implement lazy destroy for reboot
 2022-03-31 13:34 UTC  (23+ messages)
` [PATCH v9 01/18] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v9 02/18] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v9 03/18] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v9 04/18] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v9 05/18] KVM: s390: pv: usage counter instead of flag
` [PATCH v9 06/18] KVM: s390: pv: add export before import
` [PATCH v9 07/18] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v9 08/18] KVM: s390: pv: clear the state without memset
` [PATCH v9 09/18] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [PATCH v9 10/18] KVM: s390: pv: add mmu_notifier
` [PATCH v9 11/18] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v9 12/18] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v9 13/18] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v9 14/18] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v9 15/18] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v9 16/18] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v9 17/18] KVM: s390: pv: avoid export before import if possible
` [PATCH v9 18/18] KVM: s390: pv: support for Destroy fast UVC

[next ] x86: Assembler messages: Error: invalid operands (*UND* and .data..percpu sections) for `+'
 2022-03-31 13:14 UTC  (2+ messages)

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-03-31 12:59 UTC  (7+ messages)
` [PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable

[kvm-unit-tests PATCH] s390x: snippets: c: Load initial cr0
 2022-03-31 12:55 UTC 

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-03-31 11:23 UTC  (19+ messages)
` [RFC PATCH v5 008/104] KVM: TDX: Add a function to initialize TDX module
` [RFC PATCH v5 021/104] KVM: x86: Introduce hooks to free VM callback prezap and vm_free
` [RFC PATCH v5 023/104] x86/cpu: Add helper functions to allocate/free MKTME keyid
` [RFC PATCH v5 024/104] KVM: TDX: create/destroy VM structure
` [RFC PATCH v5 027/104] KVM: TDX: initialize VM with TDX specific parameters
` [RFC PATCH v5 032/104] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [RFC PATCH v5 033/104] KVM: x86: Add infrastructure for stolen GPA bits

[PATCH] x86, kvm: fix compilation for !CONFIG_PARAVIRT_SPINLOCKS or !CONFIG_SMP
 2022-03-31 10:53 UTC 

[PATCH] KVM: MMU: propagate alloc_workqueue failure
 2022-03-31  9:34 UTC  (3+ messages)

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-31  9:00 UTC  (14+ messages)
` [RFC PATCH v3 17/36] pflash_cfi01/tdx: Introduce ram_mode of pflash for TDVF

question about arch/riscv/kvm/mmu.c
 2022-03-31  8:02 UTC  (4+ messages)

[PATCH v3 0/3] KVM: Dirty quota-based throttling
 2022-03-31  7:30 UTC  (7+ messages)
` [PATCH v3 1/3] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v3 2/3] KVM: Documentation: Update kvm_run structure for dirty quota

[PATCH v6 0/7] KVM: PKS Virtualization support
 2022-03-31  6:08 UTC  (14+ messages)
` [PATCH v6 1/7] KVM: VMX: Introduce PKS VMCS fields
` [PATCH v6 2/7] KVM: VMX: Add proper cache tracking for PKRS
` [PATCH v6 5/7] KVM: MMU: Add support for PKS emulation
` [PATCH v6 6/7] KVM: VMX: Expose PKS to guest
` [PATCH v6 7/7] KVM: VMX: Enable PKS for nested VM

[PATCH] KVM: x86/pmu: Update AMD PMC smaple period to fix guest NMI-watchdog
 2022-03-31  6:07 UTC  (4+ messages)

[PATCH 0/3] KVM: arm64: Limit feature register reads from AArch32
 2022-03-31  5:45 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
` [PATCH 3/3] KVM: arm64: Start trapping ID registers for 32 bit guests

[PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
 2022-03-31  4:48 UTC  (5+ messages)

[PATCH v3] KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
 2022-03-31  4:20 UTC  (2+ messages)

[RFCv2 PATCH 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-03-31  4:04 UTC  (4+ messages)
` [RFCv2 PATCH 09/12] KVM: SVM: Refresh AVIC settings when changing APIC mode

linux-next: manual merge of the kvm tree with Linus' tree
 2022-03-31  2:04 UTC  (2+ messages)
` 答复: "

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-03-31  0:28 UTC  (6+ messages)
` [PATCH v18 15/18] s390/vfio-ap: handle config changed and scan complete notification
` [PATCH v18 17/18] s390/Docs: new doc describing lock usage by the vfio_ap device driver

[PATCH v3 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-03-30 23:42 UTC  (16+ messages)
` [PATCH v3 01/11] KVM: selftests: Add vm_alloc_page_table_in_memslot library function
` [PATCH v3 02/11] KVM: selftests: Dump VM stats in binary stats test
` [PATCH v3 03/11] KVM: selftests: Test reading a single stat
` [PATCH v3 04/11] KVM: selftests: Add memslot parameter to elf_load
` [PATCH v3 05/11] KVM: selftests: Improve error message in vm_phy_pages_alloc
` [PATCH v3 06/11] KVM: selftests: Add NX huge pages test
` [PATCH v3 07/11] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
` [PATCH v3 08/11] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v3 09/11] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v3 10/11] KVM: x86/MMU: Require reboot permission to disable NX hugepages
` [PATCH v3 11/11] selftests: KVM: Test disabling NX hugepages on a VM

[PATCH 0/5] nSVM: L1 -> L2 event injection fixes and a self-test
 2022-03-30 23:20 UTC  (5+ messages)
` [PATCH 3/5] KVM: nSVM: Don't forget about L1-injected events

linux-next: Signed-off-bys missing for commits in the kvm tree
 2022-03-30 21:02 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
 2022-03-30 18:34 UTC  (17+ messages)
` [PATCH v2 03/26] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v2 05/26] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v2 16/26] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v2 20/26] KVM: x86/mmu: Extend Eager Page Splitting to the shadow MMU

[PATCH v2] Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
 2022-03-30 18:30 UTC  (5+ messages)

[PATCH v2 00/19] Control VQ support in vDPA
 2022-03-30 18:03 UTC  (20+ messages)
` [PATCH v2 01/19] vhost: move the backend feature bits to vhost_types.h
` [PATCH v2 02/19] virtio-vdpa: don't set callback if virtio doesn't need it
` [PATCH v2 03/19] vhost-vdpa: passing iotlb to IOMMU mapping helpers
` [PATCH v2 04/19] vhost-vdpa: switch to use vhost-vdpa specific IOTLB
` [PATCH v2 05/19] vdpa: introduce virtqueue groups
` [PATCH v2 06/19] vdpa: multiple address spaces support
` [PATCH v2 07/19] vdpa: introduce config operations for associating ASID to a virtqueue group
` [PATCH v2 08/19] vhost_iotlb: split out IOTLB initialization
` [PATCH v2 09/19] vhost: support ASID in IOTLB API
` [PATCH v2 10/19] vhost-vdpa: introduce asid based IOTLB
` [PATCH v2 11/19] vhost-vdpa: introduce uAPI to get the number of virtqueue groups
` [PATCH v2 12/19] vhost-vdpa: introduce uAPI to get the number of address spaces
` [PATCH v2 13/19] vhost-vdpa: uAPI to get virtqueue group id
` [PATCH v2 14/19] vhost-vdpa: introduce uAPI to set group ASID
` [PATCH v2 15/19] vhost-vdpa: support ASID based IOTLB API
` [PATCH v2 16/19] vdpa_sim: advertise VIRTIO_NET_F_MTU
` [PATCH v2 17/19] vdpa_sim: factor out buffer completion logic
` [PATCH v2 18/19] vdpa_sim: filter destination mac address
` [PATCH v2 19/19] vdpasim: control virtqueue support

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-30 17:58 UTC  (18+ messages)
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE

[PATCH] KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
 2022-03-30 16:52 UTC  (2+ messages)

[RFC PATCH V3 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
 2022-03-30 16:01 UTC  (6+ messages)
` [RFC PATCH V3 1/4] KVM: X86: Add arguement gfn and role to kvm_mmu_alloc_page()
` [RFC PATCH V3 2/4] KVM: X86: Introduce role.glevel for level expanded pagetable
` [RFC PATCH V3 3/4] KVM: X86: Alloc role.pae_root shadow page
` [RFC PATCH V3 4/4] KVM: X86: Use passthrough and pae_root shadow page for 32bit guests

[PATCH v3.1 0/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
 2022-03-30 15:02 UTC  (6+ messages)
` [PATCH v3.1 1/4] KVM: x86: Move kvm_ops_static_call_update() to x86.c
` [PATCH v3.1 2/4] KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
` [PATCH v3.1 3/4] KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
` [PATCH v3.1 4/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead

[kvm-unit-tests PATCH v1 0/4] lib: s390x: Refactor and rename vm.[ch]
 2022-03-30 14:43 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 1/4] s390x: remove spurious includes
` [kvm-unit-tests PATCH v1 2/4] lib: s390: rename and refactor vm.[ch]
` [kvm-unit-tests PATCH v1 3/4] lib: s390x: functions for machine models
` [kvm-unit-tests PATCH v1 4/4] lib: s390x: stidp wrapper and move get_machine_id

[PATCH 0/2] s390x: Add tests for SIGP store adtl status
 2022-03-30 12:46 UTC  (6+ messages)
` [PATCH 2/2] s390x: add test for SIGP STORE_ADTL_STATUS order

RIP: 0010:param_get_bool.cold+0x0/0x2 - LTP read_all_sys - 5.17.0
 2022-03-30 12:46 UTC 

[PATCH v3 0/9] kvm: s390: Add PV dump support
 2022-03-30 12:19 UTC  (10+ messages)
` [PATCH v3 1/9] s390: pv: Add SE hdr query information
` [PATCH v3 2/9] s390: uv: Add dump fields to query
` [PATCH v3 3/9] KVM: s390: pv: Add query interface
` [PATCH v3 4/9] KVM: s390: pv: Add dump support definitions
` [PATCH v3 5/9] KVM: s390: pv: Add query dump information
` [PATCH v3 6/9] kvm: s390: Add configuration dump functionality
` [PATCH v3 7/9] kvm: s390: Add CPU "
` [PATCH v3 8/9] Documentation: virt: Protected virtual machine dumps
` [PATCH v3 9/9] Documentation/virt/kvm/api.rst: Add protvirt dump/info api descriptions

[PATCH 0/8] SVM fixes + refactoring
 2022-03-30 12:08 UTC  (7+ messages)
` [PATCH 1/8] KVM: x86: avoid loading a vCPU after .vm_destroy was called
` [PATCH 8/8] KVM: x86: SVM: remove vgif_enabled()

[PATCH v1] d_path:fix missing include file in d_path.c
 2022-03-30  8:53 UTC 

[PATCH] KVM: use kvcalloc for array allocations
 2022-03-30  2:55 UTC 

[PATCH RESEND 0/5] KVM: X86: Scaling Guest OS Critical Sections with boosting
 2022-03-30  1:18 UTC  (7+ messages)
` [PATCH RESEND 2/5] KVM: X86: Add guest interrupt disable state support
` [PATCH RESEND 3/5] KVM: X86: Boost vCPU which is in critical section

[PATCH] KVM: memcg: count KVM page table pages used by KVM in memcg pagetable stats
 2022-03-30  0:48 UTC  (2+ messages)

[PATCH v3 0/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
 2022-03-29 23:48 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: x86: Move kvm_ops_static_call_update() to x86.c
` [PATCH v3 4/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead

[RFC PATCH V2 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
 2022-03-29 23:41 UTC  (7+ messages)
` [RFC PATCH V2 1/4] KVM: X86: Add arguement gfn and role to kvm_mmu_alloc_page()
` [RFC PATCH V2 2/4] KVM: X86: Introduce role.passthrough for level expanded pagetable
` [RFC PATCH V2 3/4] KVM: X86: Alloc role.pae_root shadow page
` [RFC PATCH V2 4/4] KVM: X86: Use passthrough and pae_root shadow page for 32bit guests

[PATCH v2 00/21] TDX host kernel support
 2022-03-29 23:28 UTC  (7+ messages)
` [PATCH v2 01/21] x86/virt/tdx: Detect SEAM

[PATCH 0/4] Verify dirty logging works properly with page stats
 2022-03-29 22:28 UTC  (4+ messages)
` [PATCH v2 3/4] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()

Call for GSoC and Outreachy project ideas for summer 2022
 2022-03-29 20:29 UTC  (6+ messages)

[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
 2022-03-29 19:34 UTC  (5+ messages)

[PATCH] mm: avoid pointless invalidate_range_start/end on mremap(old_size=0)
 2022-03-29 17:31 UTC 

[PATCH] KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmap
 2022-03-29 17:03 UTC  (2+ messages)

WARNING: at arch/x86/kvm/../../../virt/kvm/kvm_main.c:3156 mark_page_dirty_in_slot
 2022-03-29 16:17 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: Replace magic number with readable macro
 2022-03-29 16:00 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition

[PATCH 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-03-29 15:43 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox