Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "There's more here than we usually have at this stage, but that's mainly down to the stacktrace changes which came in slightly too late for the merge window. Summary: - Big bad batch of MAINTAINERS updates - Fix handling of SP alignment fault exceptions - Fix PSTATE.SSBS handling on heterogeneous systems - Fix fallout from moving to the generic vDSO implementation - Fix stack unwinding in the face of frame corruption - Fix off-by-one in IORT code - Minor SVE cleanups" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id() arm64: entry: SP Alignment Fault doesn't write to FAR_EL1 arm64: Force SSBS on context switch MAINTAINERS: Update my email address MAINTAINERS: Update my email address MAINTAINERS: Fix spelling mistake in my name MAINTAINERS: Update my email address to @kernel.org arm64: mm: Drop pte_huge() arm64/sve: Fix a couple of magic numbers for the Z-reg count arm64/sve: Factor out FPSIMD to SVE state conversion arm64: stacktrace: Better handle corrupted stacks arm64: stacktrace: Factor out backtrace initialisation arm64: stacktrace: Constify stacktrace.h functions arm64: vdso: Cleanup Makefiles arm64: vdso: fix flip/flop vdso build bug arm64: vdso: Fix population of AT_SYSINFO_EHDR for compat vdso
No related branches found
No related tags found
Showing
- .mailmap 3 additions, 0 deletions.mailmap
- MAINTAINERS 7 additions, 7 deletionsMAINTAINERS
- arch/arm64/include/asm/elf.h 1 addition, 1 deletionarch/arm64/include/asm/elf.h
- arch/arm64/include/asm/pgtable.h 0 additions, 1 deletionarch/arm64/include/asm/pgtable.h
- arch/arm64/include/asm/processor.h 12 additions, 2 deletionsarch/arm64/include/asm/processor.h
- arch/arm64/include/asm/stacktrace.h 65 additions, 13 deletionsarch/arm64/include/asm/stacktrace.h
- arch/arm64/kernel/entry.S 13 additions, 9 deletionsarch/arm64/kernel/entry.S
- arch/arm64/kernel/fpsimd.c 15 additions, 14 deletionsarch/arm64/kernel/fpsimd.c
- arch/arm64/kernel/perf_callchain.c 1 addition, 6 deletionsarch/arm64/kernel/perf_callchain.c
- arch/arm64/kernel/process.c 30 additions, 6 deletionsarch/arm64/kernel/process.c
- arch/arm64/kernel/return_address.c 3 additions, 6 deletionsarch/arm64/kernel/return_address.c
- arch/arm64/kernel/stacktrace.c 45 additions, 14 deletionsarch/arm64/kernel/stacktrace.c
- arch/arm64/kernel/time.c 2 additions, 5 deletionsarch/arm64/kernel/time.c
- arch/arm64/kernel/traps.c 6 additions, 7 deletionsarch/arm64/kernel/traps.c
- arch/arm64/kernel/vdso/Makefile 6 additions, 7 deletionsarch/arm64/kernel/vdso/Makefile
- arch/arm64/kernel/vdso32/Makefile 8 additions, 6 deletionsarch/arm64/kernel/vdso32/Makefile
- drivers/acpi/arm64/iort.c 2 additions, 2 deletionsdrivers/acpi/arm64/iort.c
Loading
Please register or sign in to comment