summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-09-0110-67/+139
|\
| * ixp4xx_eth: make ptp support a platform driverArnd Bergmann2021-08-301-0/+14
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-272-29/+27
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-1313-31/+58
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-314-7/+4
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-2314-39/+32
| |\ \ \ \
| * | | | | ARM: dts: imx6qdl: move phy properties into phy device nodeJoakim Zhang2021-07-216-64/+124
| * | | | | ARM: dts: imx7-mba7: remove un-used "phy-reset-delay" propertyJoakim Zhang2021-07-162-2/+0
| * | | | | ARM: dts: imx35: correct node name for FECJoakim Zhang2021-07-161-1/+1
* | | | | | Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-303-17/+6
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2021-08-293-17/+6
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | ARM: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-123-17/+6
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-08-301-4/+4
|\ \ \ \ \ \
| * | | | | | crypto: arm/curve25519 - rename 'mod_init' & 'mod_exit' functions to be modul...Randy Dunlap2021-07-161-4/+4
* | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-08-274-8/+27
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij2021-08-104-8/+27
| |/ / / / /
* | | | | | ARM: ixp4xx: fix building both pci driversArnd Bergmann2021-08-121-24/+24
* | | | | | ARM: configs: Update the nhk8815_defconfigLinus Walleij2021-08-121-5/+3
| |/ / / / |/| | | |
* | | | | Merge tag 'omap-for-v5.14/fixes-rc5-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann2021-08-034-11/+12
|\ \ \ \ \
| * | | | | omap5-board-common: remove not physically existing vdds_1v8_main fixed-regulatorH. Nikolaus Schaller2021-07-271-8/+1
| * | | | | ARM: dts: am437x-l4: fix typo in can@0 nodeDario Binacchi2021-07-271-1/+1
| * | | | | ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218Dave Gerlach2021-07-271-1/+1
| * | | | | ARM: omap2+: hwmod: fix potential NULL pointer accessTero Kristo2021-07-271-1/+9
| |/ / / /
* | | | | Merge tag 'stm32-dt-for-v5.14-fixes-1' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2021-08-022-11/+18
|\ \ \ \ \
| * | | | | ARM: dts: stm32: Fix touchscreen IRQ line assignment on DHCOMMarek Vasut2021-07-301-10/+14
| * | | | | ARM: dts: stm32: Disable LAN8710 EDPD on DHCOMMarek Vasut2021-07-301-0/+1
| * | | | | ARM: dts: stm32: Prefer HW RTC on DHCOM SoMMarek Vasut2021-07-301-1/+3
| |/ / / /
* | | | | Merge tag 'imx-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2021-08-025-7/+25
|\ \ \ \ \
| * | | | | ARM: dts: imx: Swap M53Menlo pinctrl_power_button/pinctrl_power_out pinsMarek Vasut2021-07-231-2/+2
| * | | | | ARM: imx: fix missing 3rd argument in macro imx_mmdc_perf_initColin Ian King2021-07-231-1/+1
| * | | | | ARM: dts: colibri-imx6ull: limit SDIO clock to 25MHzOleksandr Suvorov2021-07-231-0/+1
| * | | | | ARM: dts: imx6qdl-sr-som: Increase the PHY reset duration to 10msMaxime Chevallier2021-07-141-1/+7
| * | | | | ARM: imx: common: Move prototype outside the SMP blockFabio Estevam2021-07-141-1/+1
| * | | | | ARM: imx: add missing clk_disable_unprepare()Yang Yingliang2021-07-141-3/+9
| * | | | | ARM: imx: add missing iounmap()Yang Yingliang2021-07-141-1/+6
| |/ / / /
* | | | | ARM: ixp4xx: goramo_mlr depends on old PCI driverArnd Bergmann2021-08-021-0/+1
* | | | | ARM: dts: nomadik: Fix up interrupt controller node namesSudeep Holla2021-08-021-2/+2
| |_|_|/ |/| | |
* | | | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-311-0/+3
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-291-0/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+3
| | | |/ | | |/|
* | | | Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-302-7/+0
|\ \ \ \
| * | | | arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn2021-07-302-7/+0
* | | | | ARM: riscpc: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-291-0/+1
| |/ / / |/| | |
* | | | Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-1814-39/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: dts: versatile: Fix up interrupt controller node namesSudeep Holla2021-07-162-4/+3
| * | | Merge tag 'aspeed-5.14-devicetree-2' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2021-07-164-13/+11
| |\ \ \
| | * | | ARM: dts: aspeed: everest: PSU #3 address changeB. J. Wyman2021-07-011-4/+4
| | * | | ARM: dts: everest: Add phase corrections for eMMCAndrew Jeffery2021-07-011-0/+1
| | * | | ARM: dts: tacoma: Add phase corrections for eMMCAndrew Jeffery2021-07-011-0/+1
| | * | | ARM: dts: aspeed: Update e3c246d4i vuart propertiesZev Weiss2021-07-011-1/+3