aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-9/+0
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds35-589/+1637
2016-03-16Merge tag 'edac_for_4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-0/+6
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-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into nextBjorn Helgaas2-3/+0
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
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-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-16/+3
2016-03-09arm64: 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-08PCI: 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-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-1/+0
2016-03-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-5/+6
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-02Merge tag 'kvm-arm-for-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-masterPaolo Bonzini1-1/+1
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-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
2016-02-29arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYPMarc Zyngier1-5/+13
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 Zyngier3-67/+90
2016-02-29arm64: KVM: VHE: Add alternative panic handlingMarc Zyngier1-8/+27