aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-16arm64: respect mem= for EFIMark Rutland1-19/+0
2015-01-12arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel1-1/+0
2015-01-12arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel1-0/+1
2015-01-08arm64/efi: add missing call to early_ioremap_reset()Ard Biesheuvel1-0/+1
2014-12-04arm64: Provide a namespace to NCAPSFabio Estevam1-1/+1
2014-11-25arm64: Factor out fixmap initialization from ioremapLaura Abbott1-0/+1
2014-11-25arm64: add cpu_capabilities bitmapAndre Przywara1-0/+3
2014-11-17arm64: Add COMPAT_HWCAP_LPAECatalin Marinas1-1/+2
2014-11-14arm64: Fix up /proc/cpuinfoMark Rutland1-24/+73
2014-11-06arm64: log physical ID of boot CPUMark Rutland1-1/+4
2014-11-06arm64/dt: add machine name to kernel call stack dump outputArd Biesheuvel1-0/+1
2014-09-15setup: Move unmask of async interrupts after possible earlycon setupJon Masters1-5/+6
2014-09-01Revert "arm64: cpuinfo: print info for all CPUs"Will Deacon1-18/+22
2014-07-31Revert "arm64: dmi: Add SMBIOS/DMI support"Will Deacon1-2/+0
2014-07-21arm64: dmi: Add SMBIOS/DMI supportYi Li1-0/+2
2014-07-18arm64: cpuinfo: print info for all CPUsMark Rutland1-22/+18
2014-07-18arm64: cpuinfo: record cpu system register valuesMark Rutland1-3/+4
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into nextLinus Torvalds1-1/+15
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-0/+5
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas1-1/+0
2014-05-09arm64: Implement cache_line_size() based on CTR_EL0.CWGCatalin Marinas1-0/+15
2014-05-03arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas1-1/+1
2014-04-30arm64: add EFI runtime servicesMark Salter1-0/+5
2014-04-25arm64: init: Move of_clk_init to time_initChanho Min1-1/+0
2014-04-07arm64: add early_ioremap supportMark Salter1-0/+2
2014-04-07arm64: initialize pgprot info earlier in bootMark Salter1-0/+2
2014-03-04arm64: advertise ARMv8 extensions to 32-bit compat ELF binariesArd Biesheuvel1-0/+32
2014-03-04arm64: add AT_HWCAP2 support for 32-bit compatArd Biesheuvel1-0/+1
2013-12-19Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstreamCatalin Marinas1-0/+70
2013-12-19arm64: Add hwcaps for crypto and CRC32 extensions.Steve Capper1-0/+37
2013-12-19arm64: Remove outdated commentLiviu Dudau1-5/+0
2013-12-19arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon1-0/+10