public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4 0/3] x86/mm/encrypt: Cleanup and switching between paging modes<Paste>
@ 2018-01-31 13:54 Kirill A. Shutemov
  2018-01-31 13:54 ` [PATCHv4 1/3] x86/mm/encrypt: Move page table helpers into separate translation unit Kirill A. Shutemov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kirill A. Shutemov @ 2018-01-31 13:54 UTC (permalink / raw)
  To: Ingo Molnar, x86, Thomas Gleixner, H. Peter Anvin, Tom Lendacky
  Cc: Linus Torvalds, Borislav Petkov, linux-mm, linux-kernel,
	Kirill A. Shutemov

This patcheset is a preparation set for boot-time switching between
paging modes. Please review and consider applying.

Code around sme_populate_pgd() is unnecessary complex and hard to modify.

This patchset rewrites it in more stream-lined way to add support of
boot-time switching between paging modes.

I haven't tested the patchset on hardware capable of memory encryption.

v4:
 - Move sev_enabled declaration to <linux/mem_encrypt.h>
 - Fix few typos in commit messages
 - Reviewed/Tested-by from Tom
v3:
 - Move all page table related functions into mem_encrypt_identity.c
v2:
 - Rebased to up-to-date tip

Kirill A. Shutemov (3):
  x86/mm/encrypt: Move page table helpers into separate translation unit
  x86/mm/encrypt: Rewrite sme_populate_pgd() and
    sme_populate_pgd_large()
  x86/mm/encrypt: Rewrite sme_pgtable_calc()

 arch/x86/include/asm/mem_encrypt.h |   1 +
 arch/x86/mm/Makefile               |  14 +-
 arch/x86/mm/mem_encrypt.c          | 578 +------------------------------------
 arch/x86/mm/mem_encrypt_identity.c | 564 ++++++++++++++++++++++++++++++++++++
 4 files changed, 575 insertions(+), 582 deletions(-)
 create mode 100644 arch/x86/mm/mem_encrypt_identity.c

-- 
2.15.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-13 15:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-31 13:54 [PATCHv4 0/3] x86/mm/encrypt: Cleanup and switching between paging modes<Paste> Kirill A. Shutemov
2018-01-31 13:54 ` [PATCHv4 1/3] x86/mm/encrypt: Move page table helpers into separate translation unit Kirill A. Shutemov
2018-02-13 15:30   ` [tip:x86/mm] " tip-bot for Kirill A. Shutemov
2018-01-31 13:54 ` [PATCHv4 2/3] x86/mm/encrypt: Rewrite sme_populate_pgd() and sme_populate_pgd_large() Kirill A. Shutemov
2018-02-13 15:30   ` [tip:x86/mm] x86/mm/encrypt: Simplify " tip-bot for Kirill A. Shutemov
2018-01-31 13:54 ` [PATCHv4 3/3] x86/mm/encrypt: Rewrite sme_pgtable_calc() Kirill A. Shutemov
2018-02-13 15:31   ` [tip:x86/mm] x86/mm/encrypt: Simplify sme_pgtable_calc() tip-bot for Kirill A. Shutemov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox