-
- Downloads
Merge tag 'm68k-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k updates from Geert Uytterhoeven: - pagetable layout rewrite, to facilitate global READ_ONCE() rework - Zorro (Amiga) and DIO (HP 9000/300) bus cleanups - defconfig updates - minor cleanups and fixes * tag 'm68k-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k: (23 commits) m68k: defconfig: Update defconfigs for v5.6-rc4 zorro: Replace zero-length array with flexible-array member m68k: Switch to asm-generic/hardirq.h fbdev: c2p: Use BUILD_BUG() instead of custom solution dio: Remove unused dio_dev_driver() dio: Fix dio_bus_match() kerneldoc dio: Make dio_match_device() static zorro: Move zorro_bus_type to bus-private header file zorro: Remove unused zorro_dev_driver() zorro: Use zorro_match_device() helper in zorro_bus_match() zorro: Fix zorro_bus_match() kerneldoc zorro: Make zorro_match_device() static m68k: Fix Kconfig indentation m68k: mm: Change ColdFire pgtable_t m68k: mm: Fully initialize the page-table allocator m68k: mm: Extend table allocator for multiple sizes m68k: mm: Use table allocator for pgtables m68k: mm: Improve kernel_page_table() m68k: mm: Restructure Motorola MMU page-table layout m68k: mm: Move the pointer table allocator to motorola.c ...
Showing
- arch/m68k/Kconfig.bus 1 addition, 1 deletionarch/m68k/Kconfig.bus
- arch/m68k/Kconfig.debug 8 additions, 8 deletionsarch/m68k/Kconfig.debug
- arch/m68k/Kconfig.machine 4 additions, 4 deletionsarch/m68k/Kconfig.machine
- arch/m68k/configs/amiga_defconfig 1 addition, 4 deletionsarch/m68k/configs/amiga_defconfig
- arch/m68k/configs/apollo_defconfig 1 addition, 4 deletionsarch/m68k/configs/apollo_defconfig
- arch/m68k/configs/atari_defconfig 1 addition, 4 deletionsarch/m68k/configs/atari_defconfig
- arch/m68k/configs/bvme6000_defconfig 1 addition, 4 deletionsarch/m68k/configs/bvme6000_defconfig
- arch/m68k/configs/hp300_defconfig 1 addition, 4 deletionsarch/m68k/configs/hp300_defconfig
- arch/m68k/configs/mac_defconfig 1 addition, 4 deletionsarch/m68k/configs/mac_defconfig
- arch/m68k/configs/multi_defconfig 1 addition, 4 deletionsarch/m68k/configs/multi_defconfig
- arch/m68k/configs/mvme147_defconfig 1 addition, 4 deletionsarch/m68k/configs/mvme147_defconfig
- arch/m68k/configs/mvme16x_defconfig 1 addition, 4 deletionsarch/m68k/configs/mvme16x_defconfig
- arch/m68k/configs/q40_defconfig 1 addition, 4 deletionsarch/m68k/configs/q40_defconfig
- arch/m68k/configs/sun3_defconfig 1 addition, 4 deletionsarch/m68k/configs/sun3_defconfig
- arch/m68k/configs/sun3x_defconfig 1 addition, 4 deletionsarch/m68k/configs/sun3x_defconfig
- arch/m68k/include/asm/Kbuild 1 addition, 0 deletionsarch/m68k/include/asm/Kbuild
- arch/m68k/include/asm/hardirq.h 0 additions, 29 deletionsarch/m68k/include/asm/hardirq.h
- arch/m68k/include/asm/mcf_pgalloc.h 14 additions, 17 deletionsarch/m68k/include/asm/mcf_pgalloc.h
- arch/m68k/include/asm/motorola_pgalloc.h 26 additions, 48 deletionsarch/m68k/include/asm/motorola_pgalloc.h
- arch/m68k/include/asm/motorola_pgtable.h 21 additions, 15 deletionsarch/m68k/include/asm/motorola_pgtable.h
Loading
Please register or sign in to comment