m68k: defconfig: Update defconfigs for v6.18-rc1
m68k: defconfig: Update defconfigs for v6.17-rc1
m68k: bitops: Fix find_*_bit() signatures
zorro: Remove extra whitespace in macro definitions
m68k: mac: Improve clocksource driver commentary
m68k: defconfig: Update defconfigs for v6.16-rc2
m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
m68k: Enable dead code elimination
m68k: Don't unregister boot console needlessly
m68k: Remove unused "cursor home" code from debug console
m68k: Avoid pointless recursion in debug console rendering
m68k: Fix lost column on framebuffer debug console
m68k: mm: Convert pointer table macros to use ptdescs
m68k: mm: Convert init_pointer_table() to use ptdescs
m68k: mm: Convert free_pointer_table() to use ptdescs
m68k: mm: Convert get_pointer_table() to use ptdescs
m68k: defconfig: Update defconfigs for v6.15-rc1
m68k: mac: Fix macintosh_config for Mac II
m68k: Replace strcpy() with strscpy() in hardware_proc_show()
m68k: defconfig: Update defconfigs for v6.14-rc1
m68k: setup: Remove size argument when calling strscpy()
m68k: sun3: Fix DEBUG_MMU_EMU build
m68k: sun3: Use str_read_write() helper in mmu_emu_handle_fault()
m68k: libgcc: Fix lvalue abuse in umul_ppmm()
m68k: vga: Fix I/O defines
zorro: Constify 'struct bin_attribute'
m68k: atari: Use str_on_off() helper in atari_nvram_proc_read()
m68k: Use kernel's generic muldi3 libgcc function
m68k: defconfig: Update defconfigs for v6.12-rc1
m68k: mvme147: Reinstate early console
m68k: Make sure NR_IRQS is never zero
m68k: Select M68020 as fallback for classic
m68k: Move Sun 3 into a top-level platform option
m68k: kernel: Use str_read_write() helper function
m68k: Initialize jump labels early during setup_arch()
m68k: mvme147: Fix SCSI controller IRQ numbers
m68k: mvme147: Make mvme147_sched_init() __init
m68k: defconfig: Update defconfigs for v6.11-rc1
m68k: Fix kernel_clone_args.flags in m68k_clone()
m68k: cmpxchg: Use swap() to improve code
m68k: cmpxchg: Fix return value for default case in __arch_xchg()
m68k: defconfig: Update defconfigs for v6.10-rc1
m68k: atari: Fix TT bootup freeze / unexpected (SCU) interrupt messages
zorro: Use str_plural() in amiga_zorro_probe()
m68k: emu: Add missing MODULE_DESCRIPTION() macros
m68k: amiga: Turn off Warp1260 interrupts during boot
m68k: Drop -fno-strength-reduce from KBUILD_CFLAGS
MAINTAINERS, .mailmap: Update Finn Thain's email address
m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warning
m68k: defconfig: Update defconfigs for v5.13-rc1
m68k: MAC should select HAVE_PATA_PLATFORM
m68k: Avoid xchg() warning
m68k: Remove unused mach_max_dma_address
m68k: defconfig: Update defconfigs for v5.10-rc1
m68k: defconfig: Enable KUnit tests
m68k: mac: Refactor iop_preinit() and iop_init()
m68k: mac: Remove dead code
m68k: mac: Remove redundant VIA register writes
m68k: mac: Remove dead code
m68k: mac: Update Kconfig help
m68k: Add a missing ELF_DETAILS in link script
m68k: Fix WARNING splat in pmac_zilog driver
macintosh/adb-iop: Always wait for reply message from IOP
macintosh/adb-iop: Send correct poll command
MAINTAINERS: Update m68k Mac entry
arm64: dts: renesas: r8a77951: Add PCIe EP nodes
soc: renesas: rmobile-sysc: Stop using __raw_*() I/O accessors
m68k: defconfig: Update defconfigs for v5.11-rc1
macintosh/adb-iop: Use big-endian autopoll mask
m68k: Fix virt_addr_valid() W=1 compiler warnings
m68k: mm: Fix flatmem memory model setup
m68k: defconfig: Update defconfigs for v5.12-rc1
m68k: syscalls: switch to generic syscalltbl.sh
m68k: mvme147,mvme16x: Don't wipe PCC timer config bits
m68k: fpsp040,ifpsp060: Remove meaningless EXTRA_LDFLAGS
m68k: fpsp040: Remove meaningless $(OS_OBJS)
m68k: Add missing mmap_read_lock() to sys_cacheflush()
m68k: sun3x: Remove unneeded semicolon
m68k: mm: Remove stray nocache in ColdFire pgalloc
m68k: mm: Fix ColdFire pgd_alloc()
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
m68k: mm: Change ColdFire pgtable_t
Merge branch 'pgtable-layout-rewrite' into for-v5.7
m68k: Fix Kconfig indentation
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