summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* memblock: use separate iterators for memory and reserved regionsMike Rapoport2020-10-131-1/+1
* memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport2020-10-131-1/+1
* arm64: Remove exporting cpu_logical_map symbolSudeep Holla2020-09-021-1/+0
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-08-081-1/+7
|\
| * arm64: Fix __cpu_logical_map undefined issueKefeng Wang2020-08-081-1/+7
* | kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov2020-08-071-1/+1
|/
* arm64/panic: Unify all three existing notifier blocksAnshuman Khandual2020-07-021-10/+14
* arm64: warn on incorrect placement of the kernel by the bootloaderArd Biesheuvel2020-06-111-0/+4
* arm64: Introduce get_cpu_ops() helper functionGavin Shan2020-03-241-2/+4
* arm64: Rename cpu_read_ops() to init_cpu_ops()Gavin Shan2020-03-241-1/+1
* Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-3/+0
|\
| * arch/arm64/setup: Drop dummy_con initializationArvind Sankar2020-01-141-3/+0
* | arm64: Use a variable to store non-global mappings decisionMark Brown2020-01-151-0/+7
|/
*-. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-301-2/+18
|\ \
| | * arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang2019-08-231-1/+8
| |/ |/|
| * arm64: smp: disable hotplug on trusted OS resident CPUSudeep Holla2019-08-151-1/+10
|/
* arm64: move jump_label_init() before parse_early_param()Kees Cook2019-07-121-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: replace memblock_alloc_low with memblock_allocChen Zhou2019-03-271-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-3/+5
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-1/+0
|\
| * arm64: Remove asm/memblock.hWill Deacon2019-01-211-1/+0
* | kasan: fix random seed generation for tag-based modeAndrey Konovalov2019-02-211-0/+3
* | efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel2019-02-161-1/+0
|/
* arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()Miles Chen2018-12-141-0/+1
* efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2018-11-151-0/+1
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport2018-10-311-2/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-221-4/+0
|\
| * arm64: Remove unused VGA console supportAndrew Murray2018-09-211-4/+0
* | arm64: Fix /proc/iomem for reserved but not memory regionsWill Deacon2018-10-121-29/+27
|/
* arm64: export memblock_reserve()d regions via /proc/iomemJames Morse2018-07-231-0/+38
* arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse2017-11-021-3/+5
* arm64: consistently log boot/secondary CPU IDsMark Rutland2017-10-041-3/+2
* arm64: remove unneeded copy to init_utsname()->machineMasahiro Yamada2017-10-021-2/+0
* arm64: check return value of of_flat_dt_get_machine_nameKefeng Wang2017-05-301-0/+3
* arm64: Print DT machine model in setup_machine_fdt()Geert Uytterhoeven2017-04-281-1/+4
* arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro2017-04-051-1/+6
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* arm64: kernel: do not mark reserved memory regions as IORESOURCE_BUSYArd Biesheuvel2017-01-261-1/+1
* arm64: Use __pa_symbol for empty_zero_pageGeert Uytterhoeven2017-01-261-1/+1
* arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-121-4/+5
* arm64: setup: introduce kaslr_offset()Alexander Popov2016-12-201-4/+4
* arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas2016-11-211-0/+9
* arm64: Set UTS_MACHINE in the MakefileMichal Marek2016-08-311-1/+1
* arm64: mark reserved memblock regions explicitly in iomemAKASHI Takahiro2016-08-251-2/+7
* Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-301-15/+0
|\
| * arm64: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-13/+0
| * of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang2016-06-231-2/+0