summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-11openrisc: Fix compiler warnings in setupStafford Horne1-15/+1
2021-08-05openrisc: rename or32 code & comments to or1kRandy Dunlap1-2/+2
2021-07-08openrisc: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-04-28openrisc: Fix a memory leakChristophe JAILLET1-0/+2
2020-10-13h8300, nds32, openrisc: simplify detection of memory extentsMike Rapoport1-7/+2
2020-09-07openrisc: Reserve memblock for initrdStafford Horne1-0/+10
2020-08-04openrisc: Add support for external initrd imagesStafford Horne1-3/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-01-14arch/openrisc/setup: Drop dummy_con initializationArvind Sankar1-5/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig1-1/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-09-28openrisc: use for_each_of_cpu_node iteratorRob Herring1-2/+1
2017-11-03openrisc: initial SMP supportStefan Kristiansson1-58/+107
2017-02-06openrisc: add cache way information to cpuinfoStefan Kristiansson1-31/+36
2016-12-12openrisc: Updates after openrisc.net has been lostStafford Horne1-1/+1
2016-12-12openrisc: Consolidate setup to use memblock instead of bootmemStafford Horne1-24/+12
2016-12-12openrisc: remove the redundant of_platform_populateRob Herring1-10/+0
2015-04-15openrisc: remove use of seq_printf return valueJoe Perches1-24/+26
2013-11-15Merge tag 'for-3.13' of git://git.openrisc.net/~jonas/linuxLinus Torvalds1-12/+13
2013-11-15openrisc: Refactor or32_early_setup()Geert Uytterhoeven1-7/+7
2013-11-15openrisc: Use the declarations provided by <asm/sections.h>Geert Uytterhoeven1-5/+6
2013-10-09openrisc: use unflatten_and_copy_device_treeRob Herring1-1/+1
2013-10-09openrisc: use boot_command_line instead of private cmd_lineRob Herring1-3/+1
2013-07-14openrisc: delete __cpuinit usage from all openrisc filesPaul Gortmaker1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells1-1/+0
2012-02-17openrisc: enable passing of flattened device tree pointerStefan Kristiansson1-9/+9
2011-07-22OpenRISC: Boot codeJonas Bonn1-0/+381