aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-16arm64: kernel: build MPIDR_EL1 hash function data structureLorenzo Pieralisi1-0/+70
2013-11-25arm64: Unmask asynchronous aborts when in kernel modeCatalin Marinas1-0/+5
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-56/+4
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2013-10-30ARM64: DT: define ARM64 specific arch_match_cpu_phys_idSudeep KarkadaNagesha1-0/+5
2013-10-25arm64: setup: report ELF_PLATFORM as the machine for utsnameWill Deacon1-1/+1
2013-10-25arm64: read enable-method for CPU0Mark Rutland1-0/+2
2013-10-09arm64: use common of_flat_dt_get_machine_nameRob Herring1-10/+1
2013-10-09of: create default early_init_dt_add_memory_archRob Herring1-18/+0
2013-10-09arm64: use early_init_dt_scanRob Herring1-28/+3
2013-09-26ARM64: arch_timer: add support to configure and enable event streamSudeep KarkadaNagesha1-0/+11
2013-09-20arm64: Widen hwcap to be 64 bitSteve Capper1-1/+1
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-5/+0
2013-08-30arm64: delay: don't bother reporting bogomips in /proc/cpuinfoWill Deacon1-3/+0
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-5/+0
2013-05-14arm64: Invoke the of_platform_populate() at arch_initcall() levelCatalin Marinas1-9/+3
2013-03-20arm64: kernel: initialise cpu_logical_map from the DTJavi Merino1-0/+4
2013-03-20arm64: Initialise the clocks described via DTCatalin Marinas1-0/+8
2013-01-29arm64: psci: add support for PSCI invocations from the kernelWill Deacon1-0/+3
2013-01-22arm64: Populate the platform devicesCatalin Marinas1-0/+8
2012-10-18arm64: Ignore memory blocks below PHYS_OFFSETCatalin Marinas1-0/+12
2012-09-17arm64: Kernel booting and initialisationCatalin Marinas1-0/+347