summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-088-48/+94
|\
| * ARM/PCI: Remove pci_fixup_irqs() call for bios32 host controllersLorenzo Pieralisi2017-07-021-2/+3
| * ARM/PCI: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi2017-06-288-46/+91
* | Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-084-40/+19
|\ \
| * | ARM/dmaengine: pl08x: pass reasonable memcpy settingsLinus Walleij2017-05-244-40/+19
| |/
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-089-15/+181
|\ \
| * \ Merge branches 'fixes' and 'misc' into for-linusRussell King2017-07-059-15/+181
| |\ \
| | * | ARM: 8684/1: NOMMU: Remove unused KTHREAD_SIZE definitionJérémy Lefaure2017-06-271-6/+0
| | * | ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov2017-06-212-0/+26
| | * | ARM: 8679/1: bitops: Align prototypes to generic APIMarc Gonzalez2017-06-181-4/+4
| | * | ARM: 8678/1: ftrace: Adds support for CONFIG_DYNAMIC_FTRACE_WITH_REGSAbel Vesa2017-06-184-0/+142
| | * | ARM: make configuration of userspace Thumb support an expert optionRussell King2017-05-301-1/+5
| | * | ARM: 8673/1: Fix __show_regs output timestampsJoe Perches2017-05-231-4/+4
| | |/
* | | Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-07-071-3/+3
|\ \ \
| * | | kbuild: replace genhdr-y with generated-yMasahiro Yamada2017-06-221-3/+3
* | | | Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-076-6/+6
|\ \ \ \
| * | | | gpio: pcf857x: move header file out of I2C realmWolfram Sang2017-05-235-5/+5
| * | | | gpio: max732x: move header file out of I2C realmWolfram Sang2017-05-231-1/+1
* | | | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-1/+0
|\ \ \ \ \
| * | | | | kill strlen_user()Al Viro2017-05-151-1/+0
| | |_|_|/ | |/| | |
* | | | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-069-77/+288
|\ \ \ \ \
| * | | | | ARM: dma-mapping: Remove traces of NOMMU codeVladimir Murzin2017-06-301-27/+2
| * | | | | ARM: NOMMU: Set ARM_DMA_MEM_BUFFERABLE for M-class cpusVladimir Murzin2017-06-301-2/+6
| * | | | | ARM: NOMMU: Introduce dma operations for noMMUVladimir Murzin2017-06-304-4/+232
| * | | | | arm: implement ->dma_supported instead of ->set_dma_maskChristoph Hellwig2017-06-281-4/+3
| * | | | | arm: remove arch specific dma_supported implementationChristoph Hellwig2017-06-284-5/+8
| * | | | | arm: implement ->mapping_errorChristoph Hellwig2017-06-284-19/+38
| * | | | | xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig2017-06-201-17/+0
* | | | | | Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-062-6/+6
|\ \ \ \ \ \
| * | | | | | xen: avoid type warning in xchg_xen_ulongArnd Bergmann2017-06-081-1/+1
| * | | | | | arm/xen: Adjust one function call together with a variable assignmentMarkus Elfring2017-06-051-1/+2
| * | | | | | arm/xen: Delete an error message for a failed memory allocation in __set_phys...Markus Elfring2017-06-051-3/+2
| * | | | | | arm/xen: Improve a size determination in __set_phys_to_machine_multi()Markus Elfring2017-06-051-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-066-33/+73
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-307-36/+75
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge branch 'kvmarm-master/master' into HEADMarc Zyngier2017-06-157-43/+89
| | |\ \ \ \ \
| | * | | | | | KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-082-0/+17
| | * | | | | | KVM: arm/arm64: Move timer IRQ default init to arch_timer.cChristoffer Dall2017-06-081-15/+1
| | * | | | | | KVM: arm: Handle VCPU device attributes in guest.cChristoffer Dall2017-06-082-15/+49
| | * | | | | | KVM: arm/arm64: use vcpu requests for irq injectionAndrew Jones2017-06-041-0/+1
| | * | | | | | KVM: arm/arm64: change exit request to sleep requestAndrew Jones2017-06-041-1/+1
| | * | | | | | KVM: arm/arm64: properly use vcpu requestsAndrew Jones2017-06-041-0/+1
| | * | | | | | KVM: improve arch vcpu request definingAndrew Jones2017-06-041-1/+2
| | * | | | | | KVM: arm/arm64: Simplify active_change_prepare and plug raceChristoffer Dall2017-05-231-2/+0
| | * | | | | | KVM: arm: Restore banked registers and physical timer access on hyp_panic()James Morse2017-05-161-0/+2
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-061-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v4.12-rc7' into develLinus Walleij2017-06-2917-47/+70
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | gpio: mcp23s08: move to pinctrlSebastian Reichel2017-05-231-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-053-1/+16
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon2017-06-262-0/+15
| |\ \ \ \ \ \