aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-21arm64: Fix EL1/EL2 early init inconsistencies with VHEDave Martin1-0/+10
2016-04-20arm64: spin-table: add missing of_node_put()Masahiro Yamada1-5/+6
2016-04-18arm64: fix invalidation of wrong __early_cpu_boot_status cachelineArd Biesheuvel1-1/+2
2016-03-29arm64: perf: Move PMU register related defines to asm/perf_event.hShannon Zhao1-53/+19
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-0/+1
2016-03-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-5/+6
2016-03-24arm64: kaslr: use callee saved register to preserve SCTLR across C callArd Biesheuvel1-2/+2
2016-03-21Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-22/+100
2016-03-21arm64: fix KASLR boot-time I-cache maintenanceMark Rutland1-2/+3
2016-03-21arm64/kernel: fix incorrect EL0 check in inv_entry macroArd Biesheuvel1-1/+1
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
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: perf: Extend ARMV8_EVTYPE_MASK to include PMCR.LCWill Deacon1-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