aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/sun3
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Gravatar Linus Torvalds 1-1/+1
2016-01-10m68k/atari, m68k/sun3: Fix SCSI platform device registration when driver is m...Gravatar Finn Thain 1-1/+1
2015-11-22m68k/mm: sun3 - Add missing initialization of max_pfn and {min,max}_low_pfnGravatar Geert Uytterhoeven 1-2/+2
2015-09-13m68k/sun3: Use %pM format specifier to print ethernet addressGravatar Alexander Kuleshov 1-4/+1
2014-11-20sun3_scsi: Convert to platform deviceGravatar Finn Thain 1-0/+60
2013-11-26m68k/sun3: Dynamically allocate the table to track IOMMU useGravatar Geert Uytterhoeven 1-2/+3
2013-11-26m68k: Mark functions only called from setup_arch() __initGravatar Geert Uytterhoeven 3-6/+6
2013-06-24m68k/sun3: remove inline marking of EXPORT_SYMBOL functionsGravatar Denis Efremov 1-1/+1
2012-12-24m68k: set arch_gettimeoffset directlyGravatar Stephen Warren 2-4/+4
2012-11-14m68k/sun3: Get interrupts working againGravatar Thomas Bogendoerfer 1-25/+4
2012-06-27m68k/sun3: Remove unselectable code in prom_init()Gravatar Geert Uytterhoeven 1-46/+2
2012-03-28Disintegrate asm/system.h for M68KGravatar David Howells 3-3/+0
2011-11-08m68k/irq: Remove obsolete support for user vector interrupt fixupsGravatar Geert Uytterhoeven 1-1/+1
2011-11-08m68k/irq: Remove obsolete m68k irq frameworkGravatar Geert Uytterhoeven 1-20/+0
2011-11-08m68k/sun3: Convert Sun3/3x to genirqGravatar Geert Uytterhoeven 1-2/+14
2011-11-08m68k/sun3: Use the kstat_irqs_cpu() wrapperGravatar Geert Uytterhoeven 1-4/+10
2011-11-08m68k/irq: Rename {,__}m68k_handle_int()Gravatar Geert Uytterhoeven 1-1/+1
2011-11-08m68k/irq: Add m68k_setup_irq_controller()Gravatar Geert Uytterhoeven 1-1/+2
2011-11-08m68k/irq: Switch irq_chip methods to "struct irq_data *data"Gravatar Geert Uytterhoeven 1-2/+12
2011-11-08m68k/irq: Rename irq_controller to irq_chipGravatar Geert Uytterhoeven 1-7/+6
2011-01-31m68k: Switch do_timer() to xtime_update()Gravatar Torben Hohn 1-1/+1
2010-10-22m68k/m68knommu: Remove dead SMP config optionGravatar Christian Dietrich 1-2/+0
2010-08-09arch/m68k/sun3/leds.c: Checkpatch cleanupGravatar Andrea Gelmini 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-09m68k: rename global variable vmalloc_end to m68k_vmalloc_endGravatar Tejun Heo 1-4/+4
2009-01-12m68k: sun3 core - Kill warn_unused_result warningsGravatar Geert Uytterhoeven 1-3/+6
2009-01-12m68k: Kill several external declarations in source filesGravatar Geert Uytterhoeven 2-6/+3
2008-10-23proc: move /proc/hardware to m68k-specific codeGravatar Alexey Dobriyan 1-9/+3
2008-07-20m68k/sun3/: possible cleanupsGravatar Adrian Bunk 8-36/+10
2008-07-20m68k: remove AP1000 codeGravatar Adrian Bunk 3-18/+0
2008-07-20m68k: remove CVS keywordsGravatar Adrian Bunk 6-6/+5
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2007-10-20spelling fixes: arch/m68k/Gravatar Simon Arlott 1-1/+1
2007-07-20m68k: missing __initGravatar Al Viro 1-1/+1
2007-05-31m68k: discontinuous memory supportGravatar Roman Zippel 1-0/+2
2007-05-07SPIN_LOCK_UNLOCKED cleanup in arch/m68kGravatar Milind Arun Choudhary 1-1/+1
2007-05-04m68k: Correct number of interrupts for Sun3Gravatar Sam Creasey 1-1/+1
2006-10-11[PATCH] clean m68k ksymsGravatar Al Viro 4-15/+9
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersGravatar David Howells 1-2/+2
2006-10-08[PATCH] m68k pt_regs fixes, part 2Gravatar Al Viro 1-1/+1
2006-10-07[PATCH] m68k pt_regs fixesGravatar Al Viro 2-6/+7
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 1-1/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Gravatar Atsushi Nemoto 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 5-5/+0
2006-06-26[PATCH] arch: use list_move()Gravatar Akinobu Mita 1-4/+2
2006-06-25[PATCH] m68k: convert sun3 irq codeGravatar Roman Zippel 2-189/+27
2006-01-12[PATCH] m68k: Moved initialisation of conswitchp from subarches to global arc...Gravatar Al Viro 1-3/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 16-0/+2020