summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-03-10arm64: kasan: clear stale stack poisonMark Rutland1-0/+4
2016-03-09arm64: hugetlb: partial revert of 66b3923a1a0fWill Deacon1-14/+0
2016-03-09arm64: account for sparsemem section alignment when choosing vmemmap offsetArd Biesheuvel1-2/+3
2016-03-09arm64: KVM: vgic-v3: Only wipe LRs on vcpu exitMarc Zyngier1-5/+4
2016-03-09arm64: KVM: vgic-v3: Reset LRs at boot timeMarc Zyngier2-0/+10
2016-03-09arm64: KVM: vgic-v3: Do not save an LR known to be emptyMarc Zyngier1-2/+9
2016-03-09arm64: KVM: vgic-v3: Save maintenance interrupt state only if requiredMarc Zyngier1-2/+31
2016-03-09arm64: KVM: vgic-v3: Avoid accessing ICH registersMarc Zyngier1-113/+180
2016-03-09PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas1-1/+0
2016-03-08PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa1-1/+0
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-18/+19
2016-03-08arm64: dts: juno/vexpress: fix node name unit-address presence warningsSudeep Holla6-36/+36
2016-03-08arm64: dts: foundation-v8: add SBSA Generic Watchdog device nodeFu Wei1-0/+8
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-1/+0
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