aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel
AgeCommit message (Expand)AuthorFilesLines
12 daysm68k: 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-12m68k, kexec: fix the incorrect ifdeffery and build dependency of CONFIG_KEXECBaoquan He1-1/+1
2023-11-12LSM: wireup Linux Security Module syscallsCasey Schaufler1-0/+3
2023-11-02Merge tag 'm68knommu-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+8
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2023-11-01Merge 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
2023-10-06m68k: kernel: Make bad_super_trap() staticGeert Uytterhoeven1-1/+1
2023-10-06m68k: kernel: Include <linux/cpu.h> for trap_init()Geert Uytterhoeven1-0/+1
2023-10-06m68k: kernel: Add missing asmlinkage to do_notify_resume()Geert Uytterhoeven1-1/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-1/+1
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org1-0/+1
2023-09-04Merge tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+0
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-08-21m68k/pci: Drop useless pcibios_setup()Bjorn Helgaas1-6/+0
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt1-0/+1
2023-07-24m68k: Fix invalid .section syntaxBen Hutchings1-2/+2
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-19m68k: 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-09cachestat: 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-21Merge 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-24[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-03Merge 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-25m68k: removed unused "mach_get_ss"Greg Ungerer1-2/+0
2022-05-25m68knommu: 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-28Merge 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-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-10resume_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
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-11-29m68k: Enable memtest functionalityFinn Thain1-9/+6
2021-11-25Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-11-25futex: Wireup futex_waitv syscallAndré Almeida1-0/+1
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-1/+1
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-3/+1
2021-09-24m68k: Remove set_fs()Christoph Hellwig4-15/+9
2021-09-24m68k: Leave stack mangling to asm wrapper of sigreturn()Al Viro2-99/+67
2021-09-24m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signalAl Viro1-0/+2
2021-09-24m68k: Handle arrivals of multiple signals correctlyAl Viro1-46/+42
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan1-0/+2
2021-08-26signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_dieEric W. Biederman1-1/+1
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+1
2021-07-08m68k: convert to setup_initial_init_mm()Kefeng Wang2-8/+2
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-06-29arch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cacheflush()Liam Howlett1-2/+2
2021-06-28Merge tag 'm68k-for-v5.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-07quota: Wire up quotactl_fd syscallJan Kara1-1/+1
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman1-1/+2
2021-05-17quota: Disable quotactl_path syscallJan Kara1-1/+1
2021-05-10m68k: dma: Remove unnecessary include of asm/cacheflush.hWan Jiabing1-3/+0
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+3
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+1
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün1-0/+3
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver1-0/+3
2021-04-12m68k: Add missing mmap_read_lock() to sys_cacheflush()Liam Howlett1-0/+2
2021-04-06m68k: syscalls: switch to generic syscallhdr.shMasahiro Yamada2-41/+2
2021-04-06m68k: syscalls: switch to generic syscalltbl.shMasahiro Yamada3-39/+3
2021-03-17quota: wire up quotactl_pathSascha Hauer1-0/+1
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+7
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada1-1/+1
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada1-5/+6
2021-01-24fs: add mount_setattr()Christian Brauner1-0/+1
2020-12-21Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+10
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+1
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-16/+6
2020-12-07m68k: m68328: remove duplicate codeArnd Bergmann1-0/+9
2020-12-07m68knommu: align BSS section to 4-byte boundariesGreg Ungerer1-1/+1
2020-11-23m68k: Add a missing ELF_DETAILS in link scriptYouling Tang3-2/+3
2020-11-23m68k: Drop redundant NOTES in link scriptYouling Tang3-3/+0
2020-11-09m68k: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+2
2020-11-02m68k: Remove unused mach_max_dma_addressLaurent Vivier1-1/+0
2020-10-30m68k: remove timer_interrupt() functionArnd Bergmann3-16/+3
2020-10-30m68k: split heartbeat out of timer functionArnd Bergmann1-2/+5
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-7/+0
2020-10-19Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+5
2020-10-12Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-12/+9
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-10-05m68knommu: fix sparse warnings in signal codeGreg Ungerer1-2/+4
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada1-7/+0
2020-08-26m68k: Correct some typos in commentsFinn Thain1-8/+8
2020-08-26m68k: Use get_kernel_nofault() in show_registers()Christoph Hellwig1-4/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-20m68k: switch to kernel_clone()Christian Brauner1-5/+5
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-3/+2
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds1-6/+2
2020-08-03Merge tag 'm68k-for-v5.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-16/+16
2020-07-13m68k: Use sizeof_field() helperGustavo A. R. Silva1-16/+16
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-3/+2
2020-06-29m68k: nommu: register start of the memory with memblockMike Rapoport1-1/+2
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner1-3/+0
2020-06-17arch: wire-up close_range()Christian Brauner1-0/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-7/+7
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport5-5/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-8/+3
2020-06-09m68k: add show_stack_loglvl()Dmitry Safonov1-5/+11
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-4/+4
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-8/+0
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1
2020-01-14arch/m68k/setup: Drop dummy_con initializationArvind Sankar2-8/+0
2020-01-14m68k: Implement copy_thread_tls()Geert Uytterhoeven1-9/+22
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-0/+1
2020-01-12m68k: Wire up clone3() syscallKars de Jong3-2/+20
2019-12-04m68k: mm: use pgtable-nopXd instead of 4level-fixupMike Rapoport1-1/+9
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds1-2/+2
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-2/+2
2019-11-12m68k: Convert missed RODATA to RO_DATAKees Cook2-2/+2
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook3-3/+3
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook1-1/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+1
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig1-2/+1
2019-08-22driver core: initialize a default DMA mask for platform deviceChristoph Hellwig1-9/+0
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner1-0/+1
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-12/+12
2019-07-08Merge tag 'm68k-for-v5.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-46/+11
2019-07-01m68k: Implement arch_dma_prep_coherent()Christoph Hellwig1-0/+5