aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include
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-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-7/+0
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+1
2023-12-20m68k: Fix missing includeGravatar Kent Overstreet 1-0/+1
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 1-2/+2
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-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 2-7/+6
2023-11-01Merge tag 'm68k-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-95/+135
2023-10-23m68k: coldfire: ensure gpio prototypes visibleGravatar Greg Ungerer 1-4/+4
2023-10-23m68knommu: fix compilation for ColdFire/Cleopatra boardsGravatar Greg Ungerer 1-3/+2
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: Fix indentation by 2 or 5 spaces in <asm/page_mm.h>Gravatar Geert Uytterhoeven 1-23/+22
2023-10-16m68k: sun3: Fix indentation by 5 or 7 spacesGravatar Geert Uytterhoeven 2-42/+40
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-06m68k: io: Mark mmio read addresses as constGravatar Arnd Bergmann 1-15/+17
2023-10-06m68k: Add missing types to asm/irq.hGravatar Rolf Eike Beer 1-0/+5
2023-10-06m68k: sun3: Annotate prom_printf() with __printf()Gravatar Geert Uytterhoeven 1-1/+3
2023-10-06m68k: sun3: Fix context restore in flush_tlb_range()Gravatar Geert Uytterhoeven 1-0/+1
2023-10-06m68k: sun3: Improve Sun3/3x DVMA abstraction in <asm/dvma.h>Gravatar Geert Uytterhoeven 1-1/+7
2023-10-06m68k: mm: Move paging_init() to common <asm/pgtable.h>Gravatar Geert Uytterhoeven 2-1/+9
2023-10-06m68k: kernel: Add and use <asm/syscalls.h>Gravatar Geert Uytterhoeven 1-0/+19
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Gravatar Linus Torvalds 1-67/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-3/+3
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 9-44/+54
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Gravatar Matthew Wilcox (Oracle) 1-1/+0
2023-08-24m68k: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 5-13/+27
2023-08-24m68k: Remove <asm/ide.h>Gravatar Geert Uytterhoeven 1-67/+0
2023-08-21m68k: convert various functions to use ptdescsGravatar Vishal Moola (Oracle) 2-27/+28
2023-08-21m68k: Add memcmp() declarationGravatar Arnd Bergmann 1-0/+1
2023-08-21m68k: Define __div64_32() to avoid a warningGravatar Arnd Bergmann 1-0/+3
2023-08-21m68k: Remove <asm/export.h>Gravatar Masahiro Yamada 1-1/+0
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosGravatar Baoquan He 2-4/+0
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 3-3/+3
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-8/+21
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-15/+7
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+4
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+12
2023-06-19m68k: allow pte_offset_map[_lock]() to failGravatar Hugh Dickins 1-2/+4
2023-06-16m68k/cpu: Switch to arch_cpu_finalize_init()Gravatar Thomas Gleixner 1-21/+0
2023-06-13gpiolib: remove unused gpio_cansleep()Gravatar Andy Shevchenko 1-8/+0
2023-06-05locking/atomic: m68k: add preprocessor symbolsGravatar Mark Rutland 1-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalGravatar Mark Rutland 1-6/+3
2023-05-29m68k/mm: Make pfn accessors static inlinesGravatar Linus Walleij 2-4/+18
2023-05-29m68k: Pass a pointer to virt_to_pfn() virt_to_page()Gravatar Linus Walleij 2-4/+3