search for: andu

Displaying 4 results from an estimated 4 matches for "andu".

Did you mean: and
2020 Feb 11
1
[PATCH 62/62] x86/sev-es: Add NMI state tracking
...* default because IRET is very expensive. If you do the latter, you'll need to handle the case where the NMI came from user mode. The ideal solution is do_nmi, I think. if (static_cpu_has(X86_BUG_AMD_FORGOT_ABOUT_NMI)) sev_es_unmask_nmi(); Feel free to use X86_FEATURE_SEV_ES instead :) --Andu
2005 May 11
3
I''m leaving this list ....
Hi, I''m subscribed to this mailing list for a long time. During that time, I enjoyed reading all posts and try to understand them :) LARTC started as a something I could use to impress my boss. After a while it became clear to me that my boss was not impressed ;(, but I kept following this list because it was fun. I also placed a lot documentation online on
2020 Feb 11
83
[RFC PATCH 00/62] Linux as SEV-ES Guest Support
Hi, here is the first public post of the patch-set to enable Linux to run under SEV-ES enabled hypervisors. The code is mostly feature-complete, but there are still a couple of bugs to fix. Nevertheless, given the size of the patch-set, I think it is about time to ask for initial feedback of the changes that come with it. To better understand the code here is a quick explanation of SEV-ES first.
2020 Feb 11
83
[RFC PATCH 00/62] Linux as SEV-ES Guest Support
Hi, here is the first public post of the patch-set to enable Linux to run under SEV-ES enabled hypervisors. The code is mostly feature-complete, but there are still a couple of bugs to fix. Nevertheless, given the size of the patch-set, I think it is about time to ask for initial feedback of the changes that come with it. To better understand the code here is a quick explanation of SEV-ES first.