summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse2016-04-285-77/+33
* arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()James Morse2016-04-283-90/+77
* arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse2016-04-281-2/+3
* arm64: hyp/kvm: Make hyp-stub extensibleGeoff Levand2016-04-281-10/+24
* arm64: kvm: Move lr save/restore from do_el2_call into EL1James Morse2016-04-281-2/+8
* arm64: acpi: add acpi=on cmdline option to prefer ACPI boot over DTArd Biesheuvel2016-04-261-2/+6
* arm64: relocatable: deal with physically misaligned kernel imagesArd Biesheuvel2016-04-262-6/+9
* arm64: don't map TEXT_OFFSET bytes below the kernel if we can avoid itArd Biesheuvel2016-04-262-6/+5
* arm64: kernel: replace early 64-bit literal loads with move-immediatesArd Biesheuvel2016-04-261-4/+4
* arm64: kernel: perform relocation processing from ID mapArd Biesheuvel2016-04-262-48/+55
* arm64: kernel: use literal for relocated address of __secondary_switchedArd Biesheuvel2016-04-261-7/+7
* arm64: kernel: don't export local symbols from head.SArd Biesheuvel2016-04-261-3/+3
* arm64: Fix behavior of maxcpus=NSuzuki K Poulose2016-04-251-17/+1
* arm64: Verify CPU errata work arounds on hotplugged CPUSuzuki K Poulose2016-04-252-0/+21
* arm64: Allow a capability to be checked on a single CPUMarc Zyngier2016-04-251-0/+18
* arm64: cpufeature: Add scope for capability checkSuzuki K Poulose2016-04-252-60/+75
* arm64: make dt_scan_depth1_nodes more readableMark Rutland2016-04-251-9/+16
* ARM64: ACPI: Check if it runs on Xen to enable or disable ACPIShannon Zhao2016-04-251-4/+10
* arm64: compat: Check for AArch32 stateSuzuki K Poulose2016-04-202-2/+15
* arm64: cpufeature: Track 32bit EL0 supportSuzuki K Poulose2016-04-201-0/+9
* arm64: cpufeature: Check availability of AArch32Suzuki K Poulose2016-04-202-56/+67
* arm64: HWCAP: Split COMPAT HWCAP table entriesSuzuki K Poulose2016-04-201-48/+56
* arm64: hwcaps: Cleanup namingSuzuki K Poulose2016-04-201-9/+9
* arm64: Reduce verbosity on SMP CPU stopJan Glauber2016-04-191-11/+5
* arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni2016-04-153-0/+18
* arm64: Move unflatten_device_tree() call earlier.David Daney2016-04-151-4/+8
* arm64: vhe: Verify CPU Exception LevelsSuzuki K Poulose2016-04-152-0/+39
* arm64: hw-breakpoint: Remove superfluous SMP function callAnna-Maria Gleixner2016-04-141-3/+5
* arm64/debug: Remove superfluous SMP function callAnna-Maria Gleixner2016-04-141-2/+1
* arm64: simplify kernel segment mapping granularityArd Biesheuvel2016-04-141-10/+15
* arm64: cover the .head.text section in the .text segment mappingArd Biesheuvel2016-04-141-1/+0
* arm64: move early boot code to the .init segmentArd Biesheuvel2016-04-143-18/+20
* arm64: insn: avoid virt_to_page() translations on core kernel symbolsArd Biesheuvel2016-04-141-1/+1
* arm64: vdso: avoid virt_to_page() translations on kernel symbolsArd Biesheuvel2016-04-141-2/+2
* arm64: remove the now unneeded relocate_initrd()Ard Biesheuvel2016-04-141-64/+0
* arm64: cpuidle: make arm_cpuidle_suspend() a bit more efficientJisheng Zhang2016-04-131-7/+2
* arm64: cpufeature: append additional id_aa64mmfr2 fields to cpufeatureKefeng Wang2016-04-131-0/+4
* arm64: perf: Move PMU register related defines to asm/perf_event.hShannon Zhao2016-03-291-53/+19
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-242-5/+6
|\
| * arm64: kaslr: use callee saved register to preserve SCTLR across C callArd Biesheuvel2016-03-241-2/+2
| * arm64: fix KASLR boot-time I-cache maintenanceMark Rutland2016-03-211-2/+3
| * arm64/kernel: fix incorrect EL0 check in inv_entry macroArd Biesheuvel2016-03-211-1/+1
* | Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds2016-03-211-22/+100
|\ \
| * | arm64: perf: Extend ARMV8_EVTYPE_MASK to include PMCR.LCWill Deacon2016-02-291-1/+1
| * | arm64: perf: Extend event mask for ARMv8.1Jan Glauber2016-02-181-2/+2
| * | arm64: perf: Enable PMCR long cycle counter bitJan Glauber2016-02-181-5/+16
| * | arm64/perf: Add Cavium ThunderX PMU supportJan Glauber2016-02-181-1/+68
| * | arm64: perf: Rename Cortex A57 eventsJan Glauber2016-02-181-14/+14
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-0/+1
|\ \ \