summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-12-221-1/+1
|\
| * tweewide: Fix most Shebang linesFinn Behrens2020-12-081-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-2236-51/+466
|\ \
| * | kasan: allow VMAP_STACK for HW_TAGS modeAndrey Konovalov2020-12-221-4/+4
| * | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2020-12-222-2/+2
| * | kasan, arm64: enable CONFIG_KASAN_HW_TAGSAndrey Konovalov2020-12-221-0/+1
| * | kasan, arm64: print report from tag fault handlerAndrey Konovalov2020-12-221-0/+14
| * | kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov2020-12-223-2/+7
| * | kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-2210-14/+18
| * | kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov2020-12-222-0/+2
| * | arm64: kasan: add arch layer for memory tagging helpersAndrey Konovalov2020-12-221-0/+9
| * | arm64: kasan: align allocations for HW_TAGSAndrey Konovalov2020-12-221-0/+3
| * | arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino2020-12-226-4/+79
| * | arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino2020-12-222-15/+16
| * | arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino2020-12-223-3/+33
| * | arm64: mte: add in-kernel tag fault handlerVincenzo Frascino2020-12-223-0/+70
| * | arm64: mte: reset the page tag in page->flagsVincenzo Frascino2020-12-224-0/+32
| * | arm64: mte: add in-kernel MTE helpersVincenzo Frascino2020-12-226-6/+150
| * | arm64: enable armv8.5-a asm-arch optionVincenzo Frascino2020-12-222-0/+9
| * | kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov2020-12-222-2/+2
| * | kasan, arm64: move initialization messageAndrey Konovalov2020-12-222-14/+8
| * | kasan, arm64: only use kasan_depth for software modesAndrey Konovalov2020-12-221-3/+8
| * | kasan, arm64: only init shadow for software modesAndrey Konovalov2020-12-222-3/+20
* | | 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