summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2020-09-1317-56/+43
|\
| * Merge tag 'arm-soc/for-5.9/devicetree-fixes' of https://github.com/Broadcom/s...Olof Johansson2020-09-133-3/+3
| |\
| | * ARM: dts: BCM5301X: Fixed QSPI compatible stringFlorian Fainelli2020-09-091-1/+1
| | * ARM: dts: NSP: Fixed QSPI compatible stringFlorian Fainelli2020-09-091-1/+1
| | * ARM: dts: bcm: HR2: Fixed QSPI compatible stringFlorian Fainelli2020-09-091-1/+1
| * | Merge tag 'imx-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2020-09-131-1/+1
| |\ \
| | * | ARM: dts: imx6sx: fix the pad QSPI1B_SCLK mux mode for uart3Fugang Duan2020-09-051-1/+1
| * | | Merge tag 'omap-for-v5.9/fixes-rc3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2020-09-134-32/+21
| |\ \ \
| | * | | ARM: dts: omap5: Fix DSI base address and clocksDavid Shah2020-08-191-9/+11
| | * | | ARM: dts: logicpd-som-lv-baseboard: Fix missing videoAdam Ford2020-08-171-22/+5
| | * | | ARM: dts: logicpd-som-lv-baseboard: Fix broken audioAdam Ford2020-08-171-0/+2
| | * | | ARM: dts: logicpd-torpedo-baseboard: Fix broken audioAdam Ford2020-08-171-0/+2
| | * | | ARM: OMAP2+: Fix an IS_ERR() vs NULL check in _get_pwrdm()Jing Xiangfeng2020-08-171-1/+1
| | | |/ | | |/|
| * | | Merge tag 'imx-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Olof Johansson2020-08-247-11/+9
| |\ \ \ | | | |/ | | |/|
| | * | ARM: dts: imx7d-zii-rmu2: fix rgmii phy-mode for ksz9031 phyChris Healy2020-08-241-1/+1
| | * | ARM: dts: vfxxx: Add syscon compatible with OCOTPChris Healy2020-08-231-1/+1
| | * | ARM: dts: imx6q-logicpd: Fix broken PWMAdam Ford2020-08-231-1/+1
| | * | ARM: dts: imx6q-prtwd2: Remove unneeded i2c unit nameFabio Estevam2020-08-231-1/+1
| | * | ARM: dts: imx6qdl-gw51xx: Remove unneeded #address-cells/#size-cellsFabio Estevam2020-08-231-2/+0
| | * | ARM: dts: imx7ulp: Correct gpio rangesAnson Huang2020-08-221-4/+4
| | * | ARM: dts: ls1021a: fix QuadSPI-memory reg rangeMatthias Schiffer2020-08-221-1/+1
| | |/
| * | ARM: configs: Update Integrator defconfigLinus Walleij2020-08-201-8/+8
| * | ARM: dts: socfpga: fix register entry for timer3 on Arria10Dinh Nguyen2020-08-171-1/+1
| |/
* | Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-301-4/+0
|\ \
| * | cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra2020-08-261-4/+0
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2315-36/+28
|/
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-142-2/+1
* Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-1/+2
|\
| * vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-061-1/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-123-21/+10
|\ \
| * | mm/arm: use general page fault accountingPeter Xu2020-08-121-19/+6
| * | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
| * | uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+2
| * | syscalls: use uaccess_kernel in addr_limit_user_checkChristoph Hellwig2020-08-121-0/+2
* | | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-3/+0
|\ \ \ | |/ / |/| |
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel2020-07-291-3/+0
| |\ \ \ \
| | | | * | arm: Remove dev->archdata.iommu pointerJoerg Roedel2020-06-301-3/+0
| | | |/ / | | |/| |
* | | | | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-7/+2
|\ \ \ \ \
| * | | | | kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-101-5/+1
| * | | | | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-15/+0
|\ \ \ \ \
| * | | | | kill unused dump_fpu() instancesAl Viro2020-07-271-15/+0
* | | | | | Merge tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-08-091-1/+1
|\ \ \ \ \ \
| * | | | | | ARM: dts: am33xx-l4: change #pinctrl-cells from 1 to 2Drew Fustini2020-07-071-1/+1
| * | | | | | ARM/orion/gpio: Make use of for_each_requested_gpio()Andy Shevchenko2020-06-201-6/+2
* | | | | | | Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-0712-400/+0
|\ \ \ \ \ \ \
| * | | | | | | media: arch/arm/configs: remove obsolete CONFIG_SOC_CAMERA*Hans Verkuil2020-07-046-11/+0
| * | | | | | | media: mach-pxa: palmz72/pcm990: remove soc_camera dependenciesHans Verkuil2020-07-042-269/+0
| * | | | | | | media: mach-omap1: board-ams-delta.c: remove soc_camera dependenciesHans Verkuil2020-07-043-89/+0
| * | | | | | | media: mach-imx: mach-imx27_visstrim_m10.c: remove soc_camera dependenciesHans Verkuil2020-07-041-31/+0
| |/ / / / / /