kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-14 19:09:36 to 2023-04-17 18:17:40 UTC [more...]

[PATCH 1/7] mm/gup: remove unused vmas parameter from get_user_pages()
 2023-04-17 15:14 UTC  (14+ messages)
` [PATCH 2/7] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
` [PATCH 3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH 6/7] mm/gup: remove vmas parameter from pin_user_pages()

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-04-17 18:17 UTC  (14+ messages)
` Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)

[PATCH][next] KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"
 2023-04-17 17:53 UTC 

[PATCH v2] KVM: x86: Fix poll command
 2023-04-17 16:51 UTC  (3+ messages)

[PATCH v2] KVM: x86/xen: Implement hvm_op/HVMOP_flush_tlbs hypercall
 2023-04-17 16:31 UTC  (2+ messages)

[PATCH -next v18 00/20] riscv: Add vector ISA support
 2023-04-17 16:26 UTC  (9+ messages)
` [PATCH -next v18 05/20] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v18 06/20] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v18 07/20] riscv: Introduce riscv_v_vsize to record size of Vector context

[PATCH v3 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-04-17 16:17 UTC  (3+ messages)
` [PATCH v3 1/7] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range

[PATCH 0/8] Add printf and formatted asserts in the guest
 2023-04-17 16:08 UTC  (7+ messages)
` [PATCH 4/8] KVM: selftests: Copy printf.c to KVM selftests
` [PATCH 5/8] KVM: selftests: Add vsprintf() "

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-04-17 14:54 UTC  (5+ messages)
` [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands
` [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH v3] vfio/cdx: add support for CDX bus
 2023-04-17 14:20 UTC  (2+ messages)

[PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO
 2023-04-17 14:05 UTC  (16+ messages)

[PATCH v2 00/17] Add RISC-V vector cryptographic instruction set support
 2023-04-17 13:58 UTC  (18+ messages)
` [PATCH v2 01/17] target/riscv: Refactor some of the generic vector functionality
` [PATCH v2 02/17] target/riscv: Refactor vector-vector translation macro
` [PATCH v2 03/17] target/riscv: Add Zvbc ISA extension support
` [PATCH v2 04/17] target/riscv: Move vector translation checks
` [PATCH v2 05/17] target/riscv: Refactor translation of vector-widening instruction
` [PATCH v2 06/17] target/riscv: Refactor some of the generic vector functionality
` [PATCH v2 07/17] qemu/bitops.h: Limit rotate amounts
` [PATCH v2 08/17] qemu/host-utils.h: Add clz and ctz functions for lower-bit integers
` [PATCH v2 09/17] target/riscv: Add Zvbb ISA extension support
` [PATCH v2 10/17] target/riscv: Add Zvkned "
` [PATCH v2 11/17] target/riscv: Add Zvknh "
` [PATCH v2 12/17] target/riscv: Add Zvksh "
` [PATCH v2 13/17] target/riscv: Add Zvkg "
` [PATCH v2 14/17] crypto: Create sm4_subword
` [PATCH v2 15/17] crypto: Add SM4 constant parameter CK
` [PATCH v2 16/17] target/riscv: Add Zvksed ISA extension support
` [PATCH v2 17/17] target/riscv: Expose Zvk* and Zvb[b,c] cpu properties

[RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization
 2023-04-17 13:43 UTC  (12+ messages)
` [RFC PATCH v2 02/11] KVM: x86: Advertise CPUID.7.2.EDX and RRSBA_CTRL support
` [RFC PATCH v2 04/11] KVM: VMX: Add IA32_SPEC_CTRL virtualization support
` [RFC PATCH v2 05/11] x86/bugs: Use Virtual MSRs to request hardware mitigations

[PATCH v2] vfio/cdx: add support for CDX bus
 2023-04-17 13:21 UTC  (5+ messages)

[PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
 2023-04-17 13:04 UTC  (4+ messages)

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-17 12:49 UTC  (15+ messages)
` [RFC PATCH V4 08/17] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest
` [RFC PATCH V4 13/17] x86/sev: Add Check of #HV event in path
` [RFC PATCH V4 14/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv

[PATCH] KVM: arm64: Make vcpu flag updates non-preemptible
 2023-04-17 12:35 UTC  (3+ messages)

[PATCH] KVM: x86/xen: Implement hvm_op/HVMOP_flush_tlbs hypercall
 2023-04-17 12:06 UTC 

[PATCH v3 1/7] mm/gup: remove unused vmas parameter from get_user_pages()
 2023-04-17 11:59 UTC  (10+ messages)
` [PATCH v3 2/7] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
` [PATCH v3 3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH v3 6/7] mm/gup: remove vmas parameter from pin_user_pages()

[PATCH v7 00/30] Add KVM LoongArch support
 2023-04-17  9:46 UTC  (29+ messages)
` [PATCH v7 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v7 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v7 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v7 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v7 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v7 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v7 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v7 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v7 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v7 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v7 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v7 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v7 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v7 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v7 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v7 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v7 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v7 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v7 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v7 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v7 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v7 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v7 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v7 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v7 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v7 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v7 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v7 28/30] LoongArch: KVM: Implement probe virtualization when loongarch cpu init

[PATCH v7 00/30] Add KVM LoongArch support
 2023-04-17  9:59 UTC  (31+ messages)
` [PATCH v7 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v7 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v7 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v7 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v7 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v7 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v7 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v7 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v7 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v7 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v7 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v7 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v7 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v7 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v7 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v7 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v7 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v7 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v7 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v7 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v7 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v7 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v7 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v7 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v7 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v7 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v7 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v7 28/30] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v7 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v7 30/30] LoongArch: KVM: Supplement kvm document about loongarch-specific part

[PATCH v19 00/21] s390x: CPU Topology
 2023-04-17  9:15 UTC  (8+ messages)
` [PATCH v19 01/21] s390x/cpu topology: add s390 specifics to CPU topology

[kvm-unit-tests PATCH v1] s390x: Improve stack traces that contain an interrupt frame
 2023-04-17  9:06 UTC  (3+ messages)

[PATCH 0/2] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-04-17  8:05 UTC  (3+ messages)
` [PATCH 2/2] virtio-vdpa: "

[PATCH v7 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-04-17  8:02 UTC  (4+ messages)
` [PATCH v7 2/5] KVM: x86: Virtualize CR3.LAM_{U48,U57}

[PATCH v7 00/12] Implement Eager Page Splitting for ARM
 2023-04-17  7:20 UTC  (28+ messages)
` [PATCH v7 01/12] KVM: arm64: Rename free_removed to free_unlinked
` [PATCH v7 02/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v7 02/12] KVM: arm64: Add KVM_PGTABLE_WALK flags for skipping CMOs and BBM TLBIs
` [PATCH v7 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v7 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v7 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v7 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v7 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v7 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v7 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v7 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v7 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v7 12/12] KVM: arm64: Use local TLBI on permission relaxation

[PATCH v2 0/2] iommu/amd: Fix GAM IRTEs affinity and GALog restart
 2023-04-17  5:04 UTC  (3+ messages)
` [PATCH v2 2/2] iommu/amd: Handle GALog overflows

[PATCH v4 00/20] KVM: arm64: Rework timer offsetting for fun and profit
 2023-04-17  3:34 UTC  (5+ messages)
` [PATCH v4 05/20] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2

[PATCH 0/3] KVM: x86: SGX vs. XCR0 cleanups
 2023-04-16  6:36 UTC  (10+ messages)

[PATCH v4 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
 2023-04-16  4:53 UTC  (3+ messages)
` [PATCH v4 1/2] KVM: arm64: PMU: Restore the host's PMUSERENR_EL0
` [PATCH v4 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded

[PATCH v3 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
 2023-04-16  3:31 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: arm64: PMU: Restore the host's PMUSERENR_EL0
` [PATCH v3 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded

[PATCH 0/7] KVM: selftests: Add tests for pmu event filter
 2023-04-16  0:25 UTC  (5+ messages)
` [PATCH 4/7] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter

[PATCH v2 1/7] mm/gup: remove unused vmas parameter from get_user_pages()
 2023-04-15  9:52 UTC  (5+ messages)
` [PATCH v2 2/7] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
` [PATCH v2 3/7] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH v2 6/7] mm/gup: remove vmas parameter from pin_user_pages()

[PATCH v2 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
 2023-04-15  3:11 UTC  (9+ messages)
` [PATCH v2 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-15  0:06 UTC  (4+ messages)

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-04-14 21:08 UTC  (8+ messages)

[PATCH v4 0/6] KVM: selftests: Add "instructions required" testcase
 2023-04-14 20:29 UTC  (2+ messages)

[PATCH v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-04-14 20:17 UTC  (10+ messages)

[RFC PATCH 0/5] Add TDX intra host migration support
 2023-04-14 19:09 UTC  (3+ 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).