aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-11sh: switch to NO_BOOTMEMRob Herring1-1/+0
2018-04-12sh: fix memory corruption of unflattened device treeRich Felker1-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-31sh: fix build regression with CONFIG_OF && !CONFIG_OF_FLATTREERich Felker1-1/+1
2016-07-31sh: add support for linking a builtin device tree blob in the kernelRich Felker1-0/+4
2016-03-19Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-shLinus Torvalds1-0/+27
2016-03-17sh: add device tree support and generic board using device treeRich Felker1-0/+27
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-4/+4
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-2/+2
2013-07-14sh: delete __cpuinit usage from all sh filesPaul Gortmaker1-1/+1
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven1-1/+1
2011-12-08SuperH: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo1-1/+2
2011-09-05sh: kexec: Register crashk_resSimon Horman1-3/+6
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-09sh: Break out cpuinfo_op procfs bits.Paul Mundt1-144/+0
2010-10-27sh: Fix the sparsemem disabled build.Paul Mundt1-0/+1
2010-10-26sh: Expose physical addressing mode through cpuinfo.Paul Mundt1-0/+3
2010-10-06sh: Fix address calculation of InitrdNobuhiro Iwamatsu1-3/+4
2010-09-24sh: provide generic arch_debugfs_dir.Paul Mundt1-15/+0
2010-07-14lmb: rename to memblockYinghai Lu1-4/+4
2010-05-13Merge branch 'sh/lmb'Paul Mundt1-202/+26
2010-05-11sh: Ensure active regions have a backing PMB entry.Paul Mundt1-2/+15
2010-05-11sh: bootmem refactoring.Paul Mundt1-139/+4
2010-05-10sh: rework memory limits to work with LMB.Paul Mundt1-38/+25
2010-05-10sh: enable LMB region setup via machvec.Paul Mundt1-13/+13
2010-05-07sh: shuffle the elfcorehdr handling over to the crash dump code.Paul Mundt1-19/+0
2010-05-07sh: bump up extra LMB reservations in bootmem init.Paul Mundt1-4/+6
2010-05-07sh: convert initrd reservation to LMB.Paul Mundt1-1/+1
2010-05-07sh: convert kexec crash kernel management to LMB.Paul Mundt1-43/+0
2010-05-06sh: Make initrd detection more robust.Paul Mundt1-20/+58
2010-04-26sh: arch/sh/kernel/setup.c needs asm/smp.h.Paul Mundt1-0/+1
2010-04-21sh: Move platform smp ops in to their own structure.Paul Mundt1-2/+0
2010-03-03sh: establish PMB mappings for NUMA nodes.Paul Mundt1-2/+1
2010-02-18sh: Merge legacy and dynamic PMB modes.Paul Mundt1-0/+2
2010-01-16sh: Add fixed ioremap supportMatt Fleming1-3/+4
2010-01-13sh: fixed PMB mode refactoring.Paul Mundt1-3/+0
2009-12-15sh-sci: Extend sh-sci driver with early console V2Magnus Damm1-0/+3
2009-10-14Merge branch 'sh/stable-updates'Paul Mundt1-0/+2
2009-10-14sh: Tidy up SMP cpuinfo.Paul Mundt1-0/+2
2009-10-10sh: Fold fixed-PMB support into dynamic PMB supportMatt Fleming1-1/+1
2009-10-10sh: Make most PMB functions staticMatt Fleming1-0/+4
2009-09-01Merge branch 'master' into sh/smpPaul Mundt1-2/+6
2009-08-24sh: Allow for kernel command line concatenation.Pawel Moll1-1/+5
2009-08-21sh: Add initial support for SH7757 CPU subtypeYoshihiro Shimoda1-1/+1
2009-08-15sh: Track the CPU family in sh_cpuinfo.Paul Mundt1-0/+1
2009-07-03sh: Use bootmem ontop of lmbMatt Fleming1-19/+52
2009-06-11sh: rework mode pin codeMagnus Damm1-1/+1
2009-06-01sh: boot word / mode pin support V2Magnus Damm1-0/+12
2009-05-08sh: Kill off the GENERIC_CALIBRATE_DELAY ifndef.Paul Mundt1-3/+1