summaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
4 daysm68k: Fix kernel_clone_args.flags in m68k_clone()Finn Thain1-1/+1
2024-08-19m68k: amiga: Turn off Warp1260 interrupts during bootPaolo Pisati1-0/+9
2024-08-19m68k: cmpxchg: Fix return value for default case in __arch_xchg()Thorsten Blum1-1/+1
2024-08-19m68k: atari: Fix TT bootup freeze / unexpected (SCU) interrupt messagesEero Tamminen1-5/+1
2024-06-16m68k: mac: Fix reboot hang on Mac IIciFinn Thain1-18/+18
2024-06-16m68k: Fix spinlock race in kernel thread creationMichael Schmitz1-1/+3
2023-12-20memblock: allow to specify flags with memblock_add_node()David Hildenbrand2-3/+6
2023-09-19m68k: Fix invalid .section syntaxBen Hutchings3-6/+6
2023-08-08m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-22/+3
2023-05-30m68k: Move signal frame following exception on 68020/030Finn Thain1-4/+10
2023-03-30m68k: Only force 030 bus error if PC not in exception tableMichael Schmitz1-1/+3
2023-03-10m68k: Check syscall_trace_enter() return codeMichael Schmitz3-0/+7
2023-03-10m68k: /proc/hardware should depend on PROC_FSRandy Dunlap1-0/+1
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman2-2/+2
2022-08-25m68k: coldfire/device.c: protect FLEXCAN blocksRandy Dunlap1-3/+3
2022-06-14m68knommu: fix undefined reference to `mach_get_rtc_pll'Greg Ungerer3-8/+9
2022-06-14m68knommu: fix undefined reference to `_init_sp'Greg Ungerer1-0/+1
2022-06-14m68knommu: set ZERO_PAGE() to the allocated zeroed pageGreg Ungerer1-1/+2
2022-06-09m68k: math-emu: Fix dependencies of math emulation supportGeert Uytterhoeven1-1/+1
2022-06-09signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver1-0/+1
2022-06-09m68k: atari: Make Atari ROM port I/O write macros return voidGeert Uytterhoeven1-3/+3
2022-05-30m68k: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-1/+1
2022-04-08m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are definedRandy Dunlap1-3/+3
2022-03-28m68k: fix access_ok for coldfireArnd Bergmann1-6/+9
2021-11-25signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-1/+1
2021-11-25signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-11-18m68k: set a default value for MEMORY_RESERVERandy Dunlap1-0/+1
2021-09-24m68k: Remove set_fs()Christoph Hellwig22-117/+46
2021-09-24m68k: Provide __{get,put}_kernel_nofaultChristoph Hellwig1-21/+84
2021-09-24m68k: Factor the 8-byte lowlevel {get,put}_user code into helpersChristoph Hellwig1-51/+60
2021-09-24m68k: Use BUILD_BUG for passing invalid sizes to get_user/put_userChristoph Hellwig1-7/+2
2021-09-24m68k: Remove the 030 case in virt_to_phys_slowChristoph Hellwig1-18/+1
2021-09-24m68k: Document that access_ok is broken for !CONFIG_CPU_HAS_ADDRESS_SPACESChristoph Hellwig1-0/+4
2021-09-24m68k: Leave stack mangling to asm wrapper of sigreturn()Al Viro5-105/+71
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-13m68k: mvme: Remove overdue #warnings in RTC handlingGeert Uytterhoeven2-2/+6
2021-09-13m68k: Double cast io functions to unsigned longGuenter Roeck1-10/+10
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan1-0/+2
2021-09-02Merge tag 'm68knommu-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-8/+74
2021-09-02Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2021-09-02Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-3/+4
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-14/+16
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-08-30Merge tag 'm68k-for-v5.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-22/+52
2021-08-26signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_dieEric W. Biederman2-2/+3
2021-08-23m68k: Fix asm register constraints for atomic opsGeert Uytterhoeven1-2/+2
2021-08-23m68knommu: only set CONFIG_ISA_DMA_API for ColdFire sub-archArnd Bergmann1-1/+1
2021-08-23m68k: coldfire: return success for clk_enable(NULL)Dan Carpenter1-1/+1