summaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-131-1/+5
|\
| * KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall2016-08-121-1/+5
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-08-1115-17/+23
|\ \
| * | Merge tag 'pxa-fixes-v4.8' of https://github.com/rjarzmik/linux into randconf...Arnd Bergmann2016-08-112-0/+2
| * | ARM: dts: realview: Fix PBX-A9 cache descriptionRobin Murphy2016-08-101-5/+4
| * | ARM: tegra: fix erroneous address in dtsRalf Ramsauer2016-08-101-2/+2
| * | ARM: dts: add syscon compatible string for AP sysconLinus Walleij2016-08-101-1/+1
| * | ARM: dts: add syscon compatible string for CP sysconLinus Walleij2016-08-101-1/+1
| * | ARM: oxnas: select reset controller frameworkArnd Bergmann2016-08-101-0/+2
| * | ARM: hide mach-*/ include for ARM_SINGLE_ARMV7MArnd Bergmann2016-08-101-0/+2
| * | ARM: don't include removed directoriesArnd Bergmann2016-08-103-5/+3
| * | Revert "ARM: aspeed: adapt defconfigs for new CONFIG_PRINTK_TIME"Arnd Bergmann2016-08-032-2/+2
| * | ARM: shmobile: don't call platform_can_secondary_boot on UPArnd Bergmann2016-08-021-0/+3
| * | ARM: do away with final ARCH_REQUIRE_GPIOLIBLinus Walleij2016-08-021-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-101-8/+0
|\ \ \
| * | | revert "ARM: keystone: dts: add psci command definition"Andrew Morton2016-08-101-8/+0
* | | | arm: oabi compat: add missing access checksDave Weinstein2016-08-101-1/+7
|/ / /
* | | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-082-2/+10
|\ \ \ | |_|/ |/| |
| * | ARM: uaccess: Enable hardened usercopyKees Cook2016-07-262-2/+10
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-063-0/+22
|\ \ \
| * \ \ Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-08-043-0/+22
| |\ \ \
| | * | | KVM: arm/arm64: Enable irqchip routingEric Auger2016-07-223-0/+22
* | | | | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-055-5/+5
|\ \ \ \ \
| * | | | | rtc: v3020: move rtc-v3020.h to platform_dataAlexandre Belloni2016-07-093-3/+3
| * | | | | rtc: m48t86: move m48t86.h to platform_dataAlexandre Belloni2016-06-272-2/+2
* | | | | | arm: jump label may reference text in __exitJason Baron2016-08-041-1/+1
* | | | | | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-045-89/+81
| |/ / / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-031-1/+1
|\ \ \ \ \
| * | | | | ARM: OMAP2+: omap_device: fix crash on omap_device removalGrygorii Strashko2016-07-301-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-026-6/+73
|\ \ \ \ \ \
| * | | | | | ARM: kexec: fix kexec for Keystone 2Russell King2016-08-022-1/+25
| * | | | | | ARM: keystone: dts: add psci command definitionVitaly Andrianov2016-08-021-0/+8
| * | | | | | ARM: kexec: advertise location of bootable RAMRussell King2016-08-021-2/+21
| * | | | | | ARM: kdump: advertise boot aliased crash kernel resourceRussell King2016-08-021-0/+16
| * | | | | | treewide: replace obsolete _refok by __refFabian Frederick2016-08-022-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-023-26/+22
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-0143-138/+255
| |\ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas2016-08-012-2/+12
| |\ \ \ \ \ \ \ \
| | | * | | | | | | ARM: Make PCI I/O space optionalBjorn Helgaas2016-06-212-2/+12
| | | | |_|_|/ / / | | | |/| | | | |
| * | | | | | | | Merge branch 'pci/resource' into nextBjorn Helgaas2016-08-011-23/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM/PCI: Remove arch-specific pcibios_enable_device()Lorenzo Pieralisi2016-06-231-12/+0
| | * | | | | | | | ARM/PCI: Claim bus resources on PCI_PROBE_ONLY set-upsLorenzo Pieralisi2016-06-231-11/+9
| | |/ / / / / / /
| * | | | | | | | PCI/MSI: irqchip: Fix PCI_MSI dependenciesArnd Bergmann2016-06-151-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | GCC plugin infrastructureEmese Revfy2016-06-071-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-0214-194/+124
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář2016-07-2211-186/+116
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | KVM: arm64: vgic-its: Introduce new KVM ITS deviceAndre Przywara2016-07-181-0/+1
| | * | | | | | KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesAndre Przywara2016-07-182-2/+2
| | * | | | | | arm/arm64: Get rid of KERN_TO_HYPMarc Zyngier2016-07-033-12/+10