summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* vgacon: remove screen_info dependencyArnd Bergmann2023-10-171-1/+1
* dummycon: limit Arm console size hack to footbridgeArnd Bergmann2023-10-171-2/+1
* ARM: 9308/1: move setup functions to headerArnd Bergmann2023-06-191-7/+0
* ARM: 9300/1: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-191-1/+1
* ARM: 9298/1: Drop custom mdesc->handle_irq()Linus Walleij2023-06-191-4/+0
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-131-0/+22
|\
| * ARM: 9274/1: Add hwcap for Speculative Store Bypassing SafeAmit Daniel Kachhap2022-11-281-0/+8
| * ARM: 9273/1: Add hwcap for Speculation Barrier(SB)Amit Daniel Kachhap2022-11-281-0/+8
| * ARM: 9272/1: vfp: Add hwcap for FEAT_AA32I8MMAmit Daniel Kachhap2022-11-281-0/+1
| * ARM: 9271/1: vfp: Add hwcap for FEAT_AA32BF16Amit Daniel Kachhap2022-11-281-0/+1
| * ARM: 9270/1: vfp: Add hwcap for FEAT_FHMAmit Daniel Kachhap2022-11-281-0/+1
| * ARM: 9269/1: vfp: Add hwcap for FEAT_DotProdAmit Daniel Kachhap2022-11-281-0/+1
| * ARM: 9268/1: vfp: Add hwcap FPHP and ASIMDHP for FEAT_FP16Amit Daniel Kachhap2022-11-281-0/+2
* | efi/arm: libstub: move ARM specific code out of generic routinesArd Biesheuvel2022-09-271-1/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-04-031-1/+2
|\
| * ARM: 9190/1: kdump: add invalid input check for 'crashkernel=0'Austin Kim2022-04-011-1/+2
* | ARM: implement support for vmap'ed stacksArd Biesheuvel2021-12-031-4/+4
|/
* memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-13/+7
* arm: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-07-061-2/+18
|\
| * ARM: 9094/1: Register with kernel restart handlerGuenter Roeck2021-06-131-2/+18
* | ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann2021-06-031-7/+9
|/
* ARM: 9024/1: Drop useless cast of "u64" to "long long"Geert Uytterhoeven2020-11-121-1/+1
* ARM: 9023/1: Spelling s/mmeory/memory/Geert Uytterhoeven2020-11-121-1/+1
* ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual a...Ard Biesheuvel2020-10-281-1/+1
* ARM: 9016/2: Initialize the mapping of KASan shadow memoryLinus Walleij2020-10-271-0/+2
* ARM: 9012/1: move device tree mapping out of linear regionArd Biesheuvel2020-10-271-3/+8
* ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel2020-10-271-5/+9
* arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-6/+12
* arch/arm/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+6
* Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-11-181-15/+25
|\
| * ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2018-11-121-0/+5
| * ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2018-11-121-3/+1
| * ARM: split out processor lookupRussell King2018-11-121-12/+19
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-2/+2
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-2/+2
* | ARM: Convert to GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-031-1/+1
* | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-1/+1
|/
* ARM: better diagnostics with missing/corrupt dtbRussell King2017-09-291-0/+10
* ARM: kexec: avoid allocating crashkernel region outside lowmemRussell King2017-07-201-0/+3
* ARM: 8682/1: V7M: Set cacheid iff DminLine or IminLine is nonzeroVladimir Murzin2017-06-121-1/+1
* ARM: 8667/3: Fix memory attribute inconsistencies when using fixmapJon Medhurst2017-04-201-2/+2
* ARM: 8637/1: Adjust memory boundaries after reservationsLaura Abbott2017-02-281-0/+6
* ARM: 8636/1: Cleanup sanity_check_meminfoLaura Abbott2017-02-281-2/+2
* ARM: 8604/1: V7M: Add support for reading the CTR with read_cpuid_cachetype()Jonathan Austin2016-09-061-4/+5
* ARM: 8602/1: factor out CSSELR/CCSIDR operations that use cp15 directlyJonathan Austin2016-09-061-5/+2
* ARM: 8595/2: apply more __ro_after_initKees Cook2016-08-121-5/+5