summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Revert "ARM: 7830/1: delay: don't bother reporting bogomips in /proc/cpuinfo"Pavel Machek2015-01-042-0/+21
* Add USB_EHCI_EXYNOS to multi_v7_defconfigSteev Klimaszewski2014-12-301-0/+1
* ARM: mvebu: Fix pinctrl configuration for Armada 370 DBGregory CLEMENT2014-12-211-24/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2014-12-201-2/+2
|\
| * arm/spinlock: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-2/+2
* | Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-12-2019-143/+152
|\ \
| * | ARM: OMAP3: clock: fix boot breakage in legacy modeTero Kristo2014-12-151-9/+14
| * | ARM: OMAP2+: clock: fix DPLL code to use new determine rate APIsTero Kristo2014-12-152-6/+6
| * | Merge tag 'for-v3.19/omap-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Michael Turquette2014-12-157-63/+208
| |\ \
| * \ \ Merge tag 'sunxi-clocks-for-3.19' of https://git.kernel.org/pub/scm/linux/ker...Michael Turquette2014-11-246-60/+12
| |\ \ \
| | * | | ARM: dts: sunxi: Use sun4i-a10-apb1-clk for sun6i/sun8i apb2 clocks.Chen-Yu Tsai2014-11-232-20/+4
| | * | | ARM: dts: sunxi: unify APB1 clockEmilio López2014-11-234-40/+8
| * | | | arm: mmp: Make use of the DT supported clockChao Xie2014-11-126-62/+111
| * | | | arm: mmp: Make all the dts file to be compiled by MakefileChao Xie2014-11-127-6/+9
* | | | | PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-1924-26/+22
* | | | | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-187-8/+8
|\ \ \ \ \
| * | | | | PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki2014-12-131-1/+1
| * | | | | ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-136-7/+7
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-188-47/+195
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-12-158-48/+201
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall2014-12-151-2/+11
| | * | | | | arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall2014-12-131-0/+5
| | * | | | | arm/arm64: KVM: Rename vgic_initialized to vgic_readyChristoffer Dall2014-12-131-1/+1
| | * | | | | arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()Peter Maydell2014-12-131-3/+3
| | * | | | | arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall2014-12-133-0/+73
| | * | | | | arm/arm64: KVM: Turn off vcpus on PSCI shutdown/rebootChristoffer Dall2014-12-131-0/+18
| | * | | | | arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABIChristoffer Dall2014-12-133-27/+43
| | * | | | | arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall2014-12-133-1/+7
| | * | | | | arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall2014-12-131-0/+2
| | * | | | | arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall2014-12-131-1/+1
| | * | | | | arm/arm64: KVM: avoid unnecessary guest register mangling on MMIO readAndre Przywara2014-11-251-6/+9
| | * | | | | arm, arm64: KVM: handle potential incoherency of readonly memslotsArd Biesheuvel2014-11-251-5/+15
| | * | | | | arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek2014-11-252-4/+10
| | * | | | | arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel2014-11-251-1/+6
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-12-172-0/+91
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2014-12-092-0/+91
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: tegra: Add thermal trip points for Jetson TK1Mikko Perttunen2014-11-201-0/+44
| | * | | | | | | ARM: tegra: Add soctherm and thermal zones to Tegra124 device treeMikko Perttunen2014-11-201-0/+47
* | | | | | | | | Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-163-14/+85
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_opsWill Deacon2014-12-012-14/+81
| * | | | | | | | | arm: call iommu_init before of_platform_populateWill Deacon2014-12-011-0/+2
| * | | | | | | | | dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon2014-12-011-1/+3
| * | | | | | | | | dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon2014-12-011-4/+4
* | | | | | | | | | Merge tag 'dt2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-12-1613-29/+267
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'tegra-for-3.19-dt' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2014-12-045-35/+44
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: tegra: Enable IOMMU for display controllers on Tegra124Thierry Reding2014-12-041-0/+5
| | * | | | | | | | | | ARM: tegra: Enable IOMMU for display controllers on Tegra114Thierry Reding2014-12-041-0/+5
| | * | | | | | | | | | ARM: tegra: Enable IOMMU for display controllers on Tegra30Thierry Reding2014-12-041-0/+5
| | * | | | | | | | | | ARM: tegra: Add memory controller support for Tegra124Thierry Reding2014-12-041-0/+11
| | * | | | | | | | | | ARM: tegra: Add memory controller support for Tegra114Thierry Reding2014-12-041-9/+9
OpenPOWER on IntegriCloud