summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-181-0/+1
|\
| * mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-0/+1
* | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-102-7/+0
|\ \
| * | asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Kefeng Wang2023-11-231-6/+0
| * | arch/*/io.h: remove ioremap_uc in some architecturesBaoquan He2023-11-231-1/+0
| |/
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \
| * | m68k: Fix missing includeKent Overstreet2023-12-201-0/+1
| |/
* / m68k, kexec: fix the incorrect ifdeffery and build dependency of CONFIG_KEXECBaoquan He2023-12-121-2/+2
|/
* 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-022-7/+6
|\ \
| * | m68k: coldfire: ensure gpio prototypes visibleGreg Ungerer2023-10-231-4/+4
| * | m68knommu: fix compilation for ColdFire/Cleopatra boardsGreg Ungerer2023-10-231-3/+2
| |/
* | Merge tag 'm68k-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-0111-95/+135
|\ \
| * | m68k: Fix indentation by 2 or 5 spaces in <asm/page_mm.h>Geert Uytterhoeven2023-10-161-23/+22
| * | m68k: sun3: Fix indentation by 5 or 7 spacesGeert Uytterhoeven2023-10-162-42/+40
| * | m68k: Fix indentation by 7 spaces in <asm/io_mm.h>Geert Uytterhoeven2023-10-161-12/+12
| * | m68k: io: Mark mmio read addresses as constArnd Bergmann2023-10-061-15/+17
| * | m68k: Add missing types to asm/irq.hRolf Eike Beer2023-10-061-0/+5
| * | m68k: sun3: Annotate prom_printf() with __printf()Geert Uytterhoeven2023-10-061-1/+3
| * | 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-061-1/+7
| * | m68k: mm: Move paging_init() to common <asm/pgtable.h>Geert Uytterhoeven2023-10-062-1/+9
| * | m68k: kernel: Add and use <asm/syscalls.h>Geert Uytterhoeven2023-10-061-0/+19
| |/
* / fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann2023-10-121-9/+10
|/
* Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-051-67/+0
|\
| * m68k: Remove <asm/ide.h>Geert Uytterhoeven2023-08-241-67/+0
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-313-3/+3
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-113-3/+3
| |/
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-299-44/+54
|\ \
| * | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-241-1/+0
| * | m68k: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-13/+27
| * | m68k: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-212-27/+28
| * | asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-182-4/+0
| |/
* | m68k: Add memcmp() declarationArnd Bergmann2023-08-211-0/+1
* | m68k: Define __div64_32() to avoid a warningArnd Bergmann2023-08-211-0/+3
* | m68k: Remove <asm/export.h>Masahiro Yamada2023-08-211-1/+0
|/
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-064-8/+21
|\
| * m68k/mm: Make pfn accessors static inlinesLinus Walleij2023-05-292-4/+18
| * m68k: Pass a pointer to virt_to_pfn() virt_to_page()Linus Walleij2023-05-292-4/+3
* | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-291-15/+7
|\ \
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-094-100/+5
| |\|
| * | arch/m68k: Implement <asm/fb.h> with generic helpersThomas Zimmermann2023-04-201-6/+4
| * | arch/m68k: Merge variants of fb_pgprotect() into single functionThomas Zimmermann2023-04-201-9/+3
* | | Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-291-8/+0
|\ \ \
| * | | gpiolib: remove unused gpio_cansleep()Andy Shevchenko2023-06-131-8/+0
| | |/ | |/|
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-2/+4
|\ \ \
| * | | m68k: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-2/+4
| |/ /
* | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-6/+12
|\ \ \