summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-083-22/+3
* m68k: Move signal frame following exception on 68020/030Finn Thain2023-05-301-4/+10
* m68k: Only force 030 bus error if PC not in exception tableMichael Schmitz2023-04-051-1/+3
* m68k: Check syscall_trace_enter() return codeMichael Schmitz2023-03-113-0/+7
* m68k: /proc/hardware should depend on PROC_FSRandy Dunlap2023-03-111-0/+1
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-062-2/+2
* m68k: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-06-251-1/+1
* m68knommu: fix undefined reference to `_init_sp'Greg Ungerer2022-06-141-0/+1
* m68knommu: set ZERO_PAGE() to the allocated zeroed pageGreg Ungerer2022-06-141-1/+2
* m68k: math-emu: Fix dependencies of math emulation supportGeert Uytterhoeven2022-06-141-1/+1
* m68k: set a default value for MEMORY_RESERVERandy Dunlap2021-11-261-0/+1
* m68k: Handle arrivals of multiple signals correctlyAl Viro2021-10-171-46/+42
* m68k: Double cast io functions to unsigned longGuenter Roeck2021-10-061-10/+10
* m68k: emu: Fix invalid free in nfeth_cleanup()Pavel Skripkin2021-09-221-2/+2
* 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/PCI: Fix a memory leak in an error handling pathChristophe JAILLET2020-06-251-1/+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-2711-47/+105
* m68k: mac: Fix VIA timer counter accessesFinn Thain2020-01-271-49/+53
* m68k: fix command-line parsing when passed from u-bootAngelo Dureghello2019-12-011-1/+1
* 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/mac: Fix SWIM memory resource end addressFinn Thain2018-07-031-1/+1
* 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
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-05-301-0/+3
* m68k: add missing SOFTIRQENTRY_TEXT linker sectionGreg Ungerer2018-02-253-0/+6
* m68k: fix ColdFire node shift size calculationGreg Ungerer2017-12-101-1/+1
* License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-022-0/+2
* License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0221-0/+21
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02234-0/+234
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2017-09-102-37/+3
|\
| * m68knommu: remove dead codeAlexandre Belloni2017-08-281-37/+0
| * m68k: allow NULL clock for clk_get_rateJonas Gorski2017-08-281-0/+3
* | m68k: Add braces to __pmd(x) initializer to kill compiler warningGeert Uytterhoeven2017-09-101-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-091-0/+3
|\ \
| * | arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger2017-09-081-0/+3
* | | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-081-4/+32
|\ \ \ | |/ / |/| |
| * | m68k/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-4/+32
| |/
* | Merge tag 'm68k-for-v4.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-0514-26/+80
|\ \ | |/ |/|
| * m68k/mac: Avoid soft-lockup warning after mach_power_offFinn Thain2017-08-211-2/+3
| * m68k/mac: Don't hang waiting for Cuda power-down commandFinn Thain2017-08-211-0/+11
| * m68k: Restore symbol versions for symbols exported from assemblyBen Hutchings2017-08-211-0/+5
| * m68k/defconfig: Update defconfigs for v4.13-rc1Geert Uytterhoeven2017-08-2112-24/+61
* | blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changesGeert Uytterhoeven2017-07-161-2/+1
|/
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-152-10/+20
|\
| * kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-7/+0