summaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2020-10-01m68k: q40: Fix info-leak in rtc_ioctlFuqian Huang1-0/+1
2020-08-26m68knommu: fix overwriting of bits in ColdFire V3 cache controlGreg Ungerer1-3/+3
2020-08-21m68k: mac: Fix IOP status/control register writesFinn Thain1-9/+3
2020-08-21m68k: mac: Don't send IOP message until channel is idleFinn Thain1-6/+3
2020-06-20m68k: mac: Don't call via_flush_cache() on Mac IIfxFinn Thain3-20/+8
2020-01-29m68k: Call timer_interrupt() with interrupts disabledFinn Thain11-47/+105
2020-01-29m68k: mac: Fix VIA timer counter accessesFinn Thain1-49/+53
2019-11-28m68k: fix command-line parsing when passed from u-bootAngelo Dureghello1-1/+1
2019-07-10bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-0/+3
2019-03-23m68k: Add -ffreestanding to CFLAGSFinn Thain1-1/+4
2018-08-24m68k: fix "bad page state" oops on ColdFire bootGreg Ungerer1-1/+3
2018-07-03m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()Michael Schmitz1-1/+2
2018-05-30m68k: set dma and coherent masks for platform FEC ethernetsGreg Ungerer1-2/+10
2018-02-25m68k: add missing SOFTIRQENTRY_TEXT linker sectionGreg Ungerer3-0/+6
2017-12-10m68k: fix ColdFire node shift size calculationGreg Ungerer1-1/+1
2016-10-30m68k: Fix ndelay() macroBoris Brezillon1-1/+1
2016-10-30m68k/defconfig: Update defconfigs for v4.9-rc1Geert Uytterhoeven12-24/+72
2016-10-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds12-39/+32
2016-10-12Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf3-0/+3
2016-10-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds20-177/+222
2016-10-04Merge tag 'm68k-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-6/+42
2016-09-30m68k: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-09-28exceptions: detritus removalAl Viro1-3/+0
2016-09-26m68k: let clk_disable() return immediately if clk is NULLMasahiro Yamada1-0/+4
2016-09-26m68knommu: convert printk(KERN_INFO) to pr_info()Greg Ungerer1-11/+11
2016-09-26m68knommu: clean up uClinux boot log outputGreg Ungerer1-1/+1
2016-09-26m68k: generalize uboot command line supportGreg Ungerer5-79/+117
2016-09-26m68k: don't panic if no hardware FPU definedGreg Ungerer1-1/+1
2016-09-26m68k: only generate FPU instructions if CONFIG_FPU enabledGreg Ungerer1-1/+1
2016-09-26m68k: always make available dump_fpu()Greg Ungerer1-28/+28
2016-09-26m68k: generalize io memory region setup for ColdFire ACR registersGreg Ungerer3-1/+5
2016-09-26m68k: move ColdFire _bootmem_alloc codeGreg Ungerer3-40/+32
2016-09-26m68k: report correct FPU type on ColdFire MMU platformsGreg Ungerer3-2/+4
2016-09-26m68k: set appropriate machine type for m5411x SoC platformsGreg Ungerer5-2/+6
2016-09-26m68k: move CONFIG_FPU set to per-CPU configurationGreg Ungerer2-1/+6
2016-09-26m68knommu: fix IO write size in nettel pin setGreg Ungerer1-1/+1
2016-09-26m68knommu: switch to using IO access methods in WildFire board codeGreg Ungerer1-4/+4
2016-09-26m68knommu: fix early setup to not access variablesGreg Ungerer1-6/+2
2016-09-19m68k: Use IS_ENABLED() instead of checking for built-in or moduleGeert Uytterhoeven5-5/+5
2016-08-29m68k/defconfig: Update defconfigs for v4.8-rc1Geert Uytterhoeven12-0/+36
2016-08-08m68k: move exports to definitionsAl Viro12-39/+32
2016-08-08m68knommu: fix user a5 register being overwrittenGreg Ungerer1-1/+0
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds14-93/+52
2016-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2-17/+11
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-6/+6
2016-07-28m68k: enable binfmt_flat on systems with an MMUNicolas Pitre1-2/+3
2016-07-27mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+40
2016-07-25m68k: use same start_thread() on MMU and no-MMUGreg Ungerer1-12/+1