| Commit message (Expand) | Author | Age | Files | Lines |
* | m68k: sun3: Fix indentation by 5 or 7 spaces | Geert Uytterhoeven | 2023-10-16 | 1 | -20/+20 |
* | m68k: sun3: Change led_pattern[] to unsigned char | Geert Uytterhoeven | 2023-10-06 | 1 | -5/+5 |
* | m68k: sun3/3x: Add and use "sun3.h" | Geert Uytterhoeven | 2023-10-06 | 7 | -3/+31 |
* | m68k: sun3: Make sun3_platform_init() static | Geert Uytterhoeven | 2023-10-06 | 1 | -1/+1 |
* | m68k: sun3: Make print_pte() static | Geert Uytterhoeven | 2023-10-06 | 1 | -1/+1 |
* | m68k: sun3: Remove unused vsprintf() return value in prom_printf() | Geert Uytterhoeven | 2023-10-06 | 1 | -3/+2 |
* | m68k: sun3: Remove unused start_page in sun3_bootmem_alloc() | Geert Uytterhoeven | 2023-10-06 | 1 | -3/+0 |
* | m68k: sun3: Remove unused orig_baddr in free_baddr() | Geert Uytterhoeven | 2023-10-06 | 1 | -2/+0 |
* | m68k: sun3: Add missing asmlinkage to sun3_init() | Geert Uytterhoeven | 2023-10-06 | 1 | -1/+2 |
* | m68k: sun3: Fix signature of sun3_get_model() | Geert Uytterhoeven | 2023-10-06 | 1 | -1/+1 |
* | m68k: sun3: Improve Sun3/3x DVMA abstraction in <asm/dvma.h> | Geert Uytterhoeven | 2023-10-06 | 1 | -15/+0 |
* | m68k: sun3/3x: Include <asm/config.h> for config_sun3*() | Geert Uytterhoeven | 2023-10-06 | 1 | -0/+1 |
* | m68k: Pass a pointer to virt_to_pfn() virt_to_page() | Linus Walleij | 2023-05-29 | 1 | -1/+1 |
* | m68k: sun3: Use __func__ to get function's name in an output message | XueBing Chen | 2022-06-20 | 1 | -6/+5 |
* | m68k: Remove set_fs() | Christoph Hellwig | 2021-09-24 | 3 | -7/+3 |
* | m68k: remove timer_interrupt() function | Arnd Bergmann | 2020-10-30 | 1 | -2/+2 |
* | m68k: sun3/sun3c: use legacy_timer_tick | Arnd Bergmann | 2020-10-30 | 1 | -2/+1 |
* | m68k: sun3: Descend to prom from arch/m68k/sun3 | Masahiro Yamada | 2020-07-13 | 1 | -1/+1 |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 4 | -4/+0 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | m68k: apollo, q40, sun3, sun3x: Remove arch_gettimeoffset implementations | Finn Thain | 2019-03-25 | 2 | -9/+0 |
* | m68k: Call timer_interrupt() with interrupts disabled | Finn Thain | 2019-03-25 | 1 | -0/+3 |
* | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 1 | -0/+3 |
* | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 4 | -4/+4 |
* | memblock: replace alloc_bootmem with memblock_alloc | Mike Rapoport | 2018-10-31 | 1 | -1/+2 |
* | m68k: switch to MEMBLOCK + NO_BOOTMEM | Mike Rapoport | 2018-07-29 | 1 | -4/+0 |
* | m68k: Fix off-by-one calendar month | Finn Thain | 2018-05-22 | 1 | -3/+5 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 9 | -0/+9 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | m68k/sun3: Modernize printing of kernel messages | Geert Uytterhoeven | 2017-02-12 | 6 | -59/+54 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | char/genrtc: remove m68k support | Arnd Bergmann | 2016-06-04 | 2 | -2/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2016-01-12 | 1 | -1/+1 |
|\ |
|
| * | m68k/atari, m68k/sun3: Fix SCSI platform device registration when driver is m... | Finn Thain | 2016-01-10 | 1 | -1/+1 |
* | | m68k/mm: sun3 - Add missing initialization of max_pfn and {min,max}_low_pfn | Geert Uytterhoeven | 2015-11-22 | 1 | -2/+2 |
|/ |
|
* | m68k/sun3: Use %pM format specifier to print ethernet address | Alexander Kuleshov | 2015-09-13 | 1 | -4/+1 |
* | sun3_scsi: Convert to platform device | Finn Thain | 2014-11-20 | 1 | -0/+60 |
* | m68k/sun3: Dynamically allocate the table to track IOMMU use | Geert Uytterhoeven | 2013-11-26 | 1 | -2/+3 |
* | m68k: Mark functions only called from setup_arch() __init | Geert Uytterhoeven | 2013-11-26 | 3 | -6/+6 |
* | m68k/sun3: remove inline marking of EXPORT_SYMBOL functions | Denis Efremov | 2013-06-24 | 1 | -1/+1 |
* | m68k: set arch_gettimeoffset directly | Stephen Warren | 2012-12-24 | 2 | -4/+4 |
* | m68k/sun3: Get interrupts working again | Thomas Bogendoerfer | 2012-11-14 | 1 | -25/+4 |
* | m68k/sun3: Remove unselectable code in prom_init() | Geert Uytterhoeven | 2012-06-27 | 1 | -46/+2 |
* | Disintegrate asm/system.h for M68K | David Howells | 2012-03-28 | 3 | -3/+0 |
* | m68k/irq: Remove obsolete support for user vector interrupt fixups | Geert Uytterhoeven | 2011-11-08 | 1 | -1/+1 |
* | m68k/irq: Remove obsolete m68k irq framework | Geert Uytterhoeven | 2011-11-08 | 1 | -20/+0 |
* | m68k/sun3: Convert Sun3/3x to genirq | Geert Uytterhoeven | 2011-11-08 | 1 | -2/+14 |
* | m68k/sun3: Use the kstat_irqs_cpu() wrapper | Geert Uytterhoeven | 2011-11-08 | 1 | -4/+10 |
* | m68k/irq: Rename {,__}m68k_handle_int() | Geert Uytterhoeven | 2011-11-08 | 1 | -1/+1 |