-
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 x86/hyperv
Pick up upstream fixes to avoid conflicts.
- Loading branch information
Showing
13,536 changed files
with
777,054 additions
and
371,342 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
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
What: /sys/kernel/debug/hisi_zip/<bdf>/comp_core[01]/regs | ||
Date: Nov 2018 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: Dump of compression cores related debug registers. | ||
Only available for PF. | ||
|
||
What: /sys/kernel/debug/hisi_zip/<bdf>/decomp_core[0-5]/regs | ||
Date: Nov 2018 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: Dump of decompression cores related debug registers. | ||
Only available for PF. | ||
|
||
What: /sys/kernel/debug/hisi_zip/<bdf>/clear_enable | ||
Date: Nov 2018 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: Compression/decompression core debug registers read clear | ||
control. 1 means enable register read clear, otherwise 0. | ||
Writing to this file has no functional effect, only enable or | ||
disable counters clear after reading of these registers. | ||
Only available for PF. | ||
|
||
What: /sys/kernel/debug/hisi_zip/<bdf>/current_qm | ||
Date: Nov 2018 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: One ZIP controller has one PF and multiple VFs, each function | ||
has a QM. Select the QM which below qm refers to. | ||
Only available for PF. | ||
|
||
What: /sys/kernel/debug/hisi_zip/<bdf>/qm/qm_regs | ||
Date: Nov 2018 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: Dump of QM related debug registers. | ||
Available for PF and VF in host. VF in guest currently only | ||
has one debug register. | ||
|
||
What: /sys/kernel/debug/hisi_zip/<bdf>/qm/current_q | ||
Date: Nov 2018 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: One QM may contain multiple queues. Select specific queue to | ||
show its debug registers in above qm_regs. | ||
Only available for PF. | ||
|
||
What: /sys/kernel/debug/hisi_zip/<bdf>/qm/clear_enable | ||
Date: Nov 2018 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: QM debug registers(qm_regs) read clear control. 1 means enable | ||
register read clear, otherwise 0. | ||
Writing to this file has no functional effect, only enable or | ||
disable counters clear after reading of these registers. | ||
Only available for PF. |
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,23 @@ | ||
What: /sys/kernel/debug/moxtet/input | ||
Date: March 2019 | ||
KernelVersion: 5.3 | ||
Contact: Marek Behún <marek.behun@nic.cz> | ||
Description: (R) Read input from the shift registers, in hexadecimal. | ||
Returns N+1 bytes, where N is the number of Moxtet connected | ||
modules. The first byte is from the CPU board itself. | ||
Example: 101214 | ||
10: CPU board with SD card | ||
12: 2 = PCIe module, 1 = IRQ not active | ||
14: 4 = Peridot module, 1 = IRQ not active | ||
|
||
What: /sys/kernel/debug/moxtet/output | ||
Date: March 2019 | ||
KernelVersion: 5.3 | ||
Contact: Marek Behún <marek.behun@nic.cz> | ||
Description: (RW) Read last written value to the shift registers, in | ||
hexadecimal, or write values to the shift registers, also | ||
in hexadecimal. | ||
Example: 0102 | ||
01: 01 was last written, or is to be written, to the | ||
first module's shift register | ||
02: the same for second module |
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.