forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/lin…
…ux/kernel/git/kvms390/linux into HEAD PCI interpretation compile fixes
- Loading branch information
Showing
729 changed files
with
10,252 additions
and
5,093 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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
Alan Cox <[email protected]> | ||
Alan Cox <[email protected]> | ||
Christoph Hellwig <[email protected]> | ||
Marc Gonzalez <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -523,6 +523,7 @@ What: /sys/devices/system/cpu/vulnerabilities | |
/sys/devices/system/cpu/vulnerabilities/tsx_async_abort | ||
/sys/devices/system/cpu/vulnerabilities/itlb_multihit | ||
/sys/devices/system/cpu/vulnerabilities/mmio_stale_data | ||
/sys/devices/system/cpu/vulnerabilities/retbleed | ||
Date: January 2018 | ||
Contact: Linux kernel mailing list <[email protected]> | ||
Description: Information about CPU vulnerabilities | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ description: | |
their own separate schema that should be referenced from here. | ||
|
||
maintainers: | ||
- Pratyush Yadav <[email protected]> | ||
- Mark Brown <[email protected]> | ||
|
||
properties: | ||
reg: | ||
|
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 |
---|---|---|
|
@@ -2178,7 +2178,7 @@ M: Jean-Marie Verdun <[email protected]> | |
M: Nick Hawkins <[email protected]> | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/arm/hpe,gxp.yaml | ||
F: Documentation/devicetree/bindings/spi/hpe,gxp-spi.yaml | ||
F: Documentation/devicetree/bindings/spi/hpe,gxp-spifi.yaml | ||
F: Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml | ||
F: arch/arm/boot/dts/hpe-bmc* | ||
F: arch/arm/boot/dts/hpe-gxp* | ||
|
@@ -3612,6 +3612,7 @@ F: include/linux/find.h | |
F: include/linux/nodemask.h | ||
F: lib/bitmap.c | ||
F: lib/cpumask.c | ||
F: lib/cpumask_kunit.c | ||
F: lib/find_bit.c | ||
F: lib/find_bit_benchmark.c | ||
F: lib/test_bitmap.c | ||
|
@@ -3679,6 +3680,7 @@ F: Documentation/networking/bonding.rst | |
F: drivers/net/bonding/ | ||
F: include/net/bond* | ||
F: include/uapi/linux/if_bonding.h | ||
F: tools/testing/selftests/drivers/net/bonding/ | ||
|
||
BOSCH SENSORTEC BMA400 ACCELEROMETER IIO DRIVER | ||
M: Dan Robertson <[email protected]> | ||
|
@@ -5145,6 +5147,7 @@ T: git git://git.samba.org/sfrench/cifs-2.6.git | |
F: Documentation/admin-guide/cifs/ | ||
F: fs/cifs/ | ||
F: fs/smbfs_common/ | ||
F: include/uapi/linux/cifs | ||
|
||
COMPACTPCI HOTPLUG CORE | ||
M: Scott Murray <[email protected]> | ||
|
@@ -9780,7 +9783,7 @@ M: Christian Brauner <[email protected]> | |
M: Seth Forshee <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git | ||
T: git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping.git | ||
F: Documentation/filesystems/idmappings.rst | ||
F: tools/testing/selftests/mount_setattr/ | ||
F: include/linux/mnt_idmapping.h | ||
|
@@ -10657,6 +10660,7 @@ T: git git://git.kernel.dk/linux-block | |
T: git git://git.kernel.dk/liburing | ||
F: io_uring/ | ||
F: include/linux/io_uring.h | ||
F: include/linux/io_uring_types.h | ||
F: include/uapi/linux/io_uring.h | ||
F: tools/io_uring/ | ||
|
||
|
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.