LinuxLists
Users
About
Liam Merwick (
[email protected]
)
Number of posts: 46 (0.02 per day)
First post: 2018-07-02 15:58:22
Last post: 2024-06-12 12:22:47
Date
List
Subject
2024-06-12 12:22:47
linux-kernel
Re: [PATCH v2] virt: guest_memfd: fix reference leak on hwpoisoned page
2024-06-06 13:10:04
linux-kernel
Re: [PATCH] x86/sev: Do RMP memory coverage check after max_pfn has been set
2024-06-03 23:49:19
linux-kernel
Re: [PATCH] crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked
2024-01-29 19:19:48
linux-crypto
Re: [PATCH v2 25/25] crypto: ccp: Add the SNP_SET_CONFIG command
2024-01-29 18:04:03
linux-crypto
Re: [PATCH v2 10/25] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
2024-01-26 11:59:22
linux-crypto
Re: [PATCH] crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked
2023-10-19 12:26:56
linux-crypto
Re: [PATCH v10 38/50] KVM: SEV: Add support for GHCB-based termination requests
2023-05-16 17:28:19
linux-kernel
Re: [PATCHv11 4/9] x86/boot/compressed: Handle unaccepted memory
2023-02-08 16:32:46
linux-kernel
Re: [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
2023-02-08 16:32:45
linux-crypto
Re: [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
2023-01-25 16:03:26
linux-kernel
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-24 16:11:03
linux-kernel
Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2022-11-21 17:24:20
linux-kernel
Re: [PATCH v2 9/9] KVM: x86: remove exit_int_info warning in svm_handle_exit
2022-11-21 17:22:02
linux-kernel
Re: [PATCH v2 1/9] KVM: x86: nSVM: leave nested mode on vCPU free
2022-11-21 16:59:42
linux-kernel
Re: [PATCH v2 2/9] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
2022-11-21 16:58:46
linux-kernel
Re: [PATCH v2 6/9] kvm: selftests: add svm nested shutdown test
2022-11-21 16:54:40
linux-kernel
Re: [PATCH v2 4/9] KVM: x86: forcibly leave nested mode on vCPU reset
2022-11-21 16:53:14
linux-kernel
Re: [PATCH v2 3/9] KVM: x86: add kvm_leave_nested
2022-11-21 16:50:35
linux-kernel
Re: [PATCH v2 5/9] KVM: selftests: move idt_entry to header
2022-11-21 16:38:25
linux-kernel
Re: [PATCH v2 7/9] KVM: x86: allow L1 to not intercept triple fault
2022-11-21 16:38:13
linux-kernel
Re: [PATCH v2 8/9] KVM: selftests: add svm part to triple_fault_test
2022-11-06 16:18:18
linux-kernel
Re: [PATCH v2 9/9] KVM: x86: remove exit_int_info warning in svm_handle_exit
2022-09-07 17:01:20
linux-kernel
Re: [PATCH] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
2022-03-11 23:38:49
linux-kernel
Re: [PATCH v2] perf/x86/amd: Don't touch the Host-only bit inside the guest hypervisor
2022-03-11 23:26:06
linux-kernel
[PATCH 5.4 2/4] x86/cpu: Add hardware-enforced cache coherency as a CPUID feature
2022-03-11 23:25:59
linux-kernel
[PATCH 5.4 0/4] Backport fixes to avoid SEV guest with 380GB+ memory causing host cpu softhang
2022-03-11 23:05:08
linux-kernel
[PATCH 5.4 4/4] KVM: SVM: Don't flush cache if hardware enforces cache coherency across encryption domains
2022-03-11 21:54:13
linux-kernel
[PATCH 5.4 1/4] x86/cpufeatures: Mark two free bits in word 3
2022-03-11 20:36:15
linux-kernel
[PATCH 5.4 3/4] x86/mm/pat: Don't flush cache if hardware enforces cache coherency across encryption domnains
2022-01-22 00:41:12
linux-kernel
Re: [PATCH 0/9] KVM: SVM: Fix and clean up "can emulate" mess
2022-01-21 22:27:12
linux-kernel
Re: [PATCH 0/9] KVM: SVM: Fix and clean up "can emulate" mess
2022-01-21 22:25:22
linux-kernel
Re: [PATCH 9/9] KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode
2022-01-21 22:25:09
linux-kernel
Re: [PATCH 8/9] KVM: SVM: Don't apply SEV+SMAP workaround on code fetch or PT access
2022-01-21 22:23:39
linux-kernel
Re: [PATCH 7/9] KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn buffer
2022-01-21 22:23:16
linux-kernel
Re: [PATCH 6/9] KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guests
2022-01-21 22:17:34
linux-kernel
Re: [PATCH 5/9] KVM: x86: Pass emulation type to can_emulate_instruction()
2022-01-21 22:16:24
linux-kernel
Re: [PATCH 3/9] KVM: SVM: Don't intercept #GP for SEV guests
2022-01-21 22:15:54
linux-kernel
Re: [PATCH 4/9] KVM: SVM: Explicitly require DECODEASSISTS to enable SEV support
2022-01-21 22:14:21
linux-kernel
Re: [PATCH 2/9] Revert "KVM: SVM: avoid infinite loop on NPF from bad address"
2022-01-21 22:14:14
linux-kernel
Re: [PATCH 1/9] KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests
2021-12-10 22:28:44
linux-kernel
Re: [PATCH v8 39/40] virt: sevguest: Add support to derive key
2021-11-18 09:32:24
linux-kernel
Re: [PATCH V5 46/50] x86/sev: Use C entry code
2021-08-04 11:33:42
linux-kernel
Re: [PATCH v2] perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guest
2020-06-08 10:18:14
linux-kernel
Re: [PATCH] x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup
2018-11-02 14:05:10
linux-kernel
[PATCH] xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message
2018-07-02 15:58:22
linux-kernel
Re: [PATCH] kvmclock: remove redundant variable 'size'