-
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 'x86/boot' into x86/mm, to pick up interacting changes
The SME patches we are about to apply add some E820 logic, so merge in pending E820 code changes first, to have a single code base. Signed-off-by: Ingo Molnar <mingo@kernel.org>
- Loading branch information
Showing
9,032 changed files
with
769,917 additions
and
181,351 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
What: /sys/bus/platform/drivers/aspeed-vuart/*/lpc_address | ||
Date: April 2017 | ||
Contact: Jeremy Kerr <jk@ozlabs.org> | ||
Description: Configures which IO port the host side of the UART | ||
will appear on the host <-> BMC LPC bus. | ||
Users: OpenBMC. Proposed changes should be mailed to | ||
openbmc@lists.ozlabs.org | ||
|
||
What: /sys/bus/platform/drivers/aspeed-vuart*/sirq | ||
Date: April 2017 | ||
Contact: Jeremy Kerr <jk@ozlabs.org> | ||
Description: Configures which interrupt number the host side of | ||
the UART will appear on the host <-> BMC LPC bus. | ||
Users: OpenBMC. Proposed changes should be mailed to | ||
openbmc@lists.ozlabs.org |
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,119 @@ | ||
What: /sys/hypervisor/compilation/compile_date | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
Contains the build time stamp of the Xen hypervisor | ||
Might return "<denied>" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/compilation/compiled_by | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
Contains information who built the Xen hypervisor | ||
Might return "<denied>" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/compilation/compiler | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
Compiler which was used to build the Xen hypervisor | ||
Might return "<denied>" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/properties/capabilities | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
Space separated list of supported guest system types. Each type | ||
is in the format: <class>-<major>.<minor>-<arch> | ||
With: | ||
<class>: "xen" -- x86: paravirtualized, arm: standard | ||
"hvm" -- x86 only: fully virtualized | ||
<major>: major guest interface version | ||
<minor>: minor guest interface version | ||
<arch>: architecture, e.g.: | ||
"x86_32": 32 bit x86 guest without PAE | ||
"x86_32p": 32 bit x86 guest with PAE | ||
"x86_64": 64 bit x86 guest | ||
"armv7l": 32 bit arm guest | ||
"aarch64": 64 bit arm guest | ||
|
||
What: /sys/hypervisor/properties/changeset | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
Changeset of the hypervisor (git commit) | ||
Might return "<denied>" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/properties/features | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
Features the Xen hypervisor supports for the guest as defined | ||
in include/xen/interface/features.h printed as a hex value. | ||
|
||
What: /sys/hypervisor/properties/pagesize | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
Default page size of the hypervisor printed as a hex value. | ||
Might return "0" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/properties/virtual_start | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
Virtual address of the hypervisor as a hex value. | ||
|
||
What: /sys/hypervisor/type | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
Type of hypervisor: | ||
"xen": Xen hypervisor | ||
|
||
What: /sys/hypervisor/uuid | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
UUID of the guest as known to the Xen hypervisor. | ||
|
||
What: /sys/hypervisor/version/extra | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
The Xen version is in the format <major>.<minor><extra> | ||
This is the <extra> part of it. | ||
Might return "<denied>" in case of special security settings | ||
in the hypervisor. | ||
|
||
What: /sys/hypervisor/version/major | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
The Xen version is in the format <major>.<minor><extra> | ||
This is the <major> part of it. | ||
|
||
What: /sys/hypervisor/version/minor | ||
Date: March 2009 | ||
KernelVersion: 2.6.30 | ||
Contact: xen-devel@lists.xenproject.org | ||
Description: If running under Xen: | ||
The Xen version is in the format <major>.<minor><extra> | ||
This is the <minor> part of it. |
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,12 +1,14 @@ | ||
What: /config/usb-gadget/gadget/functions/uac1.name | ||
Date: Sep 2014 | ||
KernelVersion: 3.18 | ||
Date: June 2017 | ||
KernelVersion: 4.14 | ||
Description: | ||
The attributes: | ||
|
||
audio_buf_size - audio buffer size | ||
fn_cap - capture pcm device file name | ||
fn_cntl - control device file name | ||
fn_play - playback pcm device file name | ||
req_buf_size - ISO OUT endpoint request buffer size | ||
req_count - ISO OUT endpoint request count | ||
c_chmask - capture channel mask | ||
c_srate - capture sampling rate | ||
c_ssize - capture sample size (bytes) | ||
p_chmask - playback channel mask | ||
p_srate - playback sampling rate | ||
p_ssize - playback sample size (bytes) | ||
req_number - the number of pre-allocated request | ||
for both capture and playback |
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,12 @@ | ||
What: /config/usb-gadget/gadget/functions/uac1_legacy.name | ||
Date: Sep 2014 | ||
KernelVersion: 3.18 | ||
Description: | ||
The attributes: | ||
|
||
audio_buf_size - audio buffer size | ||
fn_cap - capture pcm device file name | ||
fn_cntl - control device file name | ||
fn_play - playback pcm device file name | ||
req_buf_size - ISO OUT endpoint request buffer size | ||
req_count - ISO OUT endpoint request count |
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,38 @@ | ||
What: /sys/bus/platform/devices/fsi-master/rescan | ||
Date: May 2017 | ||
KernelVersion: 4.12 | ||
Contact: cbostic@linux.vnet.ibm.com | ||
Description: | ||
Initiates a FSI master scan for all connected slave devices | ||
on its links. | ||
|
||
What: /sys/bus/platform/devices/fsi-master/break | ||
Date: May 2017 | ||
KernelVersion: 4.12 | ||
Contact: cbostic@linux.vnet.ibm.com | ||
Description: | ||
Sends an FSI BREAK command on a master's communication | ||
link to any connnected slaves. A BREAK resets connected | ||
device's logic and preps it to receive further commands | ||
from the master. | ||
|
||
What: /sys/bus/platform/devices/fsi-master/slave@00:00/term | ||
Date: May 2017 | ||
KernelVersion: 4.12 | ||
Contact: cbostic@linux.vnet.ibm.com | ||
Description: | ||
Sends an FSI terminate command from the master to its | ||
connected slave. A terminate resets the slave's state machines | ||
that control access to the internally connected engines. In | ||
addition the slave freezes its internal error register for | ||
debugging purposes. This command is also needed to abort any | ||
ongoing operation in case of an expired 'Master Time Out' | ||
timer. | ||
|
||
What: /sys/bus/platform/devices/fsi-master/slave@00:00/raw | ||
Date: May 2017 | ||
KernelVersion: 4.12 | ||
Contact: cbostic@linux.vnet.ibm.com | ||
Description: | ||
Provides a means of reading/writing a 32 bit value from/to a | ||
specified FSI bus address. |
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.