summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-1727-220/+1202
|\
| * arm64: Fix misspellings in comments.Adam Buchbinder2016-03-043-4/+4
| * arm64: efi: add missing frame pointer assignmentArd Biesheuvel2016-03-041-0/+1
| * arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland2016-03-042-58/+58
| * arm64: Rework valid_user_regsMark Rutland2016-03-023-5/+81
| * arm64: kernel: acpi: fix ioremap in ACPI parking protocol cpu_postbootLorenzo Pieralisi2016-02-261-26/+14
| * arm64: Add support for Half precision floating pointSuzuki K Poulose2016-02-262-0/+4
| * arm64: Add workaround for Cavium erratum 27456Andrew Pinski2016-02-261-0/+9
| * arm64: mm: Mark .rodata as ROJeremy Linton2016-02-261-2/+3
| * arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose2016-02-252-2/+2
| * arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose2016-02-251-14/+18
| * arm64: cpufeature: Fix the sign of feature bitsSuzuki K Poulose2016-02-251-25/+25
| * arm64: cpufeature: Correct feature register tablesSuzuki K Poulose2016-02-251-3/+15
| * arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose2016-02-251-0/+12
| * arm64: Enable CPU capability verification unconditionallySuzuki K Poulose2016-02-251-10/+0
| * arm64: Handle early CPU boot failuresSuzuki K Poulose2016-02-253-2/+79
| * arm64: Move cpu_die_early to smp.cSuzuki K Poulose2016-02-242-19/+22
| * arm64: Introduce cpu_die_earlySuzuki K Poulose2016-02-241-9/+15
| * arm64: Add a helper for parking CPUs in a loopSuzuki K Poulose2016-02-241-4/+1
| * arm64: kaslr: randomize the linear regionArd Biesheuvel2016-02-241-0/+4
| * arm64: add support for kernel ASLRArd Biesheuvel2016-02-245-9/+256
| * arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel2016-02-242-0/+48
| * arm64: switch to relative exception tablesArd Biesheuvel2016-02-241-5/+2
| * arm64: avoid dynamic relocations in early boot codeArd Biesheuvel2016-02-242-14/+27
| * arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel2016-02-242-16/+22
| * arm64: add support for module PLTsArd Biesheuvel2016-02-244-0/+227
| * arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2016-02-182-6/+13
| * arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel2016-02-182-3/+3
| * arm64: Remove the get_thread_info() functionCatalin Marinas2016-02-181-9/+6
| * arm64: kernel: Don't toggle PAN on systems with UAOJames Morse2016-02-181-0/+16
| * arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse2016-02-181-6/+6
| * arm64: kernel: Add support for User Access OverrideJames Morse2016-02-182-0/+30
| * arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse2016-02-182-0/+11
| * arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse2016-02-182-56/+56
| * arm64: vdso: Mark vDSO code as read-onlyDavid Brown2016-02-161-2/+1
| * arm64: replace read_lock to rcu lock in call_step_hookYang Shi2016-02-161-10/+11
| * arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon2016-02-162-15/+20
| * arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi2016-02-164-4/+205
| * arm64: ensure _stext and _etext are page-alignedMark Rutland2016-02-161-3/+2
| * arm64: unmap idmap earlierMark Rutland2016-02-161-0/+6
| * arm64: unify idmap removalMark Rutland2016-02-163-19/+6
| * arm64: mm: place empty_zero_page in bssMark Rutland2016-02-161-0/+1
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-2/+0
|\ \
| * | ARM64: PCI: Remove generated include of asm-generic/pci-bridge.hBjorn Helgaas2016-02-051-2/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-164-5/+43
|\ \ \
| * | | arm64: VHE: Add support for running Linux in EL2 modeMarc Zyngier2016-02-291-1/+27
| * | | arm64: perf: Count EL2 events if the kernel is running in HYPMarc Zyngier2016-02-291-1/+5
| * | | arm64: KVM: Move most of the fault decoding to CMarc Zyngier2016-02-291-3/+0
| * | | arm64: Add ARM64_HAS_VIRT_HOST_EXTN featureMarc Zyngier2016-02-291-0/+11
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\ \ \ \
OpenPOWER on IntegriCloud