summaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)Author
2023-03-06m68k: Only force 030 bus error if PC not in exception tableMichael Schmitz
2023-03-06m68k: mm: Move initrd phys_to_virt handling after paging_init()Geert Uytterhoeven
2023-03-06m68k: mm: Fix systems with memory at end of 32-bit address spaceKars de Jong
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-03-02m68k: fix livelock in uaccessAl Viro
2023-02-27Merge tag 'm68knommu-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-21Merge tag 'm68k-for-v6.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-16m68k/nommu: add missing definition of ARCH_PFN_OFFSETMike Rapoport (IBM)
2023-02-13m68k: /proc/hardware should depend on PROC_FSRandy Dunlap
2023-02-13m68k: nommu: Fix misspellings of "DragonEngine"Geert Uytterhoeven
2023-02-13m68k: nommu: Fix misspellings of "uCdimm"Geert Uytterhoeven
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2023-02-09m68k: use asm-generic/memory_model.h for both MMU and !MMUMike Rapoport (IBM)
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02m68k/mm: remove dummy __swp definitions for nommuDavid Hildenbrand
2023-02-02m68k/mm/motorola: specify pmd_page() typeLorenzo Stoakes
2023-01-30m68k: Add kernel seccomp supportMichael Schmitz
2023-01-30m68k: Check syscall_trace_enter() return codeMichael Schmitz
2023-01-30m68k: defconfig: Update defconfigs for v6.2-rc3Geert Uytterhoeven
2023-01-30m68k: q40: Do not initialise statics to 0Xin Gao
2023-01-30gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2022-12-21m68k: remove broken strcmp implementationLinus Torvalds
2022-12-20Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-12-12Merge tag 'm68k-for-v6.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-05m68k: use strscpy() to instead of strncpy()Xu Panda
2022-12-02tty: nfcon: use console_is_registered()John Ogness
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro
2022-11-14m68k: defconfig: Update defconfigs for v6.1-rc1Geert Uytterhoeven
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-11-01m68k: mac: Reword comment using double "in"Geert Uytterhoeven
2022-11-01m68k: mac: Remove unused rbv_set_video_bpp()Jason A. Donenfeld
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'm68knommu-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-03Merge tag 'm68k-for-v6.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-09-30m68k: update config filesLukas Bulwahn
2022-09-28m68k: Rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld
2022-09-28m68k: Process bootinfo records before saving themJason A. Donenfeld
2022-09-26m68knommu: fix non-mmu classic 68000 legacy timer tick selectionGreg Ungerer