summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mac
AgeCommit message (Expand)AuthorLines
2025-07-29Merge tag 'm68k-for-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+16
2025-07-06m68k: mac: Improve clocksource driver commentaryFinn Thain-0/+16
2025-06-17m68k: remove unneeded tty includesJiri Slaby (SUSE)-2/+0
2025-04-28m68k: mac: Fix macintosh_config for Mac IIFinn Thain-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-05-08m68k: mac: Fix reboot hang on Mac IIciFinn Thain-18/+18
2023-10-06m68k: mac: Add and use "mac.h"Geert Uytterhoeven-10/+41
2023-10-06m68k: mac: Make mac_platform_init() staticGeert Uytterhoeven-1/+1
2023-10-06m68k: mac: Remove unused yday in unmktime()Geert Uytterhoeven-2/+1
2023-10-06m68k: mac: Remove unused sine_data[]Geert Uytterhoeven-9/+0
2022-11-01m68k: mac: Reword comment using double "in"Geert Uytterhoeven-1/+1
2022-07-12m68k: Add common forward declaration for show_registers()Geert Uytterhoeven-2/+1
2022-07-12m68k: mac: Remove forward declaration for mac_nmi_handler()Geert Uytterhoeven-17/+15
2022-06-20m68k: mac: Fix typos in commentsXiang wangx-2/+2
2022-05-19m68k: Switch to new sys-off handler APIDmitry Osipenko-1/+3
2022-02-21m68k: Add asm/config.hLaurent Vivier-0/+1
2021-09-24m68k: Remove set_fs()Christoph Hellwig-1/+0
2021-06-10m68k/mac: Replace macide driver with generic platform driversFinn Thain-10/+14
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+6
2020-11-23m68k: Fix WARNING splat in pmac_zilog driverFinn Thain-8/+9
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-02m68k: Remove unused mach_max_dma_addressLaurent Vivier-1/+0
2020-10-30m68k: remove timer_interrupt() functionArnd Bergmann-4/+4
2020-10-30m68k: change remaining timers to legacy_timer_tickArnd Bergmann-4/+2
2020-10-12Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+42
2020-09-28ide/macide: Convert Mac IDE driver to platform driverFinn Thain-0/+41
2020-09-07m68k: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-13m68k: mac: Improve IOP debug messagesFinn Thain-19/+19
2020-07-13m68k: mac: Don't send uninitialized data in IOP message replyFinn Thain-0/+1
2020-07-13m68k: mac: Fix IOP status/control register writesFinn Thain-9/+3
2020-07-13m68k: mac: Don't send IOP message until channel is idleFinn Thain-6/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2020-05-25m68k: mac: Avoid stuck ISM IOP interrupt on Quadra 900/950Finn Thain-22/+28
2020-05-25m68k: mac: Remove misleading commentFinn Thain-1/+0
2020-05-25m68k: mac: Don't call via_flush_cache() on Mac IIfxFinn Thain-20/+7
2019-08-19m68k: mac: Revisit floppy disc controller base addressesFinn Thain-64/+64
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+8
2019-06-20scsi: mac_scsi: Enable PDMA on Mac IIfxFinn Thain-2/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-03-25m68k: mac: Convert to clocksource APIFinn Thain-9/+36
2019-03-25m68k: Drop ARCH_USES_GETTIMEOFFSETFinn Thain-3/+0
2019-03-25m68k: mac: Fix VIA timer counter accessesFinn Thain-49/+53
2019-03-25m68k: Call timer_interrupt() with interrupts disabledFinn Thain-0/+17
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-66/+108
2019-01-22m68k: Dispatch nvram_ops calls to Atari or Mac functionsFinn Thain-0/+11
2019-01-22m68k/mac: Fix PRAM accessorsFinn Thain-10/+33