aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-21arm64: Move cpu feature detection codeSuzuki K. Poulose1-107/+0
2015-10-21arm64: Delay cpuinfo_store_boot_cpuSuzuki K. Poulose1-8/+2
2015-10-21arm64: Delay ELF HWCAP initialisation until all CPUs are upSuzuki K. Poulose1-8/+8
2015-10-21arm64: Make the CPU information more clearSuzuki K. Poulose1-2/+1
2015-10-12arm64: add KASAN supportAndrey Ryabinin1-0/+4
2015-10-06arm64: Don't relocate non-existent initrdMark Rutland1-0/+2
2015-09-08arm64: support initrd outside kernel linear mapMark Salter1-0/+62
2015-09-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-51/+34
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2015-08-05Merge branch 'aarch64/psci/drivers' into aarch64/for-next/coreWill Deacon1-1/+1
2015-08-03arm64: psci: factor invocation code to driversMark Rutland1-1/+1
2015-07-29arm64: remove dead-code depending on CONFIG_UP_LATE_INITJonas Rabenstein1-25/+0
2015-07-27arm64: elf: use cpuid_feature_extract_field for hwcap detectionWill Deacon1-20/+15
2015-07-27arm64: lse: use generic cpufeature detection for LSE atomicsWill Deacon1-4/+0
2015-07-27arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistencyWill Deacon1-1/+1
2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon1-0/+3
2015-07-27arm64: alternatives: add cpu feature for lse atomicsWill Deacon1-0/+1
2015-07-27arm64: elf: advertise 8.1 atomic instructions as new hwcapWill Deacon1-0/+14
2015-07-27arm64: kernel: remove non-legit DT warnings when booting using ACPISudeep Holla1-2/+7
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon1-6/+0
2015-07-20arm64: Remove clk-provider.h includeStephen Boyd1-1/+0
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2015-06-02arm64: use fixmap region for permanent FDT mappingArd Biesheuvel1-20/+10
2015-05-28arm,arm64/xen: move Xen initialization earlierStefano Stabellini1-0/+2
2015-05-19ARM64: kernel: unify ACPI and DT cpus initializationLorenzo Pieralisi1-5/+2
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+16
2015-03-26ARM64: kernel: acpi: honour acpi=force command line parameterLorenzo Pieralisi1-1/+1
2015-03-26ARM64 / ACPI: Don't unflatten device tree if acpi=force is passedHanjun Guo1-1/+1
2015-03-25ARM64 / ACPI: Parse MADT for SMP initializationHanjun Guo1-2/+5
2015-03-25ARM64 / ACPI: Get PSCI flags in FADT for PSCI initGraeme Gregory1-3/+5
2015-03-25ARM64 / ACPI: If we chose to boot from acpi then disable FDTGraeme Gregory1-1/+2
2015-03-25ARM64 / ACPI: Get RSDP and ACPI boot-time tablesAl Stone1-0/+5
2015-03-19arm64: enforce x1|x2|x3 == 0 upon kernel entry as per boot protocolArd Biesheuvel1-0/+11
2015-03-19arm64: remove processor_idArd Biesheuvel1-3/+0
2015-03-19arm64: Get rid of struct cpu_tableMarc Zyngier1-14/+2
2015-03-17arm64: log CPU boot modesMark Rutland1-0/+13
2015-03-17arm64: apply alternatives for !SMP kernelsMark Rutland1-0/+12
2015-01-23arm64: implement generic IOMMU configurationRobin Murphy1-0/+2
2015-01-22arm64/efi: move virtmap init to early initcallArd Biesheuvel1-1/+0