messages from 2022-04-01 01:08:46 to 2022-04-04 04:45:40 UTC [more...]
[PATCH v2 0/3] KVM: arm64: Limit feature register reads from AArch32
2022-04-04 4:45 UTC (7+ 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 0/3] Unexpected guest trap handling for KVM RISC-V selftests
2022-04-04 4:11 UTC (2+ messages)
[PATCH] RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()
2022-04-04 3:50 UTC (2+ messages)
[PATCH RESEND] Documentation: kvm: Add missing line break in api.rst
2022-04-04 3:44 UTC (2+ messages)
[RFC PATCH v5 000/104] KVM TDX basic feature support
2022-04-04 0:41 UTC (32+ messages)
` [RFC PATCH v5 008/104] KVM: TDX: Add a function to initialize TDX module
` [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 v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2022-04-03 22:36 UTC (5+ messages)
[PATCH v7 0/8] IPI virtualization support for VM
2022-04-03 14:38 UTC (19+ 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 0/4] KVM: arm64: Fix use-after-free in debugfs
2022-04-02 22:39 UTC (7+ messages)
` [PATCH 1/4] KVM: arm64: vgic: Don't assume the VM debugfs directory exists
` [PATCH 2/4] KVM: Only log about debugfs directory collision once
` [PATCH 3/4] selftests: KVM: Don't leak GIC FD across dirty log test iterations
` [PATCH 4/4] selftests: KVM: Free the GIC FD when cleaning up in arch_timer
[GIT PULL] KVM fixes and docs for Linux 5.18 merge window
2022-04-02 20:00 UTC (2+ messages)
[PATCH] KVM: VMX: optimize pi_wakeup_handler
2022-04-02 8:32 UTC (3+ messages)
` 答复: "
[PATCH AUTOSEL 5.15 13/16] vdpa: clean up get_config_size ret value handling
2022-04-02 3:57 UTC (2+ messages)
[PATCH 0/8] KVM: SVM: Fix soft int/ex re-injection
2022-04-02 1:09 UTC (9+ messages)
` [PATCH 1/8] KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
` [PATCH 2/8] KVM: SVM: Downgrade BUG_ON() to WARN_ON() in svm_inject_irq()
` [PATCH 3/8] KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails"
` [PATCH 4/8] KVM: SVM: Stuff next_rip on emualted INT3 injection if NRIPS is supported
` [PATCH 5/8] KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction
` [PATCH 6/8] KVM: SVM: Re-inject INTn instead of retrying the insn on "failure"
` [PATCH 7/8] KVM: x86: Trace re-injected exceptions
` [PATCH 8/8] KVM: selftests: nSVM: Add svm_nested_soft_inject_test
[PATCH v2] KVM: arm64: Don't split hugepages outside of MMU write lock
2022-04-02 1:06 UTC (2+ messages)
General KVM/QEMU VM debugging techniques
2022-04-01 23:50 UTC
[PATCH 0/3] KVM: Split huge pages mapped by the TDP MMU on fault
2022-04-01 23:37 UTC (4+ messages)
` [PATCH 1/3] KVM: selftests: Introduce a selftest to measure execution performance
` [PATCH 2/3] KVM: x86/mmu: Pass account_nx to tdp_mmu_split_huge_page()
` [PATCH 3/3] KVM: x86/mmu: Split huge pages mapped by the TDP MMU on fault
[PATCH 0/5] nSVM: L1 -> L2 event injection fixes and a self-test
2022-04-01 22:07 UTC (13+ messages)
` [PATCH 1/5] KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
` [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 21:59 UTC (3+ messages)
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-01 19:56 UTC (15+ messages)
[PATCH] KVM: x86/pmu: Update AMD PMC smaple period to fix guest NMI-watchdog
2022-04-01 18:26 UTC (2+ messages)
[PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
2022-04-01 18:19 UTC (13+ messages)
[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
2022-04-01 17:55 UTC (24+ 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 v3 20/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v3 21/23] KVM: Allow GFP flags to be passed when topping up MMU caches
` [PATCH v3 22/23] KVM: x86/mmu: Support Eager Page Splitting in the shadow MMU
` [PATCH v3 23/23] KVM: selftests: Map x86_64 guest virtual memory with huge pages
[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 v2 0/5] x86: uaccess CMPXCHG + KVM bug fixes
2022-04-01 17:07 UTC (3+ messages)
[PATCH v9 00/18] KVM: s390: pv: implement lazy destroy for reboot
2022-04-01 15:13 UTC (13+ 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 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
[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 (6+ messages)
` [PATCH v3 2/3] KVM: Documentation: Update kvm_run structure for dirty quota
[PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable
2022-04-01 13:30 UTC (4+ messages)
[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 (7+ messages)
` [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
[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 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()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).