aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/m68k/kernel/setup_no.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-05m68k: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2022-05-25m68knommu: fix undefined reference to `mach_get_rtc_pll'Greg Ungerer1-1/+0
2022-05-19m68k: Switch to new sys-off handler APIDmitry Osipenko1-1/+0
2021-07-08m68k: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2020-12-21Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-0/+9
2020-12-07m68k: m68328: remove duplicate codeArnd Bergmann1-0/+9
2020-10-30m68k: remove timer_interrupt() functionArnd Bergmann1-1/+1
2020-06-29m68k: nommu: register start of the memory with memblockMike Rapoport1-1/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-01-14arch/m68k/setup: Drop dummy_con initializationArvind Sankar1-4/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-07-29m68k: switch to MEMBLOCK + NO_BOOTMEMMike Rapoport1-16/+4
2018-07-29m68k: Remove unused set_clock_mmss() helpersArnd Bergmann1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-09-26m68knommu: convert printk(KERN_INFO) to pr_info()Greg Ungerer1-11/+11
2016-09-26m68knommu: clean up uClinux boot log outputGreg Ungerer1-1/+1
2016-09-26m68k: generalize uboot command line supportGreg Ungerer1-79/+2
2016-03-07m68knommu: remove obsolete 68360 supportGreg Ungerer1-7/+0
2015-11-22m68knommu: Add missing initialization of max_pfn and {min,max}_low_pfnGeert Uytterhoeven1-3/+6
2014-05-26m68k: fix a compiler warning when building for DragonBallDaniel Palmer1-7/+6
2013-08-26m68knommu: Mark functions only called from setup_arch() __initGeert Uytterhoeven1-1/+1
2013-03-04m68knommu: add CPU_NAME for 68000Luis Alves1-0/+3
2012-06-27m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop}Geert Uytterhoeven1-2/+2
2012-06-10m68knommu: Clean up printing of sectionsGeert Uytterhoeven1-7/+4
2012-03-05m68knommu: modify timer init code to make it consistent with m68k codeGreg Ungerer1-0/+1
2012-03-05m68knommu: make persistent clock code consistent with m68kGreg Ungerer1-0/+2
2011-12-24m68knommu: move definition of mach_gettod to where it is usedGreg Ungerer1-1/+0
2011-10-18m68knommu: create common externs for _ram* varsGreg Ungerer1-2/+0
2011-10-18m68knommu: use generic section names in setup codeGreg Ungerer1-1/+1
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer1-0/+317