summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* openrisc: Call setup_memory() earlier in the init sequenceOreoluwa Babatunde2024-03-101-3/+3
* openrisc: Use common of_get_cpu_node() instead of open-codingRob Herring2023-04-011-17/+2
* openrisc: Fix compiler warnings in setupStafford Horne2021-08-111-15/+1
* openrisc: rename or32 code & comments to or1kRandy Dunlap2021-08-051-2/+2
* openrisc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* openrisc: Fix a memory leakChristophe JAILLET2021-04-281-0/+2
* h8300, nds32, openrisc: simplify detection of memory extentsMike Rapoport2020-10-131-7/+2
* openrisc: Reserve memblock for initrdStafford Horne2020-09-071-0/+10
* openrisc: Add support for external initrd imagesStafford Horne2020-08-041-3/+5
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* arch/openrisc/setup: Drop dummy_con initializationArvind Sankar2020-01-141-5/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-231-1/+0
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* openrisc: use for_each_of_cpu_node iteratorRob Herring2018-09-281-2/+1
* openrisc: initial SMP supportStefan Kristiansson2017-11-031-58/+107
* openrisc: add cache way information to cpuinfoStefan Kristiansson2017-02-061-31/+36
* openrisc: Updates after openrisc.net has been lostStafford Horne2016-12-121-1/+1
* openrisc: Consolidate setup to use memblock instead of bootmemStafford Horne2016-12-121-24/+12
* openrisc: remove the redundant of_platform_populateRob Herring2016-12-121-10/+0
* openrisc: remove use of seq_printf return valueJoe Perches2015-04-151-24/+26
* Merge tag 'for-3.13' of git://git.openrisc.net/~jonas/linuxLinus Torvalds2013-11-151-12/+13
|\
| * openrisc: Refactor or32_early_setup()Geert Uytterhoeven2013-11-151-7/+7
| * openrisc: Use the declarations provided by <asm/sections.h>Geert Uytterhoeven2013-11-151-5/+6
* | openrisc: use unflatten_and_copy_device_treeRob Herring2013-10-091-1/+1
* | openrisc: use boot_command_line instead of private cmd_lineRob Herring2013-10-091-3/+1
|/
* openrisc: delete __cpuinit usage from all openrisc filesPaul Gortmaker2013-07-141-1/+1
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Disintegrate asm/system.h for OpenRISCDavid Howells2012-03-281-1/+0
* | openrisc: enable passing of flattened device tree pointerStefan Kristiansson2012-02-171-9/+9
|/
* OpenRISC: Boot codeJonas Bonn2011-07-221-0/+381