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 branch 'fixes-rc1' into omap-for-v4.3/fixes
- Loading branch information
Showing
6,818 changed files
with
415,061 additions
and
180,445 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,10 @@ D: One of assisting postmasters for vger.kernel.org's lists | |
S: (ask for current address) | ||
S: Finland | ||
|
||
N: Thomas Abraham | ||
E: [email protected] | ||
D: Samsung pin controller driver | ||
|
||
N: Dragos Acostachioaie | ||
E: [email protected] | ||
W: http://www.arbornet.org/~dragos | ||
|
@@ -2988,6 +2992,10 @@ S: 2200 Mission College Blvd | |
S: Santa Clara, CA 95052 | ||
S: USA | ||
|
||
N: Anil Ravindranath | ||
E: [email protected] | ||
D: PMC-Sierra MaxRAID driver | ||
|
||
N: Eric S. Raymond | ||
E: [email protected] | ||
W: http://www.tuxedo.org/~esr/ | ||
|
@@ -3219,6 +3227,11 @@ S: 69 rue Dunois | |
S: 75013 Paris | ||
S: France | ||
|
||
N: Aleksa Sarai | ||
E: [email protected] | ||
W: https://www.cyphar.com/ | ||
D: `pids` cgroup subsystem | ||
|
||
N: Dipankar Sarma | ||
E: [email protected] | ||
D: RCU | ||
|
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 |
---|---|---|
|
@@ -223,3 +223,13 @@ Description: write only | |
Writing 1 will issue a PERST to card which may cause the card | ||
to reload the FPGA depending on load_image_on_perst. | ||
Users: https://github.com/ibm-capi/libcxl | ||
|
||
What: /sys/class/cxl/<card>/perst_reloads_same_image | ||
Date: July 2015 | ||
Contact: [email protected] | ||
Description: read/write | ||
Trust that when an image is reloaded via PERST, it will not | ||
have changed. | ||
0 = don't trust, the image may be different (default) | ||
1 = trust that the image will not change. | ||
Users: https://github.com/ibm-capi/libcxl |
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 |
---|---|---|
|
@@ -77,3 +77,22 @@ Description: | |
The format is also scrambled, like in the USB mode, and it can | ||
be summarized by converting 76543210 into GECA6420. | ||
HGFEDCBA HFDB7531 | ||
|
||
What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_remote/unpair_remote | ||
Date: July 2015 | ||
Contact: [email protected] | ||
Description: | ||
Writing the character sequence '*' followed by a newline to | ||
this file will delete all of the current pairings on the | ||
device. Other character sequences are reserved. This file is | ||
write only. | ||
|
||
What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_remote/<serial_number>/remote_mode | ||
Date: July 2015 | ||
Contact: [email protected] | ||
Description: | ||
Reading from this file reports the mode status of the | ||
remote as indicated by the LED lights on the device. If no | ||
reports have been received from the paired device, reading | ||
from this file will report '-1'. The mode is read-only | ||
and cannot be set through the driver. |
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,23 @@ | ||
What: /sys/hypervisor/pmu/pmu_mode | ||
Date: August 2015 | ||
KernelVersion: 4.3 | ||
Contact: Boris Ostrovsky <[email protected]> | ||
Description: | ||
Describes mode that Xen's performance-monitoring unit (PMU) | ||
uses. Accepted values are | ||
"off" -- PMU is disabled | ||
"self" -- The guest can profile itself | ||
"hv" -- The guest can profile itself and, if it is | ||
privileged (e.g. dom0), the hypervisor | ||
"all" -- The guest can profile itself, the hypervisor | ||
and all other guests. Only available to | ||
privileged guests. | ||
|
||
What: /sys/hypervisor/pmu/pmu_features | ||
Date: August 2015 | ||
KernelVersion: 4.3 | ||
Contact: Boris Ostrovsky <[email protected]> | ||
Description: | ||
Describes Xen PMU features (as an integer). A set bit indicates | ||
that the corresponding feature is enabled. See | ||
include/xen/interface/xenpmu.h for available features |
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
Oops, something went wrong.