summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: dts: imx7d-flex-concentrator: fix pcf2127 resetBruno Thomsen2021-01-181-0/+1
* ARM: dts: imx6qdl-gw52xx: fix duplicate regulator namingKoen Vandeputte2021-01-111-1/+1
* ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default statusMarco Felsch2021-01-111-2/+2
* ARM: dts: tbs2910: rename MMC node aliasesSoeren Moch2021-01-111-0/+7
* ARM: dts: imx6qdl-kontron-samx6i: fix pwms for lcd-backlightMarco Felsch2021-01-051-1/+1
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-1/+1
|\
| * ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()Thomas Gleixner2020-12-151-1/+1
* | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-241-13/+11
|\ \
| * | efi: arm: force use of unsigned type for EFI_PHYS_ALIGNArd Biesheuvel2020-12-141-1/+1
| * | efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-091-6/+0
| * | efi: arm: reduce minimum alignment of uncompressed kernelArd Biesheuvel2020-12-091-7/+6
| * | efi: capsule: clean scatter-gather entries from the D-cacheArd Biesheuvel2020-12-091-0/+5
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds2020-12-2250-473/+1256
|\ \ \
| * \ \ Merge branch 'devel-stable' into for-nextRussell King2020-12-2113-273/+431
| |\ \ \
| | * | | ARM: kvm: replace open coded VA->PA calculations with adr_l callArd Biesheuvel2020-10-282-28/+14
| | * | | ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSETArd Biesheuvel2020-10-281-8/+2
| | * | | ARM: sleep.S: use PC-relative insn sequence for sleep_save_sp/mpidr_hashArd Biesheuvel2020-10-281-14/+5
| | * | | ARM: head: use PC-relative insn sequence for __smp_altArd Biesheuvel2020-10-281-10/+2
| | * | | ARM: kernel: use relative references for UP/SMP alternativesArd Biesheuvel2020-10-283-8/+8
| | * | | ARM: head.S: use PC-relative insn sequence for secondary_dataArd Biesheuvel2020-10-281-15/+4
| | * | | ARM: head-common.S: use PC-relative insn sequence for idmap creationArd Biesheuvel2020-10-281-10/+2
| | * | | ARM: head-common.S: use PC-relative insn sequence for __proc_infoArd Biesheuvel2020-10-281-16/+6
| | * | | ARM: efistub: replace adrl pseudo-op with adr_l macro invocationArd Biesheuvel2020-10-281-2/+1
| | * | | ARM: p2v: reduce p2v alignment requirement to 2 MiBArd Biesheuvel2020-10-283-20/+35
| | * | | ARM: p2v: switch to MOVW for Thumb2 and ARM/LPAEArd Biesheuvel2020-10-282-43/+148
| | * | | ARM: p2v: simplify __fixup_pv_table()Ard Biesheuvel2020-10-281-20/+14
| | * | | ARM: p2v: use relative references in patch site arraysArd Biesheuvel2020-10-282-14/+10
| | * | | ARM: p2v: drop redundant 'type' argument from __pv_stubArd Biesheuvel2020-10-281-4/+4
| | * | | ARM: p2v: factor out BE8 handlingArd Biesheuvel2020-10-281-14/+16
| | * | | ARM: p2v: factor out shared loop processingArd Biesheuvel2020-10-281-13/+11
| | * | | ARM: p2v: move patching code to separate assembler source fileArd Biesheuvel2020-10-283-138/+152
| | * | | ARM: module: add support for place relative relocationsArd Biesheuvel2020-10-282-2/+23
| | * | | ARM: assembler: introduce adr_l, ldr_l and str_l macrosArd Biesheuvel2020-10-281-0/+84
| | * | | ARM: p2v: fix handling of LPAE translation in BE modeArd Biesheuvel2020-10-281-5/+1
| | |/ /
| * | | Merge branches 'fixes' and 'misc' into for-nextRussell King2020-12-2143-185/+819
| |\ \ \
| | * | | ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical...Ard Biesheuvel2020-12-211-2/+2
| | * | | ARM: 9038/1: Link with '-z norelro'Nathan Chancellor2020-12-211-1/+1
| | * | | ARM: 9037/1: uncompress: Add OF_DT_MAGIC macroGeert Uytterhoeven2020-12-211-5/+7
| | * | | ARM: 9036/1: uncompress: Fix dbgadtb size parameter nameGeert Uytterhoeven2020-12-211-2/+2
| | * | | ARM: 9035/1: uncompress: Add be32tocpu macroGeert Uytterhoeven2020-12-211-14/+12
| | * | | ARM: 9033/1: arm/smp: Drop the macro S(x,s)Anshuman Khandual2020-12-211-8/+7
| | * | | ARM: 9032/1: arm/mm: Convert PUD level pgtable helper macros into functionsAnshuman Khandual2020-12-211-5/+22
| | * | | ARM: 9031/1: hyp-stub: remove unused .L__boot_cpu_mode_offset symbolArd Biesheuvel2020-12-211-6/+0
| | * | | ARM: 9044/1: vfp: use undef hook for VFP support detectionArd Biesheuvel2020-12-212-22/+20
| | * | | ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel modeArd Biesheuvel2020-12-083-30/+49
| | * | | ARM: 9029/1: Make iwmmxt.S support Clang's integrated assemblerJian Cai2020-12-082-44/+92
| | * | | ARM: 9028/1: disable KASAN in call stack capturing routinesArd Biesheuvel2020-12-081-0/+3
| | * | | ARM: 9026/1: unwind: remove old check for GCC <= 4.2Nick Desaulniers2020-12-081-3/+0
| | * | | ARM: 9025/1: Kconfig: CPU_BIG_ENDIAN depends on !LD_IS_LLDNick Desaulniers2020-12-081-0/+1
| | * | | ARM: 9024/1: Drop useless cast of "u64" to "long long"Geert Uytterhoeven2020-11-121-1/+1