summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-03-07ARM64: dts: amlogic: Add Tronsmart Vega S95 configsAndreas Färber5-0/+224
2016-03-07ARM64: dts: Prepare configs for Amlogic Meson GXBabyAndreas Färber3-0/+187
2016-03-07ARM64: Enable Amlogic Meson GXBaby platformAndreas Färber1-0/+5
2016-03-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-5/+6
2016-03-05Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King1-97/+2
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder9-11/+11
2016-03-04arm64: efi: add missing frame pointer assignmentArd Biesheuvel1-0/+1
2016-03-04arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland5-64/+64
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar26-88/+179
2016-03-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2016-03-03arm64: enable CONFIG_DEBUG_RODATA by defaultArd Biesheuvel1-3/+3
2016-03-03Merge tag 'samsung-defconfig-4.6-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+6
2016-03-03Merge tag 'imx-dt64-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Arnd Bergmann2-0/+5
2016-03-03Merge tag 'qcom-arm64-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann13-23/+880
2016-03-02arm64: Rework valid_user_regsMark Rutland4-34/+85
2016-03-02arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenlyArd Biesheuvel1-0/+7
2016-03-02Merge tag 'kvm-arm-for-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-1/+1
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2016-03-01arm64: KVM: Move kvm_call_hyp back to its original localtionMarc Zyngier1-2/+2
2016-03-01arm64: defconfig: Enable Samsung MFD and related configsAlim Akhtar1-0/+3
2016-03-01Merge tag 'xgene-dts-for-v4.6-part2' of https://github.com/AppliedMicro/xgene...Arnd Bergmann2-0/+38
2016-03-01Merge tag 'xgene-dts-for-v4.6-part1' of https://github.com/AppliedMicro/xgene...Arnd Bergmann4-3/+14
2016-03-01Merge tag 'hip05-config-for-4.6' of git://github.com/hisilicon/linux-hisi int...Arnd Bergmann1-0/+1
2016-03-01arm64: perf: Extend ARMV8_EVTYPE_MASK to include PMCR.LCWill Deacon1-1/+1
2016-03-01Merge tag 'hip05-dt-for-4.6' of git://github.com/hisilicon/linux-hisi into ne...Arnd Bergmann2-2/+108
2016-03-01Merge tag 'sunxi-config64-for-4.6' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-0/+13
2016-03-01Merge tag 'mvebu-arm64-4.6-2' of git://git.infradead.org/linux-mvebu into nex...Arnd Bergmann1-3/+8
2016-03-01arm64: dts: qcom: Fix MPP's function used for LED controlIvan T. Ivanov1-1/+1
2016-02-29arm64: KVM: Switch the sys_reg search to be a binary searchMarc Zyngier1-18/+22
2016-02-29arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao3-0/+62
2016-02-29arm64: KVM: Introduce per-vcpu kvm device controlsShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add a new feature bit for PMUv3Shannon Zhao3-1/+5
2016-02-29arm64: KVM: Reset PMU state when resetting vcpuShannon Zhao1-0/+3
2016-02-29arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao5-5/+110
2016-02-29arm64: KVM: Add helper to handle PMCR register bitsShannon Zhao2-1/+4
2016-02-29arm64: KVM: Add access handler for PMSWINC registerShannon Zhao3-1/+22
2016-02-29arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR registerShannon Zhao2-3/+27
2016-02-29arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR registerShannon Zhao2-4/+29
2016-02-29arm64: KVM: Add access handler for event type registerShannon Zhao2-2/+127
2016-02-29arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR registerShannon Zhao2-4/+32
2016-02-29arm64: KVM: Add access handler for event counter registerShannon Zhao3-4/+139
2016-02-29arm64: KVM: Add access handler for PMCEID0 and PMCEID1 registerShannon Zhao1-4/+24
2016-02-29arm64: KVM: Add access handler for PMSELR registerShannon Zhao2-2/+19
2016-02-29arm64: KVM: Add access handler for PMCR registerShannon Zhao2-2/+43
2016-02-29arm64: KVM: Define PMU data structure for each vcpuShannon Zhao2-0/+9
2016-02-29arm64: KVM: Add temporary kvm_perf_event.hMarc Zyngier2-0/+56
2016-02-29arm64: KVM: Move __cpu_init_stage2 after kvm_call_hypMarc Zyngier1-5/+7
2016-02-29arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hypMarc Zyngier3-153/+5
2016-02-29arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier9-20/+8
2016-02-29arm64: VHE: Add support for running Linux in EL2 modeMarc Zyngier2-1/+40