aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-0/+1
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+2
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-12/+1
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+1
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2024-01-08Merge tag 'm68k-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 12-18/+12
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 1-1/+1
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-0/+2
2024-01-03m68k: defconfig: Update defconfigs for v6.7-rc1Gravatar Geert Uytterhoeven 12-18/+12
2023-12-20m68k: Fix missing includeGravatar Kent Overstreet 1-0/+1
2023-12-14wire up syscalls for statmount/listmountGravatar Miklos Szeredi 1-0/+2
2023-12-14mm: Introduce flush_cache_vmap_early()Gravatar Alexandre Ghiti 1-0/+1
2023-12-12m68k, kexec: fix the incorrect ifdeffery and build dependency of CONFIG_KEXECGravatar Baoquan He 2-3/+3
2023-12-08tty: m68k: nfcon: convert to u8 and size_tGravatar Jiri Slaby (SUSE) 1-2/+2
2023-11-28Merge branch 'asm-generic-prototypes' into asm-genericGravatar Arnd Bergmann 2-5/+1
2023-11-23arch: include linux/cpu.h for trap_init() prototypeGravatar Arnd Bergmann 2-5/+1
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Gravatar Kefeng Wang 1-6/+0
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesGravatar Baoquan He 1-1/+0
2023-11-12LSM: wireup Linux Security Module syscallsGravatar Casey Schaufler 1-0/+3
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+21
2023-11-02Merge tag 'm68knommu-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-19/+37
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2023-11-01Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 4-37/+17
2023-11-01Merge tag 'm68k-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 109-677/+634
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-9/+10
2023-10-23m68k: 68000: fix warning in timer codeGravatar Greg Ungerer 1-0/+2
2023-10-23m68k: 68000: fix warnings in 68000 interrupt handlingGravatar Greg Ungerer 2-1/+11
2023-10-23m68k: coldfire: remove unused variable in MMU codeGravatar Greg Ungerer 1-2/+1
2023-10-23m68k: coldfire: fix warnings in uboot argument processingGravatar Greg Ungerer 1-5/+8
2023-10-23m68k: coldfire: make mcf_maskimr() staticGravatar Greg Ungerer 1-2/+2
2023-10-23m68k: coldfire: ensure gpio prototypes visibleGravatar Greg Ungerer 1-4/+4
2023-10-23m68k: coldfire: add and use "vectors.h"Gravatar Greg Ungerer 2-0/+5
2023-10-23m68knommu: fix compilation for ColdFire/Cleopatra boardsGravatar Greg Ungerer 1-3/+2
2023-10-23m68knommu: improve config ROM setting defaultsGravatar Greg Ungerer 1-2/+2
2023-10-22m68k: remove unused includes from dma.cGravatar Christoph Hellwig 1-9/+0
2023-10-22m68k: don't provide arch_dma_alloc for nommu/coldfireGravatar Christoph Hellwig 2-24/+0
2023-10-22m68k: use the coherent DMA code for coldfire without data cacheGravatar Christoph Hellwig 4-6/+18
2023-10-22dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbolGravatar Christoph Hellwig 1-0/+1
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Gravatar Matthew Wilcox (Oracle) 1-1/+0
2023-10-18m68k: implement xor_unlock_is_negative_byteGravatar Matthew Wilcox (Oracle) 1-0/+22
2023-10-16m68k: lib: Include <linux/libgcc.h> for __muldi3()Gravatar Geert Uytterhoeven 1-0/+1
2023-10-16m68k: fpsp040: Fix indentation by 5 spacesGravatar Geert Uytterhoeven 1-44/+44
2023-10-16m68k: Fix indentation by 2 or 5 spaces in <asm/page_mm.h>Gravatar Geert Uytterhoeven 1-23/+22
2023-10-16m68k: kernel: Fix indentation by 7 spaces in traps.cGravatar Geert Uytterhoeven 1-4/+4
2023-10-16m68k: sun3: Fix indentation by 5 or 7 spacesGravatar Geert Uytterhoeven 3-62/+60
2023-10-16m68k: Fix indentation by 7 spaces in <asm/io_mm.h>Gravatar Geert Uytterhoeven 1-12/+12
2023-10-12fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Gravatar Thomas Zimmermann 1-9/+10
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 1-0/+1
2023-10-06m68k: defconfig: Update virt_defconfig for v6.6-rc3Gravatar Geert Uytterhoeven 1-1/+2