summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* m68k: Fix invalid .section syntaxBen Hutchings2023-07-243-6/+6
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-069-14/+28
|\
| * Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2023-05-319-14/+28
| |\
| | * 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-297-10/+10
* | | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-06-2912-12/+0
|\ \ \
| * | | mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka2023-05-2612-12/+0
| | |/ | |/|
* | | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-291-15/+7
|\ \ \
| * \ \ Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-191-4/+10
| |\ \ \ | | | |/ | | |/|
| * | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-0921-148/+42
| |\ \ \ | | | |/ | | |/|
| * | | 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 branch 'expand-stack'Linus Torvalds2023-06-281-3/+6
|\ \ \ \
| * | | | mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-3/+6
| | |_|/ | |/| |
* | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-284-33/+28
|\ \ \ \
| * | | | m68k: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-193-33/+27
| * | | | cachestat: wire up cachestat for other architecturesNhat Pham2023-06-091-0/+1
| |/ / /
* | | | 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
| | |/ / | |/| |
* | | | Merge tag 'm68k-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-2613-14/+11
|\ \ \ \
| * | | | m68k: defconfig: Update defconfigs for v6.4-rc1Geert Uytterhoeven2023-06-1213-14/+11
| | |/ / | |/| |
* | | | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-263-22/+3
|\ \ \ \ | |/ / / |/| | |
| * | | m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-163-22/+3
| |/ /
* / / m68k: Move signal frame following exception on 68020/030Finn Thain2023-05-221-4/+10
|/ /
* | 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 'm68knommu-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-281-17/+0
|\ \ \
| * | | m68k: Kconfig.machine: remove obsolete configs ROMBASE and ROMSIZELukas Bulwahn2023-04-171-17/+0
| | |/ | |/|
* | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-272-11/+10
|\ \ \
| * | | m68k/mm: use correct bit number in _PAGE_SWP_EXCLUSIVE commentDavid Hildenbrand2023-04-181-1/+1
| * | | m68k: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
| * | | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-4/+1
| |/ /
* | | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-253-97/+1
|\ \ \
| * | | gpiolib: remove asm-generic/gpio.hArnd Bergmann2023-03-061-1/+1
| * | | gpiolib: coldfire: remove custom asm/gpio.hArnd Bergmann2023-03-062-96/+0
| | |/ | |/|
* | | Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-251-0/+1
|\ \ \
| * | | Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+1
| |/ /
* | | Merge tag 'm68k-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-2514-18/+25
|\ \ \
| * | | m68k: kexec: Include <linux/reboot.h>Simon Horman2023-04-211-0/+1
| * | | m68k: defconfig: Update defconfigs for v6.3-rc1Geert Uytterhoeven2023-04-0312-13/+24
| * | | m68k: Remove obsolete config NO_KERNEL_MSGLukas Bulwahn2023-03-201-5/+0
| | |/ | |/|
* | | Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-241-2/+2
|\ \ \ | |/ / |/| |
| * | docs: move m68k architecture documentation under Documentation/arch/Jonathan Corbet2023-04-101-2/+2
| |/
* | m68k: Only force 030 bus error if PC not in exception tableMichael Schmitz2023-03-061-1/+3
* | m68k: mm: Move initrd phys_to_virt handling after paging_init()Geert Uytterhoeven2023-03-061-5/+5
* | m68k: mm: Fix systems with memory at end of 32-bit address spaceKars de Jong2023-03-061-5/+5
|/
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-1/+4
|\