Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Catalin Marinas: - The alternatives patching code uses flush_icache_range() which itself uses alternatives. Change the code to use an unpatched variant of cache maintenance - Remove unnecessary ISBs from set_{pte,pmd,pud} - perf: xgene_pmu: Fix IOB SLOW PMU parser error * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: Remove unnecessary ISBs from set_{pte,pmd,pud} arm64: Avoid flush_icache_range() in alternatives patching code drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser error
No related branches found
No related tags found
Showing
- arch/arm64/include/asm/alternative.h 6 additions, 1 deletionarch/arm64/include/asm/alternative.h
- arch/arm64/include/asm/pgtable.h 1 addition, 5 deletionsarch/arm64/include/asm/pgtable.h
- arch/arm64/kernel/alternative.c 44 additions, 7 deletionsarch/arm64/kernel/alternative.c
- arch/arm64/kernel/module.c 2 additions, 3 deletionsarch/arm64/kernel/module.c
- drivers/perf/xgene_pmu.c 1 addition, 1 deletiondrivers/perf/xgene_pmu.c
Loading
Please register or sign in to comment