summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Don't relocate non-existent initrdMark Rutland2015-10-061-0/+2
* arm64: support initrd outside kernel linear mapMark Salter2015-09-091-0/+62
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-041-51/+34Star
|\
| * Merge branch 'aarch64/psci/drivers' into aarch64/for-next/coreWill Deacon2015-08-051-1/+1
| |\
| * | arm64: remove dead-code depending on CONFIG_UP_LATE_INITJonas Rabenstein2015-07-291-25/+0Star
| * | arm64: elf: use cpuid_feature_extract_field for hwcap detectionWill Deacon2015-07-271-20/+15Star
| * | arm64: lse: use generic cpufeature detection for LSE atomicsWill Deacon2015-07-271-4/+0Star
| * | arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistencyWill Deacon2015-07-271-1/+1
| * | arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-0/+3
| * | arm64: alternatives: add cpu feature for lse atomicsWill Deacon2015-07-271-0/+1
| * | arm64: elf: advertise 8.1 atomic instructions as new hwcapWill Deacon2015-07-271-0/+14
| * | arm64: kernel: remove non-legit DT warnings when booting using ACPISudeep Holla2015-07-271-2/+7
| * | arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon2015-07-271-6/+0Star
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-041-1/+1
|\ \ \ | | |/ | |/|
| * | arm64: psci: factor invocation code to driversMark Rutland2015-08-031-1/+1
| |/
* / arm64: Remove clk-provider.h includeStephen Boyd2015-07-201-1/+0Star
|/
* Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-0/+2
|\
| * arm,arm64/xen: move Xen initialization earlierStefano Stabellini2015-05-281-0/+2
* | arm64: use fixmap region for permanent FDT mappingArd Biesheuvel2015-06-021-20/+10Star
* | ARM64: kernel: unify ACPI and DT cpus initializationLorenzo Pieralisi2015-05-191-5/+2Star
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-241-5/+16
|\
| * ARM64: kernel: acpi: honour acpi=force command line parameterLorenzo Pieralisi2015-03-261-1/+1
| * ARM64 / ACPI: Don't unflatten device tree if acpi=force is passedHanjun Guo2015-03-261-1/+1
| * ARM64 / ACPI: Parse MADT for SMP initializationHanjun Guo2015-03-251-2/+5
| * ARM64 / ACPI: Get PSCI flags in FADT for PSCI initGraeme Gregory2015-03-251-3/+5
| * ARM64 / ACPI: If we chose to boot from acpi then disable FDTGraeme Gregory2015-03-251-1/+2
| * ARM64 / ACPI: Get RSDP and ACPI boot-time tablesAl Stone2015-03-251-0/+5
* | arm64: enforce x1|x2|x3 == 0 upon kernel entry as per boot protocolArd Biesheuvel2015-03-191-0/+11
* | arm64: remove processor_idArd Biesheuvel2015-03-191-3/+0Star
* | arm64: Get rid of struct cpu_tableMarc Zyngier2015-03-191-14/+2Star
* | arm64: log CPU boot modesMark Rutland2015-03-171-0/+13
* | arm64: apply alternatives for !SMP kernelsMark Rutland2015-03-171-0/+12
|/
* arm64: implement generic IOMMU configurationRobin Murphy2015-01-231-0/+2
* arm64/efi: move virtmap init to early initcallArd Biesheuvel2015-01-221-1/+0Star
* arm64: respect mem= for EFIMark Rutland2015-01-161-19/+0Star
* arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel2015-01-121-1/+0Star
* arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel2015-01-121-0/+1
* arm64/efi: add missing call to early_ioremap_reset()Ard Biesheuvel2015-01-081-0/+1
* arm64: Provide a namespace to NCAPSFabio Estevam2014-12-041-1/+1
* arm64: Factor out fixmap initialization from ioremapLaura Abbott2014-11-251-0/+1
* arm64: add cpu_capabilities bitmapAndre Przywara2014-11-251-0/+3
* arm64: Add COMPAT_HWCAP_LPAECatalin Marinas2014-11-171-1/+2
* arm64: Fix up /proc/cpuinfoMark Rutland2014-11-141-24/+73
* arm64: log physical ID of boot CPUMark Rutland2014-11-061-1/+4
* arm64/dt: add machine name to kernel call stack dump outputArd Biesheuvel2014-11-061-0/+1
* setup: Move unmask of async interrupts after possible earlycon setupJon Masters2014-09-151-5/+6
* Revert "arm64: cpuinfo: print info for all CPUs"Will Deacon2014-09-011-18/+22
* Revert "arm64: dmi: Add SMBIOS/DMI support"Will Deacon2014-07-311-2/+0Star
* arm64: dmi: Add SMBIOS/DMI supportYi Li2014-07-211-0/+2
* arm64: cpuinfo: print info for all CPUsMark Rutland2014-07-181-22/+18Star