summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2020-01-29ARM: riscpc: fix lack of keyboard interrupts after irq conversionRussell King1-1/+2
2020-01-29ARM: pxa: ssp: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing1-6/+0
2020-01-29ARM: OMAP2+: Fix potentially uninitialized return value for _setup_reset()Tony Lindgren1-1/+1
2020-01-29ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is usedMarek Szyprowski3-1/+14
2020-01-12ARM: dts: am437x-gp/epos-evm: fix panel compatibleTomi Valkeinen2-2/+2
2020-01-12ARM: vexpress: Set-up shared OPP table instead of individual for each CPUSudeep Holla1-1/+11
2020-01-04libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada1-1/+3
2019-12-21ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()Dmitry Osipenko1-3/+3
2019-12-21ARM: dts: s3c64xx: Fix init order of clock providersLihua Yao2-0/+8
2019-12-21ARM: dts: omap3-tao3530: Fix incorrect MMC card detection GPIO polarityJarkko Nikula1-1/+1
2019-12-21ARM: dts: sunxi: Fix PMU compatible stringsRob Herring2-2/+2
2019-12-21ARM: dts: pxa: clean up USB controller nodesDaniel Mack3-9/+2
2019-12-21ARM: dts: mmp2: fix the gpio interrupt cell numberLubomir Rintel1-1/+1
2019-12-21ARM: OMAP1/2: fix SoC name printingAaro Koskinen2-5/+5
2019-12-21ARM: dts: exynos: Use Samsung SoC specific compatible for DWC2 moduleMarek Szyprowski1-1/+1
2019-12-21ARM: 8813/1: Make aligned 2-byte getuser()/putuser() atomic on ARMv6+Vincent Whitchurch3-10/+39
2019-12-05ARM: ks8695: fix section mismatch warningArnd Bergmann1-1/+1
2019-12-05ARM: dts: imx53-voipac-dmm-668: Fix memory node duplicationFabio Estevam1-6/+2
2019-12-05ARM: debug-imx: only define DEBUG_IMX_UART_PORT if neededUwe Kleine-König1-14/+14
2019-11-25ARM: 8802/1: Call syscall_trace_exit even when system call skippedTimothy E Baldwin1-5/+4
2019-11-25ARM: tegra: apalis_t30: fix mmc1 cmd pull-upMarcel Ziswiler1-3/+3
2019-11-25ARM: dts: tegra30: fix xcvr-setup-use-fusesMarcel Ziswiler1-3/+3
2019-11-25ARM: dts: ste: Fix SPI controller node namesRob Herring4-5/+5
2019-11-25ARM: dts: ux500: Fix LCDA clock line muxingLinus Walleij1-2/+6
2019-11-25ARM: dts: ux500: Correct SCU unit addressGeert Uytterhoeven1-1/+1
2019-11-25ARM: dts: am335x-evm: fix number of cpswGrygorii Strashko1-6/+6
2019-11-25libfdt: Ensure INT_MAX is defined in libfdt_env.hRob Herring1-0/+2
2019-11-25ARM: dts: socfpga: Fix I2C bus unit-address errorDinh Nguyen1-1/+1
2019-11-25ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is setOleksij Rempel1-0/+25
2019-11-25ARM: dts: omap3-gta04: keep vpll2 always onH. Nikolaus Schaller1-0/+6
2019-11-25ARM: dts: omap3-gta04: make NAND partitions compatible with recent U-BootH. Nikolaus Schaller1-6/+6
2019-11-25ARM: dts: omap3-gta04: tvout: enable as display1 aliasH. Nikolaus Schaller1-0/+1
2019-11-25ARM: dts: omap3-gta04: give spi_lcd node a label so that we can overwrite in ...H. Nikolaus Schaller1-1/+1
2019-11-25ARM: dts: pxa: fix power i2c base addressMarcel Ziswiler1-1/+1
2019-11-25ARM: dts: exynos: Fix sound in Snow-rev5 ChromebookMarek Szyprowski1-0/+11
2019-11-25ARM: dts: at91/trivial: Fix USART1 definition for at91sam9g45Jay Foster1-1/+1
2019-11-10ARM: fix the cockup in the previous patchRussell King1-2/+2
2019-11-10ARM: ensure that processor vtables is not lost after bootRussell King1-0/+10
2019-11-10ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King4-15/+62
2019-11-10ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2-16/+27
2019-11-10ARM: clean up per-processor check_bugs method callRussell King2-2/+3
2019-11-10ARM: split out processor lookupRussell King2-12/+20
2019-11-10ARM: make lookup_processor_type() non-__initRussell King1-3/+3
2019-11-10ARM: 8810/1: vfp: Fix wrong assignement to ufp_excJulien Thierry1-1/+1
2019-11-10ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry3-5/+38
2019-11-10ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry1-6/+9
2019-11-10ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry1-0/+8
2019-11-10ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry1-4/+4
2019-11-10ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry1-2/+6
2019-11-10ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry3-20/+17