summaryrefslogtreecommitdiff
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
...
| * | | m68knommu: use asm-generic/mmu.h for nommu setupsGreg Ungerer2022-05-161-3/+1
| * | | m68k: fix typos in commentsJulia Lawall2022-05-163-3/+3
| * | | m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann2022-05-165-538/+1
| * | | m68knommu: set ZERO_PAGE() to the allocated zeroed pageGreg Ungerer2022-05-161-1/+2
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-2/+0
|\ \ \
| * | | net: unexport csum_and_copy_{from,to}_userChristoph Hellwig2022-04-291-2/+0
| |/ /
* | | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-264-25/+3
|\ \ \ | |_|/ |/| |
| * | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada2022-05-242-2/+1
| * | kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-112-23/+2
| |/
* | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-1/+1
|\ \
| * | m68k: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-1/+1
| |/
* | 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: atari: Make Atari ROM port I/O write macros return voidGeert Uytterhoeven2022-05-221-3/+3
* | m68k: math-emu: Fix dependencies of math emulation supportGeert Uytterhoeven2022-05-161-1/+1
* | m68k: math-emu: Fix typos in commentsJulia Lawall2022-05-091-1/+1
* | m68k: Wire up syscall_trace_enter/leave for m68kMichael Schmitz2022-05-092-9/+2
* | m68k: defconfig: Update defconfigs for v5.18-rc1Geert Uytterhoeven2022-04-2512-48/+12
* | m68k: Introduce a virtual m68k machineLaurent Vivier2022-04-1119-17/+595
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-4/+0
|\
| * asm/user.h: killed unused macrosAl Viro2022-01-301-4/+0
* | 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 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-233-14/+3
|\ \
| * \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-252-13/+2
| |\ \
| | * | uaccess: generalize access_ok()Arnd Bergmann2022-02-252-14/+2
| | * | m68k: fix access_ok for coldfireArnd Bergmann2022-02-251-6/+9
| | * | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
| | |/
| * | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+1
| |/
* | Merge tag 'm68knommu-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-235-9/+10
|\ \
| * | m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are definedRandy Dunlap2022-03-071-3/+3
| * | m68k: m5441x: remove erroneous clock disableAngelo Dureghello2022-03-071-1/+0
| * | m68knommu: fix ucsimm sparse warningsGreg Ungerer2022-03-071-5/+4
| * | m68knommu: fix 'screen_bits' defined but not usedGreg Ungerer2022-03-071-0/+2
| * | m68knommu: fix warning: no previous prototype for 'init_dragen2'Greg Ungerer2022-03-071-0/+1
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-223-0/+3
|\ \
| * | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-213-0/+3
| |/
* | Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-03-2212-12/+0
|\ \
| * | arch: Remove references to CONFIG_NFSD_V3 in the default configsChuck Lever2022-03-1112-12/+0
| |/
* | Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-211-5/+4
|\ \
| * | m68k: cmpxchg: Dereference matching sizeKees Cook2022-02-131-5/+4
| |/
* | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-212-1/+4
|\ \
| * | m68k: Implement "current_stack_pointer"Kees Cook2022-02-262-1/+4
| |/
* | Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-211-1/+0
|\ \
| * | a.out: Stop building a.out/osf1 support on alpha and m68kEric W. Biederman2022-03-101-1/+0
| |/
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-216-6/+0
|\ \