summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* m68k: q40: Fix info-leak in rtc_ioctlFuqian Huang2020-10-011-0/+1
* m68knommu: fix overwriting of bits in ColdFire V3 cache controlGreg Ungerer2020-08-261-3/+3
* m68k: mac: Fix IOP status/control register writesFinn Thain2020-08-211-9/+3
* m68k: mac: Don't send IOP message until channel is idleFinn Thain2020-08-211-6/+3
* m68k: mac: Don't call via_flush_cache() on Mac IIfxFinn Thain2020-06-203-20/+8
* m68k: Call timer_interrupt() with interrupts disabledFinn Thain2020-01-2911-47/+105
* m68k: mac: Fix VIA timer counter accessesFinn Thain2020-01-291-49/+53
* m68k: fix command-line parsing when passed from u-bootAngelo Dureghello2019-11-281-1/+1
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2019-07-101-0/+3
* m68k: Add -ffreestanding to CFLAGSFinn Thain2019-03-231-1/+4
* m68k: fix "bad page state" oops on ColdFire bootGreg Ungerer2018-08-241-1/+3
* m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()Michael Schmitz2018-07-031-1/+2
* m68k: set dma and coherent masks for platform FEC ethernetsGreg Ungerer2018-05-301-2/+10
* m68k: add missing SOFTIRQENTRY_TEXT linker sectionGreg Ungerer2018-02-253-0/+6
* m68k: fix ColdFire node shift size calculationGreg Ungerer2017-12-091-1/+1
* m68k: Fix ndelay() macroBoris Brezillon2016-10-301-1/+1
* m68k/defconfig: Update defconfigs for v4.9-rc1Geert Uytterhoeven2016-10-3012-24/+72
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-1412-39/+32
|\
| * m68k: move exports to definitionsAl Viro2016-08-0712-39/+32
* | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-3/+0
|\ \
| * | exceptions: detritus removalAl Viro2016-09-271-3/+0
* | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-073-0/+3
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2016-10-0520-177/+222
|\ \ \
| * | | m68k: let clk_disable() return immediately if clk is NULLMasahiro Yamada2016-09-261-0/+4
| * | | m68knommu: convert printk(KERN_INFO) to pr_info()Greg Ungerer2016-09-261-11/+11
| * | | m68knommu: clean up uClinux boot log outputGreg Ungerer2016-09-261-1/+1
| * | | m68k: generalize uboot command line supportGreg Ungerer2016-09-265-79/+117
| * | | m68k: don't panic if no hardware FPU definedGreg Ungerer2016-09-261-1/+1
| * | | m68k: only generate FPU instructions if CONFIG_FPU enabledGreg Ungerer2016-09-261-1/+1
| * | | m68k: always make available dump_fpu()Greg Ungerer2016-09-261-28/+28
| * | | m68k: generalize io memory region setup for ColdFire ACR registersGreg Ungerer2016-09-263-1/+5
| * | | m68k: move ColdFire _bootmem_alloc codeGreg Ungerer2016-09-263-40/+32
| * | | m68k: report correct FPU type on ColdFire MMU platformsGreg Ungerer2016-09-263-2/+4
| * | | m68k: set appropriate machine type for m5411x SoC platformsGreg Ungerer2016-09-265-2/+6
| * | | m68k: move CONFIG_FPU set to per-CPU configurationGreg Ungerer2016-09-262-1/+6
| * | | m68knommu: fix IO write size in nettel pin setGreg Ungerer2016-09-261-1/+1
| * | | m68knommu: switch to using IO access methods in WildFire board codeGreg Ungerer2016-09-261-4/+4
| * | | m68knommu: fix early setup to not access variablesGreg Ungerer2016-09-261-6/+2
| |/ /
* | | Merge tag 'm68k-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-0318-6/+42
|\ \ \ | |/ / |/| |
| * | m68k: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-301-1/+1
| * | m68k: Use IS_ENABLED() instead of checking for built-in or moduleGeert Uytterhoeven2016-09-195-5/+5
| * | m68k/defconfig: Update defconfigs for v4.8-rc1Geert Uytterhoeven2016-08-2912-0/+36
| |/
* / m68knommu: fix user a5 register being overwrittenGreg Ungerer2016-08-081-1/+0
|/
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-0514-93/+52
|\
| * char/genrtc: remove m68k supportArnd Bergmann2016-06-0413-91/+6
| * rtc: m68k: provide ioctl for q40Arnd Bergmann2016-06-041-0/+25
| * rtc: m68k: provide rtc_class_ops directlyArnd Bergmann2016-06-041-2/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2016-08-042-17/+11
|\ \
| * | m68k: enable binfmt_flat on systems with an MMUNicolas Pitre2016-07-281-2/+3
| * | m68k: use same start_thread() on MMU and no-MMUGreg Ungerer2016-07-251-12/+1