summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/setup.c
AgeCommit message (Expand)AuthorLines
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport-1/+1
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport-1/+1
2020-09-02arm64: Remove exporting cpu_logical_map symbolSudeep Holla-1/+0
2020-08-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+7
2020-08-08arm64: Fix __cpu_logical_map undefined issueKefeng Wang-1/+7
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov-1/+1
2020-07-02arm64/panic: Unify all three existing notifier blocksAnshuman Khandual-10/+14
2020-06-11arm64: warn on incorrect placement of the kernel by the bootloaderArd Biesheuvel-0/+4
2020-03-24arm64: Introduce get_cpu_ops() helper functionGavin Shan-2/+4
2020-03-24arm64: Rename cpu_read_ops() to init_cpu_ops()Gavin Shan-1/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+0
2020-01-15arm64: Use a variable to store non-global mappings decisionMark Brown-0/+7
2020-01-14arch/arm64/setup: Drop dummy_con initializationArvind Sankar-3/+0
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon-2/+18
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang-1/+8
2019-08-15arm64: smp: disable hotplug on trusted OS resident CPUSudeep Holla-1/+10
2019-07-12arm64: move jump_label_init() before parse_early_param()Kees Cook-0/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-03-27arm64: replace memblock_alloc_low with memblock_allocChen Zhou-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-3/+5
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+0
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov-0/+3
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel-1/+0
2019-01-21arm64: Remove asm/memblock.hWill Deacon-1/+0
2018-12-14arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()Miles Chen-0/+1
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel-0/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+0
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport-2/+3
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+0
2018-10-12arm64: Fix /proc/iomem for reserved but not memory regionsWill Deacon-29/+27
2018-09-21arm64: Remove unused VGA console supportAndrew Murray-4/+0
2018-07-23arm64: export memblock_reserve()d regions via /proc/iomemJames Morse-0/+38
2017-11-02arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse-3/+5
2017-10-04arm64: consistently log boot/secondary CPU IDsMark Rutland-3/+2
2017-10-02arm64: remove unneeded copy to init_utsname()->machineMasahiro Yamada-2/+0
2017-05-30arm64: check return value of of_flat_dt_get_machine_nameKefeng Wang-0/+3
2017-04-28arm64: Print DT machine model in setup_machine_fdt()Geert Uytterhoeven-1/+4
2017-04-05arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro-1/+6
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar-0/+1
2017-01-26arm64: kernel: do not mark reserved memory regions as IORESOURCE_BUSYArd Biesheuvel-1/+1
2017-01-26arm64: Use __pa_symbol for empty_zero_pageGeert Uytterhoeven-1/+1
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott-4/+5
2016-12-20arm64: setup: introduce kaslr_offset()Alexander Popov-4/+4
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas-0/+9
2016-08-31arm64: Set UTS_MACHINE in the MakefileMichal Marek-1/+1
2016-08-25arm64: mark reserved memblock regions explicitly in iomemAKASHI Takahiro-2/+7
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-15/+0
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1