LinuxLists
Users
About
Pawan Gupta (
[email protected]
)
Number of posts: 339 (0.18 per day)
First post: 2019-03-12 19:09:42
Last post: 2024-05-24 20:42:30
Previous Page
/
Next Page
Date
List
Subject
2023-10-27 14:39:25
linux-kernel
[PATCH v4 2/6] x86/entry_64: Add VERW just before userspace transition
2023-10-27 14:39:17
linux-kernel
[PATCH v4 3/6] x86/entry_32: Add VERW just before userspace transition
2023-10-27 14:24:28
linux-kernel
Re: [PATCH v3 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-27 13:48:47
linux-kernel
Re: [PATCH v3 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-26 22:14:09
linux-kernel
Re: [PATCH v3 2/6] x86/entry_64: Add VERW just before userspace transition
2023-10-26 22:04:04
linux-kernel
Re: [PATCH v3 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
2023-10-26 21:28:08
linux-kernel
Re: [PATCH v3 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
2023-10-26 21:16:12
linux-kernel
Re: [PATCH v3 2/6] x86/entry_64: Add VERW just before userspace transition
2023-10-26 20:48:34
linux-kernel
Re: [PATCH v3 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
2023-10-26 19:30:27
linux-kernel
Re: [PATCH v3 2/6] x86/entry_64: Add VERW just before userspace transition
2023-10-26 19:08:41
linux-kernel
Re: [PATCH v3 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
2023-10-25 22:07:58
linux-kernel
Re: [PATCH v3 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-25 20:56:00
linux-kernel
[PATCH v3 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
2023-10-25 20:55:58
linux-kernel
[PATCH v3 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
2023-10-25 20:55:49
linux-kernel
[PATCH v3 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-25 20:55:42
linux-kernel
[PATCH v3 3/6] x86/entry_32: Add VERW just before userspace transition
2023-10-25 20:55:40
linux-kernel
[PATCH v3 2/6] x86/entry_64: Add VERW just before userspace transition
2023-10-25 20:55:35
linux-kernel
[PATCH v3 0/6] Delay VERW
2023-10-25 20:54:05
linux-kernel
[PATCH v3 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
2023-10-25 15:29:46
linux-kernel
Re: [RESEND][PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-25 15:16:46
linux-kernel
Re: [PATCH v2 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
2023-10-25 15:10:35
linux-kernel
Re: [PATCH v2 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-25 15:09:39
linux-kernel
Re: [PATCH v2 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-25 06:28:49
linux-kernel
Re: [RESEND][PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-25 04:02:18
linux-kernel
Re: [PATCH v2 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-24 17:31:10
linux-kernel
Re: [PATCH v2 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-24 17:02:20
linux-kernel
Re: [PATCH v2 0/6] Delay VERW
2023-10-24 16:51:29
linux-kernel
Re: [PATCH v2 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-24 16:35:56
linux-kernel
Re: [PATCH v2 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-24 08:10:00
linux-kernel
[PATCH v2 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
2023-10-24 08:09:44
linux-kernel
[PATCH v2 2/6] x86/entry_64: Add VERW just before userspace transition
2023-10-24 08:09:23
linux-kernel
[PATCH v2 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
2023-10-24 08:09:13
linux-kernel
[PATCH v2 3/6] x86/entry_32: Add VERW just before userspace transition
2023-10-24 08:09:12
linux-kernel
[PATCH v2 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
2023-10-24 08:08:39
linux-kernel
[PATCH v2 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-24 08:08:25
linux-kernel
[PATCH v2 0/6] Delay VERW
2023-10-24 00:01:09
linux-kernel
Re: [PATCH 2/6] x86/entry_64: Add VERW just before userspace transition
2023-10-23 22:31:30
linux-kernel
Re: [PATCH 2/6] x86/entry_64: Add VERW just before userspace transition
2023-10-23 21:18:10
linux-kernel
Re: [PATCH 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
2023-10-23 21:09:46
linux-kernel
Re: [PATCH 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
2023-10-23 21:06:10
linux-kernel
Re: [PATCH 2/6] x86/entry_64: Add VERW just before userspace transition
2023-10-23 19:13:53
linux-kernel
Re: [PATCH 2/6] x86/entry_64: Add VERW just before userspace transition
2023-10-23 19:11:14
linux-kernel
Re: [RESEND][PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-23 17:05:42
linux-kernel
Re: [PATCH 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
2023-10-23 16:48:04
linux-kernel
Re: [PATCH 5/6] x86/bugs: Cleanup mds_user_clear
2023-10-21 02:26:17
linux-kernel
Re: [RESEND][PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-21 01:29:13
linux-kernel
Re: [PATCH 3/6] x86/entry_32: Add VERW just before userspace transition
2023-10-21 01:28:52
linux-kernel
Re: [RESEND][PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-21 01:02:46
linux-kernel
Re: [PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
2023-10-21 00:50:56
linux-kernel
Re: [PATCH 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation
2023-10-20 20:47:12
linux-kernel
[PATCH 2/6] x86/entry_64: Add VERW just before userspace transition