LinuxLists
Users
About
Paolo Bonzini (
[email protected]
)
Number of posts: 10110 (1.85 per day)
First post: 2009-06-22 12:27:19
Last post: 2024-06-12 16:07:31
Previous Page
/
Next Page
Date
List
Subject
2023-12-10 11:01:25
linux-kernel
[GIT PULL] KVM fixes for Linux 6.7-rc5
2023-12-08 21:03:13
linux-kernel
Re: [GIT PULL v1 0/2] KVM: s390: two small but important fixes
2023-12-08 18:49:26
linux-kernel
[PATCH v2] KVM: guest-memfd: fix unused-function warning
2023-12-08 18:46:41
linux-kernel
[PATCH] KVM: selftests: fix supported_flags for aarch64
2023-12-08 18:39:46
linux-kernel
Re: [PATCH] KVM: SEV: Fix handling of EFER_LMA bit when SEV-ES is enabled
2023-12-08 18:21:39
linux-kernel
Re: [GIT PULL] KVM: selftests: Fixes and cleanups for 6.7-rcN
2023-12-08 18:16:17
linux-kernel
Re: [GIT PULL] KVM: x86: Fixes for 6.7-rcN
2023-12-08 18:14:44
linux-kernel
Re: [GIT PULL v1 0/2] KVM: s390: two small but important fixes
2023-12-08 11:08:17
linux-kernel
Re: [PATCH] virtio_blk: set the default scheduler to none
2023-12-07 14:55:54
linux-kernel
Re: [PATCH] virtio_blk: set the default scheduler to none
2023-12-06 22:45:58
linux-kernel
Re: [PATCH] KVM: x86: Allow XSAVES on CPUs where host doesn't use it due to an errata
2023-11-25 08:35:08
linux-kernel
[PATCH v2 2/4] KVM: x86/mmu: remove unnecessary "bool shared" argument from iterators
2023-11-25 08:35:02
linux-kernel
[PATCH v2 3/4] KVM: x86/mmu: always take tdp_mmu_pages_lock
2023-11-25 08:34:48
linux-kernel
[PATCH v2 1/4] KVM: x86/mmu: remove unnecessary "bool shared" argument from functions
2023-11-25 08:34:28
linux-kernel
[PATCH v2 4/4] KVM: x86/mmu: fix comment about mmu_unsync_pages_lock
2023-11-25 08:34:17
linux-kernel
[PATCH v2 0/4] KVM: x86/mmu: small locking cleanups
2023-11-25 08:27:16
linux-kernel
[PATCH] KVM: remove deprecated UAPIs
2023-11-25 08:23:38
linux-kernel
[PATCH] KVM: remove CONFIG_HAVE_KVM_IRQFD
2023-11-25 08:19:10
linux-kernel
[PATCH] KVM: remove CONFIG_HAVE_KVM_EVENTFD
2023-11-24 16:12:01
linux-kernel
Re: [PATCH v3 4/4] KVM: x86: add new nested vmexit tracepoints
2023-11-24 16:08:59
linux-kernel
Re: [PATCH v3 3/4] KVM: x86: add information about pending requests to kvm_exit tracepoint
2023-11-24 16:08:49
linux-kernel
Re: [PATCH v3 2/4] KVM: x86: add more information to the kvm_entry tracepoint
2023-11-24 16:07:54
linux-kernel
Re: [PATCH v3 1/4] KVM: x86: refactor req_immediate_exit logic
2023-11-21 17:01:49
linux-kernel
Re: [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
2023-11-21 16:59:38
linux-kernel
[PATCH] selftests/kvm: fix compilation on non-x86_64 platforms
2023-11-21 16:59:29
linux-kernel
[PATCH] selftests/kvm: fix -Wformat warning
2023-11-21 16:57:04
linux-kernel
[PATCH] selftests/kvm: Fix issues with $(SPLIT_TESTS)
2023-11-06 14:27:53
linux-kernel
Re: [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
2023-11-06 11:04:43
linux-kernel
Re: [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
2023-11-05 16:40:08
linux-kernel
[PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd()
2023-11-05 16:40:08
linux-kernel
[PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory
2023-11-05 16:39:12
linux-kernel
[PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
2023-11-05 16:39:01
linux-kernel
[PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM
2023-11-05 16:38:35
linux-kernel
[PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events
2023-11-05 16:38:33
linux-kernel
[PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
2023-11-05 16:38:30
linux-kernel
[PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access
2023-11-05 16:38:05
linux-kernel
[PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions
2023-11-05 16:38:02
linux-kernel
[PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
2023-11-05 16:38:00
linux-kernel
[PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
2023-11-05 16:37:30
linux-kernel
[PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
2023-11-05 16:37:28
linux-kernel
[PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
2023-11-05 16:37:22
linux-kernel
[PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
2023-11-05 16:37:22
linux-kernel
[PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory
2023-11-05 16:36:31
linux-kernel
[PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
2023-11-05 16:36:10
linux-kernel
[PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
2023-11-05 16:35:33
linux-kernel
[PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
2023-11-05 16:35:32
linux-kernel
[PATCH 24/34] KVM: selftests: Add support for creating private memslots
2023-11-05 16:35:27
linux-kernel
[PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
2023-11-05 16:35:02
linux-kernel
[PATCH 12/34] KVM: Introduce per-page memory attributes
2023-11-05 16:35:01
linux-kernel
[PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
2023-11-05 16:34:52
linux-kernel
[PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable