summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-09arm64: implement dynamic shadow call stack for ClangArd Biesheuvel1-0/+4
2022-06-15Revert "arm64: Initialize jump labels before setup_machine_fdt()"Catalin Marinas1-4/+3
2022-06-02arm64: Initialize jump labels before setup_machine_fdt()Stephen Boyd1-3/+4
2022-05-07arm64: Use insert_resource() to simplify codeZhen Lei1-14/+3
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-3/+0
2022-01-05arm64: Use correct method to calculate nomap region boundariesHuacai Chen1-2/+4
2021-12-22arm64: Unhash early pointer print plus improve commentGuilherme G. Piccoli1-1/+6
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/arm6...Linus 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/greg...Linus 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/erro...Will 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/a...Linus 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/a...Linus Torvalds1-4/+0