summaryrefslogtreecommitdiff
path: root/arch/m68k/sun3
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-12m68k/sun3: Modernize printing of kernel messagesGeert Uytterhoeven
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-06-04char/genrtc: remove m68k supportArnd Bergmann
2016-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2016-01-10m68k/atari, m68k/sun3: Fix SCSI platform device registration when driver is m...Finn Thain
2015-11-22m68k/mm: sun3 - Add missing initialization of max_pfn and {min,max}_low_pfnGeert Uytterhoeven
2015-09-13m68k/sun3: Use %pM format specifier to print ethernet addressAlexander Kuleshov
2014-11-20sun3_scsi: Convert to platform deviceFinn Thain
2013-11-26m68k/sun3: Dynamically allocate the table to track IOMMU useGeert Uytterhoeven
2013-11-26m68k: Mark functions only called from setup_arch() __initGeert Uytterhoeven
2013-06-24m68k/sun3: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov
2012-12-24m68k: set arch_gettimeoffset directlyStephen Warren
2012-11-14m68k/sun3: Get interrupts working againThomas Bogendoerfer
2012-06-27m68k/sun3: Remove unselectable code in prom_init()Geert Uytterhoeven
2012-03-28Disintegrate asm/system.h for M68KDavid Howells
2011-11-08m68k/irq: Remove obsolete support for user vector interrupt fixupsGeert Uytterhoeven
2011-11-08m68k/irq: Remove obsolete m68k irq frameworkGeert Uytterhoeven
2011-11-08m68k/sun3: Convert Sun3/3x to genirqGeert Uytterhoeven
2011-11-08m68k/sun3: Use the kstat_irqs_cpu() wrapperGeert Uytterhoeven
2011-11-08m68k/irq: Rename {,__}m68k_handle_int()Geert Uytterhoeven
2011-11-08m68k/irq: Add m68k_setup_irq_controller()Geert Uytterhoeven
2011-11-08m68k/irq: Switch irq_chip methods to "struct irq_data *data"Geert Uytterhoeven
2011-11-08m68k/irq: Rename irq_controller to irq_chipGeert Uytterhoeven
2011-01-31m68k: Switch do_timer() to xtime_update()Torben Hohn
2010-10-22m68k/m68knommu: Remove dead SMP config optionChristian Dietrich
2010-08-09arch/m68k/sun3/leds.c: Checkpatch cleanupAndrea Gelmini
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-09m68k: rename global variable vmalloc_end to m68k_vmalloc_endTejun Heo
2009-01-12m68k: sun3 core - Kill warn_unused_result warningsGeert Uytterhoeven
2009-01-12m68k: Kill several external declarations in source filesGeert Uytterhoeven
2008-10-23proc: move /proc/hardware to m68k-specific codeAlexey Dobriyan
2008-07-20m68k/sun3/: possible cleanupsAdrian Bunk
2008-07-20m68k: remove AP1000 codeAdrian Bunk
2008-07-20m68k: remove CVS keywordsAdrian Bunk
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2007-10-20spelling fixes: arch/m68k/Simon Arlott
2007-07-20m68k: missing __initAl Viro
2007-05-31m68k: discontinuous memory supportRoman Zippel
2007-05-07SPIN_LOCK_UNLOCKED cleanup in arch/m68kMilind Arun Choudhary
2007-05-04m68k: Correct number of interrupts for Sun3Sam Creasey
2006-10-11[PATCH] clean m68k ksymsAl Viro
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells
2006-10-08[PATCH] m68k pt_regs fixes, part 2Al Viro
2006-10-07[PATCH] m68k pt_regs fixesAl Viro
2006-10-03fix file specification in commentsUwe Zeisberger
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] arch: use list_move()Akinobu Mita