summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-11/+12
|\
| * kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-11/+12
* | m68k: Rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld2022-09-281-0/+12
* | m68k: Process bootinfo records before saving themJason A. Donenfeld2022-09-281-2/+3
* | m68k: Move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
|/
* m68k: Add common forward declaration for show_registers()Geert Uytterhoeven2022-07-121-0/+1
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-5/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-303-5/+2
|\ \
| * \ Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-253-5/+2
| |\ \
| | * | m68k: Switch to new sys-off handler APIDmitry Osipenko2022-05-193-5/+2
| | |/
* | | Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-304-10/+67
|\ \ \ | |/ / |/| |
| * | m68k: removed unused "mach_get_ss"Greg Ungerer2022-05-251-2/+0
| * | m68knommu: fix undefined reference to `mach_get_rtc_pll'Greg Ungerer2022-05-253-8/+9
| * | m68knommu: implement minimal regset supportGreg Ungerer2022-05-161-0/+58
| |/
* | Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-0/+1
|\ \
| * | signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-221-0/+1
| |/
* | m68k: Wire up syscall_trace_enter/leave for m68kMichael Schmitz2022-05-092-9/+2
* | m68k: Introduce a virtual m68k machineLaurent Vivier2022-04-113-0/+39
|/
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\
| * arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-5/+4
|\ \
| * | ptrace: Remove duplicated include in ptrace.cYang Li2022-03-231-1/+0
| * | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+3
| |/
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-1/+0
|\ \
| * | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
| |/
* / m68k: Add asm/config.hLaurent Vivier2022-02-211-22/+1
|/
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-12/+2
|\
| * ptrace/m68k: Stop open coding ptrace_report_syscallEric W. Biederman2022-01-081-11/+1
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-0/+1
|\ \
| * | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
* | | Merge tag 'm68k-for-v5.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-101-9/+6
|\ \ \ | |/ / |/| |
| * | m68k: Enable memtest functionalityFinn Thain2021-11-291-9/+6
* | | Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-251-0/+1
|\ \ \ | |_|/ |/| |
| * | futex: Wireup futex_waitv syscallAndré Almeida2021-11-251-0/+1
| |/
* / signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-1/+1
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
* | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-3/+1
* | m68k: Remove set_fs()Christoph Hellwig2021-09-244-15/+9
* | m68k: Leave stack mangling to asm wrapper of sigreturn()Al Viro2021-09-242-99/+67
* | m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signalAl Viro2021-09-241-0/+2
* | m68k: Handle arrivals of multiple signals correctlyAl Viro2021-09-241-46/+42
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-0/+2
|\
| * mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+2
* | signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_dieEric W. Biederman2021-08-261-1/+1
* | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
|/