summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | locking/atomic: m68k: add preprocessor symbolsMark Rutland2023-06-051-0/+9
| * | | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-6/+3
| |/ /
* / / m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-161-21/+0
|/ /
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-3/+3
|\ \
| * | locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-3/+3
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | m68k/mm: use correct bit number in _PAGE_SWP_EXCLUSIVE commentDavid Hildenbrand2023-04-181-1/+1
| |/
* | gpiolib: remove asm-generic/gpio.hArnd Bergmann2023-03-061-1/+1
* | gpiolib: coldfire: remove custom asm/gpio.hArnd Bergmann2023-03-061-95/+0
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-237-29/+107
|\
| * m68k/nommu: add missing definition of ARCH_PFN_OFFSETMike Rapoport (IBM)2023-02-161-0/+2
| * mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-2/+0
| * m68k: use asm-generic/memory_model.h for both MMU and !MMUMike Rapoport (IBM)2023-02-093-8/+1
| * mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)2023-02-021-3/+2
| * mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-023-3/+0
| * microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-2/+2
| * m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-023-9/+104
| * m68k/mm: remove dummy __swp definitions for nommuDavid Hildenbrand2023-02-021-6/+0
| * m68k/mm/motorola: specify pmd_page() typeLorenzo Stoakes2023-02-021-1/+1
* | Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-221-7/+0
|\ \
| * | gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko2023-01-301-7/+0
| |/
* / m68k: Add kernel seccomp supportMichael Schmitz2023-01-303-0/+70
|/
* m68k: remove broken strcmp implementationLinus Torvalds2022-12-211-20/+0
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-132-3/+0
|\
| * mm: remove kern_addr_valid() completelyKefeng Wang2022-11-082-3/+0
* | m68k: mac: Remove unused rbv_set_video_bpp()Jason A. Donenfeld2022-11-011-8/+0
|/