mbox series

[GIT,PULL] Fixmap support and MM cleanups

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

Pull-request

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

Message

Anup Patel Feb. 14, 2019, 8:26 a.m. UTC
The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:

  Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 49f4f73f51bed5b840ea4f944cfb7f4fbc78a86a:

  RISC-V: Free-up initrd in free_initrd_mem() (2019-02-14 13:32:25 +0530)

----------------------------------------------------------------
This tag contains RISC-V fixmap patches.

----------------------------------------------------------------
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

Comments

Palmer Dabbelt March 4, 2019, 7:31 p.m. UTC | #1
On Thu, 14 Feb 2019 00:26:33 PST (-0800), Anup Patel wrote:
> The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:
>
>   Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)
>
> are available in the Git repository at:
>
>   https://github.com/avpatel/linux.git tags/riscv-fixmap-for-palmer-linux-5.0-rc6
>
> for you to fetch changes up to 49f4f73f51bed5b840ea4f944cfb7f4fbc78a86a:
>
>   RISC-V: Free-up initrd in free_initrd_mem() (2019-02-14 13:32:25 +0530)
>
> ----------------------------------------------------------------
> This tag contains RISC-V fixmap patches.
>
> ----------------------------------------------------------------
> 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

I can't seem to find this tag.
Palmer Dabbelt March 4, 2019, 7:52 p.m. UTC | #2
On Mon, 04 Mar 2019 11:31:15 PST (-0800), Palmer Dabbelt wrote:
> On Thu, 14 Feb 2019 00:26:33 PST (-0800), Anup Patel wrote:
>> The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:
>>
>>   Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)
>>
>> are available in the Git repository at:
>>
>>   https://github.com/avpatel/linux.git tags/riscv-fixmap-for-palmer-linux-5.0-rc6
>>
>> for you to fetch changes up to 49f4f73f51bed5b840ea4f944cfb7f4fbc78a86a:
>>
>>   RISC-V: Free-up initrd in free_initrd_mem() (2019-02-14 13:32:25 +0530)
>>
>> ----------------------------------------------------------------
>> This tag contains RISC-V fixmap patches.
>>
>> ----------------------------------------------------------------
>> 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
>
> I can't seem to find this tag.

I found the v2.  There was a merge conflict, but I think I have something 
reasonable on for-next.