aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-28arm64: Print DT machine model in setup_machine_fdt()Geert Uytterhoeven1-1/+4
2017-04-05arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro1-1/+6
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-01-26arm64: kernel: do not mark reserved memory regions as IORESOURCE_BUSYArd Biesheuvel1-1/+1
2017-01-26arm64: Use __pa_symbol for empty_zero_pageGeert Uytterhoeven1-1/+1
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott1-4/+5
2016-12-20arm64: setup: introduce kaslr_offset()Alexander Popov1-4/+4
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas1-0/+9
2016-08-31arm64: Set UTS_MACHINE in the MakefileMichal Marek1-1/+1
2016-08-25arm64: mark reserved memblock regions explicitly in iomemAKASHI Takahiro1-2/+7
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-15/+0
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+1
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2016-07-06ARM: XEN: Move xen_early_init() before efi_init()Shannon Zhao1-2/+1
2016-06-27arm64: mm: fix location of _etextArd Biesheuvel1-1/+1
2016-06-23arm64: Remove unnecessary of_platform_populate with default match tableKefeng Wang1-13/+0
2016-06-23of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang1-2/+0
2016-06-22ACPI: ARM64: support for ACPI_TABLE_UPGRADEJon Masters1-2/+4
2016-04-28arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse1-1/+0
2016-04-15arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni1-0/+4
2016-04-15arm64: Move unflatten_device_tree() call earlier.David Daney1-4/+8
2016-04-14arm64: remove the now unneeded relocate_initrd()Ard Biesheuvel1-64/+0
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+36
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel1-0/+29
2016-02-16arm64: unmap idmap earlierMark Rutland1-0/+6
2016-02-16arm64: unify idmap removalMark Rutland1-0/+1
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-3/+3
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-239/+6
2015-10-21arm64: Move /proc/cpuinfo handling codeSuzuki K. Poulose1-123/+0