summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * m68k: fix livelock in uaccessAl Viro2023-03-021-1/+4
* | Merge tag 'm68knommu-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-272-5/+5
|\ \
| * | m68k: nommu: Fix misspellings of "DragonEngine"Geert Uytterhoeven2023-02-132-3/+3
| * | m68k: nommu: Fix misspellings of "uCdimm"Geert Uytterhoeven2023-02-131-2/+2
| |/
* | 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
| |/
* | Merge tag 'm68k-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-2122-39/+91
|\ \
| * | m68k: /proc/hardware should depend on PROC_FSRandy Dunlap2023-02-131-0/+1
| * | m68k: Add kernel seccomp supportMichael Schmitz2023-01-306-1/+80
| * | m68k: Check syscall_trace_enter() return codeMichael Schmitz2023-01-303-0/+7
| * | m68k: defconfig: Update defconfigs for v6.2-rc3Geert Uytterhoeven2023-01-3012-36/+1
| * | m68k: q40: Do not initialise statics to 0Xin Gao2023-01-301-2/+2
| |/
* / objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-133-3/+0
|/
* m68k: remove broken strcmp implementationLinus Torvalds2022-12-211-20/+0
* Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-201-2/+1
|\
| * m68k: use strscpy() to instead of strncpy()Xu Panda2022-12-051-2/+1
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-132-3/+0
|\ \