summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-02Merge tag 'm68knommu-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+2
2025-05-19m68k: Replace memcpy() + manual NUL-termination with strscpy()Thorsten Blum1-2/+1
2025-05-19m68k/kernel: replace strncpy() with strscpy()Mohammad Mahdi Anbaraki1-1/+1
2025-04-28m68k: Replace strcpy() with strscpy() in hardware_proc_show()Thorsten Blum1-1/+1
2025-03-28Merge tag 'm68knommu-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+1
2025-03-26Merge tag 'm68k-for-v6.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2025-03-17m68k: mm: Replace deprecated strncpy() with strscpy()Thorsten Blum1-2/+1
2025-03-17m68k: Do not include <linux/fb.h>Thomas Zimmermann2-2/+0
2025-03-10m68k: setup: Remove size argument when calling strscpy()Thorsten Blum1-2/+1
2025-02-12fs: add open_tree_attr()Christian Brauner1-0/+1
2024-11-19Merge tag 'm68k-for-v6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-22/+21
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+4
2024-11-06m68k: mvme147: Reinstate early consoleDaniel Palmer1-1/+4
2024-11-06m68k: Move Sun 3 into a top-level platform optionArnd Bergmann2-12/+4
2024-11-06m68k: kernel: Use str_read_write() helper functionThorsten Blum1-8/+8
2024-11-06m68k: Initialize jump labels early during setup_arch()Jean-Michel Hautbois1-1/+5
2024-09-24Merge tag 'm68knommu-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-09-09m68k: remove trailing space after \n newlineColin Ian King1-1/+1
2024-08-26m68k: Fix kernel_clone_args.flags in m68k_clone()Finn Thain1-1/+1
2024-05-24mseal: wire up mseal syscallJeff Xu1-0/+1
2024-05-08m68k: Fix spinlock race in kernel thread creationMichael Schmitz1-1/+3
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+2
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi1-0/+2
2023-12-13m68k, kexec: fix the incorrect ifdeffery and build dependency of CONFIG_KEXECBaoquan He1-1/+1
2023-11-13LSM: wireup Linux Security Module syscallsCasey Schaufler1-0/+3
2023-11-03Merge tag 'm68knommu-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+8
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2023-11-02Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds2-34/+2
2023-11-01Merge tag 'm68k-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-28/+69
2023-10-23m68k: coldfire: fix warnings in uboot argument processingGreg Ungerer1-5/+8
2023-10-22m68k: remove unused includes from dma.cChristoph Hellwig1-9/+0
2023-10-22m68k: don't provide arch_dma_alloc for nommu/coldfireChristoph Hellwig1-23/+0
2023-10-22m68k: use the coherent DMA code for coldfire without data cacheChristoph Hellwig2-2/+2
2023-10-16m68k: kernel: Fix indentation by 7 spaces in traps.cGeert Uytterhoeven1-4/+4
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta1-0/+1
2023-10-06m68k: Replace GPL 2.0+ README.legal boilerplate with SPDXGeert Uytterhoeven2-11/+4
2023-10-06m68k: sun3/3x: Add and use "sun3.h"Geert Uytterhoeven1-1/+1
2023-10-06m68k: mvme16x: Add and use "mvme16x.h"Geert Uytterhoeven1-2/+2
2023-10-06m68k: mm: Add and use "fault.h"Geert Uytterhoeven2-6/+2
2023-10-06m68k: mm: Move paging_init() to common <asm/pgtable.h>Geert Uytterhoeven1-2/+0
2023-10-06m68k: kernel: Add and use "vectors.h"Geert Uytterhoeven2-0/+5
2023-10-06m68k: kernel: Add and use "traps.h"Geert Uytterhoeven2-0/+12
2023-10-06m68k: kernel: Add and use "signal.h"Geert Uytterhoeven2-0/+9
2023-10-06m68k: kernel: Add and use "ptrace.h"Geert Uytterhoeven2-0/+8
2023-10-06m68k: kernel: Add and use "process.h"Geert Uytterhoeven2-0/+9
2023-10-06m68k: kernel: Add and use "ints.h"Geert Uytterhoeven2-0/+9
2023-10-06m68k: kernel: Add and use <asm/syscalls.h>Geert Uytterhoeven1-0/+1