public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-14 11:38:35 to 2023-04-17 13:06:07 UTC [more...]

[PATCH 1/7] mm/gup: remove unused vmas parameter from get_user_pages()
 2023-04-17 13:01 UTC  (7+ 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()

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-17 12:49 UTC  (18+ messages)
` [RFC PATCH V4 08/17] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest
` [RFC PATCH V4 10/17] x86/hyperv: Add smp support for sev-snp 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 v2] KVM: x86/xen: Implement hvm_op/HVMOP_flush_tlbs hypercall
 2023-04-17 12:22 UTC 

[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 v3] vfio/cdx: add support for CDX bus
 2023-04-17  8:37 UTC 

[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}

[RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization
 2023-04-17  7:31 UTC  (10+ 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

[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] vfio/cdx: add support for CDX bus
 2023-04-17  5:13 UTC  (3+ messages)

[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 v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO
 2023-04-17  4:20 UTC  (15+ messages)

[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] KVM: x86: Fix poll command
 2023-04-15  3:30 UTC  (3+ messages)

[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)

[PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD
 2023-04-14 20:08 UTC  (3+ messages)

[RFC PATCH 0/5] Add TDX intra host migration support
 2023-04-14 19:09 UTC  (3+ messages)

[PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams
 2023-04-14 11:18 UTC  (5+ messages)
` [PATCH RFC net-next v2 2/4] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit

[PATCH v3 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-04-14 17:29 UTC  (8+ messages)
` [PATCH v3 1/7] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v3 2/7] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v3 3/7] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v3 4/7] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v3 5/7] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v3 6/7] KVM: arm64: Add 'skip_flush' arg to stage2_put_pte()
` [PATCH v3 7/7] KVM: arm64: Use TLBI range-based intructions for unmap

[RFC PATCH 0/6] Setting memory policy for restrictedmem file
 2023-04-14 17:24 UTC  (3+ messages)

[PATCH][next] KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"
 2023-04-14 17:05 UTC  (2+ messages)

[PATCH] KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated
 2023-04-14 16:55 UTC  (3+ messages)

[PATCH -next v18 00/20] riscv: Add vector ISA support
 2023-04-14 16:47 UTC  (23+ messages)
` [PATCH -next v18 01/20] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v18 02/20] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v18 03/20] riscv: Add new csr defines related to vector extension
` [PATCH -next v18 04/20] riscv: Clear vector regfile on bootup
` [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 -next v18 08/20] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v18 09/20] riscv: Add task switch support for vector
` [PATCH -next v18 10/20] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v18 11/20] riscv: Add ptrace vector support
` [PATCH -next v18 12/20] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v18 13/20] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v18 14/20] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v18 15/20] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v18 16/20] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v18 17/20] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v18 18/20] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v18 19/20] riscv: detect assembler support for .option arch
` [PATCH -next v18 20/20] riscv: Enable Vector code to be built

[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-04-14 13:31 UTC  (8+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group

[PATCH v8 vfio 0/7] pds_vfio driver
 2023-04-14 12:57 UTC  (11+ messages)
` [PATCH v8 vfio 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v8 vfio 3/7] vfio/pds: register with the pds_core PF
` [PATCH v8 vfio 4/7] vfio/pds: Add VFIO live migration support
` [PATCH v8 vfio 6/7] vfio/pds: Add support for firmware recovery
` [PATCH v8 vfio 7/7] vfio/pds: Add Kconfig and documentation


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