summaryrefslogtreecommitdiff
path: root/arch/m68k/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-16mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-0/+1
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-67/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+3
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-44/+54
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-1/+0
2023-08-25m68k: implement the new page table range APIMatthew Wilcox (Oracle)5-13/+27
2023-08-24m68k: Remove <asm/ide.h>Geert Uytterhoeven1-67/+0
2023-08-21m68k: convert various functions to use ptdescsVishal Moola (Oracle)2-27/+28
2023-08-21m68k: Add memcmp() declarationArnd Bergmann1-0/+1
2023-08-21m68k: Define __div64_32() to avoid a warningArnd Bergmann1-0/+3
2023-08-21m68k: Remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2-4/+0
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe3-3/+3
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-8/+21
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-15/+7
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+4
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+12
2023-06-20m68k: allow pte_offset_map[_lock]() to failHugh Dickins1-2/+4
2023-06-16m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-21/+0
2023-06-13gpiolib: remove unused gpio_cansleep()Andy Shevchenko1-8/+0
2023-06-05locking/atomic: m68k: add preprocessor symbolsMark Rutland1-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-6/+3
2023-05-29m68k/mm: Make pfn accessors static inlinesLinus Walleij2-4/+18
2023-05-29m68k: Pass a pointer to virt_to_pfn() virt_to_page()Linus Walleij2-4/+3
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard4-100/+5
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-3/+3
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-04-20arch/m68k: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-6/+4
2023-04-20arch/m68k: Merge variants of fb_pgprotect() into single functionThomas Zimmermann1-9/+3
2023-04-19m68k/mm: use correct bit number in _PAGE_SWP_EXCLUSIVE commentDavid Hildenbrand1-1/+1
2023-03-06gpiolib: remove asm-generic/gpio.hArnd Bergmann1-1/+1
2023-03-06gpiolib: coldfire: remove custom asm/gpio.hArnd Bergmann1-95/+0
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-29/+107
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+0
2023-02-17m68k/nommu: add missing definition of ARCH_PFN_OFFSETMike Rapoport (IBM)1-0/+2
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-2/+0
2023-02-10m68k: use asm-generic/memory_model.h for both MMU and !MMUMike Rapoport (IBM)3-8/+1
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-3/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-3/+0
2023-02-03microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-2/+2
2023-02-03m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-9/+104
2023-02-03m68k/mm: remove dummy __swp definitions for nommuDavid Hildenbrand1-6/+0
2023-02-03m68k/mm/motorola: specify pmd_page() typeLorenzo Stoakes1-1/+1
2023-01-30m68k: Add kernel seccomp supportMichael Schmitz3-0/+70
2023-01-30gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko1-7/+0
2022-12-21m68k: remove broken strcmp implementationLinus Torvalds1-20/+0
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+0
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang2-3/+0