summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel
AgeCommit message (Expand)Author
2024-11-18Merge tag 'm68k-for-v6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche
2024-11-06m68k: mvme147: Reinstate early consoleDaniel Palmer
2024-11-06m68k: Move Sun 3 into a top-level platform optionArnd Bergmann
2024-11-06m68k: kernel: Use str_read_write() helper functionThorsten Blum
2024-11-06m68k: Initialize jump labels early during setup_arch()Jean-Michel Hautbois
2024-09-24Merge tag 'm68knommu-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-09m68k: remove trailing space after \n newlineColin Ian King
2024-08-26m68k: Fix kernel_clone_args.flags in m68k_clone()Finn Thain
2024-05-23mseal: wire up mseal syscallJeff Xu
2024-05-08m68k: Fix spinlock race in kernel thread creationMichael Schmitz
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi
2023-12-12m68k, kexec: fix the incorrect ifdeffery and build dependency of CONFIG_KEXECBaoquan He
2023-11-12LSM: wireup Linux Security Module syscallsCasey Schaufler
2023-11-02Merge tag 'm68knommu-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-01Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-11-01Merge tag 'm68k-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-23m68k: coldfire: fix warnings in uboot argument processingGreg Ungerer
2023-10-22m68k: remove unused includes from dma.cChristoph Hellwig
2023-10-22m68k: don't provide arch_dma_alloc for nommu/coldfireChristoph Hellwig
2023-10-22m68k: use the coherent DMA code for coldfire without data cacheChristoph Hellwig
2023-10-16m68k: kernel: Fix indentation by 7 spaces in traps.cGeert Uytterhoeven
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta
2023-10-06m68k: Replace GPL 2.0+ README.legal boilerplate with SPDXGeert Uytterhoeven
2023-10-06m68k: sun3/3x: Add and use "sun3.h"Geert Uytterhoeven
2023-10-06m68k: mvme16x: Add and use "mvme16x.h"Geert Uytterhoeven
2023-10-06m68k: mm: Add and use "fault.h"Geert Uytterhoeven
2023-10-06m68k: mm: Move paging_init() to common <asm/pgtable.h>Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "vectors.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "traps.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "signal.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "ptrace.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "process.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "ints.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use <asm/syscalls.h>Geert Uytterhoeven
2023-10-06m68k: kernel: Make bad_super_trap() staticGeert Uytterhoeven
2023-10-06m68k: kernel: Include <linux/cpu.h> for trap_init()Geert Uytterhoeven
2023-10-06m68k: kernel: Add missing asmlinkage to do_notify_resume()Geert Uytterhoeven
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org
2023-09-04Merge tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-21m68k/pci: Drop useless pcibios_setup()Bjorn Helgaas
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt
2023-07-24m68k: Fix invalid .section syntaxBen Hutchings