aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Gravatar Andrzej Hajda 1-3/+3
2023-04-28Merge tag 'm68knommu-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-17/+0
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-11/+10
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-97/+1
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2023-04-25Merge tag 'm68k-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 14-18/+25
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-2/+2
2023-04-21m68k: kexec: Include <linux/reboot.h>Gravatar Simon Horman 1-0/+1
2023-04-18m68k/mm: use correct bit number in _PAGE_SWP_EXCLUSIVE commentGravatar David Hildenbrand 1-1/+1
2023-04-18m68k: reword ARCH_FORCE_MAX_ORDER prompt and help textGravatar Mike Rapoport (IBM) 1-7/+9
2023-04-17m68k: Kconfig.machine: remove obsolete configs ROMBASE and ROMSIZEGravatar Lukas Bulwahn 1-17/+0
2023-04-10docs: move m68k architecture documentation under Documentation/arch/Gravatar Jonathan Corbet 1-2/+2
2023-04-05mm, treewide: redefine MAX_ORDER sanelyGravatar Kirill A. Shutemov 1-4/+1
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryGravatar Niklas Schnelle 1-0/+1
2023-04-03m68k: defconfig: Update defconfigs for v6.3-rc1Gravatar Geert Uytterhoeven 12-13/+24
2023-03-20m68k: Remove obsolete config NO_KERNEL_MSGGravatar Lukas Bulwahn 1-5/+0
2023-03-06m68k: Only force 030 bus error if PC not in exception tableGravatar Michael Schmitz 1-1/+3
2023-03-06m68k: mm: Move initrd phys_to_virt handling after paging_init()Gravatar Geert Uytterhoeven 1-5/+5
2023-03-06m68k: mm: Fix systems with memory at end of 32-bit address spaceGravatar Kars de Jong 1-5/+5
2023-03-06gpiolib: remove asm-generic/gpio.hGravatar Arnd Bergmann 1-1/+1
2023-03-06gpiolib: coldfire: remove custom asm/gpio.hGravatar Arnd Bergmann 2-96/+0
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+4
2023-03-02m68k: fix livelock in uaccessGravatar Al Viro 1-1/+4
2023-02-27Merge tag 'm68knommu-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-5/+5
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 7-29/+107
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+0
2023-02-21Merge tag 'm68k-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 22-39/+91
2023-02-16m68k/nommu: add missing definition of ARCH_PFN_OFFSETGravatar Mike Rapoport (IBM) 1-0/+2
2023-02-13m68k: /proc/hardware should depend on PROC_FSGravatar Randy Dunlap 1-0/+1
2023-02-13m68k: nommu: Fix misspellings of "DragonEngine"Gravatar Geert Uytterhoeven 2-3/+3
2023-02-13m68k: nommu: Fix misspellings of "uCdimm"Gravatar Geert Uytterhoeven 1-2/+2
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMGravatar Mike Rapoport (IBM) 1-2/+0
2023-02-09m68k: use asm-generic/memory_model.h for both MMU and !MMUGravatar Mike Rapoport (IBM) 3-8/+1
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Gravatar Matthew Wilcox (Oracle) 1-3/+2
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 3-3/+0
2023-02-02microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 1-2/+2
2023-02-02m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 3-9/+104
2023-02-02m68k/mm: remove dummy __swp definitions for nommuGravatar David Hildenbrand 1-6/+0
2023-02-02m68k/mm/motorola: specify pmd_page() typeGravatar Lorenzo Stoakes 1-1/+1
2023-01-30m68k: Add kernel seccomp supportGravatar Michael Schmitz 6-1/+80
2023-01-30m68k: Check syscall_trace_enter() return codeGravatar Michael Schmitz 3-0/+7
2023-01-30m68k: defconfig: Update defconfigs for v6.2-rc3Gravatar Geert Uytterhoeven 12-36/+1
2023-01-30m68k: q40: Do not initialise statics to 0Gravatar Xin Gao 1-2/+2
2023-01-30gpio: Remove unused and obsoleted irq_to_gpio()Gravatar Andy Shevchenko 1-7/+0
2023-01-13objtool/idle: Validate __cpuidle code as noinstrGravatar Peter Zijlstra 3-3/+0
2022-12-21m68k: remove broken strcmp implementationGravatar Linus Torvalds 1-20/+0
2022-12-20Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-3/+0
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2