14 Dec, 2020

1 commit


08 Aug, 2020

2 commits

  • The functions are only used in two source files, so there is no need for
    them to be in the global header. Move them to the new
    header and include it only where needed.

    Signed-off-by: Joerg Roedel
    Signed-off-by: Andrew Morton
    Reviewed-by: Pekka Enberg
    Cc: Peter Zijlstra (Intel)
    Cc: Andy Lutomirski
    Cc: Abdul Haleem
    Cc: Satheesh Rajendran
    Cc: Stephen Rothwell
    Cc: Steven Rostedt (VMware)
    Cc: Mike Rapoport
    Cc: Christophe Leroy
    Cc: Arnd Bergmann
    Cc: Max Filippov
    Cc: Stafford Horne
    Cc: Geert Uytterhoeven
    Cc: Matthew Wilcox
    Link: http://lkml.kernel.org/r/20200609120533.25867-1-joro@8bytes.org
    Signed-off-by: Linus Torvalds

    Joerg Roedel
     
  • The functionality in lib/ioremap.c deals with pagetables, vmalloc and
    caches, so it naturally belongs to mm/ Moving it there will also allow
    declaring p?d_alloc_track functions in an header file inside mm/ rather
    than having those declarations in include/linux/mm.h

    Suggested-by: Andrew Morton
    Signed-off-by: Mike Rapoport
    Signed-off-by: Andrew Morton
    Reviewed-by: Pekka Enberg
    Cc: Abdul Haleem
    Cc: Andy Lutomirski
    Cc: Arnd Bergmann
    Cc: Christophe Leroy
    Cc: Joerg Roedel
    Cc: Joerg Roedel
    Cc: Max Filippov
    Cc: Peter Zijlstra (Intel)
    Cc: Satheesh Rajendran
    Cc: Stafford Horne
    Cc: Stephen Rothwell
    Cc: Steven Rostedt
    Cc: Geert Uytterhoeven
    Cc: Matthew Wilcox
    Link: http://lkml.kernel.org/r/20200627143453.31835-8-rppt@kernel.org
    Signed-off-by: Linus Torvalds

    Mike Rapoport