kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-31 11:23:45 to 2022-04-01 17:56:41 UTC [more...]

[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-01 17:55 UTC  (20+ messages)
` [PATCH v3 01/23] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v3 02/23] KVM: x86/mmu: Use a bool for direct
` [PATCH v3 03/23] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v3 04/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v3 05/23] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v3 06/23] KVM: x86/mmu: Pass memslot to kvm_mmu_new_shadow_page()
` [PATCH v3 07/23] KVM: x86/mmu: Separate shadow MMU sp allocation from initialization
` [PATCH v3 08/23] KVM: x86/mmu: Link spt to sp during allocation
` [PATCH v3 09/23] KVM: x86/mmu: Move huge page split sp allocation code to mmu.c
` [PATCH v3 10/23] KVM: x86/mmu: Use common code to free kvm_mmu_page structs
` [PATCH v3 11/23] KVM: x86/mmu: Use common code to allocate shadow pages from vCPU caches
` [PATCH v3 12/23] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v3 13/23] KVM: x86/mmu: Pass const memslot to init_shadow_page() and descendants
` [PATCH v3 14/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v3 15/23] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v3 17/23] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v3 18/23] KVM: x86/mmu: Zap collapsible SPTEs at all levels in "
` [PATCH v3 19/23] KVM: x86/mmu: Refactor drop_large_spte()

[PATCH v6 60/64] KVM: arm64: nv: Sync nested timer state with ARMv8.4
 2022-04-01 17:51 UTC  (2+ messages)

[PATCH 0/2] Dirtying, failing memop: don't indicate suppression
 2022-04-01 17:40 UTC  (5+ messages)
` [PATCH 1/2] KVM: s390: Don't indicate suppression on dirtying, failing memop
` [PATCH 2/2] KVM: s390: selftest: Test suppression indication on key prot exception

[PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
 2022-04-01 17:28 UTC  (11+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-01 17:14 UTC  (12+ messages)

[PATCH v2 0/5] x86: uaccess CMPXCHG + KVM bug fixes
 2022-04-01 17:07 UTC  (3+ messages)

[PATCH 0/5] nSVM: L1 -> L2 event injection fixes and a self-test
 2022-04-01 16:05 UTC  (8+ messages)
` [PATCH 3/5] KVM: nSVM: Don't forget about L1-injected events

[GIT PULL] Second batch of KVM changes for Linux 5.18
 2022-04-01 15:32 UTC 

[PATCH v9 00/18] KVM: s390: pv: implement lazy destroy for reboot
 2022-04-01 15:13 UTC  (15+ messages)
` [PATCH v9 01/18] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v9 04/18] KVM: s390: pv: refactor s390_reset_acc
` [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 13/18] KVM: s390: pv: cleanup leftover protected VMs if needed

[PATCH AUTOSEL 5.10 44/65] tuntap: add sanity checks about msg_controllen in sendmsg
 2022-04-01 14:41 UTC 

[PATCH AUTOSEL 5.16 042/109] KVM: arm64: Do not change the PMU event filter after a VCPU has run
 2022-04-01 14:32 UTC  (3+ messages)
` [PATCH AUTOSEL 5.16 063/109] vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGA
` [PATCH AUTOSEL 5.16 079/109] tuntap: add sanity checks about msg_controllen in sendmsg

[PATCH AUTOSEL 5.4 26/37] tuntap: add sanity checks about msg_controllen in sendmsg
 2022-04-01 14:44 UTC 

[PATCH AUTOSEL 5.15 52/98] vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGA
 2022-04-01 14:37 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 68/98] tuntap: add sanity checks about msg_controllen in sendmsg

[PATCH v3 0/6] Verify dirty logging works properly with page stats
 2022-04-01 14:33 UTC  (9+ messages)
` [PATCH v3 1/6] KVM: x86/mmu: Set lpage_disallowed in TDP MMU before setting SPTE
` [PATCH v3 2/6] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
` [PATCH v3 3/6] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()
` [PATCH v3 4/6] KVM: selftests: Dump VM stats in binary stats test
` [PATCH v3 5/6] KVM: selftests: Test reading a single stat
` [PATCH v3 6/6] selftests: KVM: use page stats to check if dirty logging works properly

[PATCH AUTOSEL 5.17 052/149] kvm: selftests: aarch64: fix assert in gicv3_access_reg
 2022-04-01 14:25 UTC  (8+ messages)
` [PATCH AUTOSEL 5.17 053/149] kvm: selftests: aarch64: pass vgic_irq guest args as a pointer
` [PATCH AUTOSEL 5.17 054/149] kvm: selftests: aarch64: fix the failure check in kvm_set_gsi_routing_irqchip_check
` [PATCH AUTOSEL 5.17 055/149] kvm: selftests: aarch64: fix some vgic related comments
` [PATCH AUTOSEL 5.17 056/149] kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq()
` [PATCH AUTOSEL 5.17 059/149] KVM: arm64: Do not change the PMU event filter after a VCPU has run
` [PATCH AUTOSEL 5.17 092/149] vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGA
` [PATCH AUTOSEL 5.17 114/149] tuntap: add sanity checks about msg_controllen in sendmsg

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-04-01 14:08 UTC  (35+ 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 032/104] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [RFC PATCH v5 033/104] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH v5 037/104] KVM: x86/mmu: Allow non-zero init value for shadow PTE
` [RFC PATCH v5 038/104] KVM: x86/mmu: Allow per-VM override of the TDP max page level

[PATCH] KVM: MMU: fix an IS_ERR() vs NULL bug
 2022-04-01 14:06 UTC  (3+ messages)

[PATCH] KVM: arm64: Don't split hugepages outside of MMU write lock
 2022-04-01 14:05 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: remove unnecessary flush_workqueue()
 2022-04-01 13:59 UTC  (2+ messages)

[PATCH v3 0/3] KVM: Dirty quota-based throttling
 2022-04-01 13:49 UTC  (10+ 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 RFC 00/12] IOMMUFD Generic interface
 2022-04-01 13:30 UTC  (7+ messages)
` [PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable

[kvm-unit-tests PATCH 0/2] s390x: Add tests for SIGP store adtl status
 2022-04-01 12:33 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: gs: move to new header file
` [kvm-unit-tests PATCH 2/2] s390x: add test for SIGP STORE_ADTL_STATUS order

[PATCH -next] KVM: x86/mmu: Fix return value check in kvm_mmu_init_tdp_mmu()
 2022-04-01 11:23 UTC  (2+ messages)

[kvm-unit-tests GIT PULL 00/27] s390x: smp, vm lib updates; I/O and smp tests
 2022-04-01 11:16 UTC  (28+ messages)
` [kvm-unit-tests GIT PULL 01/27] lib: s390x: smp: Retry SIGP SENSE on CC2
` [kvm-unit-tests GIT PULL 02/27] s390x: smp: Test SIGP RESTART against stopped CPU
` [kvm-unit-tests GIT PULL 03/27] s390x: smp: Fix checks for SIGP STOP STORE STATUS
` [kvm-unit-tests GIT PULL 04/27] s390x: smp: Create and use a non-waiting CPU stop
` [kvm-unit-tests GIT PULL 05/27] s390x: smp: Create and use a non-waiting CPU restart
` [kvm-unit-tests GIT PULL 06/27] lib: s390x: smp: Remove smp_sigp_retry
` [kvm-unit-tests GIT PULL 07/27] s390x: Add more tests for MSCH
` [kvm-unit-tests GIT PULL 08/27] s390x: Add test for PFMF low-address protection
` [kvm-unit-tests GIT PULL 09/27] s390x: Add sck tests
` [kvm-unit-tests GIT PULL 10/27] s390x: Add tests for STCRW
` [kvm-unit-tests GIT PULL 11/27] s390x: Add more tests for SSCH
` [kvm-unit-tests GIT PULL 12/27] s390x: Add more tests for STSCH
` [kvm-unit-tests GIT PULL 13/27] s390x: Add tests for TSCH
` [kvm-unit-tests GIT PULL 14/27] s390x: Add EPSW test
` [kvm-unit-tests GIT PULL 15/27] s390x: smp: add tests for several invalid SIGP orders
` [kvm-unit-tests GIT PULL 16/27] s390x: smp: stop already stopped CPU
` [kvm-unit-tests GIT PULL 17/27] s390x: smp: add tests for SET_PREFIX
` [kvm-unit-tests GIT PULL 18/27] s390x: smp: add test for EMERGENCY_SIGNAL with invalid CPU address
` [kvm-unit-tests GIT PULL 19/27] s390x: smp: add tests for CONDITIONAL EMERGENCY
` [kvm-unit-tests GIT PULL 20/27] s390x: add TPROT tests
` [kvm-unit-tests GIT PULL 21/27] s390x: stsi: check zero and ignored bits in r0 and r1
` [kvm-unit-tests GIT PULL 22/27] s390x: snippets: c: Load initial cr0
` [kvm-unit-tests GIT PULL 23/27] s390x: remove spurious includes
` [kvm-unit-tests GIT PULL 24/27] s390x: skey: remove check for old z/VM version
` [kvm-unit-tests GIT PULL 25/27] lib: s390x: rename and refactor vm.[ch]
` [kvm-unit-tests GIT PULL 26/27] lib: s390x: functions for machine models
` [kvm-unit-tests GIT PULL 27/27] lib: s390x: stidp wrapper and move get_machine_id

[PATCH] KVM: x86: fix sending PV IPI
 2022-04-01  8:59 UTC  (3+ messages)
  ` 答复: "

[kvm-unit-tests PATCH v2 0/5] lib: s390x: Refactor and rename vm.[ch]
 2022-04-01  8:14 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/5] s390x: remove spurious includes
` [kvm-unit-tests PATCH v2 2/5] s390x: skey: remove check for old z/VM version
` [kvm-unit-tests PATCH v2 3/5] lib: s390: rename and refactor vm.[ch]
` [kvm-unit-tests PATCH v2 4/5] lib: s390x: functions for machine models
` [kvm-unit-tests PATCH v2 5/5] lib: s390x: stidp wrapper and move get_machine_id

[PATCH v2 0/5] KVM: X86: Scaling Guest OS Critical Sections with boosting
 2022-04-01  8:10 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: X86: Add MSR_KVM_PREEMPT_COUNT support
` [PATCH v2 2/5] KVM: X86: Add last guest interrupt disable state support
` [PATCH v2 3/5] KVM: X86: Boost vCPU which is in critical section
` [PATCH v2 4/5] x86/kvm: Add MSR_KVM_PREEMPT_COUNT guest support
` [PATCH v2 5/5] KVM: X86: Expose PREEMT_COUNT CPUID feature bit to guest

[PATCH v2 00/19] Control VQ support in vDPA
 2022-04-01  4:24 UTC  (3+ messages)
` [PATCH v2 15/19] vhost-vdpa: support ASID based IOTLB API

[PATCH v7 0/8] IPI virtualization support for VM
 2022-04-01  2:37 UTC  (13+ messages)
` [PATCH v7 2/8] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
` [PATCH v7 3/8] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
` [PATCH v7 4/8] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH v7 5/8] KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode
` [PATCH v7 7/8] KVM: x86: Allow userspace set maximum VCPU id for VM
` [PATCH v7 8/8] KVM: VMX: enable IPI virtualization

[PATCH RESEND 0/5] KVM: X86: Scaling Guest OS Critical Sections with boosting
 2022-04-01  1:36 UTC  (6+ messages)
` [PATCH RESEND 2/5] KVM: X86: Add guest interrupt disable state support

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

[PATCH v2 0/3] KVM: arm64: Limit feature register reads from AArch32
 2022-04-01  1:08 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
` [PATCH v2 2/3] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
` [PATCH v2 3/3] KVM: arm64: Start trapping ID registers for 32 bit guests

[PATCH -next] KVM: x86/xen: Remove duplicated include in xen.c
 2022-04-01  0:14 UTC 

[PATCH] KVM: MMU: propagate alloc_workqueue failure
 2022-03-31 22:23 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
 2022-03-31 22:13 UTC 

[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
 2022-03-31 21:40 UTC  (11+ messages)
` [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] KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
 2022-03-31 21:31 UTC  (3+ messages)

[GIT PULL] virtio: features, fixes
 2022-03-31 21:21 UTC  (2+ messages)

RIP: 0010:param_get_bool.cold+0x0/0x2 - LTP read_all_sys - 5.17.0
 2022-03-31 19:27 UTC  (4+ messages)

[PATCH v3] KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
 2022-03-31 19:02 UTC  (11+ messages)

[PATCH 0/3] KVM: arm64: Limit feature register reads from AArch32
 2022-03-31 15:34 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents

[kvm-unit-tests PATCH v1 0/4] lib: s390x: Refactor and rename vm.[ch]
 2022-03-31 15:24 UTC  (9+ 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

[kvm-unit-tests PATCH] s390x: snippets: c: Load initial cr0
 2022-03-31 14:58 UTC  (2+ messages)

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

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