summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel
AgeCommit message (Expand)Author
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-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
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-19m68k: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-16m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-06-09cachestat: wire up cachestat for other architecturesNhat Pham
2023-05-22m68k: Move signal frame following exception on 68020/030Finn Thain
2023-04-21m68k: kexec: Include <linux/reboot.h>Simon Horman
2023-03-06m68k: Only force 030 bus error if PC not in exception tableMichael Schmitz
2023-03-06m68k: mm: Move initrd phys_to_virt handling after paging_init()Geert Uytterhoeven
2023-02-21Merge tag 'm68k-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-30m68k: Add kernel seccomp supportMichael Schmitz
2023-01-30m68k: Check syscall_trace_enter() return codeMichael Schmitz
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2022-12-20Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-05m68k: use strscpy() to instead of strncpy()Xu Panda
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-09-28m68k: Rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld
2022-09-28m68k: Process bootinfo records before saving themJason A. Donenfeld
2022-09-19m68k: Move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-12m68k: Add common forward declaration for show_registers()Geert Uytterhoeven
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-25m68k: removed unused "mach_get_ss"Greg Ungerer
2022-05-25m68knommu: fix undefined reference to `mach_get_rtc_pll'Greg Ungerer
2022-05-19m68k: Switch to new sys-off handler APIDmitry Osipenko