summaryrefslogtreecommitdiffstats
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2022-05-16m68k: math-emu: Fix dependencies of math emulation supportGeert Uytterhoeven1-1/+1
2022-05-16m68knommu: fix undefined reference to `_init_sp'Greg Ungerer1-0/+1
2022-05-16m68knommu: add definitions to support elf_fdpic program loaderGreg Ungerer2-0/+14
2022-05-16m68knommu: implement minimal regset supportGreg Ungerer1-0/+58
2022-05-16m68knommu: use asm-generic/mmu.h for nommu setupsGreg Ungerer1-3/+1
2022-05-16m68k: fix typos in commentsJulia Lawall3-3/+3
2022-05-16m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann5-538/+1
2022-05-16m68knommu: set ZERO_PAGE() to the allocated zeroed pageGreg Ungerer1-1/+2
2022-05-13m68k: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-1/+1
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2-23/+2
2022-05-09m68k: math-emu: Fix typos in commentsJulia Lawall1-1/+1
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-29net: unexport csum_and_copy_{from,to}_userChristoph Hellwig1-2/+0
2022-04-25m68k: defconfig: Update defconfigs for v5.18-rc1Geert Uytterhoeven12-48/+12
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver1-0/+1
2022-04-11m68k: Introduce a virtual m68k machineLaurent Vivier19-17/+595
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+0
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-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-14/+3
2022-03-23Merge tag 'm68knommu-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-9/+10
2022-03-23ptrace: Remove duplicated include in ptrace.cYang Li1-1/+0
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-0/+3
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds12-12/+0
2022-03-21Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+4
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+4
2022-03-21Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds6-6/+0
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport3-0/+3
2022-03-11arch: Remove references to CONFIG_NFSD_V3 in the default configsChuck Lever12-12/+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-03-10a.out: Stop building a.out/osf1 support on alpha and m68kEric W. Biederman1-1/+0
2022-03-07m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are definedRandy Dunlap1-3/+3
2022-03-07m68k: m5441x: remove erroneous clock disableAngelo Dureghello1-1/+0
2022-03-07m68knommu: fix ucsimm sparse warningsGreg Ungerer1-5/+4
2022-03-07m68knommu: fix 'screen_bits' defined but not usedGreg Ungerer1-0/+2
2022-03-07m68knommu: fix warning: no previous prototype for 'init_dragen2'Greg Ungerer1-0/+1
2022-02-28m68k: defconfig: Disable fbdev on Sun3/3xGeert Uytterhoeven2-6/+0
2022-02-28m68k: defconfig: Update defconfigs for v5.17-rc3Geert Uytterhoeven12-48/+16
2022-02-26m68k: Implement "current_stack_pointer"Kees Cook2-1/+4
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2-13/+2
2022-02-25uaccess: generalize access_ok()Arnd Bergmann2-14/+2
2022-02-25m68k: fix access_ok for coldfireArnd Bergmann1-6/+9
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-21m68k: mm: Remove check for VM_IO to fix deferred I/OGeert Uytterhoeven1-2/+0
2022-02-21m68k: Add asm/config.hLaurent Vivier11-22/+43