All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL v2] Fixmap support and MM cleanups
@ 2019-02-21  6:50 Anup Patel
  0 siblings, 0 replies; only message in thread
From: Anup Patel @ 2019-02-21  6:50 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Atish Patra, linux-riscv, Anup Patel, Paul Walmsley

The following changes since commit 79a47bad61bb340aed94e73b471616b246b2ecf3:

  riscv: remove the HAVE_KPROBES option (2019-02-19 13:55:18 -0800)

are available in the Git repository at:

  https://github.com/avpatel/linux.git tags/riscv-fixmap-for-palmer

for you to fetch changes up to 823900cd01301c4720b23afa9f3d08036e07245a:

  RISC-V: Free-up initrd in free_initrd_mem() (2019-02-21 11:26:50 +0530)

----------------------------------------------------------------
This tag contains RISC-V fixmap patches based on for-next branch of
Palmer's gitrepo.

----------------------------------------------------------------
Anup Patel (5):
      RISC-V: Setup init_mm before parse_early_param()
      RISC-V: Move setup_bootmem() to mm/init.c
      RISC-V: Move setup_vm() to mm/init.c
      RISC-V: Implement compile-time fixed mappings
      RISC-V: Free-up initrd in free_initrd_mem()

 arch/riscv/Kconfig               |   3 +
 arch/riscv/include/asm/fixmap.h  |  44 +++++++++++
 arch/riscv/include/asm/pgtable.h |   1 +
 arch/riscv/kernel/setup.c        | 130 +-------------------------------
 arch/riscv/mm/init.c             | 156 ++++++++++++++++++++++++++++++++++++++-
 5 files changed, 207 insertions(+), 127 deletions(-)
 create mode 100644 arch/riscv/include/asm/fixmap.h

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-21  6:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-21  6:50 [GIT PULL v2] Fixmap support and MM cleanups Anup Patel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.