aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mac (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-29m68k: Remove unused set_clock_mmss() helpersArnd Bergmann2-18/+0
2018-07-29m68k: mac: Use time64_t in RTC handlingArnd Bergmann1-28/+36
2018-07-23m68k/mac: Enable PDMA for PowerBook 500 seriesFinn Thain1-18/+1
2018-05-22m68k/mac: Fix SWIM memory resource end addressFinn Thain1-1/+1
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2018-03-26m68k/mac: Remove bogus "FIXME" commentFinn Thain1-4/+0
2018-03-26m68k/mac: Enable RTC for 100-series PowerBooksFinn Thain1-29/+41
2018-03-26m68k/mac: Clean up whitespace and remove redundant parenthesesFinn Thain1-27/+37
2018-03-19macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcallFinn Thain1-0/+4
2018-03-19m68k/mac: Fix apparent race condition in Baboon interrupt dispatchFinn Thain1-19/+8
2018-03-19m68k/mac: Enable PDMA support for PowerBook 190Finn Thain1-4/+2
2018-03-01net/mac89x0: Convert to platform_driverFinn Thain1-0/+4
2018-01-16m68k/mac: Fix race conditions in OSS interrupt dispatchFinn Thain1-41/+26
2018-01-16nubus: Add expansion_type values for various Mac modelsFinn Thain1-64/+46
2017-11-24m68k/macboing: Fix missed timer callback assignmentKees Cook1-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-13Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds6-52/+40
2017-11-09m68k/mac: Add mutual exclusion for IOP interrupt pollingFinn Thain1-0/+9
2017-11-09m68k/mac: Disentangle VIA/RBV and NuBus initializationFinn Thain2-9/+4
2017-11-09m68k/mac: Disentangle VIA and OSS initializationFinn Thain3-24/+18
2017-11-09m68k/mac: More printk modernizationFinn Thain4-20/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-08-21m68k/mac: Avoid soft-lockup warning after mach_power_offFinn Thain1-2/+3
2017-08-21m68k/mac: Don't hang waiting for Cuda power-down commandFinn Thain1-0/+11
2017-04-20m68k/mac: Clarify IOP message alloc/free confusionFinn Thain1-13/+6
2017-04-20m68k/mac: Adopt platform_device_register_simple()Finn Thain1-37/+12
2017-04-20m68k/mac: Modernize printing of kernel messagesGeert Uytterhoeven2-21/+14
2017-04-20m68k/mac: IOP - Modernize printing of kernel messagesGeert Uytterhoeven1-45/+29
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-73/+17
2017-02-09m68k/mac: Clean up interrupt debug macros and printk statementsFinn Thain5-63/+0
2017-02-09m68k/mac: Remove SHUTUP_SONIC interrupt hackFinn Thain1-12/+0
2017-02-09m68k/mac: Improve NMI handlerFinn Thain1-59/+8
2017-02-09m68k/mac: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-02-07m68k/mac: Replace via-maciisi driver with via-cuda driverFinn Thain2-73/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-19m68k: Use IS_ENABLED() instead of checking for built-in or moduleGeert Uytterhoeven1-1/+1
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds2-2/+2
2016-07-03m68k: Assorted spelling fixesAndrea Gelmini1-1/+1
2016-06-04char/genrtc: remove m68k supportArnd Bergmann2-2/+2
2016-02-29m68k: Fix misspellings in comments.Adam Buchbinder1-1/+1
2015-11-23m68k/mac: Kill psc_presentGeert Uytterhoeven2-7/+6
2015-09-29m68k/mac: Export Peripheral System Controller (PSC) base address to modulesGeert Uytterhoeven1-0/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner4-7/+7
2015-08-01m68k/irq: Prepare irq handlers for irq argument removalThomas Gleixner2-3/+6
2015-06-25m68k/psc: Fix race in installing chained IRQ handlerThomas Gleixner1-8/+4
2015-03-30m68k/mac: Fix out-of-bounds array index in OSS IRQ source initializationFinn Thain1-2/+1
2015-01-11m68k/mac: Fix scsi_type for Mac LC and similar modelsFinn Thain1-15/+17