-
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 drm/drm-next into drm-intel-next-queued
Sync up with v5.5-rc1 to get the updated lock_release() API among other things. Fix the conflict reported by Stephen Rothwell [1]. [1] http://lore.kernel.org/r/20191210093957.5120f717@canb.auug.org.au Signed-off-by: Jani Nikula <jani.nikula@intel.com>
- Loading branch information
Showing
9,973 changed files
with
502,080 additions
and
225,049 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
*.c diff=cpp | ||
*.h diff=cpp | ||
*.dtsi diff=dts | ||
*.dts 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
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,57 @@ | ||
What: /sys/kernel/debug/hisi_hpre/<bdf>/cluster[0-3]/regs | ||
Date: Sep 2019 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: Dump debug registers from the HPRE cluster. | ||
Only available for PF. | ||
|
||
What: /sys/kernel/debug/hisi_hpre/<bdf>/cluster[0-3]/cluster_ctrl | ||
Date: Sep 2019 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: Write the HPRE core selection in the cluster into this file, | ||
and then we can read the debug information of the core. | ||
Only available for PF. | ||
|
||
What: /sys/kernel/debug/hisi_hpre/<bdf>/rdclr_en | ||
Date: Sep 2019 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: HPRE cores 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_hpre/<bdf>/current_qm | ||
Date: Sep 2019 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: One HPRE 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_hpre/<bdf>/regs | ||
Date: Sep 2019 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: Dump debug registers from the HPRE. | ||
Only available for PF. | ||
|
||
What: /sys/kernel/debug/hisi_hpre/<bdf>/qm/qm_regs | ||
Date: Sep 2019 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: Dump debug registers from the QM. | ||
Available for PF and VF in host. VF in guest currently only | ||
has one debug register. | ||
|
||
What: /sys/kernel/debug/hisi_hpre/<bdf>/qm/current_q | ||
Date: Sep 2019 | ||
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_hpre/<bdf>/qm/clear_enable | ||
Date: Sep 2019 | ||
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,43 @@ | ||
What: /sys/kernel/debug/hisi_sec/<bdf>/sec_dfx | ||
Date: Oct 2019 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: Dump the debug registers of SEC cores. | ||
Only available for PF. | ||
|
||
What: /sys/kernel/debug/hisi_sec/<bdf>/clear_enable | ||
Date: Oct 2019 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: Enabling/disabling of clear action after reading | ||
the SEC debug registers. | ||
0: disable, 1: enable. | ||
Only available for PF, and take no other effect on SEC. | ||
|
||
What: /sys/kernel/debug/hisi_sec/<bdf>/current_qm | ||
Date: Oct 2019 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: One SEC controller has one PF and multiple VFs, each function | ||
has a QM. This file can be used to select the QM which below | ||
qm refers to. | ||
Only available for PF. | ||
|
||
What: /sys/kernel/debug/hisi_sec/<bdf>/qm/qm_regs | ||
Date: Oct 2019 | ||
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_sec/<bdf>/qm/current_q | ||
Date: Oct 2019 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: One QM of SEC 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_sec/<bdf>/qm/clear_enable | ||
Date: Oct 2019 | ||
Contact: linux-crypto@vger.kernel.org | ||
Description: Enabling/disabling of clear action after reading | ||
the SEC's QM debug registers. | ||
0: disable, 1: enable. | ||
Only available for PF, and take no other effect on SEC. |
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/hyperv/<UUID>/fuzz_test_state | ||
Date: October 2019 | ||
KernelVersion: 5.5 | ||
Contact: Branden Bonaby <brandonbonaby94@gmail.com> | ||
Description: Fuzz testing status of a vmbus device, whether its in an ON | ||
state or a OFF state | ||
Users: Debugging tools | ||
|
||
What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_buffer_interrupt_delay | ||
Date: October 2019 | ||
KernelVersion: 5.5 | ||
Contact: Branden Bonaby <brandonbonaby94@gmail.com> | ||
Description: Fuzz testing buffer interrupt delay value between 0 - 1000 | ||
microseconds (inclusive). | ||
Users: Debugging tools | ||
|
||
What: /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_message_delay | ||
Date: October 2019 | ||
KernelVersion: 5.5 | ||
Contact: Branden Bonaby <brandonbonaby94@gmail.com> | ||
Description: Fuzz testing message delay value between 0 - 1000 microseconds | ||
(inclusive). | ||
Users: Debugging tools |
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.