summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+21
|\
| * mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2023-10-181-1/+0
| * m68k: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2023-10-181-0/+22
* | Merge tag 'm68knommu-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-0211-19/+37
|\ \
| * | m68k: 68000: fix warning in timer codeGreg Ungerer2023-10-231-0/+2
| * | m68k: 68000: fix warnings in 68000 interrupt handlingGreg Ungerer2023-10-232-1/+11
| * | m68k: coldfire: remove unused variable in MMU codeGreg Ungerer2023-10-231-2/+1
| * | m68k: coldfire: fix warnings in uboot argument processingGreg Ungerer2023-10-231-5/+8
| * | m68k: coldfire: make mcf_maskimr() staticGreg Ungerer2023-10-231-2/+2
| * | m68k: coldfire: ensure gpio prototypes visibleGreg Ungerer2023-10-231-4/+4
| * | m68k: coldfire: add and use "vectors.h"Greg Ungerer2023-10-232-0/+5
| * | m68knommu: fix compilation for ColdFire/Cleopatra boardsGreg Ungerer2023-10-231-3/+2
| * | m68knommu: improve config ROM setting defaultsGreg Ungerer2023-10-231-2/+2
| |/
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+2
|\ \
| * | arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta2023-10-061-0/+1
| * | syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta2023-10-031-1/+1
| |/
* | Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-11-014-37/+17
|\ \
| * | m68k: remove unused includes from dma.cChristoph Hellwig2023-10-221-9/+0
| * | m68k: don't provide arch_dma_alloc for nommu/coldfireChristoph Hellwig2023-10-222-24/+0
| * | m68k: use the coherent DMA code for coldfire without data cacheChristoph Hellwig2023-10-224-6/+18
| * | dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbolChristoph Hellwig2023-10-221-0/+1
| |/
* | Merge tag 'm68k-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-01109-677/+634
|\ \
| * | m68k: lib: Include <linux/libgcc.h> for __muldi3()Geert Uytterhoeven2023-10-161-0/+1
| * | m68k: fpsp040: Fix indentation by 5 spacesGeert Uytterhoeven2023-10-161-44/+44
| * | m68k: Fix indentation by 2 or 5 spaces in <asm/page_mm.h>Geert Uytterhoeven2023-10-161-23/+22
| * | m68k: kernel: Fix indentation by 7 spaces in traps.cGeert Uytterhoeven2023-10-161-4/+4
| * | m68k: sun3: Fix indentation by 5 or 7 spacesGeert Uytterhoeven2023-10-163-62/+60
| * | m68k: Fix indentation by 7 spaces in <asm/io_mm.h>Geert Uytterhoeven2023-10-161-12/+12
| * | m68k: defconfig: Update virt_defconfig for v6.6-rc3Geert Uytterhoeven2023-10-061-1/+2
| * | m68k: defconfig: Update defconfigs for v6.6-rc1Geert Uytterhoeven2023-10-0613-1/+20
| * | m68k: io: Mark mmio read addresses as constArnd Bergmann2023-10-061-15/+17
| * | m68k: Replace GPL 2.0+ README.legal boilerplate with SPDXGeert Uytterhoeven2023-10-069-41/+14
| * | m68k: sun3: Change led_pattern[] to unsigned charGeert Uytterhoeven2023-10-061-5/+5
| * | m68k: Add missing types to asm/irq.hRolf Eike Beer2023-10-061-0/+5
| * | m68k: sun3/3x: Add and use "sun3.h"Geert Uytterhoeven2023-10-0611-11/+36
| * | m68k: sun3x: Make dvma_print() staticGeert Uytterhoeven2023-10-061-1/+1
| * | m68k: sun3x: Make sun3x_halt() staticGeert Uytterhoeven2023-10-061-1/+1
| * | m68k: sun3x: Do not mark dvma_map_iommu() inlineGeert Uytterhoeven2023-10-061-2/+1
| * | m68k: sun3x: Fix signature of sun3_leds()Geert Uytterhoeven2023-10-061-1/+1
| * | m68k: sun3: Make sun3_platform_init() staticGeert Uytterhoeven2023-10-061-1/+1
| * | m68k: sun3: Make print_pte() staticGeert Uytterhoeven2023-10-061-1/+1
| * | m68k: sun3: Annotate prom_printf() with __printf()Geert Uytterhoeven2023-10-061-1/+3
| * | m68k: sun3: Remove unused vsprintf() return value in prom_printf()Geert Uytterhoeven2023-10-061-3/+2
| * | m68k: sun3: Remove unused start_page in sun3_bootmem_alloc()Geert Uytterhoeven2023-10-061-3/+0
| * | m68k: sun3: Remove unused orig_baddr in free_baddr()Geert Uytterhoeven2023-10-061-2/+0
| * | m68k: sun3: Add missing asmlinkage to sun3_init()Geert Uytterhoeven2023-10-061-1/+2
| * | m68k: sun3: Fix signature of sun3_get_model()Geert Uytterhoeven2023-10-061-1/+1
| * | m68k: sun3: Fix context restore in flush_tlb_range()Geert Uytterhoeven2023-10-061-0/+1
| * | m68k: sun3: Improve Sun3/3x DVMA abstraction in <asm/dvma.h>Geert Uytterhoeven2023-10-062-16/+7
| * | m68k: sun3/3x: Include <asm/config.h> for config_sun3*()Geert Uytterhoeven2023-10-062-0/+2