summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-162-5/+0
|\
| *---. Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Bjorn Helgaas2016-03-152-2/+0
| |\ \ \
| | | | * PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-1/+0
| | |_|/ | |/| |
| | | * PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa2016-03-081-1/+0
| | |/
| * / PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas2016-02-051-3/+0
| |/
* | Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-161-2/+7
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2016-03-141-2/+7
| |\ \ \ \
| | | | * | ARM: imx6: pm: declare pm domain latency on power_state structAxel Haslam2016-02-151-2/+7
| | | |/ / | | |/| |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-1629-1385/+1405
|\ \ \ \ \
| * | | | | KVM: arm/arm64: timer: Add active state cachingMarc Zyngier2016-02-291-0/+1
| * | | | | ARM: KVM: Switch the CP reg search to be a binary searchMarc Zyngier2016-02-291-18/+23
| * | | | | ARM: KVM: Rename struct coproc_reg::is_64 to is_64bitMarc Zyngier2016-02-292-6/+6
| * | | | | ARM: KVM: Enforce sorting of all CP tablesMarc Zyngier2016-02-291-8/+17
| * | | | | ARM: KVM: Properly sort the invariant tableMarc Zyngier2016-02-291-3/+3
| * | | | | arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao2016-02-292-0/+18
| * | | | | arm64: KVM: Introduce per-vcpu kvm device controlsShannon Zhao2016-02-291-0/+55
| * | | | | arm64: KVM: Free perf event of PMU when destroying vcpuShannon Zhao2016-02-291-0/+1
| * | | | | arm64: KVM: Add PMU overflow interrupt routingShannon Zhao2016-02-291-2/+6
| * | | | | ARM: KVM: Use common version of timer-sr.cMarc Zyngier2016-02-293-70/+10
| * | | | | ARM: KVM: Use common version of vgic-v2-sr.cMarc Zyngier2016-02-292-83/+4
| * | | | | ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier2016-02-298-12/+7
| * | | | | arm64: KVM: Skip HYP setup when already running in HYPMarc Zyngier2016-02-292-59/+121
| * | | | | arm/arm64: Add new is_kernel_in_hyp_mode predicateMarc Zyngier2016-02-291-0/+5
| * | | | | arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOPMarc Zyngier2016-02-292-0/+21
| * | | | | ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_endMarc Zyngier2016-02-291-3/+0
| * | | | | ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORTMarc Zyngier2016-02-291-2/+0
| * | | | | ARM: KVM: Remove unused hyp_pc fieldMarc Zyngier2016-02-294-12/+0
| * | | | | ARM: KVM: Cleanup asm-offsets.cMarc Zyngier2016-02-291-30/+0
| * | | | | ARM: KVM: Turn CP15 defines to an enumMarc Zyngier2016-02-293-34/+39
| * | | | | ARM: KVM: Remove __weak attributesMarc Zyngier2016-02-293-7/+5
| * | | | | ARM: KVM: Switch to C-based stage2 initMarc Zyngier2016-02-296-8/+40
| * | | | | ARM: KVM: Remove the old world switchMarc Zyngier2016-02-292-1128/+1
| * | | | | ARM: KVM: Change kvm_call_hyp return type to unsigned longMarc Zyngier2016-02-292-9/+3
| * | | | | ARM: KVM: Add panic handling codeMarc Zyngier2016-02-292-7/+59
| * | | | | ARM: KVM: Add HYP mode entry codeMarc Zyngier2016-02-293-0/+160
| * | | | | ARM: KVM: Add populating of fault data structureMarc Zyngier2016-02-292-0/+58
| * | | | | ARM: KVM: Add the new world switch implementationMarc Zyngier2016-02-293-0/+148
| * | | | | ARM: KVM: Add VFP lazy save/restore handlerMarc Zyngier2016-02-291-0/+31
| * | | | | ARM: KVM: Add guest entry codeMarc Zyngier2016-02-293-0/+73
| * | | | | ARM: KVM: Add banked registers save/restoreMarc Zyngier2016-02-293-0/+89
| * | | | | ARM: KVM: Add VFP save/restoreMarc Zyngier2016-02-293-0/+82
| * | | | | ARM: KVM: Add vgic v2 save/restoreMarc Zyngier2016-02-293-0/+88
| * | | | | ARM: KVM: Add timer save/restoreMarc Zyngier2016-02-293-0/+80
| * | | | | ARM: KVM: Add CP15 save/restore codeMarc Zyngier2016-02-293-0/+113
| * | | | | ARM: KVM: Add TLB invalidation codeMarc Zyngier2016-02-294-0/+81
| * | | | | ARM: KVM: Add system register accessor macrosMarc Zyngier2016-02-291-0/+15
| * | | | | ARM: KVM: Add a HYP-specific header fileMarc Zyngier2016-02-291-0/+30
| * | | | | ARM: KVM: Move GP registers into the CPU context structureMarc Zyngier2016-02-297-24/+34
| * | | | | ARM: KVM: Move CP15 array into the CPU context structureMarc Zyngier2016-02-298-42/+43
| * | | | | ARM: KVM: Move VFP registers to a CPU context structureMarc Zyngier2016-02-294-20/+26