mbox series

[GIT,PULL,v2] Fixmap support and MM cleanups

Message ID 20190221064935.41843-1-anup.patel@wdc.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,v2] Fixmap support and MM cleanups | expand

Pull-request

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

Message

Anup Patel Feb. 21, 2019, 6:50 a.m. UTC
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