Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Catalin Marinas: - clear buffers allocated with FORCE_CONTIGUOUS explicitly until the CMA code honours __GFP_ZERO - notrace annotation for secondary_start_kernel() - use early_param() instead of __setup() for "kpti=" as it is needed for the cpufeature callback remapping swapper to non-global mappings - ensure writes to swapper are ordered wrt subsequent cache maintenance in the kpti non-global remapping code * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenance arm64: kpti: Use early_param for kpti= command-line option arm64: make secondary_start_kernel() notrace arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flag
Showing
- arch/arm64/kernel/cpufeature.c 1 addition, 1 deletionarch/arm64/kernel/cpufeature.c
- arch/arm64/kernel/smp.c 1 addition, 1 deletionarch/arm64/kernel/smp.c
- arch/arm64/mm/dma-mapping.c 5 additions, 4 deletionsarch/arm64/mm/dma-mapping.c
- arch/arm64/mm/proc.S 3 additions, 2 deletionsarch/arm64/mm/proc.S
Loading
Please register or sign in to comment