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-11-05 16:34:41
linux-kernel
[PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
2023-11-05 16:34:40
linux-kernel
[PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed
2023-11-05 16:34:33
linux-kernel
[PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
2023-11-05 16:34:27
linux-kernel
[PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-11-05 16:34:20
linux-kernel
[PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook
2023-11-05 16:34:04
linux-kernel
[PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
2023-11-05 16:33:46
linux-kernel
[PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
2023-11-05 16:33:42
linux-kernel
[PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
2023-11-05 16:33:37
linux-kernel
[PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
2023-11-05 16:33:13
linux-kernel
[PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
2023-11-05 16:33:05
linux-kernel
[PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
2023-11-05 16:32:52
linux-kernel
[PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction
2023-11-05 16:32:50
linux-kernel
[PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry
2023-11-05 16:32:34
linux-kernel
[PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
2023-11-05 16:32:13
linux-kernel
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-05 16:29:23
linux-kernel
Re: [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
2023-11-03 13:42:36
linux-kernel
Re: [PATCH guest_memfd] KVM: selftests: Add a memory region subtest to validate invalid flags
2023-11-03 10:42:02
linux-kernel
Re: [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
2023-11-02 17:30:45
linux-kernel
[GIT PULL] KVM changes for Linux 6.7 merge window
2023-11-02 15:50:24
linux-kernel
Re: [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-11-02 15:49:15
linux-kernel
Re: [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
2023-11-02 11:16:33
linux-kernel
Re: [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
2023-11-02 11:04:48
linux-kernel
Re: [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
2023-11-02 11:02:53
linux-kernel
Re: [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
2023-11-02 10:33:59
linux-kernel
Re: [PATCH v13 13/35] KVM: Introduce per-page memory attributes
2023-11-01 23:18:48
linux-kernel
Re: [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
2023-11-01 22:29:43
linux-kernel
Re: [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
2023-11-01 13:50:52
linux-kernel
Re: [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
2023-10-31 22:19:11
linux-kernel
Re: [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-10-31 14:56:53
linux-kernel
Re: [GIT PULL] KVM: x86: SVM changes for 6.7
2023-10-31 14:23:17
linux-kernel
Re: [GIT PULL] KVM: x86: Xen changes for 6.7
2023-10-31 14:22:23
linux-kernel
Re: [GIT PULL] KVM: x86: Misc changes for 6.7
2023-10-31 14:21:54
linux-kernel
Re: [GIT PULL] KVM: x86: MMU changes for 6.7
2023-10-31 14:16:47
linux-kernel
Re: [GIT PULL] KVM: x86: APIC changes for 6.7
2023-10-31 14:16:00
linux-kernel
Re: [GIT PULL] KVM: x86: Documentation updates for 6.7
2023-10-31 14:10:58
linux-kernel
Re: [GIT PULL] LoongArch KVM changes for v6.7
2023-10-31 13:44:03
linux-kernel
Re: linux-next: build failure after merge of the kvm-x86 tree
2023-10-30 23:23:15
linux-kernel
Re: [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
2023-10-30 17:46:30
linux-kernel
Re: [PATCH] KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init()
2023-10-30 17:40:49
linux-kernel
Re: [PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-10-30 17:37:17
linux-kernel
Re: [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
2023-10-30 17:35:57
linux-kernel
Re: [PATCH v13 22/35] KVM: Allow arch code to track number of memslot address spaces per VM
2023-10-30 17:33:06
linux-kernel
Re: [PATCH v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
2023-10-30 17:32:02
linux-kernel
Re: [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
2023-10-30 17:26:08
linux-kernel
Re: [PATCH v13 14/35] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
2023-10-30 17:23:37
linux-kernel
Re: [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
2023-10-30 17:22:59
linux-kernel
Re: [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
2023-10-30 17:19:40
linux-kernel
Re: [PATCH v13 11/35] KVM: Drop .on_unlock() mmu_notifier hook
2023-10-30 17:13:05
linux-kernel
Re: [PATCH v13 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
2023-10-30 17:12:10
linux-kernel
Re: [PATCH] KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init()
2023-10-30 17:02:21
linux-kernel
Re: [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry