forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1005 from ojeda/rust
Sync with v6.3
- Loading branch information
Showing
13,677 changed files
with
634,837 additions
and
495,545 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*.c diff=cpp | ||
*.h diff=cpp | ||
*.dtsi diff=dts | ||
*.dts diff=dts | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
*.[ch] diff=cpp | ||
*.dts diff=dts | ||
*.dts[io] diff=dts |
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 |
---|---|---|
|
@@ -1852,11 +1852,11 @@ E: [email protected] | |
D: fbdev hacking | ||
|
||
N: Jesper Juhl | ||
E: [email protected] | ||
E: [email protected] | ||
D: Various fixes, cleanups and minor features all over the tree. | ||
D: Wrote initial version of the hdaps driver (since passed on to others). | ||
S: Lemnosvej 1, 3.tv | ||
S: 2300 Copenhagen S. | ||
S: Titangade 5G, 2.tv | ||
S: 2200 Copenhagen N. | ||
S: Denmark | ||
|
||
N: Jozsef Kadlecsik | ||
|
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 |
---|---|---|
|
@@ -432,7 +432,8 @@ Contact: [email protected] | |
Description: | ||
[RW] This is the maximum number of kilobytes that the block | ||
layer will allow for a filesystem request. Must be smaller than | ||
or equal to the maximum size allowed by the hardware. | ||
or equal to the maximum size allowed by the hardware. Write 0 | ||
to use default kernel settings. | ||
|
||
|
||
What: /sys/block/<disk>/queue/max_segment_size | ||
|
@@ -704,6 +705,15 @@ Description: | |
zoned will report "none". | ||
|
||
|
||
What: /sys/block/<disk>/hidden | ||
Date: March 2023 | ||
Contact: [email protected] | ||
Description: | ||
[RO] the block device is hidden. it doesn’t produce events, and | ||
can’t be opened from userspace or using blkdev_get*. | ||
Used for the underlying components of multipath devices. | ||
|
||
|
||
What: /sys/block/<disk>/stat | ||
Date: February 2008 | ||
Contact: Jerome Marchand <[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 |
---|---|---|
|
@@ -182,3 +182,42 @@ Date: November 2021 | |
Contact: Jarkko Sakkinen <[email protected]> | ||
Description: | ||
The total amount of SGX physical memory in bytes. | ||
|
||
What: /sys/devices/system/node/nodeX/memory_failure/total | ||
Date: January 2023 | ||
Contact: Jiaqi Yan <[email protected]> | ||
Description: | ||
The total number of raw poisoned pages (pages containing | ||
corrupted data due to memory errors) on a NUMA node. | ||
|
||
What: /sys/devices/system/node/nodeX/memory_failure/ignored | ||
Date: January 2023 | ||
Contact: Jiaqi Yan <[email protected]> | ||
Description: | ||
Of the raw poisoned pages on a NUMA node, how many pages are | ||
ignored by memory error recovery attempt, usually because | ||
support for this type of pages is unavailable, and kernel | ||
gives up the recovery. | ||
|
||
What: /sys/devices/system/node/nodeX/memory_failure/failed | ||
Date: January 2023 | ||
Contact: Jiaqi Yan <[email protected]> | ||
Description: | ||
Of the raw poisoned pages on a NUMA node, how many pages are | ||
failed by memory error recovery attempt. This usually means | ||
a key recovery operation failed. | ||
|
||
What: /sys/devices/system/node/nodeX/memory_failure/delayed | ||
Date: January 2023 | ||
Contact: Jiaqi Yan <[email protected]> | ||
Description: | ||
Of the raw poisoned pages on a NUMA node, how many pages are | ||
delayed by memory error recovery attempt. Delayed poisoned | ||
pages usually will be retried by kernel. | ||
|
||
What: /sys/devices/system/node/nodeX/memory_failure/recovered | ||
Date: January 2023 | ||
Contact: Jiaqi Yan <[email protected]> | ||
Description: | ||
Of the raw poisoned pages on a NUMA node, how many pages are | ||
recovered by memory error recovery attempt. |
Oops, something went wrong.