summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-7/+0
2016-05-16Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds1-188/+365
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds26-560/+1304
2016-05-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+4
2016-05-12arm64: do not enforce strict 16 byte alignment to stack pointerColin Ian King1-3/+0
2016-05-11arm64: kernel: Fix incorrect brk randomizationKees Cook1-7/+8
2016-05-11arm64: cpuinfo: Missing NULL terminator in compat_hwcap_strJulien Grall1-1/+2
2016-05-11arm64: secondary_start_kernel: Remove unnecessary barrierSuzuki K Poulose1-2/+0
2016-05-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-6/+18
2016-04-28arm64: hibernate: Refuse to hibernate if the boot cpu is offlineJames Morse1-0/+26
2016-04-28arm64: kernel: Add support for hibernate/suspend-to-diskJames Morse5-0/+658
2016-04-28arm64: Promote KERNEL_START/KERNEL_END definitions to a header fileJames Morse1-3/+0
2016-04-28arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse5-77/+33
2016-04-28arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()James Morse3-90/+77
2016-04-28arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse1-2/+3
2016-04-28arm64: hyp/kvm: Make hyp-stub extensibleGeoff Levand1-10/+24
2016-04-28arm64: kvm: Move lr save/restore from do_el2_call into EL1James Morse1-2/+8
2016-04-28arm64/efi/libstub: Make screen_info accessible to the UEFI stubArd Biesheuvel2-0/+4
2016-04-28arm64/efi: Apply strict permissions to UEFI Runtime Services regionsArd Biesheuvel1-14/+40
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo1-2/+2
2016-04-26arm64: acpi: add acpi=on cmdline option to prefer ACPI boot over DTArd Biesheuvel1-2/+6
2016-04-26arm64: relocatable: deal with physically misaligned kernel imagesArd Biesheuvel2-6/+9
2016-04-26arm64: don't map TEXT_OFFSET bytes below the kernel if we can avoid itArd Biesheuvel2-6/+5
2016-04-26arm64: kernel: replace early 64-bit literal loads with move-immediatesArd Biesheuvel1-4/+4
2016-04-26arm64: kernel: perform relocation processing from ID mapArd Biesheuvel2-48/+55
2016-04-26arm64: kernel: use literal for relocated address of __secondary_switchedArd Biesheuvel1-7/+7
2016-04-26arm64: kernel: don't export local symbols from head.SArd Biesheuvel1-3/+3
2016-04-25arm64: Fix behavior of maxcpus=NSuzuki K Poulose1-17/+1
2016-04-25arm64: Verify CPU errata work arounds on hotplugged CPUSuzuki K Poulose2-0/+21
2016-04-25arm64: Allow a capability to be checked on a single CPUMarc Zyngier1-0/+18
2016-04-25arm64: cpufeature: Add scope for capability checkSuzuki K Poulose2-60/+75
2016-04-25arm64: perf: don't expose CHAIN event in sysfsWill Deacon1-2/+1
2016-04-25arm64/perf: Add Broadcom Vulcan PMU supportAshok Kumar1-0/+60
2016-04-25arm64/perf: Filter common events based on PMCEIDn_EL0Ashok Kumar1-15/+55
2016-04-25arm64/perf: Access pmu register using <read/write>_sys_regAshok Kumar1-17/+16
2016-04-25arm64/perf: Define complete ARMv8 recommended implementation defined eventsAshok Kumar1-0/+79
2016-04-25arm64/perf: Changed events naming as per the ARM ARMAshok Kumar1-153/+153
2016-04-25arm64: make dt_scan_depth1_nodes more readableMark Rutland1-9/+16
2016-04-25ARM64: ACPI: Check if it runs on Xen to enable or disable ACPIShannon Zhao1-4/+10
2016-04-21arm64: Fix EL1/EL2 early init inconsistencies with VHEDave Martin1-0/+10
2016-04-20arm64: compat: Check for AArch32 stateSuzuki K Poulose2-2/+15
2016-04-20arm64: cpufeature: Track 32bit EL0 supportSuzuki K Poulose1-0/+9
2016-04-20arm64: cpufeature: Check availability of AArch32Suzuki K Poulose2-56/+67
2016-04-20arm64: HWCAP: Split COMPAT HWCAP table entriesSuzuki K Poulose1-48/+56
2016-04-20arm64: hwcaps: Cleanup namingSuzuki K Poulose1-9/+9
2016-04-20arm64: spin-table: add missing of_node_put()Masahiro Yamada1-5/+6
2016-04-19arm64: Reduce verbosity on SMP CPU stopJan Glauber1-11/+5
2016-04-18arm64: fix invalidation of wrong __early_cpu_boot_status cachelineArd Biesheuvel1-1/+2
2016-04-15arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni3-0/+18
2016-04-15arm64: Move unflatten_device_tree() call earlier.David Daney1-4/+8