summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/setup.c
AgeCommit message (Expand)Author
2024-03-07Merge branch 'for-next/stage1-lpa2' into for-next/coreCatalin Marinas
2024-02-28arm64: Update setup_arch() comment on interrupt maskingRyo Takakura
2024-02-16arm64: head: Move early kernel mapping routines into C codeArd Biesheuvel
2024-02-16arm64: mm: Make kaslr_requires_kpti() a static inlineArd Biesheuvel
2024-02-16arm64: kernel: Remove early fdt remap codeArd Biesheuvel
2023-12-06arm64: convert to arch_cpu_is_hotpluggable()Russell King (Oracle)
2023-12-06arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()James Morse
2023-06-06arm64: kaslr: split kaslr/module initializationMark Rutland
2023-01-24arm64: head: record the MMU state at primary entryArd Biesheuvel
2022-11-09arm64: implement dynamic shadow call stack for ClangArd Biesheuvel
2022-06-15Revert "arm64: Initialize jump labels before setup_machine_fdt()"Catalin Marinas
2022-06-02arm64: Initialize jump labels before setup_machine_fdt()Stephen Boyd
2022-05-07arm64: Use insert_resource() to simplify codeZhen Lei
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand
2022-01-05arm64: Use correct method to calculate nomap region boundariesHuacai Chen
2021-12-22arm64: Unhash early pointer print plus improve commentGuilherme G. Piccoli
2021-07-08arm64: convert to setup_initial_init_mm()Kefeng Wang
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-24Merge branch 'for-next/mm' into for-next/coreWill Deacon
2021-06-15arm64/mm: Fix ttbr0 values stored in struct thread_info for software-panAnshuman Khandual
2021-05-26arm64: smp: initialize cpu offset earlierMark Rutland
2021-02-09arm64: Extract early FDT mapping from kaslr_early_init()Marc Zyngier
2020-12-22kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas
2020-12-04arm64: Make cpu_logical_map() take unsigned intDavid Brazdil
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingArd Biesheuvel
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport
2020-09-02arm64: Remove exporting cpu_logical_map symbolSudeep Holla
2020-08-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-08-08arm64: Fix __cpu_logical_map undefined issueKefeng Wang
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov
2020-07-02arm64/panic: Unify all three existing notifier blocksAnshuman Khandual
2020-06-11arm64: warn on incorrect placement of the kernel by the bootloaderArd Biesheuvel
2020-03-24arm64: Introduce get_cpu_ops() helper functionGavin Shan
2020-03-24arm64: Rename cpu_read_ops() to init_cpu_ops()Gavin Shan
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-15arm64: Use a variable to store non-global mappings decisionMark Brown
2020-01-14arch/arm64/setup: Drop dummy_con initializationArvind Sankar
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang
2019-08-15arm64: smp: disable hotplug on trusted OS resident CPUSudeep Holla
2019-07-12arm64: move jump_label_init() before parse_early_param()Kees Cook
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-03-27arm64: replace memblock_alloc_low with memblock_allocChen Zhou
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds