Age | Commit message (Expand) | Author | Files | Lines |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -0/+3 |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 4 | -4/+4 |
2018-10-31 | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport | 1 | -1/+2 |
2018-07-29 | m68k: switch to MEMBLOCK + NO_BOOTMEM | Mike Rapoport | 1 | -4/+0 |
2018-05-22 | m68k: Fix off-by-one calendar month | Finn Thain | 1 | -3/+5 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 9 | -0/+9 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-02-12 | m68k/sun3: Modernize printing of kernel messages | Geert Uytterhoeven | 6 | -59/+54 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-06-04 | char/genrtc: remove m68k support | Arnd Bergmann | 2 | -2/+1 |
2016-01-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 1 | -1/+1 |
2016-01-10 | m68k/atari, m68k/sun3: Fix SCSI platform device registration when driver is m... | Finn Thain | 1 | -1/+1 |
2015-11-22 | m68k/mm: sun3 - Add missing initialization of max_pfn and {min,max}_low_pfn | Geert Uytterhoeven | 1 | -2/+2 |
2015-09-13 | m68k/sun3: Use %pM format specifier to print ethernet address | Alexander Kuleshov | 1 | -4/+1 |
2014-11-20 | sun3_scsi: Convert to platform device | Finn Thain | 1 | -0/+60 |
2013-11-26 | m68k/sun3: Dynamically allocate the table to track IOMMU use | Geert Uytterhoeven | 1 | -2/+3 |
2013-11-26 | m68k: Mark functions only called from setup_arch() __init | Geert Uytterhoeven | 3 | -6/+6 |
2013-06-24 | m68k/sun3: remove inline marking of EXPORT_SYMBOL functions | Denis Efremov | 1 | -1/+1 |
2012-12-24 | m68k: set arch_gettimeoffset directly | Stephen Warren | 2 | -4/+4 |
2012-11-14 | m68k/sun3: Get interrupts working again | Thomas Bogendoerfer | 1 | -25/+4 |
2012-06-27 | m68k/sun3: Remove unselectable code in prom_init() | Geert Uytterhoeven | 1 | -46/+2 |
2012-03-28 | Disintegrate asm/system.h for M68K | David Howells | 3 | -3/+0 |
2011-11-08 | m68k/irq: Remove obsolete support for user vector interrupt fixups | Geert Uytterhoeven | 1 | -1/+1 |
2011-11-08 | m68k/irq: Remove obsolete m68k irq framework | Geert Uytterhoeven | 1 | -20/+0 |
2011-11-08 | m68k/sun3: Convert Sun3/3x to genirq | Geert Uytterhoeven | 1 | -2/+14 |
2011-11-08 | m68k/sun3: Use the kstat_irqs_cpu() wrapper | Geert Uytterhoeven | 1 | -4/+10 |
2011-11-08 | m68k/irq: Rename {,__}m68k_handle_int() | Geert Uytterhoeven | 1 | -1/+1 |
2011-11-08 | m68k/irq: Add m68k_setup_irq_controller() | Geert Uytterhoeven | 1 | -1/+2 |
2011-11-08 | m68k/irq: Switch irq_chip methods to "struct irq_data *data" | Geert Uytterhoeven | 1 | -2/+12 |
2011-11-08 | m68k/irq: Rename irq_controller to irq_chip | Geert Uytterhoeven | 1 | -7/+6 |
2011-01-31 | m68k: Switch do_timer() to xtime_update() | Torben Hohn | 1 | -1/+1 |
2010-10-22 | m68k/m68knommu: Remove dead SMP config option | Christian Dietrich | 1 | -2/+0 |
2010-08-09 | arch/m68k/sun3/leds.c: Checkpatch cleanup | Andrea Gelmini | 1 | -2/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-12-09 | m68k: rename global variable vmalloc_end to m68k_vmalloc_end | Tejun Heo | 1 | -4/+4 |
2009-01-12 | m68k: sun3 core - Kill warn_unused_result warnings | Geert Uytterhoeven | 1 | -3/+6 |
2009-01-12 | m68k: Kill several external declarations in source files | Geert Uytterhoeven | 2 | -6/+3 |
2008-10-23 | proc: move /proc/hardware to m68k-specific code | Alexey Dobriyan | 1 | -9/+3 |
2008-07-20 | m68k/sun3/: possible cleanups | Adrian Bunk | 8 | -36/+10 |
2008-07-20 | m68k: remove AP1000 code | Adrian Bunk | 3 | -18/+0 |
2008-07-20 | m68k: remove CVS keywords | Adrian Bunk | 6 | -6/+5 |
2008-04-18 | arch: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 1 | -1/+0 |
2007-10-20 | spelling fixes: arch/m68k/ | Simon Arlott | 1 | -1/+1 |
2007-07-20 | m68k: missing __init | Al Viro | 1 | -1/+1 |
2007-05-31 | m68k: discontinuous memory support | Roman Zippel | 1 | -0/+2 |
2007-05-07 | SPIN_LOCK_UNLOCKED cleanup in arch/m68k | Milind Arun Choudhary | 1 | -1/+1 |
2007-05-04 | m68k: Correct number of interrupts for Sun3 | Sam Creasey | 1 | -1/+1 |
2006-10-11 | [PATCH] clean m68k ksyms | Al Viro | 4 | -15/+9 |
2006-10-09 | IRQ: Use the new typedef for interrupt handler function pointers | David Howells | 1 | -2/+2 |