linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] RISC-V updates for v5.3
@ 2019-07-24 20:34 Paul Walmsley
  2019-07-25 16:25 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Walmsley @ 2019-07-24 20:34 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-riscv


Linus,

I inadvertently based these changes on the commit immediately 
preceding the v5.3-rc1 tag, rather than the v5.3-rc1 tag itself.  Let me 
know if you'd like us to rebase them.


- Paul


The following changes since commit 3bfe1fc46794631366faa3ef075e1b0ff7ba120a:

  Merge tag 'for-5.3/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm (2019-07-18 14:49:33 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.3-rc2

for you to fetch changes up to 26091eef3c179f940d2967e9bef6e22c9e1c445f:

  riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver (2019-07-22 14:49:31 -0700)

----------------------------------------------------------------
RISC-V updates for v5.3-rc2

Four minor RISC-V-related changes for v5.3-rc2:

- Add support for the new clone3 syscall for RV64, relying on the
  generic support

- Add DT data for the gigabit Ethernet controller on the SiFive FU540
  and the HiFive Unleashed board

- Update MAINTAINERS to add me to the arch/riscv maintainers' list

- Add support for PCIe message-signaled interrupts by reusing the
  generic header file

----------------------------------------------------------------
Palmer Dabbelt (1):
      MAINTAINERS: Add Paul as a RISC-V maintainer

Paul Walmsley (1):
      riscv: enable sys_clone3 syscall for rv64

Wesley Terpstra (1):
      riscv: include generic support for MSI irqdomains

Yash Shah (1):
      riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver

 MAINTAINERS                                         |  1 +
 arch/riscv/boot/dts/sifive/fu540-c000.dtsi          | 15 +++++++++++++++
 arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts |  9 +++++++++
 arch/riscv/include/asm/Kbuild                       |  1 +
 arch/riscv/include/uapi/asm/unistd.h                |  1 +
 5 files changed, 27 insertions(+)

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

* Re: [GIT PULL] RISC-V updates for v5.3
  2019-07-24 20:34 [GIT PULL] RISC-V updates for v5.3 Paul Walmsley
@ 2019-07-25 16:25 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-07-25 16:25 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: torvalds, linux-kernel, linux-riscv

The pull request you sent on Wed, 24 Jul 2019 13:34:03 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.3-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a51edf751b660f3fc1d0724bc4cb839bdaf5576c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* Re: [GIT PULL] RISC-V updates for v5.3
  2019-07-18 19:07 Paul Walmsley
@ 2019-07-18 19:30 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-07-18 19:30 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: torvalds, linux-kernel, linux-riscv

The pull request you sent on Thu, 18 Jul 2019 12:07:36 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.3-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0570bc8b7c9b41deba6f61ac218922e7168ad648

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* [GIT PULL] RISC-V updates for v5.3
@ 2019-07-18 19:07 Paul Walmsley
  2019-07-18 19:30 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Walmsley @ 2019-07-18 19:07 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-riscv

Linus,

The following changes since commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf:

  Linux 5.2-rc7 (2019-06-30 11:25:36 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.3-rc1

for you to fetch changes up to 2d69fbf3d01a5b71e98137e2406d4087960c512e:

  riscv: fix build break after macro-to-function conversion in generic cacheflush.h (2019-07-18 08:16:56 -0700)

----------------------------------------------------------------
RISC-V updates for v5.3

- Hugepage support

- "Image" header support for RISC-V kernel binaries, compatible with
  the current ARM64 "Image" header

- Initial page table setup now split into two stages

- CONFIG_SOC support (starting with SiFive SoCs)

- Avoid reserving memory between RAM start and the kernel in setup_bootmem()

- Enable high-res timers and dynamic tick in the RV64 defconfig

- Remove long-deprecated gate area stubs

- MAINTAINERS updates to switch to the newly-created shared RISC-V git
  tree, and to fix a get_maintainers.pl issue for patches involving
  SiFive E-mail addresses

Also, one integration fix to resolve a build problem introduced during
in the v5.3-rc1 merge window:

- Fix build break after macro-to-function conversion in
  asm-generic/cacheflush.h

----------------------------------------------------------------
Alexandre Ghiti (2):
      x86, arm64: Move ARCH_WANT_HUGE_PMD_SHARE config in arch/Kconfig
      riscv: Introduce huge page support for 32/64bit kernel

Andy Lutomirski (1):
      riscv: Remove gate area stubs

Anup Patel (3):
      RISC-V: defconfig: Enable NO_HZ_IDLE and HIGH_RES_TIMERS
      RISC-V: Fix memory reservation in setup_bootmem()
      RISC-V: Setup initial page tables in two stages

Atish Patra (1):
      RISC-V: Add an Image header that boot loader can parse.

Christoph Hellwig (1):
      riscv: remove free_initrd_mem

Loys Ollivier (3):
      arch: riscv: add config option for building SiFive's SoC resource
      riscv: select SiFive platform drivers with SOC_SIFIVE
      riscv: defconfig: enable SOC_SIFIVE

Paul Walmsley (3):
      MAINTAINERS: don't automatically patches involving SiFive to the linux-riscv list
      MAINTAINERS: change the arch/riscv git tree to the new shared tree
      riscv: fix build break after macro-to-function conversion in generic cacheflush.h

Yash Shah (1):
      riscv: ccache: Remove unused variable

 Documentation/riscv/boot-image-header.txt |  50 +++++
 MAINTAINERS                               |   4 +-
 arch/Kconfig                              |   3 +
 arch/arm64/Kconfig                        |   2 +-
 arch/riscv/Kconfig                        |  10 +
 arch/riscv/Kconfig.socs                   |  13 ++
 arch/riscv/boot/dts/sifive/Makefile       |   2 +-
 arch/riscv/configs/defconfig              |   8 +-
 arch/riscv/configs/rv32_defconfig         |   2 +
 arch/riscv/include/asm/cacheflush.h       |  63 +++++-
 arch/riscv/include/asm/fixmap.h           |   5 +
 arch/riscv/include/asm/hugetlb.h          |  18 ++
 arch/riscv/include/asm/image.h            |  65 ++++++
 arch/riscv/include/asm/page.h             |  14 +-
 arch/riscv/include/asm/pgtable-64.h       |   5 +
 arch/riscv/include/asm/pgtable.h          |  16 +-
 arch/riscv/kernel/head.S                  |  49 ++++-
 arch/riscv/kernel/setup.c                 |   6 +-
 arch/riscv/kernel/vdso.c                  |  19 --
 arch/riscv/mm/Makefile                    |   2 +
 arch/riscv/mm/hugetlbpage.c               |  44 ++++
 arch/riscv/mm/init.c                      | 326 ++++++++++++++++++++++++------
 arch/riscv/mm/sifive_l2_cache.c           |  11 +-
 arch/x86/Kconfig                          |   4 +-
 24 files changed, 620 insertions(+), 121 deletions(-)
 create mode 100644 Documentation/riscv/boot-image-header.txt
 create mode 100644 arch/riscv/Kconfig.socs
 create mode 100644 arch/riscv/include/asm/hugetlb.h
 create mode 100644 arch/riscv/include/asm/image.h
 create mode 100644 arch/riscv/mm/hugetlbpage.c

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

end of thread, other threads:[~2019-07-25 16:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24 20:34 [GIT PULL] RISC-V updates for v5.3 Paul Walmsley
2019-07-25 16:25 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2019-07-18 19:07 Paul Walmsley
2019-07-18 19:30 ` pr-tracker-bot

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