summaryrefslogtreecommitdiffstats
path: root/arch/m68k/atari
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-06-17m68k: remove unneeded tty includesJiri Slaby (SUSE)-1/+0
2025-01-08m68k: atari: Use str_on_off() helper in atari_nvram_proc_read()Thorsten Blum-2/+4
2024-07-01m68k: atari: Fix TT bootup freeze / unexpected (SCU) interrupt messagesEero Tamminen-5/+1
2023-10-06m68k: atari: Add and use "atari.h"Geert Uytterhoeven-11/+21
2023-10-06m68k: atari: Make atari_stram_map_pages() staticGeert Uytterhoeven-1/+1
2023-10-06m68k: atari: Make atari_platform_init() staticGeert Uytterhoeven-1/+1
2023-10-06m68k: atari: Make ikbd_reset() staticGeert Uytterhoeven-1/+1
2023-10-06m68k: atari: Document data parameter of stdma_try_lock()Geert Uytterhoeven-0/+1
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+0
2022-02-21m68k: Add asm/config.hLaurent Vivier-0/+1
2022-02-02block: remove genhd.hChristoph Hellwig-1/+0
2021-06-10m68k/q40: Replace q40ide driver with pata_falcon and falconideFinn Thain-10/+2
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada-7/+0
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+6
2020-11-02m68k: Remove unused mach_max_dma_addressLaurent Vivier-1/+0
2020-10-30m68k: remove timer_interrupt() functionArnd Bergmann-2/+2
2020-10-30m68k: change remaining timers to legacy_timer_tickArnd Bergmann-3/+2
2020-10-30m68k: split heartbeat out of timer functionArnd Bergmann-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-2/+0
2019-11-18m68k/atari: Convert Falcon IDE drivers to platform driversMichael Schmitz-0/+27
2019-08-19m68k: atari: Rename shifter to shifter_st to avoid conflictGeert Uytterhoeven-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-03-25m68k: atari: Convert to clocksource APIFinn Thain-17/+36
2019-03-25m68k: Drop ARCH_USES_GETTIMEOFFSETFinn Thain-2/+0
2019-03-25m68k: Call timer_interrupt() with interrupts disabledFinn Thain-3/+16
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+4
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+274
2019-01-22m68k: Dispatch nvram_ops calls to Atari or Mac functionsFinn Thain-16/+5
2019-01-22m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...Finn Thain-0/+24
2019-01-22m68k/atari: Implement arch_nvram_ops structFinn Thain-0/+49
2019-01-22nvram: Replace nvram_* function exports with static functionsFinn Thain-36/+3
2019-01-22m68k/atari: Move Atari-specific code out of drivers/char/nvram.cFinn Thain-0/+245
2019-01-21m68k/atari: Avoid VLA use in atari_switches_setup()Geert Uytterhoeven-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport-1/+2
2018-07-29m68k: Remove unused set_clock_mmss() helpersArnd Bergmann-68/+0
2017-02-12m68k/atari: Modernize printing of kernel messagesGeert Uytterhoeven-35/+35
2016-12-09m68k/atari: Use seq_puts() in atari_get_hardware_list()Markus Elfring-1/+1
2016-09-19m68k: Use IS_ENABLED() instead of checking for built-in or moduleGeert Uytterhoeven-1/+1
2016-01-10m68k/atari, m68k/sun3: Fix SCSI platform device registration when driver is m...Finn Thain-2/+2
2015-01-15m68k/atari: Remove obsolete IRQ_TYPE_*Geert Uytterhoeven-6/+4
2015-01-13m68k/atari: Remove obsolete keyboard_tasklet schedulingGeert Uytterhoeven-1/+0
2015-01-11m68k/atari: atakeyb.c - Remove some unused functionsRickard Strandqvist-66/+0
2014-11-20atari_scsi: Convert to platform deviceFinn Thain-0/+27
2014-11-20atari_scsi: Fix atari_scsi deadlocks on FalconFinn Thain-21/+40
2014-09-14m68k/atari - stram: Add missing #include <linux/ioport.h>Geert Uytterhoeven-0/+1
2014-05-26m68k/atari - stram: alloc ST-RAM pool even if kernel not in ST-RAMMichael Schmitz-17/+54