summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mac
Commit message (Expand)AuthorAgeFilesLines
* m68k/mac: Fix race conditions in OSS interrupt dispatchFinn Thain2018-01-161-41/+26Star
* nubus: Add expansion_type values for various Mac modelsFinn Thain2018-01-161-64/+46Star
* m68k/macboing: Fix missed timer callback assignmentKees Cook2017-11-241-2/+2
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-221-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-1/+1
|\
| * timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
* | Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-136-52/+40Star
|\ \
| * | m68k/mac: Add mutual exclusion for IOP interrupt pollingFinn Thain2017-11-091-0/+9
| * | m68k/mac: Disentangle VIA/RBV and NuBus initializationFinn Thain2017-11-092-9/+4Star
| * | m68k/mac: Disentangle VIA and OSS initializationFinn Thain2017-11-093-24/+18Star
| * | m68k/mac: More printk modernizationFinn Thain2017-11-094-20/+10Star
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
|/
* 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/mac: Clarify IOP message alloc/free confusionFinn Thain2017-04-201-13/+6Star
* m68k/mac: Adopt platform_device_register_simple()Finn Thain2017-04-201-37/+12Star
* m68k/mac: Modernize printing of kernel messagesGeert Uytterhoeven2017-04-202-21/+14Star
* m68k/mac: IOP - Modernize printing of kernel messagesGeert Uytterhoeven2017-04-201-45/+29Star
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-222-73/+17Star
|\
| * m68k/mac: Replace via-maciisi driver with via-cuda driverFinn Thain2017-02-072-73/+17Star
* | m68k/mac: Clean up interrupt debug macros and printk statementsFinn Thain2017-02-095-63/+0Star
* | m68k/mac: Remove SHUTUP_SONIC interrupt hackFinn Thain2017-02-091-12/+0Star
* | m68k/mac: Improve NMI handlerFinn Thain2017-02-091-59/+8Star
* | m68k/mac: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-02-091-1/+0Star
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* m68k: Use IS_ENABLED() instead of checking for built-in or moduleGeert Uytterhoeven2016-09-191-1/+1
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-052-2/+2
|\
| * char/genrtc: remove m68k supportArnd Bergmann2016-06-042-2/+2
* | m68k: Assorted spelling fixesAndrea Gelmini2016-07-031-1/+1
|/
* m68k: Fix misspellings in comments.Adam Buchbinder2016-02-291-1/+1
* m68k/mac: Kill psc_presentGeert Uytterhoeven2015-11-232-7/+6Star
* m68k/mac: Export Peripheral System Controller (PSC) base address to modulesGeert Uytterhoeven2015-09-301-0/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-164-7/+7
* m68k/irq: Prepare irq handlers for irq argument removalThomas Gleixner2015-08-012-3/+6
* m68k/psc: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-8/+4Star
* m68k/mac: Fix out-of-bounds array index in OSS IRQ source initializationFinn Thain2015-03-301-2/+1Star
* m68k/mac: Fix scsi_type for Mac LC and similar modelsFinn Thain2015-01-111-15/+17
* mac_scsi: Convert to platform deviceFinn Thain2014-11-201-14/+132
* m68k: Multi-platform EARLY_PRINTKFinn Thain2014-05-281-29/+0Star
* m68k: Remove superfluous inclusions of <asm/bootinfo.h>Geert Uytterhoeven2013-11-265-5/+0Star
* m68k/UAPI: Use proper types (endianness/size) in <asm/bootinfo*.h>Geert Uytterhoeven2013-11-261-15/+17
* m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.hGeert Uytterhoeven2013-11-261-0/+1
* m68k: Drop remainings and API of BOOTINFO_COMPAT_1_0Geert Uytterhoeven2013-11-262-2/+0Star
* m68k/mac: Fix comment about iop_*_present flags setup timingGeert Uytterhoeven2013-11-261-2/+2
* m68k: Mark functions only called from setup_arch() __initGeert Uytterhoeven2013-11-261-1/+1
* m68k: set arch_gettimeoffset directlyStephen Warren2012-12-242-4/+4
* m68k/mac: Add missing platform check before registering platform devicesGeert Uytterhoeven2012-04-011-0/+3
* Disintegrate asm/system.h for M68KDavid Howells2012-03-282-2/+0Star
* m68k/mac: cleanup macro caseFinn Thain2011-12-102-34/+30Star