summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-10ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry1-22/+27
2019-11-10ARM: spectre-v1: mitigate user accessesRussell King2-0/+13
2019-11-10ARM: spectre-v1: use get_user() for __get_user()Russell King1-6/+11
2019-11-10ARM: use __inttype() in get_user()Russell King1-1/+8
2019-11-10ARM: oabi-compat: copy semops using __copy_from_user()Russell King1-3/+5
2019-11-10ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King3-21/+17
2019-11-10ARM: signal: copy registers using __copy_from_user()Russell King1-17/+21
2019-11-10ARM: spectre-v1: fix syscall entryRussell King2-11/+32
2019-11-10ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King1-0/+21
2019-11-10ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King2-0/+21