aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-08arm64: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon1-1/+1
2021-06-15arm64/mm: Fix ttbr0 values stored in struct thread_info for software-panAnshuman Khandual1-1/+1
2021-05-26arm64: smp: initialize cpu offset earlierMark Rutland1-6/+0
2021-02-09arm64: Extract early FDT mapping from kaslr_early_init()Marc Zyngier1-0/+15
2020-12-22kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov1-1/+1
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas1-1/+1
2020-12-04arm64: Make cpu_logical_map() take unsigned intDavid Brazdil1-1/+1
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel1-2/+2
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland1-1/+1
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport1-1/+1
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport1-1/+1
2020-09-02arm64: Remove exporting cpu_logical_map symbolSudeep Holla1-1/+0
2020-08-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+7
2020-08-08arm64: Fix __cpu_logical_map undefined issueKefeng Wang1-1/+7
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov1-1/+1
2020-07-02arm64/panic: Unify all three existing notifier blocksAnshuman Khandual1-10/+14
2020-06-11arm64: warn on incorrect placement of the kernel by the bootloaderArd Biesheuvel1-0/+4
2020-03-24arm64: Introduce get_cpu_ops() helper functionGavin Shan1-2/+4
2020-03-24arm64: Rename cpu_read_ops() to init_cpu_ops()Gavin Shan1-1/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+0
2020-01-15arm64: Use a variable to store non-global mappings decisionMark Brown1-0/+7
2020-01-14arch/arm64/setup: Drop dummy_con initializationArvind Sankar1-3/+0
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon1-2/+18
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang1-1/+8
2019-08-15arm64: smp: disable hotplug on trusted OS resident CPUSudeep Holla1-1/+10
2019-07-12arm64: move jump_label_init() before parse_early_param()Kees Cook1-0/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-27arm64: replace memblock_alloc_low with memblock_allocChen Zhou1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-3/+5
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+0
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov1-0/+3
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel1-1/+0
2019-01-21arm64: Remove asm/memblock.hWill Deacon1-1/+0
2018-12-14arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()Miles Chen1-0/+1
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel1-0/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport1-2/+3
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+0
2018-10-12arm64: Fix /proc/iomem for reserved but not memory regionsWill Deacon1-29/+27
2018-09-21arm64: Remove unused VGA console supportAndrew Murray1-4/+0
2018-07-23arm64: export memblock_reserve()d regions via /proc/iomemJames Morse1-0/+38
2017-11-02arm64: Move the async/fiq helpers to explicitly set process context flagsJames Morse1-3/+5
2017-10-04arm64: consistently log boot/secondary CPU IDsMark Rutland1-3/+2
2017-10-02arm64: remove unneeded copy to init_utsname()->machineMasahiro Yamada1-2/+0
2017-05-30arm64: check return value of of_flat_dt_get_machine_nameKefeng Wang1-0/+3