Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "Another handful of arm64 fixes here. Most of the complication comes from improving our kpti code to avoid lengthy pauses (30+ seconds) during boot when we rewrite the page tables. There are also a couple of IORT fixes that came in via Lorenzo. Summary: - Don't error in kexec_file_load if kaslr-seed is missing in device-tree - Fix incorrect argument type passed to iort_match_node_callback() - Fix IORT build failure when CONFIG_IOMMU_API=n - Fix kpti performance regression with new rodata default option - Typo fix" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: kexec_file: return successfully even if kaslr-seed doesn't exist ACPI/IORT: Fix rc_dma_get_range() arm64: kpti: Avoid rewriting early page tables when KASLR is enabled arm64: asm-prototypes: Fix fat-fingered typo in comment ACPI/IORT: Fix build when CONFIG_IOMMU_API=n
Showing
- arch/arm64/include/asm/asm-prototypes.h 1 addition, 1 deletionarch/arm64/include/asm/asm-prototypes.h
- arch/arm64/include/asm/mmu.h 41 additions, 0 deletionsarch/arm64/include/asm/mmu.h
- arch/arm64/include/asm/pgtable-prot.h 2 additions, 2 deletionsarch/arm64/include/asm/pgtable-prot.h
- arch/arm64/kernel/cpu_errata.c 1 addition, 1 deletionarch/arm64/kernel/cpu_errata.c
- arch/arm64/kernel/cpufeature.c 7 additions, 2 deletionsarch/arm64/kernel/cpufeature.c
- arch/arm64/kernel/head.S 1 addition, 0 deletionsarch/arm64/kernel/head.S
- arch/arm64/kernel/machine_kexec_file.c 3 additions, 1 deletionarch/arm64/kernel/machine_kexec_file.c
- drivers/acpi/arm64/iort.c 3 additions, 2 deletionsdrivers/acpi/arm64/iort.c
Loading
Please register or sign in to comment