summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ARM: dts: dra71-evm: mdio: Fix impedance valuesLokesh Vutla2017-07-051-2/+2
| | * | | ARM: dts: dm816x: Correct the state of the write protect pinMihail Grigorov2017-07-051-1/+1
| | * | | ARM: dts: dm816x: Correct NAND support nodesTom Rini2017-07-052-1/+33
| | * | | ARM: OMAP4: Fix legacy code clean-up regressionTony Lindgren2017-06-301-0/+55
| | * | | ARM: OMAP2+: Fix omap3 prm shared irqTony Lindgren2017-06-292-7/+1
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-07-281-0/+1
|\ \ \ \ \
| * | | | | drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUWill Deacon2017-07-271-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'mmc-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-07-282-246/+2
|\ \ \ \ \
| * | | | | ARM: OMAP2+: hsmmc.c: Remove dead codeFaiz Abbas2017-07-172-246/+2
| |/ / / /
* | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-275-23/+80
|\ \ \ \ \
| * | | | | ARM: 8687/1: signal: Fix unparseable iwmmxt_sigframe in uc_regspace[]Dave Martin2017-07-242-17/+65
| * | | | | ARM: 8686/1: iwmmxt: Add missing __user annotations to sigframe accessorsDave Martin2017-07-241-2/+2
| * | | | | ARM: kexec: fix failure to boot crash kernelRussell King2017-07-202-5/+11
| * | | | | ARM: kexec: avoid allocating crashkernel region outside lowmemRussell King2017-07-201-0/+3
* | | | | | Merge tag 'dma-mapping-4.13-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-252-10/+37
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ARM: NOMMU: Wire-up default DMA interfaceVladimir Murzin2017-07-201-9/+36
| * | | | | dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-201-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-211-1/+1
|\ \ \ \ \
| * | | | | debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf2017-07-201-1/+1
* | | | | | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | randstruct: opt-out externally exposed function pointer structsKees Cook2017-06-301-1/+1
* | | | | | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-152-10/+22
|\ \ \ \ \ \
| * | | | | | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-7/+0
| * | | | | | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro2017-07-031-3/+22
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'pci-v4.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-141-1/+1
|\ \ \ \ \ \
| * | | | | | ARM/PCI: Fix pcibios_init_resource() struct pci_host_bridge leakLorenzo Pieralisi2017-07-101-1/+1
* | | | | | | Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-07-132-16/+14
|\ \ \ \ \ \ \
| * | | | | | | ARM: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-102-16/+14
| |/ / / / / /
* | | | | | | ARM: HP Jornada 7XX: move inline before return typeJoe Perches2017-07-121-1/+1
* | | | | | | ARM: KVM: move asmlinkage before typeJoe Perches2017-07-121-4/+4
* | | | | | | arm: move ELF_ET_DYN_BASE to 4MBKees Cook2017-07-101-6/+2
* | | | | | | bitmap: use memcmp optimisation in more situationsMatthew Wilcox2017-07-101-0/+1
* | | | | | | ARM: fix rd_size declarationBart Van Assche2017-07-101-2/+1
|/ / / / / /
* | | | | | 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