summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-17/+0
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-086-22/+31
|\
| * Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-282-21/+1
| |\
| | * ARM/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-20/+1
| | * PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+2
| | * PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-181-2/+0
| * | Merge branch 'pci/ioremap' into nextBjorn Helgaas2017-04-283-0/+29
| |\ \
| | * | ARM: Implement pci_remap_cfgspace() interfaceLorenzo Pieralisi2017-04-243-0/+29
| | |/
| * / ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUPKishon Vijay Abraham I2017-04-281-1/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-089-24/+40
|\ \
| * | format-security: move static strings to constKees Cook2017-05-081-1/+1
| * | treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-05-081-1/+0
| * | arm: use set_memory.h headerLaura Abbott2017-05-084-0/+4
| * | treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2017-05-082-20/+33
| * | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-082-3/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-0820-127/+240
|\ \ \
| * \ \ Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2017-04-2720-122/+237
| |\ \ \
| | * | | ARM: KVM: Fix idmap stub entry when running Thumb-2 codeMarc Zyngier2017-04-201-1/+0
| | * | | ARM: hyp-stub: Fix Thumb-2 compilationMarc Zyngier2017-04-201-1/+1
| | * | | KVM: arm/arm64: fix races in kvm_psci_vcpu_onAndrew Jones2017-04-191-1/+7
| | * | | KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQChristoffer Dall2017-04-091-0/+7
| | * | | KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipChristoffer Dall2017-04-091-4/+9
| | * | | KVM: arm/arm64: Support arch timers with a userspace gicAlexander Graf2017-04-091-9/+9
| | * | | KVM: arm/arm64: Add ARM user space interrupt signaling ABIAlexander Graf2017-04-091-0/+2
| | * | | ARM: hyp-stub: Zero r0 on successful stub handlingMarc Zyngier2017-04-092-0/+4
| | * | | ARM: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier2017-04-094-28/+6
| | * | | ARM: decompressor: Remove __hyp_get_vectors usageMarc Zyngier2017-04-091-1/+11
| | * | | arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP modeMarc Zyngier2017-04-091-15/+9
| | * | | arm/arm64: KVM: Remove kvm_get_idmap_startMarc Zyngier2017-04-092-6/+0
| | * | | arm/arm64: KVM: Use __hyp_reset_vectors() directlyMarc Zyngier2017-04-092-8/+1
| | * | | ARM: KVM: Gracefully handle hyp-stubs being restored from under our feetMarc Zyngier2017-04-092-1/+9
| | * | | ARM: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier2017-04-091-0/+14
| | * | | ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier2017-04-093-5/+1
| | * | | ARM: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier2017-04-091-5/+24
| | * | | ARM: KVM: Implement HVC_GET_VECTORS in the init codeMarc Zyngier2017-04-091-1/+6
| | * | | ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier2017-04-093-7/+29
| | * | | ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier2017-04-092-1/+13
| | * | | ARM: hyp-stub: Define a return value for failed stub callsMarc Zyngier2017-04-092-1/+3
| | * | | ARM: Expose the VA/IDMAP offsetMarc Zyngier2017-04-091-0/+5
| | * | | ARM: hyp-stub: Use r1 for the soft-restart addressMarc Zyngier2017-04-091-3/+2
| | * | | ARM: Update cpu_v7_reset documentationMarc Zyngier2017-04-091-1/+2
| | * | | ARM: KVM: Convert KVM to use HVC_GET_VECTORSMarc Zyngier2017-04-093-5/+9
| | * | | ARM: soft-reboot into same mode that we entered the kernelRussell King2017-04-094-8/+28
| | * | | ARM: hyp-stub: improve ABIRussell King2017-04-091-5/+22
| | * | | arm: KVM: Treat CP15 accessors returning false as successfulMarc Zyngier2017-04-091-3/+3
| | * | | arm: KVM: Make unexpected register accesses inject an undefMarc Zyngier2017-04-092-18/+18
| | * | | KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall2017-04-092-5/+9
| | * | | kvm: arm/arm64: Rework gpa callback handlersSuzuki K Poulose2017-04-091-18/+13
| * | | | KVM: mark requests that need synchronizationPaolo Bonzini2017-04-271-1/+1
| * | | | KVM: mark requests that do not need a wakeupRadim Krčmář2017-04-271-1/+1