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
2024-02-23 10:42:00
linux-kernel
[PATCH v2 09/11] KVM: SEV: define VM types for SEV and SEV-ES
2024-02-23 10:41:36
linux-kernel
[PATCH v2 04/11] KVM: SEV: publish supported VMSA features
2024-02-23 10:38:10
linux-kernel
[PATCH] x86: irq: unconditionally define KVM interrupt vectors
2024-02-23 10:02:08
linux-kernel
Re: [PATCH v10 4/8] KVM: mmu: Improve handling of non-refcounted pfns
2024-02-23 10:01:24
linux-kernel
Re: [PATCH v10 7/8] KVM: x86/mmu: Track if sptes refer to refcounted pages
2024-02-23 09:49:51
linux-kernel
Re: [PATCH v10 0/8] KVM: allow mapping non-refcounted pages
2024-02-23 08:58:59
linux-kernel
Re: [PATCH] KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()
2024-02-23 08:58:32
linux-kernel
Re: [PATCH] Build guest_memfd_test also on arm64.
2024-02-23 08:11:09
linux-kernel
Re: [PATCH v2 4/4] KVM: x86/mmu: Fix a *very* theoretical race in kvm_mmu_track_write()
2024-02-22 18:09:06
linux-kernel
Re: [PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
2024-02-22 13:31:25
linux-kernel
Re: CVE-2023-52437: Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
2024-02-22 13:12:41
linux-kernel
Re: linux-next: build failure after merge of the kvm-arm tree
2024-02-22 13:12:17
linux-kernel
Re: linux-next: build failure after merge of the kvm-arm tree
2024-02-22 10:42:34
linux-kernel
Re: linux-next: manual merge of the kvm tree with the drm-xe tree
2024-02-22 09:59:09
linux-kernel
Re: CVE-2023-52437: Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
2024-02-21 18:11:09
linux-kernel
Re: CVE-2023-52437: Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
2024-02-21 15:59:15
linux-kernel
Re: CVE-2023-52437: Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
2024-02-21 15:10:21
linux-kernel
Re: CVE-2023-52437: Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
2024-02-21 11:44:10
linux-kernel
[GIT PULL] KVM fixes for Linux 6.8-rc6
2024-02-21 09:12:36
linux-kernel
Re: CVE-2023-52437: Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d" [resend]
2024-02-20 12:22:57
linux-kernel
Re: [PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
2024-02-17 09:52:40
linux-kernel
Re: [PATCH] arch/x86/entry_fred: don't set up KVM IRQs if KVM is disabled
2024-02-16 17:11:14
linux-kernel
[GIT PULL] KVM fixes and cleanups for 6.8-rc5
2024-02-16 06:32:35
linux-kernel
Re: [PATCH] arch/x86/entry_fred: don't set up KVM IRQs if KVM is disabled
2024-02-15 18:15:42
linux-kernel
Re: [PATCH 09/10] KVM: SEV: introduce KVM_SEV_INIT2 operation
2024-02-15 17:28:49
linux-kernel
Re: [PATCH 09/10] KVM: SEV: introduce KVM_SEV_INIT2 operation
2024-02-15 14:03:58
linux-kernel
Re: [PATCH 07/10] KVM: x86: Add is_vm_type_supported callback
2024-02-15 13:45:06
linux-kernel
Re: [PATCH 09/10] KVM: SEV: introduce KVM_SEV_INIT2 operation
2024-02-15 13:40:50
linux-kernel
Re: [PATCH 08/10] KVM: SEV: define VM types for SEV and SEV-ES
2024-02-14 17:35:38
linux-kernel
Re: [GIT PULL (sort of)] KVM: x86: fixes and selftests fixes/cleanups
2024-02-13 22:35:09
linux-kernel
Re: [PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
2024-02-13 16:49:50
linux-kernel
Re: [PATCH v18 032/121] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
2024-02-13 15:45:46
linux-kernel
Re: [PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
2024-02-13 14:46:13
linux-kernel
Re: [PATCH 00/10] KVM: SEV: allow customizing VMSA features
2024-02-12 17:11:00
linux-kernel
Re: [PATCH v18 040/121] KVM: x86/mmu: Disallow fast page fault on private GPA
2024-02-12 14:18:47
linux-kernel
Re: [PATCH v18 032/121] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
2024-02-12 10:54:52
linux-kernel
Re: [PATCH v11 30/35] KVM: x86: Add gmem hook for determining max NPT mapping level
2024-02-12 10:35:01
linux-kernel
Re: [PATCH v18 041/121] KVM: x86/mmu: Allow per-VM override of the TDP max page level
2024-02-12 10:32:15
linux-kernel
Re: [PATCH v11 09/35] KVM: x86: Determine shared/private faults based on vm_type
2024-02-12 10:30:31
linux-kernel
Re: [PATCH v18 044/121] KVM: x86/mmu: Assume guest MMIOs are shared
2024-02-12 10:25:39
linux-crypto
Re: [PATCH v11 06/35] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
2024-02-12 10:07:27
linux-kernel
Re: [PATCH v18 015/121] KVM: TDX: Retry SEAMCALL on the lack of entropy error
2024-02-09 22:40:58
linux-kernel
Re: [PATCH 00/10] KVM: SEV: allow customizing VMSA features
2024-02-09 22:04:21
linux-kernel
Re: [PATCH v2] KVM: x86: nSVM/nVMX: Fix handling triple fault on RSM instruction
2024-02-09 19:13:28
linux-kernel
[PATCH 01/10] KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP
2024-02-09 19:13:13
linux-kernel
[PATCH 02/10] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
2024-02-09 19:11:13
linux-kernel
[PATCH 11/10] selftests: kvm: switch sev_migrate_tests to KVM_SEV_INIT2
2024-02-09 19:10:49
linux-kernel
[PATCH 09/10] KVM: SEV: introduce KVM_SEV_INIT2 operation
2024-02-09 19:07:43
linux-kernel
[PATCH 03/10] Documentation: kvm/sev: separate description of firmware
2024-02-09 19:06:00
linux-kernel
[PATCH 00/10] KVM: SEV: allow customizing VMSA features
2024-02-09 18:41:50
linux-kernel
[PATCH 10/10] selftests: kvm: add tests for KVM_SEV_INIT2