linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Clean up huge vmap and ioremap code
@ 2018-10-02 11:05 Will Deacon
  2018-10-02 11:05 ` [PATCH v2 1/5] ioremap: Rework pXd_free_pYd_page() API Will Deacon
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Will Deacon @ 2018-10-02 11:05 UTC (permalink / raw)
  To: linux-kernel, linux-mm
  Cc: cpandya, toshi.kani, tglx, mhocko, akpm, sean.j.christopherson,
	Will Deacon

Hi all,

This is version two of the patches I previously posted here:

  http://lkml.kernel.org/r/1536747974-25875-1-git-send-email-will.deacon@arm.com

Changes since v1 include:

  * Fixed increment of the physical address around the mapping loops
  * Added Reviewed-by tags from Toshi

All feedback welcome,

Will

--->8

Will Deacon (5):
  ioremap: Rework pXd_free_pYd_page() API
  arm64: mmu: Drop pXd_present() checks from pXd_free_pYd_table()
  x86: pgtable: Drop pXd_none() checks from pXd_free_pYd_table()
  lib/ioremap: Ensure phys_addr actually corresponds to a physical
    address
  lib/ioremap: Ensure break-before-make is used for huge p4d mappings

 arch/arm64/mm/mmu.c           |  13 +++---
 arch/x86/mm/pgtable.c         |  14 +++---
 include/asm-generic/pgtable.h |   5 ++
 lib/ioremap.c                 | 103 +++++++++++++++++++++++++++++-------------
 4 files changed, 91 insertions(+), 44 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2018-10-02 11:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-02 11:05 [PATCH v2 0/5] Clean up huge vmap and ioremap code Will Deacon
2018-10-02 11:05 ` [PATCH v2 1/5] ioremap: Rework pXd_free_pYd_page() API Will Deacon
2018-10-02 11:06 ` [PATCH v2 2/5] arm64: mmu: Drop pXd_present() checks from pXd_free_pYd_table() Will Deacon
2018-10-02 11:06 ` [PATCH v2 3/5] x86: pgtable: Drop pXd_none() " Will Deacon
2018-10-02 11:30   ` Thomas Gleixner
2018-10-02 11:06 ` [PATCH v2 4/5] lib/ioremap: Ensure phys_addr actually corresponds to a physical address Will Deacon
2018-10-02 11:06 ` [PATCH v2 5/5] lib/ioremap: Ensure break-before-make is used for huge p4d mappings Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).