summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+3
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2023-06-20m68k: allow pte_offset_map[_lock]() to failHugh Dickins1-0/+2
2023-06-16m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-1/+2
2023-06-10cachestat: wire up cachestat for other architecturesNhat Pham1-0/+1
2023-05-22m68k: Move signal frame following exception on 68020/030Finn Thain1-4/+10
2023-04-21m68k: kexec: Include <linux/reboot.h>Simon Horman1-0/+1
2023-03-06m68k: Only force 030 bus error if PC not in exception tableMichael Schmitz1-1/+3
2023-03-06m68k: mm: Move initrd phys_to_virt handling after paging_init()Geert Uytterhoeven1-5/+5
2023-02-22Merge tag 'm68k-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+11
2023-01-30m68k: Add kernel seccomp supportMichael Schmitz2-1/+8
2023-01-30m68k: Check syscall_trace_enter() return codeMichael Schmitz1-0/+3
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra3-3/+0
2022-12-20Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2022-12-05m68k: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2022-11-25[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-2/+2
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-11/+12
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-11/+12
2022-09-28m68k: Rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld1-0/+12
2022-09-28m68k: Process bootinfo records before saving themJason A. Donenfeld1-2/+3
2022-09-19m68k: Move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-12m68k: Add common forward declaration for show_registers()Geert Uytterhoeven1-0/+1
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-5/+2
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-10/+67
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki3-5/+2
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-05-24m68k: removed unused "mach_get_ss"Greg Ungerer1-2/+0
2022-05-24m68knommu: fix undefined reference to `mach_get_rtc_pll'Greg Ungerer3-8/+9
2022-05-19m68k: Switch to new sys-off handler APIDmitry Osipenko3-5/+2
2022-05-16m68knommu: implement minimal regset supportGreg Ungerer1-0/+58
2022-05-09m68k: Wire up syscall_trace_enter/leave for m68kMichael Schmitz2-9/+2
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver1-0/+1
2022-04-11m68k: Introduce a virtual m68k machineLaurent Vivier3-0/+39
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+4
2022-03-23ptrace: Remove duplicated include in ptrace.cYang Li1-1/+0
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-11resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+3
2022-02-21m68k: Add asm/config.hLaurent Vivier1-22/+1
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-12/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V1-0/+1
2022-01-10Merge tag 'm68k-for-v5.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+6
2022-01-08ptrace/m68k: Stop open coding ptrace_report_syscallEric W. Biederman1-11/+1