Message ID | 158932780954.44260.4292038705292213548.stgit@naples-babu.amd.com (mailing list archive) |
---|---|
Headers | show |
Series | arch/x86: Enable MPK feature on AMD | expand |
On 13/05/20 01:58, Babu Moger wrote: > AMD's next generation of EPYC processors support the MPK (Memory > Protection Keys) feature. > > This series enables the feature on AMD and updates config parameters > and documentation to reflect the MPK support on x86 platforms. > > AMD documentation for MPK feature is available at "AMD64 Architecture > Programmer’s Manual Volume 2: System Programming, Pub. 24593 Rev. 3.34, > Section 5.6.6 Memory Protection Keys (MPK) Bit". > > The documentation can be obtained at the link below: > https://bugzilla.kernel.org/show_bug.cgi?id=206537 I'm queuing patches 2 and 3, since they are do not need any support in common code. Paolo
On 5/13/20 10:35 AM, Paolo Bonzini wrote: > On 13/05/20 01:58, Babu Moger wrote: >> AMD's next generation of EPYC processors support the MPK (Memory >> Protection Keys) feature. >> >> This series enables the feature on AMD and updates config parameters >> and documentation to reflect the MPK support on x86 platforms. >> >> AMD documentation for MPK feature is available at "AMD64 Architecture >> Programmer’s Manual Volume 2: System Programming, Pub. 24593 Rev. 3.34, >> Section 5.6.6 Memory Protection Keys (MPK) Bit". >> >> The documentation can be obtained at the link below: > > I'm queuing patches 2 and 3, since they are do not need any support in > common code. Thanks Paolo. I will just resubmit the patch #1 addressing Dave's feedback.