summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/setup.c
AgeCommit message (Expand)AuthorLines
2025-02-01sh: Migrate to the generic rule for built-in DTBMasahiro Yamada-2/+2
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif-1/+1
2024-02-23sh, crash: wrap crash dumping code into crash related ifdefsBaoquan He-1/+1
2023-12-12sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He-1/+1
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann-5/+0
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2023-06-16sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner-0/+55
2023-06-14sh: Replace all non-returning strlcpy with strscpyAzeem Shaikh-2/+2
2023-03-23sh: init: use OF_EARLY_FLATTREE for early initRandy Dunlap-2/+2
2021-07-08sh: convert to setup_initial_init_mm()Kefeng Wang-4/+1
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig-2/+0
2020-01-14arch/sh/setup: Drop dummy_con initializationArvind Sankar-4/+0
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2019-10-18sh: Use pr_warn instead of pr_warningKefeng Wang-1/+1
2019-10-07sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski-1/+1
2019-10-07drivers: move the early platform device support to arch/shBartosz Golaszewski-0/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells-0/+1
2018-05-11sh: switch to NO_BOOTMEMRob Herring-1/+0
2018-04-12sh: fix memory corruption of unflattened device treeRich Felker-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-07-31sh: fix build regression with CONFIG_OF && !CONFIG_OF_FLATTREERich Felker-1/+1
2016-07-31sh: add support for linking a builtin device tree blob in the kernelRich Felker-0/+4
2016-03-19Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-shLinus Torvalds-0/+27
2016-03-17sh: add device tree support and generic board using device treeRich Felker-0/+27
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani-4/+4
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen-2/+2
2013-07-14sh: delete __cpuinit usage from all sh filesPaul Gortmaker-1/+1
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven-1/+1
2011-12-08SuperH: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo-1/+2
2011-09-05sh: kexec: Register crashk_resSimon Horman-3/+6
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-11-09sh: Break out cpuinfo_op procfs bits.Paul Mundt-144/+0
2010-10-27sh: Fix the sparsemem disabled build.Paul Mundt-0/+1
2010-10-26sh: Expose physical addressing mode through cpuinfo.Paul Mundt-0/+3
2010-10-06sh: Fix address calculation of InitrdNobuhiro Iwamatsu-3/+4
2010-09-24sh: provide generic arch_debugfs_dir.Paul Mundt-15/+0
2010-07-14lmb: rename to memblockYinghai Lu-4/+4
2010-05-13Merge branch 'sh/lmb'Paul Mundt-202/+26
2010-05-11sh: Ensure active regions have a backing PMB entry.Paul Mundt-2/+15
2010-05-11sh: bootmem refactoring.Paul Mundt-139/+4
2010-05-10sh: rework memory limits to work with LMB.Paul Mundt-38/+25
2010-05-10sh: enable LMB region setup via machvec.Paul Mundt-13/+13
2010-05-07sh: shuffle the elfcorehdr handling over to the crash dump code.Paul Mundt-19/+0
2010-05-07sh: bump up extra LMB reservations in bootmem init.Paul Mundt-4/+6
2010-05-07sh: convert initrd reservation to LMB.Paul Mundt-1/+1
2010-05-07sh: convert kexec crash kernel management to LMB.Paul Mundt-43/+0
2010-05-06sh: Make initrd detection more robust.Paul Mundt-20/+58
2010-04-26sh: arch/sh/kernel/setup.c needs asm/smp.h.Paul Mundt-0/+1
2010-04-21sh: Move platform smp ops in to their own structure.Paul Mundt-2/+0