| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-17 | m68k: remove unneeded tty includes | Jiri Slaby (SUSE) | 1 | -2/+0 |
| 2024-06-04 | m68k: amiga: Turn off Warp1260 interrupts during boot | Paolo Pisati | 1 | -0/+9 |
| 2024-04-29 | m68k: amiga: Use str_plural() to fix Coccinelle warning | Thorsten Blum | 1 | -1/+1 |
| 2024-01-27 | vt: remove superfluous CONFIG_HW_CONSOLE | Lukas Bulwahn | 1 | -1/+1 |
| 2023-10-06 | m68k: amiga: Add and use "amiga.h" | Geert Uytterhoeven | 1 | -2/+2 |
| 2022-02-21 | m68k: Add asm/config.h | Laurent Vivier | 1 | -0/+1 |
| 2020-12-16 | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -6/+5 |
| 2020-11-02 | m68k: Remove unused mach_max_dma_address | Laurent Vivier | 1 | -8/+0 |
| 2020-10-30 | m68k: remove timer_interrupt() function | Arnd Bergmann | 1 | -2/+2 |
| 2020-10-30 | m68k: change remaining timers to legacy_timer_tick | Arnd Bergmann | 1 | -4/+2 |
| 2020-10-30 | m68k: split heartbeat out of timer function | Arnd Bergmann | 1 | -0/+1 |
| 2020-09-07 | m68k: amiga: Clean up Amiga hardware configuration | Geert Uytterhoeven | 1 | -60/+58 |
| 2020-08-26 | m68k: amiga: Fix Denise detection on OCS | Geert Uytterhoeven | 1 | -3/+3 |
| 2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
| 2020-04-27 | m68k: amiga: config: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-04-20 | m68k: amiga: config: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -2/+3 |
| 2019-03-25 | m68k: amiga: Convert to clocksource API | Finn Thain | 1 | -9/+37 |
| 2019-03-25 | m68k: Drop ARCH_USES_GETTIMEOFFSET | Finn Thain | 1 | -3/+0 |
| 2016-12-09 | m68k/amiga: Use seq_puts() in amiga_get_hardware_list() | Markus Elfring | 1 | -2/+1 |
| 2016-09-19 | m68k: Use IS_ENABLED() instead of checking for built-in or module | Geert Uytterhoeven | 1 | -1/+1 |
| 2016-06-04 | char/genrtc: remove m68k support | Arnd Bergmann | 1 | -1/+0 |
| 2014-05-28 | m68k/amiga: Convert printk(foo to pr_foo() | Fabian Frederick | 1 | -10/+10 |
| 2013-12-08 | m68k/amiga,atari: Fix specifying multiple debug= parameters | Geert Uytterhoeven | 1 | -5/+14 |
| 2013-11-26 | m68k/amiga: Provide mach_random_get_entropy() | Geert Uytterhoeven | 1 | -0/+10 |
| 2013-11-26 | m68k/UAPI: Use proper types (endianness/size) in <asm/bootinfo*.h> | Geert Uytterhoeven | 1 | -9/+9 |
| 2013-11-26 | m68k/UAPI: Disintegrate arch/m68k/include/asm/bootinfo.h | Geert Uytterhoeven | 1 | -0/+1 |
| 2013-11-26 | zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h> | Geert Uytterhoeven | 1 | -4/+5 |
| 2013-11-26 | zorro: ZTWO_VADDR() should return "void __iomem *" | Geert Uytterhoeven | 1 | -1/+1 |
| 2013-11-26 | zorro: Do not allocate zorro_autocon[] statically | Geert Uytterhoeven | 1 | -3/+3 |
| 2013-11-26 | m68k: Mark functions only called from setup_arch() __init | Geert Uytterhoeven | 1 | -1/+1 |
| 2012-12-24 | m68k: set arch_gettimeoffset directly | Stephen Warren | 1 | -5/+5 |
| 2012-03-28 | Disintegrate asm/system.h for M68K | David Howells | 1 | -1/+0 |
| 2012-01-12 | treewide: convert uses of ATTRIB_NORETURN to __noreturn | Joe Perches | 1 | -2/+1 |
| 2012-01-12 | treewide: remove useless NORET_TYPE macro and uses | Joe Perches | 1 | -1/+1 |
| 2011-01-23 | m68k/amiga: Fix "debug=mem" | Geert Uytterhoeven | 1 | -9/+7 |
| 2010-05-26 | m68k: amiga - RTC platform device conversion | Geert Uytterhoeven | 1 | -174/+0 |
| 2010-02-27 | m68k: Use DIV_ROUND_CLOSEST | Julia Lawall | 1 | -1/+1 |
| 2009-08-26 | m68k: cnt reaches -1, not 0 | Roel Kluin | 1 | -2/+4 |
| 2009-01-12 | m68k: amiga core - Kill warn_unused_result warnings | Geert Uytterhoeven | 1 | -1/+2 |
| 2008-10-23 | proc: move /proc/hardware to m68k-specific code | Alexey Dobriyan | 1 | -12/+9 |
| 2008-10-14 | m68k: Modular Amiga keyboard needs key_maps | Geert Uytterhoeven | 1 | -0/+9 |
| 2008-07-20 | m68k/amiga/: possible cleanups | Adrian Bunk | 1 | -14/+6 |
| 2008-07-20 | export amiga_vblank | Adrian Bunk | 1 | -0/+2 |
| 2008-02-05 | m68k: kill arch/m68k/amiga/amiga_ksyms.c | Adrian Bunk | 1 | -0/+12 |
| 2007-05-04 | m68k: early parameter support | Roman Zippel | 1 | -19/+22 |
| 2007-05-04 | m68k: reformat various m68k files | Roman Zippel | 1 | -540/+536 |
| 2006-10-09 | IRQ: Use the new typedef for interrupt handler function pointers | David Howells | 1 | -2/+2 |
| 2006-10-07 | [PATCH] m68k pt_regs fixes | Al Viro | 1 | -3/+2 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-25 | [PATCH] m68k: convert amiga irq code | Roman Zippel | 1 | -15/+0 |
| 2006-01-12 | [PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in drivers | Al Viro | 1 | -6/+0 |
| 2006-01-12 | [PATCH] m68k: Moved initialisation of conswitchp from subarches to global arc... | Al Viro | 1 | -3/+0 |
| 2006-01-12 | [PATCH] m68k: namespace pollution fix (custom->amiga_custom) | Al Viro | 1 | -9/+9 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1007 |