linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] m68k updates for 5.7
@ 2020-03-30 10:05 Geert Uytterhoeven
  2020-03-31 16:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-03-30 10:05 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, Greg Ungerer, linux-m68k, linux-kernel,
	Geert Uytterhoeven

	Hi Linus,

The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:

  Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git m68k-for-v5.7-tag1

for you to fetch changes up to 86cded5fc52567774b596827544874499532b8ae:

  m68k: defconfig: Update defconfigs for v5.6-rc4 (2020-03-09 11:12:29 +0100)

----------------------------------------------------------------
m68k updates for v5.7

  - Pagetable layout rewrite, to facilitate global READ_ONCE() rework,
  - Zorro (Amiga) and DIO (HP 9000/300) bus cleanups,
  - Defconfig updates,
  - Minor cleanups and fixes.

Thanks for pulling!

Note that:
  - The pagetable layout rewrite has its own immutable branch, but it
    was not pulled by Peter/Will yet.  The READ_ONCE() rework on top was
    postponed, due to newly discovered issues on sparc32 that need
    fixing first.
  - The base is v5.6-rc4, due to late Kconfig changes impacting the
    defconfigs.

----------------------------------------------------------------
Geert Uytterhoeven (12):
      Merge branch 'pgtable-layout-rewrite' into for-v5.7
      zorro: Make zorro_match_device() static
      zorro: Fix zorro_bus_match() kerneldoc
      zorro: Use zorro_match_device() helper in zorro_bus_match()
      zorro: Remove unused zorro_dev_driver()
      zorro: Move zorro_bus_type to bus-private header file
      dio: Make dio_match_device() static
      dio: Fix dio_bus_match() kerneldoc
      dio: Remove unused dio_dev_driver()
      fbdev: c2p: Use BUILD_BUG() instead of custom solution
      m68k: Switch to asm-generic/hardirq.h
      m68k: defconfig: Update defconfigs for v5.6-rc4

Gustavo A. R. Silva (1):
      zorro: Replace zero-length array with flexible-array member

Krzysztof Kozlowski (1):
      m68k: Fix Kconfig indentation

Peter Zijlstra (8):
      m68k: mm: Remove stray nocache in ColdFire pgalloc
      m68k: mm: Unify Motorola MMU page setup
      m68k: mm: Move the pointer table allocator to motorola.c
      m68k: mm: Restructure Motorola MMU page-table layout
      m68k: mm: Improve kernel_page_table()
      m68k: mm: Use table allocator for pgtables
      m68k: mm: Extend table allocator for multiple sizes
      m68k: mm: Fully initialize the page-table allocator

Will Deacon (2):
      m68k: mm: Fix ColdFire pgd_alloc()
      m68k: mm: Change ColdFire pgtable_t

 arch/m68k/Kconfig.bus                    |   2 +-
 arch/m68k/Kconfig.debug                  |  16 +--
 arch/m68k/Kconfig.machine                |   8 +-
 arch/m68k/configs/amiga_defconfig        |   5 +-
 arch/m68k/configs/apollo_defconfig       |   5 +-
 arch/m68k/configs/atari_defconfig        |   5 +-
 arch/m68k/configs/bvme6000_defconfig     |   5 +-
 arch/m68k/configs/hp300_defconfig        |   5 +-
 arch/m68k/configs/mac_defconfig          |   5 +-
 arch/m68k/configs/multi_defconfig        |   5 +-
 arch/m68k/configs/mvme147_defconfig      |   5 +-
 arch/m68k/configs/mvme16x_defconfig      |   5 +-
 arch/m68k/configs/q40_defconfig          |   5 +-
 arch/m68k/configs/sun3_defconfig         |   5 +-
 arch/m68k/configs/sun3x_defconfig        |   5 +-
 arch/m68k/include/asm/Kbuild             |   1 +
 arch/m68k/include/asm/hardirq.h          |  29 ----
 arch/m68k/include/asm/mcf_pgalloc.h      |  31 ++---
 arch/m68k/include/asm/motorola_pgalloc.h |  74 ++++------
 arch/m68k/include/asm/motorola_pgtable.h |  36 +++--
 arch/m68k/include/asm/page.h             |  16 ++-
 arch/m68k/include/asm/pgtable_mm.h       |  10 +-
 arch/m68k/mm/init.c                      |  34 +++--
 arch/m68k/mm/kmap.c                      |  36 +++--
 arch/m68k/mm/memory.c                    | 103 --------------
 arch/m68k/mm/motorola.c                  | 228 +++++++++++++++++++++++++------
 drivers/dio/dio-driver.c                 |   9 +-
 drivers/video/fbdev/c2p_core.h           |  12 +-
 drivers/zorro/zorro-driver.c             |  16 +--
 drivers/zorro/zorro.c                    |   2 +-
 drivers/zorro/zorro.h                    |   7 +
 include/linux/dio.h                      |   5 -
 include/linux/zorro.h                    |  12 --
 33 files changed, 351 insertions(+), 396 deletions(-)
 delete mode 100644 arch/m68k/include/asm/hardirq.h

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* Re: [GIT PULL] m68k updates for 5.7
  2020-03-30 10:05 [GIT PULL] m68k updates for 5.7 Geert Uytterhoeven
@ 2020-03-31 16:30 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-03-31 16:30 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linus Torvalds, Andrew Morton, Greg Ungerer, linux-m68k,
	linux-kernel, Geert Uytterhoeven

The pull request you sent on Mon, 30 Mar 2020 12:05:35 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git m68k-for-v5.7-tag1

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

Thank you!

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

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

end of thread, other threads:[~2020-03-31 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 10:05 [GIT PULL] m68k updates for 5.7 Geert Uytterhoeven
2020-03-31 16: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).