-
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 'mips_fixes_5.4_3' of git://git.kernel.org/pub/scm/linux/ke…
…rnel/git/mips/linux Pull MIPS fixes from Paul Burton: "A few MIPS fixes: - Fix VDSO time-related function behavior for systems where we need to fall back to syscalls, but were instead returning bogus results. - A fix to TLB exception handlers for Cavium Octeon systems where they would inadvertently clobber the $1/$at register. - A build fix for bcm63xx configurations. - Switch to using my @kernel.org email address" * tag 'mips_fixes_5.4_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: MIPS: tlbex: Fix build_restore_pagemask KScratch restore MIPS: bmips: mark exception vectors as char arrays mips: vdso: Fix __arch_get_hw_counter() MAINTAINERS: Use @kernel.org address for Paul Burton
- Loading branch information
Showing
7 changed files
with
35 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -196,7 +196,8 @@ Oleksij Rempel <[email protected]> <[email protected]> | |
Oleksij Rempel <[email protected]> <[email protected]> | ||
Paolo 'Blaisorblade' Giarrusso <[email protected]> | ||
Patrick Mochel <[email protected]> | ||
Paul Burton <[email protected]> <[email protected]> | ||
Paul Burton <[email protected]> <[email protected]> | ||
Paul Burton <[email protected]> <[email protected]> | ||
Peter A Jonsson <[email protected]> | ||
Peter Oruba <[email protected]> | ||
Peter Oruba <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -3098,7 +3098,7 @@ S: Supported | |
F: arch/arm64/net/ | ||
|
||
BPF JIT for MIPS (32-BIT AND 64-BIT) | ||
M: Paul Burton <[email protected]> | ||
M: Paul Burton <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -8002,7 +8002,7 @@ S: Maintained | |
F: drivers/usb/atm/ueagle-atm.c | ||
|
||
IMGTEC ASCII LCD DRIVER | ||
M: Paul Burton <[email protected]> | ||
M: Paul Burton <[email protected]> | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt | ||
F: drivers/auxdisplay/img-ascii-lcd.c | ||
|
@@ -10829,7 +10829,7 @@ F: drivers/usb/image/microtek.* | |
|
||
MIPS | ||
M: Ralf Baechle <[email protected]> | ||
M: Paul Burton <[email protected]> | ||
M: Paul Burton <[email protected]> | ||
M: James Hogan <[email protected]> | ||
L: [email protected] | ||
W: http://www.linux-mips.org/ | ||
|
@@ -10843,7 +10843,7 @@ F: arch/mips/ | |
F: drivers/platform/mips/ | ||
|
||
MIPS BOSTON DEVELOPMENT BOARD | ||
M: Paul Burton <[email protected]> | ||
M: Paul Burton <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/clock/img,boston-clock.txt | ||
|
@@ -10853,7 +10853,7 @@ F: drivers/clk/imgtec/clk-boston.c | |
F: include/dt-bindings/clock/boston-clock.h | ||
|
||
MIPS GENERIC PLATFORM | ||
M: Paul Burton <[email protected]> | ||
M: Paul Burton <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/devicetree/bindings/power/mti,mips-cpc.txt | ||
|
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