aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27efi/arm: libstub: move ARM specific code out of generic routinesArd Biesheuvel1-1/+1
2022-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+2
2022-04-01ARM: 9190/1: kdump: add invalid input check for 'crashkernel=0'Austin Kim1-1/+2
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel1-4/+4
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-13/+7
2021-07-08arm: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+18
2021-06-13ARM: 9094/1: Register with kernel restart handlerGuenter Roeck1-2/+18
2021-06-03ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann1-7/+9
2020-11-12ARM: 9024/1: Drop useless cast of "u64" to "long long"Geert Uytterhoeven1-1/+1
2020-11-12ARM: 9023/1: Spelling s/mmeory/memory/Geert Uytterhoeven1-1/+1
2020-10-28ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual addressArd Biesheuvel1-1/+1
2020-10-27ARM: 9016/2: Initialize the mapping of KASan shadow memoryLinus Walleij1-0/+2
2020-10-27ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel1-3/+8
2020-10-27ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel1-5/+9
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-6/+12
2020-01-14arch/arm/setup: Drop dummy_con initializationArvind Sankar1-2/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+6
2018-11-18Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-15/+25
2018-11-12ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King1-0/+5
2018-11-12ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King1-3/+1
2018-11-12ARM: split out processor lookupRussell King1-12/+19
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-2/+2
2018-08-03ARM: Convert to GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-1/+1
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig1-1/+1
2017-09-29ARM: better diagnostics with missing/corrupt dtbRussell King1-0/+10
2017-07-20ARM: kexec: avoid allocating crashkernel region outside lowmemRussell King1-0/+3
2017-06-12ARM: 8682/1: V7M: Set cacheid iff DminLine or IminLine is nonzeroVladimir Murzin1-1/+1
2017-04-20ARM: 8667/3: Fix memory attribute inconsistencies when using fixmapJon Medhurst1-2/+2
2017-02-28ARM: 8637/1: Adjust memory boundaries after reservationsLaura Abbott1-0/+6
2017-02-28ARM: 8636/1: Cleanup sanity_check_meminfoLaura Abbott1-2/+2
2016-09-06ARM: 8604/1: V7M: Add support for reading the CTR with read_cpuid_cachetype()Jonathan Austin1-4/+5
2016-09-06ARM: 8602/1: factor out CSSELR/CCSIDR operations that use cp15 directlyJonathan Austin1-5/+2
2016-08-12ARM: 8595/2: apply more __ro_after_initKees Cook1-5/+5
2016-08-02ARM: kexec: advertise location of bootable RAMRussell King1-2/+21
2016-08-02ARM: kdump: advertise boot aliased crash kernel resourceRussell King1-0/+16
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-7/+1
2016-07-29Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2016-07-06ARM: XEN: Move xen_early_init() before efi_init()Shannon Zhao1-1/+1
2016-07-02ARM: 8583/1: mm: fix location of _etextKees Cook1-1/+1
2016-06-23arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang1-5/+1
2016-06-23of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang1-2/+0
2016-05-20Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+26
2016-05-19Merge branches 'amba', 'devel-stable', 'kexec-for-next' and 'misc' into for-linusRussell King1-0/+28
2016-05-03ARM: kexec: remove 512MB restriction on kexec crashdumpRussell King1-4/+1
2016-05-03ARM: kexec: fix crashkernel= handlingRussell King1-0/+29
2016-04-28efi/arm/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel1-1/+2