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 branch 'linus' into locking/core, to resolve conflict
Conflicts: arch/arm/include/asm/percpu.h As Stephen Rothwell noted, there's a conflict between this commit in locking/core: a21ee60 ("lockdep: Change hardirq{s_enabled,_context} to per-cpu variables") and this fresh upstream commit: aa54ea9 ("ARM: percpu.h: fix build error") a21ee60 is a simpler solution to the dependency problem and doesn't further increase header hell - so this conflict resolution effectively reverts aa54ea9 and uses the a21ee60 solution. Signed-off-by: Ingo Molnar <[email protected]>
- Loading branch information
Showing
350 changed files
with
3,720 additions
and
3,274 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 |
---|---|---|
|
@@ -198,6 +198,9 @@ Maxime Ripard <[email protected]> <[email protected]> | |
Mayuresh Janorkar <[email protected]> | ||
Michael Buesch <[email protected]> | ||
Michel Dänzer <[email protected]> | ||
Mike Rapoport <[email protected]> <[email protected]> | ||
Mike Rapoport <[email protected]> <[email protected]> | ||
Mike Rapoport <[email protected]> <[email protected]> | ||
Miodrag Dinic <[email protected]> <[email protected]> | ||
Miquel Raynal <[email protected]> <[email protected]> | ||
Mitesh shah <[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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6956,6 +6956,7 @@ M: Timur Tabi <[email protected]> | |
M: Nicolin Chen <[email protected]> | ||
M: Xiubo Li <[email protected]> | ||
R: Fabio Estevam <[email protected]> | ||
R: Shengjiu Wang <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -9305,6 +9306,17 @@ F: Documentation/kbuild/kconfig* | |
F: scripts/Kconfig.include | ||
F: scripts/kconfig/ | ||
|
||
KCOV | ||
R: Dmitry Vyukov <[email protected]> | ||
R: Andrey Konovalov <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/dev-tools/kcov.rst | ||
F: include/linux/kcov.h | ||
F: include/uapi/linux/kcov.h | ||
F: kernel/kcov.c | ||
F: scripts/Makefile.kcov | ||
|
||
KCSAN | ||
M: Marco Elver <[email protected]> | ||
R: Dmitry Vyukov <[email protected]> | ||
|
@@ -11240,7 +11252,7 @@ S: Maintained | |
F: drivers/crypto/atmel-ecc.* | ||
|
||
MICROCHIP I2C DRIVER | ||
M: Ludovic Desroches <ludovic.desroches@microchip.com> | ||
M: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/i2c/busses/i2c-at91-*.c | ||
|
@@ -11333,17 +11345,17 @@ F: drivers/iio/adc/at91-sama5d2_adc.c | |
F: include/dt-bindings/iio/adc/at91-sama5d2_adc.h | ||
|
||
MICROCHIP SAMA5D2-COMPATIBLE SHUTDOWN CONTROLLER | ||
M: Nicolas Ferre <nicolas.ferre@microchip.com> | ||
M: Claudiu Beznea <claudiu.beznea@microchip.com> | ||
S: Supported | ||
F: drivers/power/reset/at91-sama5d2_shdwc.c | ||
|
||
MICROCHIP SPI DRIVER | ||
M: Nicolas Ferre <nicolas.ferre@microchip.com> | ||
M: Tudor Ambarus <tudor.ambarus@microchip.com> | ||
S: Supported | ||
F: drivers/spi/spi-atmel.* | ||
|
||
MICROCHIP SSC DRIVER | ||
M: Nicolas Ferre <nicolas.ferre@microchip.com> | ||
M: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Supported | ||
F: drivers/misc/atmel-ssc.c | ||
|
@@ -14862,6 +14874,7 @@ F: drivers/s390/block/dasd* | |
F: include/linux/dasd_mod.h | ||
|
||
S390 IOMMU (PCI) | ||
M: Matthew Rosato <[email protected]> | ||
M: Gerald Schaefer <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
|
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
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.