summaryrefslogtreecommitdiffstats
path: root/arch/m68k
AgeCommit message (Expand)AuthorLines
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap-1/+0
2020-12-21Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-293/+192
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn-0/+1
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+3
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-113/+136
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-28/+10
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-14/+39
2020-12-15m68k: deprecate DISCONTIGMEMMike Rapoport-1/+25
2020-12-15m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEMMike Rapoport-9/+10
2020-12-15m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEMMike Rapoport-6/+6
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-24/+0
2020-12-07m68k: m68328: remove duplicate codeArnd Bergmann-151/+43
2020-12-07m68k: m68328: move platform code to separate filesArnd Bergmann-151/+158
2020-12-07m68knommu: align BSS section to 4-byte boundariesGreg Ungerer-1/+1
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne-24/+0
2020-11-23m68k: Fix WARNING splat in pmac_zilog driverFinn Thain-8/+9
2020-11-23m68k: Add a missing ELF_DETAILS in link scriptYouling Tang-2/+3
2020-11-23m68k: Drop redundant NOTES in link scriptYouling Tang-3/+0
2020-11-23m68k: mac: Update Kconfig helpFinn Thain-5/+3
2020-11-23m68k: mac: Remove redundant VIA register writesFinn Thain-6/+0
2020-11-23m68k: mac: Remove dead codeFinn Thain-15/+0
2020-11-23m68k: mac: Refactor iop_preinit() and iop_init()Finn Thain-44/+18
2020-11-16m68k: defconfig: Enable KUnit testsGeert Uytterhoeven-0/+60
2020-11-16m68k: defconfig: Update defconfigs for v5.10-rc1Geert Uytterhoeven-24/+24
2020-11-09m68k: add support for TIF_NOTIFY_SIGNALJens Axboe-1/+3
2020-11-02m68k: Remove unused mach_max_dma_addressLaurent Vivier-24/+0
2020-11-02m68k: Avoid xchg() warningArnd Bergmann-5/+5
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann-1/+0
2020-10-30m68k: remove timer_interrupt() functionArnd Bergmann-47/+33
2020-10-30m68k: change remaining timers to legacy_timer_tickArnd Bergmann-31/+27
2020-10-30m68k: m68328: use legacy_timer_tick()Arnd Bergmann-3/+5
2020-10-30m68k: sun3/sun3c: use legacy_timer_tickArnd Bergmann-4/+4
2020-10-30m68k: split heartbeat out of timer functionArnd Bergmann-2/+19
2020-10-30m68k: coldfire: use legacy_timer_tick()Arnd Bergmann-28/+51
2020-10-27m68k: mmu_context: Fix Sun-3 buildGeert Uytterhoeven-0/+1
2020-10-27m68k: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin-28/+9
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+0
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-0/+1
2020-10-19Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-559/+402
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+1
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+5
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-73/+22
2020-10-12Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-91/+136
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig-1/+1
2020-10-05m68knommu: include SDHC support only when hardware has itGreg Ungerer-3/+3
2020-10-05m68knommu: fix sparse warnings in signal codeGreg Ungerer-2/+4
2020-10-05m68knommu: switch to using asm-generic/uaccess.hGreg Ungerer-554/+395