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 remote-tracking branch 'torvalds/master' into perf/core
To resolve a trivial merge conflict with c302378 ("libbpf: Hashmap interface update to allow both long and void* keys/values"), where a function present upstream was removed in the perf tools development tree. Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
- Loading branch information
Showing
10,587 changed files
with
526,768 additions
and
190,803 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 |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
*.dtb | ||
*.dtbo | ||
*.dtb.S | ||
*.dtbo.S | ||
*.dwo | ||
*.elf | ||
*.gcno | ||
|
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/fan_sensor_information | ||
Date: September 2022 | ||
KernelVersion: 6.1 | ||
Contact: Armin Wolf <[email protected]> | ||
Description: | ||
This file contains the contents of the fan sensor information buffer, | ||
which contains fan sensor entries and a terminating character (0xFF). | ||
|
||
Each fan sensor entry consists of three bytes with an unknown meaning, | ||
interested people may use this file for reverse-engineering. | ||
|
||
What: /sys/kernel/debug/dell-wmi-ddv-<wmi_device_name>/thermal_sensor_information | ||
Date: September 2022 | ||
KernelVersion: 6.1 | ||
Contact: Armin Wolf <[email protected]> | ||
Description: | ||
This file contains the contents of the thermal sensor information buffer, | ||
which contains thermal sensor entries and a terminating character (0xFF). | ||
|
||
Each thermal sensor entry consists of five bytes with an unknown meaning, | ||
interested people may use this file for reverse-engineering. |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -137,3 +137,17 @@ Description: | |
The writeback_limit file is read-write and specifies the maximum | ||
amount of writeback ZRAM can do. The limit could be changed | ||
in run time. | ||
|
||
What: /sys/block/zram<id>/recomp_algorithm | ||
Date: November 2022 | ||
Contact: Sergey Senozhatsky <[email protected]> | ||
Description: | ||
The recomp_algorithm file is read-write and allows to set | ||
or show secondary compression algorithms. | ||
|
||
What: /sys/block/zram<id>/recompress | ||
Date: November 2022 | ||
Contact: Sergey Senozhatsky <[email protected]> | ||
Description: | ||
The recompress file is write-only and triggers re-compression | ||
with secondary compression algorithms. |
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 |
---|---|---|
|
@@ -41,3 +41,17 @@ KernelVersion: 5.18 | |
Contact: Kajol Jain <[email protected]> | ||
Description: (RO) This sysfs file exposes the cpumask which is designated to | ||
to retrieve nvdimm pmu event counter data. | ||
|
||
What: /sys/bus/nd/devices/nmemX/cxl/id | ||
Date: November 2022 | ||
KernelVersion: 6.2 | ||
Contact: Dave Jiang <[email protected]> | ||
Description: (RO) Show the id (serial) of the device. This is CXL specific. | ||
|
||
What: /sys/bus/nd/devices/nmemX/cxl/provider | ||
Date: November 2022 | ||
KernelVersion: 6.2 | ||
Contact: Dave Jiang <[email protected]> | ||
Description: (RO) Shows the CXL bridge device that ties to a CXL memory device | ||
to this NVDIMM device. I.e. the parent of the device returned is | ||
a /sys/bus/cxl/devices/memX instance. |
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 |
---|---|---|
|
@@ -407,6 +407,16 @@ Description: | |
file contains a '1' if the memory has been published for | ||
use outside the driver that owns the device. | ||
|
||
What: /sys/bus/pci/devices/.../p2pmem/allocate | ||
Date: August 2022 | ||
Contact: Logan Gunthorpe <[email protected]> | ||
Description: | ||
This file allows mapping p2pmem into userspace. For each | ||
mmap() call on this file, the kernel will allocate a chunk | ||
of Peer-to-Peer memory for use in Peer-to-Peer transactions. | ||
This memory can be used in O_DIRECT calls to NVMe backed | ||
files for Peer-to-Peer copies. | ||
|
||
What: /sys/bus/pci/devices/.../link/clkpm | ||
/sys/bus/pci/devices/.../link/l0s_aspm | ||
/sys/bus/pci/devices/.../link/l1_aspm | ||
|
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 |
---|---|---|
|
@@ -5,13 +5,19 @@ Contact: [email protected] | |
Description: (RO) The JEDEC ID of the SPI NOR flash as reported by the | ||
flash device. | ||
|
||
The attribute is not present if the flash doesn't support | ||
the "Read JEDEC ID" command (9Fh). This is the case for | ||
non-JEDEC compliant flashes. | ||
|
||
What: /sys/bus/spi/devices/.../spi-nor/manufacturer | ||
Date: April 2021 | ||
KernelVersion: 5.14 | ||
Contact: [email protected] | ||
Description: (RO) Manufacturer of the SPI NOR flash. | ||
|
||
The attribute is not present if the flash device isn't | ||
known to the kernel and is only probed by its SFDP | ||
tables. | ||
|
||
What: /sys/bus/spi/devices/.../spi-nor/partname | ||
Date: April 2021 | ||
|
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 |
---|---|---|
|
@@ -44,6 +44,21 @@ Description: | |
|
||
(read-write) | ||
|
||
What: /sys/class/bdi/<bdi>/min_ratio_fine | ||
Date: November 2022 | ||
Contact: Stefan Roesch <[email protected]> | ||
Description: | ||
Under normal circumstances each device is given a part of the | ||
total write-back cache that relates to its current average | ||
writeout speed in relation to the other devices. | ||
|
||
The 'min_ratio_fine' parameter allows assigning a minimum reserve | ||
of the write-back cache to a particular device. The value is | ||
expressed as part of 1 million. For example, this is useful for | ||
providing a minimum QoS. | ||
|
||
(read-write) | ||
|
||
What: /sys/class/bdi/<bdi>/max_ratio | ||
Date: January 2008 | ||
Contact: Peter Zijlstra <[email protected]> | ||
|
@@ -55,6 +70,59 @@ Description: | |
mount that is prone to get stuck, or a FUSE mount which cannot | ||
be trusted to play fair. | ||
|
||
(read-write) | ||
|
||
What: /sys/class/bdi/<bdi>/max_ratio_fine | ||
Date: November 2022 | ||
Contact: Stefan Roesch <[email protected]> | ||
Description: | ||
Allows limiting a particular device to use not more than the | ||
given value of the write-back cache. The value is given as part | ||
of 1 million. This is useful in situations where we want to avoid | ||
one device taking all or most of the write-back cache. For example | ||
in case of an NFS mount that is prone to get stuck, or a FUSE mount | ||
which cannot be trusted to play fair. | ||
|
||
(read-write) | ||
|
||
What: /sys/class/bdi/<bdi>/min_bytes | ||
Date: October 2022 | ||
Contact: Stefan Roesch <[email protected]> | ||
Description: | ||
Under normal circumstances each device is given a part of the | ||
total write-back cache that relates to its current average | ||
writeout speed in relation to the other devices. | ||
|
||
The 'min_bytes' parameter allows assigning a minimum | ||
percentage of the write-back cache to a particular device | ||
expressed in bytes. | ||
For example, this is useful for providing a minimum QoS. | ||
|
||
(read-write) | ||
|
||
What: /sys/class/bdi/<bdi>/max_bytes | ||
Date: October 2022 | ||
Contact: Stefan Roesch <[email protected]> | ||
Description: | ||
Allows limiting a particular device to use not more than the | ||
given 'max_bytes' of the write-back cache. This is useful in | ||
situations where we want to avoid one device taking all or | ||
most of the write-back cache. For example in case of an NFS | ||
mount that is prone to get stuck, a FUSE mount which cannot be | ||
trusted to play fair, or a nbd device. | ||
|
||
(read-write) | ||
|
||
What: /sys/class/bdi/<bdi>/strict_limit | ||
Date: October 2022 | ||
Contact: Stefan Roesch <[email protected]> | ||
Description: | ||
Forces per-BDI checks for the share of given device in the write-back | ||
cache even before the global background dirty limit is reached. This | ||
is useful in situations where the global limit is much higher than | ||
affordable for given relatively slow (or untrusted) device. Turning | ||
strictlimit on has no visible effect if max_ratio is equal to 100%. | ||
|
||
(read-write) | ||
What: /sys/class/bdi/<bdi>/stable_pages_required | ||
Date: January 2008 | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.