aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-97/+2
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds27-220/+1202
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+0
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-5/+43
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2016-03-09arm64: kasan: clear stale stack poisonMark Rutland1-0/+4
2016-03-04Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King1-97/+2
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder3-4/+4
2016-03-04arm64: efi: add missing frame pointer assignmentArd Biesheuvel1-0/+1
2016-03-04arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland2-58/+58
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar4-36/+41
2016-03-02arm64: Rework valid_user_regsMark Rutland3-5/+81
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2016-02-29arm64: VHE: Add support for running Linux in EL2 modeMarc Zyngier1-1/+27
2016-02-29arm64: perf: Count EL2 events if the kernel is running in HYPMarc Zyngier1-1/+5
2016-02-29arm64: KVM: Move most of the fault decoding to CMarc Zyngier1-3/+0
2016-02-29arm64: Add ARM64_HAS_VIRT_HOST_EXTN featureMarc Zyngier1-0/+11
2016-02-26arm64: kernel: acpi: fix ioremap in ACPI parking protocol cpu_postbootLorenzo Pieralisi1-26/+14
2016-02-26arm64: Add support for Half precision floating pointSuzuki K Poulose2-0/+4
2016-02-26arm64: Add workaround for Cavium erratum 27456Andrew Pinski1-0/+9
2016-02-26arm64: mm: Mark .rodata as ROJeremy Linton1-2/+3
2016-02-25arm64: Rename cpuid_feature field extract routinesSuzuki K Poulose2-2/+2
2016-02-25arm64: capabilities: Handle sign of the feature bitSuzuki K Poulose1-14/+18
2016-02-25arm64: cpufeature: Fix the sign of feature bitsSuzuki K Poulose1-25/+25
2016-02-25arm64: cpufeature: Correct feature register tablesSuzuki K Poulose1-3/+15
2016-02-25arm64: Ensure the secondary CPUs have safe ASIDBits sizeSuzuki K Poulose1-0/+12
2016-02-25arm64: Enable CPU capability verification unconditionallySuzuki K Poulose1-10/+0
2016-02-25arm64: Handle early CPU boot failuresSuzuki K Poulose3-2/+79
2016-02-24arm64: Move cpu_die_early to smp.cSuzuki K Poulose2-19/+22
2016-02-24arm64: Introduce cpu_die_earlySuzuki K Poulose1-9/+15
2016-02-24arm64: Add a helper for parking CPUs in a loopSuzuki K Poulose1-4/+1
2016-02-24arm64: kaslr: randomize the linear regionArd Biesheuvel1-0/+4
2016-02-24arm64: add support for kernel ASLRArd Biesheuvel5-9/+256
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel2-0/+48
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel1-5/+2
2016-02-24arm64: avoid dynamic relocations in early boot codeArd Biesheuvel2-14/+27
2016-02-24arm64: avoid R_AARCH64_ABS64 relocations for Image header fieldsArd Biesheuvel2-16/+22
2016-02-24arm64: add support for module PLTsArd Biesheuvel4-0/+227
2016-02-18arm64: allow kernel Image to be loaded anywhere in physical memoryArd Biesheuvel2-6/+13
2016-02-18arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel2-3/+3
2016-02-18arm64: Remove the get_thread_info() functionCatalin Marinas1-9/+6
2016-02-18arm64: kernel: Don't toggle PAN on systems with UAOJames Morse1-0/+16
2016-02-18arm64: cpufeature: Test 'matches' pointer to find the end of the listJames Morse1-6/+6
2016-02-18arm64: kernel: Add support for User Access OverrideJames Morse2-0/+30
2016-02-18arm64: add ARMv8.2 id_aa64mmfr2 boiler plateJames Morse2-0/+11
2016-02-18arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macroJames Morse2-56/+56
2016-02-16arm64: vdso: Mark vDSO code as read-onlyDavid Brown1-2/+1
2016-02-16arm64: replace read_lock to rcu lock in call_step_hookYang Shi1-10/+11
2016-02-16arm64: prefetch: add alternative pattern for CPUs without a prefetcherWill Deacon2-15/+20