| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | kasan, arm64: enable CONFIG_KASAN_HW_TAGS | Andrey Konovalov | 2020-12-22 | 1 | -0/+1 |
| * | | | | | | kasan, arm64: print report from tag fault handler | Andrey Konovalov | 2020-12-22 | 1 | -0/+14 |
| * | | | | | | kasan, arm64: implement HW_TAGS runtime | Andrey Konovalov | 2020-12-22 | 3 | -2/+7 |
| * | | | | | | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov | 2020-12-22 | 10 | -14/+18 |
| * | | | | | | kasan, x86, s390: update undef CONFIG_KASAN | Andrey Konovalov | 2020-12-22 | 2 | -0/+2 |
| * | | | | | | arm64: kasan: add arch layer for memory tagging helpers | Andrey Konovalov | 2020-12-22 | 1 | -0/+9 |
| * | | | | | | arm64: kasan: align allocations for HW_TAGS | Andrey Konovalov | 2020-12-22 | 1 | -0/+3 |
| * | | | | | | arm64: mte: switch GCR_EL1 in kernel entry and exit | Vincenzo Frascino | 2020-12-22 | 6 | -4/+79 |
| * | | | | | | arm64: mte: convert gcr_user into an exclude mask | Vincenzo Frascino | 2020-12-22 | 2 | -15/+16 |
| * | | | | | | arm64: kasan: allow enabling in-kernel MTE | Vincenzo Frascino | 2020-12-22 | 3 | -3/+33 |
| * | | | | | | arm64: mte: add in-kernel tag fault handler | Vincenzo Frascino | 2020-12-22 | 3 | -0/+70 |
| * | | | | | | arm64: mte: reset the page tag in page->flags | Vincenzo Frascino | 2020-12-22 | 4 | -0/+32 |
| * | | | | | | arm64: mte: add in-kernel MTE helpers | Vincenzo Frascino | 2020-12-22 | 6 | -6/+150 |
| * | | | | | | arm64: enable armv8.5-a asm-arch option | Vincenzo Frascino | 2020-12-22 | 2 | -0/+9 |
| * | | | | | | kasan, arm64: rename kasan_init_tags and mark as __init | Andrey Konovalov | 2020-12-22 | 2 | -2/+2 |
| * | | | | | | kasan, arm64: move initialization message | Andrey Konovalov | 2020-12-22 | 2 | -14/+8 |
| * | | | | | | kasan, arm64: only use kasan_depth for software modes | Andrey Konovalov | 2020-12-22 | 1 | -3/+8 |
| * | | | | | | kasan, arm64: only init shadow for software modes | Andrey Konovalov | 2020-12-22 | 2 | -3/+20 |
* | | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux | Linus Torvalds | 2020-12-22 | 50 | -473/+1256 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'devel-stable' into for-next | Russell King | 2020-12-21 | 13 | -273/+431 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | ARM: kvm: replace open coded VA->PA calculations with adr_l call | Ard Biesheuvel | 2020-10-28 | 2 | -28/+14 |
| | * | | | | | | | ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSET | Ard Biesheuvel | 2020-10-28 | 1 | -8/+2 |
| | * | | | | | | | ARM: sleep.S: use PC-relative insn sequence for sleep_save_sp/mpidr_hash | Ard Biesheuvel | 2020-10-28 | 1 | -14/+5 |
| | * | | | | | | | ARM: head: use PC-relative insn sequence for __smp_alt | Ard Biesheuvel | 2020-10-28 | 1 | -10/+2 |
| | * | | | | | | | ARM: kernel: use relative references for UP/SMP alternatives | Ard Biesheuvel | 2020-10-28 | 3 | -8/+8 |
| | * | | | | | | | ARM: head.S: use PC-relative insn sequence for secondary_data | Ard Biesheuvel | 2020-10-28 | 1 | -15/+4 |
| | * | | | | | | | ARM: head-common.S: use PC-relative insn sequence for idmap creation | Ard Biesheuvel | 2020-10-28 | 1 | -10/+2 |
| | * | | | | | | | ARM: head-common.S: use PC-relative insn sequence for __proc_info | Ard Biesheuvel | 2020-10-28 | 1 | -16/+6 |
| | * | | | | | | | ARM: efistub: replace adrl pseudo-op with adr_l macro invocation | Ard Biesheuvel | 2020-10-28 | 1 | -2/+1 |
| | * | | | | | | | ARM: p2v: reduce p2v alignment requirement to 2 MiB | Ard Biesheuvel | 2020-10-28 | 3 | -20/+35 |
| | * | | | | | | | ARM: p2v: switch to MOVW for Thumb2 and ARM/LPAE | Ard Biesheuvel | 2020-10-28 | 2 | -43/+148 |
| | * | | | | | | | ARM: p2v: simplify __fixup_pv_table() | Ard Biesheuvel | 2020-10-28 | 1 | -20/+14 |
| | * | | | | | | | ARM: p2v: use relative references in patch site arrays | Ard Biesheuvel | 2020-10-28 | 2 | -14/+10 |
| | * | | | | | | | ARM: p2v: drop redundant 'type' argument from __pv_stub | Ard Biesheuvel | 2020-10-28 | 1 | -4/+4 |
| | * | | | | | | | ARM: p2v: factor out BE8 handling | Ard Biesheuvel | 2020-10-28 | 1 | -14/+16 |
| | * | | | | | | | ARM: p2v: factor out shared loop processing | Ard Biesheuvel | 2020-10-28 | 1 | -13/+11 |
| | * | | | | | | | ARM: p2v: move patching code to separate assembler source file | Ard Biesheuvel | 2020-10-28 | 3 | -138/+152 |
| | * | | | | | | | ARM: module: add support for place relative relocations | Ard Biesheuvel | 2020-10-28 | 2 | -2/+23 |
| | * | | | | | | | ARM: assembler: introduce adr_l, ldr_l and str_l macros | Ard Biesheuvel | 2020-10-28 | 1 | -0/+84 |
| | * | | | | | | | ARM: p2v: fix handling of LPAE translation in BE mode | Ard Biesheuvel | 2020-10-28 | 1 | -5/+1 |
| | | |_|/ / / /
| | |/| | | | | |
|
| * | | | | | | | Merge branches 'fixes' and 'misc' into for-next | Russell King | 2020-12-21 | 43 | -185/+819 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical... | Ard Biesheuvel | 2020-12-21 | 1 | -2/+2 |
| | * | | | | | | | ARM: 9038/1: Link with '-z norelro' | Nathan Chancellor | 2020-12-21 | 1 | -1/+1 |
| | * | | | | | | | ARM: 9037/1: uncompress: Add OF_DT_MAGIC macro | Geert Uytterhoeven | 2020-12-21 | 1 | -5/+7 |
| | * | | | | | | | ARM: 9036/1: uncompress: Fix dbgadtb size parameter name | Geert Uytterhoeven | 2020-12-21 | 1 | -2/+2 |
| | * | | | | | | | ARM: 9035/1: uncompress: Add be32tocpu macro | Geert Uytterhoeven | 2020-12-21 | 1 | -14/+12 |
| | * | | | | | | | ARM: 9033/1: arm/smp: Drop the macro S(x,s) | Anshuman Khandual | 2020-12-21 | 1 | -8/+7 |
| | * | | | | | | | ARM: 9032/1: arm/mm: Convert PUD level pgtable helper macros into functions | Anshuman Khandual | 2020-12-21 | 1 | -5/+22 |
| | * | | | | | | | ARM: 9031/1: hyp-stub: remove unused .L__boot_cpu_mode_offset symbol | Ard Biesheuvel | 2020-12-21 | 1 | -6/+0 |
| | * | | | | | | | ARM: 9044/1: vfp: use undef hook for VFP support detection | Ard Biesheuvel | 2020-12-21 | 2 | -22/+20 |