-
- Downloads
Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k updates from Geert Uytterhoeven: - a few time-related fixes: - off-by-one calendar month on some classes of machines - Y2038 preparation - build fix for ndelay() being called with a 64-bit type - revive 64-bit get_user(), which is used by some Android code - defconfig updates - fix for a long-standing fatal bug in iounmap() on '020/030, which was actually fixed in 2.4.23, but never in 2.5.x and later - default DMA mask to avoid warning splats - minor fixes and cleanups * tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k: m68k: Set default dma mask for platform devices m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap() m68k/defconfig: Update defconfigs for v4.17-rc3 m68k/uaccess: Revive 64-bit get_user() m68k: Implement ndelay() as an inline function to force type checking/casting zorro: Add a blank line after declarations m68k: Use read_persistent_clock64() consistently m68k: Fix off-by-one calendar month m68k: Fix style, spelling, and grammar in siginfo_build_tests() m68k/mac: Fix SWIM memory resource end address
No related branches found
No related tags found
Showing
- arch/m68k/68000/timers.c 3 additions, 1 deletionarch/m68k/68000/timers.c
- arch/m68k/apollo/config.c 5 additions, 3 deletionsarch/m68k/apollo/config.c
- arch/m68k/configs/amiga_defconfig 12 additions, 8 deletionsarch/m68k/configs/amiga_defconfig
- arch/m68k/configs/apollo_defconfig 12 additions, 8 deletionsarch/m68k/configs/apollo_defconfig
- arch/m68k/configs/atari_defconfig 12 additions, 8 deletionsarch/m68k/configs/atari_defconfig
- arch/m68k/configs/bvme6000_defconfig 12 additions, 8 deletionsarch/m68k/configs/bvme6000_defconfig
- arch/m68k/configs/hp300_defconfig 12 additions, 8 deletionsarch/m68k/configs/hp300_defconfig
- arch/m68k/configs/mac_defconfig 12 additions, 8 deletionsarch/m68k/configs/mac_defconfig
- arch/m68k/configs/multi_defconfig 12 additions, 8 deletionsarch/m68k/configs/multi_defconfig
- arch/m68k/configs/mvme147_defconfig 12 additions, 8 deletionsarch/m68k/configs/mvme147_defconfig
- arch/m68k/configs/mvme16x_defconfig 12 additions, 8 deletionsarch/m68k/configs/mvme16x_defconfig
- arch/m68k/configs/q40_defconfig 12 additions, 8 deletionsarch/m68k/configs/q40_defconfig
- arch/m68k/configs/sun3_defconfig 12 additions, 8 deletionsarch/m68k/configs/sun3_defconfig
- arch/m68k/configs/sun3x_defconfig 12 additions, 8 deletionsarch/m68k/configs/sun3x_defconfig
- arch/m68k/include/asm/delay.h 8 additions, 3 deletionsarch/m68k/include/asm/delay.h
- arch/m68k/include/asm/uaccess_mm.h 9 additions, 7 deletionsarch/m68k/include/asm/uaccess_mm.h
- arch/m68k/kernel/dma.c 10 additions, 0 deletionsarch/m68k/kernel/dma.c
- arch/m68k/kernel/signal.c 12 additions, 11 deletionsarch/m68k/kernel/signal.c
- arch/m68k/kernel/time.c 14 additions, 11 deletionsarch/m68k/kernel/time.c
- arch/m68k/mac/config.c 1 addition, 1 deletionarch/m68k/mac/config.c
Loading
Please register or sign in to comment