summaryrefslogtreecommitdiff
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2017-07-07Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-5/+5
2017-07-07Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2017-07-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-18/+18
2017-07-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+15
2017-07-05Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2017-07-05Merge branch 'merge/randstruct' into for-next/gcc-pluginsKees Cook1-0/+2
2017-07-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+2
2017-07-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+19
2017-06-30ARM: Prepare for randomized task_structArnd Bergmann1-0/+2
2017-06-30ARM: NOMMU: Introduce dma operations for noMMUVladimir Murzin1-1/+1
2017-06-28arm: remove arch specific dma_supported implementationChristoph Hellwig2-3/+2
2017-06-28arm: implement ->mapping_errorChristoph Hellwig2-1/+2
2017-06-22arm/arm64: KVM: add guest SEA supportTyler Baicar2-0/+15
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner2-1/+3
2017-06-15Merge branch 'kvmarm-master/master' into HEADMarc Zyngier1-1/+2
2017-06-10Merge tag 'iommu-fixes-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2017-06-09xen: avoid type warning in xchg_xen_ulongArnd Bergmann1-1/+1
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall1-0/+8
2017-06-08KVM: arm: Handle VCPU device attributes in guest.cChristoffer Dall1-15/+7
2017-06-05Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+1
2017-06-05efi/arm: Enable DMI/SMBIOSArd Biesheuvel1-0/+19
2017-06-05ARM: 8676/1: NOMMU: provide pgprot_device() macroVladimir Murzin1-0/+1
2017-06-04KVM: arm/arm64: use vcpu requests for irq injectionAndrew Jones1-0/+1
2017-06-04KVM: arm/arm64: change exit request to sleep requestAndrew Jones1-1/+1
2017-06-04KVM: improve arch vcpu request definingAndrew Jones1-1/+2
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2-1/+2
2017-05-30ARM: dma-mapping: Don't tear down third-party mappingsLaurent Pinchart1-1/+2
2017-05-23KVM: arm/arm64: Simplify active_change_prepare and plug raceChristoffer Dall1-2/+0
2017-05-16kill strlen_user()Al Viro1-1/+0
2017-05-15KVM: arm: plug potential guest hardware debug leakageZhichao Huang1-1/+2
2017-05-11Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+0
2017-05-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+5
2017-05-10uapi: export all headers under uapi directoriesNicolas Dichtel1-17/+0
2017-05-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-59/+0
2017-05-09Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-8/+10
2017-05-09Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini1-1/+5
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+11
2017-05-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-20/+32
2017-05-09treewide: decouple cacheflush.h and set_memory.hLaura Abbott1-1/+0
2017-05-09treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2-20/+33
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-15/+24
2017-05-08Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-3/+46
2017-05-08KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLESEric Auger1-0/+1
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLESEric Auger1-1/+3
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS groupEric Auger1-0/+1
2017-05-02xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini2-11/+4
2017-05-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+13
2017-04-28Merge branch 'pci/resource-mmap' into nextBjorn Helgaas1-2/+1
2017-04-27Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini6-13/+21