forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
17 changed files
with
219 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1194,7 +1194,7 @@ F: include/uapi/linux/if_arcnet.h | |
|
||
ARM ARCHITECTED TIMER DRIVER | ||
M: Mark Rutland <[email protected]> | ||
M: Marc Zyngier <[email protected]> | ||
M: Marc Zyngier <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: arch/arm/include/asm/arch_timer.h | ||
|
@@ -8490,7 +8490,7 @@ S: Obsolete | |
F: include/uapi/linux/ipx.h | ||
|
||
IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) | ||
M: Marc Zyngier <[email protected]> | ||
M: Marc Zyngier <[email protected]> | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | ||
F: Documentation/IRQ-domain.txt | ||
|
@@ -8508,7 +8508,7 @@ F: kernel/irq/ | |
IRQCHIP DRIVERS | ||
M: Thomas Gleixner <[email protected]> | ||
M: Jason Cooper <[email protected]> | ||
M: Marc Zyngier <[email protected]> | ||
M: Marc Zyngier <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | ||
|
@@ -8828,10 +8828,10 @@ F: arch/x86/include/asm/svm.h | |
F: arch/x86/kvm/svm.c | ||
|
||
KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64) | ||
M: Marc Zyngier <[email protected]> | ||
M: Marc Zyngier <[email protected]> | ||
R: James Morse <[email protected]> | ||
R: Julien Thierry <julien.thierry@arm.com> | ||
R: Suzuki K Pouloze <[email protected]> | ||
R: Julien Thierry <julien.thierry.kdev@gmail.com> | ||
R: Suzuki K Poulose <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git | ||
|
@@ -17124,7 +17124,7 @@ F: drivers/virtio/virtio_input.c | |
F: include/uapi/linux/virtio_input.h | ||
|
||
VIRTIO IOMMU DRIVER | ||
M: Jean-Philippe Brucker <jean-philippe[email protected]> | ||
M: Jean-Philippe Brucker <jean-philippe@linaro.org> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/iommu/virtio-iommu.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.