linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] m68k updates for v6.17
@ 2025-07-28  9:34 Geert Uytterhoeven
  2025-07-30  3:39 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2025-07-28  9:34 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, Greg Ungerer, linux-m68k, linux-kernel,
	Geert Uytterhoeven

	Hi Linus,

The following changes since commit e04c78d86a9699d136910cfc0bdcf01087e3267e:

  Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.17-tag1

for you to fetch changes up to c8995932db2bad6fa093ac64dbaf7a3e8870eafa:

  m68k: mac: Improve clocksource driver commentary (2025-07-06 12:53:21 +0200)

----------------------------------------------------------------
m68k updates for v6.17

  - Ptdescs conversions,
  - Fix lost column on the graphical debug console,
  - Replace __ASSEMBLY__ with __ASSEMBLER__ in headers,
  - Miscellaneous fixes and improvements,
  - Defconfig updates.

Thanks for pulling!

----------------------------------------------------------------
Daniel Palmer (1):
      m68k: Enable dead code elimination

Finn Thain (5):
      m68k: Fix lost column on framebuffer debug console
      m68k: Avoid pointless recursion in debug console rendering
      m68k: Remove unused "cursor home" code from debug console
      m68k: Don't unregister boot console needlessly
      m68k: mac: Improve clocksource driver commentary

Geert Uytterhoeven (1):
      m68k: defconfig: Update defconfigs for v6.16-rc2

Thomas Huth (2):
      m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
      m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers

Vishal Moola (Oracle) (4):
      m68k: mm: Convert get_pointer_table() to use ptdescs
      m68k: mm: Convert free_pointer_table() to use ptdescs
      m68k: mm: Convert init_pointer_table() to use ptdescs
      m68k: mm: Convert pointer table macros to use ptdescs

 arch/m68k/Kconfig                         |  1 +
 arch/m68k/Kconfig.debug                   |  2 +-
 arch/m68k/configs/amiga_defconfig         |  9 +++-
 arch/m68k/configs/apollo_defconfig        |  9 +++-
 arch/m68k/configs/atari_defconfig         |  9 +++-
 arch/m68k/configs/bvme6000_defconfig      |  9 +++-
 arch/m68k/configs/hp300_defconfig         |  9 +++-
 arch/m68k/configs/mac_defconfig           |  9 +++-
 arch/m68k/configs/multi_defconfig         |  9 +++-
 arch/m68k/configs/mvme147_defconfig       |  9 +++-
 arch/m68k/configs/mvme16x_defconfig       |  9 +++-
 arch/m68k/configs/q40_defconfig           |  9 +++-
 arch/m68k/configs/sun3_defconfig          |  9 +++-
 arch/m68k/configs/sun3x_defconfig         |  9 +++-
 arch/m68k/include/asm/adb_iop.h           |  4 +-
 arch/m68k/include/asm/bootinfo.h          |  4 +-
 arch/m68k/include/asm/entry.h             |  4 +-
 arch/m68k/include/asm/kexec.h             |  4 +-
 arch/m68k/include/asm/mac_baboon.h        |  4 +-
 arch/m68k/include/asm/mac_iop.h           |  4 +-
 arch/m68k/include/asm/mac_oss.h           |  4 +-
 arch/m68k/include/asm/mac_psc.h           |  4 +-
 arch/m68k/include/asm/mac_via.h           |  4 +-
 arch/m68k/include/asm/math-emu.h          |  6 +--
 arch/m68k/include/asm/mcf_pgtable.h       |  4 +-
 arch/m68k/include/asm/mcfmmu.h            |  2 +-
 arch/m68k/include/asm/motorola_pgtable.h  |  4 +-
 arch/m68k/include/asm/nettel.h            |  4 +-
 arch/m68k/include/asm/openprom.h          |  4 +-
 arch/m68k/include/asm/page.h              |  4 +-
 arch/m68k/include/asm/page_mm.h           |  4 +-
 arch/m68k/include/asm/page_no.h           |  4 +-
 arch/m68k/include/asm/pgtable.h           |  2 +-
 arch/m68k/include/asm/pgtable_mm.h        |  8 +--
 arch/m68k/include/asm/ptrace.h            |  4 +-
 arch/m68k/include/asm/setup.h             | 10 ++--
 arch/m68k/include/asm/sun3_pgtable.h      |  8 +--
 arch/m68k/include/asm/sun3mmu.h           |  4 +-
 arch/m68k/include/asm/thread_info.h       |  6 +--
 arch/m68k/include/asm/traps.h             |  6 +--
 arch/m68k/include/uapi/asm/bootinfo-vme.h |  4 +-
 arch/m68k/include/uapi/asm/bootinfo.h     |  8 +--
 arch/m68k/include/uapi/asm/ptrace.h       |  4 +-
 arch/m68k/kernel/early_printk.c           | 42 ++++++----------
 arch/m68k/kernel/head.S                   | 81 ++++++++++++++++---------------
 arch/m68k/mac/via.c                       | 16 ++++++
 arch/m68k/math-emu/fp_emu.h               |  8 +--
 arch/m68k/mm/motorola.c                   | 56 ++++++++++-----------
 48 files changed, 270 insertions(+), 180 deletions(-)

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 v6.17
  2025-07-28  9:34 [GIT PULL] m68k updates for v6.17 Geert Uytterhoeven
@ 2025-07-30  3:39 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-07-30  3:39 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, 28 Jul 2025 11:34:37 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.17-tag1

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

Thank you!

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

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

end of thread, other threads:[~2025-07-30  3:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-28  9:34 [GIT PULL] m68k updates for v6.17 Geert Uytterhoeven
2025-07-30  3:39 ` 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).