summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-099-24/+40
|\
| * format-security: move static strings to constKees Cook2017-05-091-1/+1
| * treewide: decouple cacheflush.h and set_memory.hLaura Abbott2017-05-091-1/+0
| * arm: use set_memory.h headerLaura Abbott2017-05-094-0/+4
| * treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2017-05-092-20/+33
| * scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-092-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
| * | | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2017-04-072-1/+2
| * | | kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini2017-04-071-3/+0
| |/ /
* | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-05-0815-59/+209
|\ \ \ | |_|/ |/| |
| * | Merge branches 'fixes' and 'misc' into for-nextRussell King2017-04-2615-57/+207
| |\ \
| | * | ARM: 8672/1: mm: remove tasklist locking from update_sections_early()Grygorii Strashko2017-04-261-5/+8
| | * | ARM: 8671/1: V7M: Preserve registers across switch from Thread to Handler modeVladimir Murzin2017-04-261-0/+2
| | * | ARM: 8668/1: ftrace: Fix dynamic ftrace with DEBUG_RODATA and !FRAME_POINTERAbel Vesa2017-04-201-5/+6
| | * | ARM: 8667/3: Fix memory attribute inconsistencies when using fixmapJon Medhurst2017-04-203-6/+16
| | * | ARM: 8663/1: wire up HWCAP/HWCAP2 feature bits to the CPU modaliasArd Biesheuvel2017-03-302-0/+39