forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linu…
…x/kernel/git/kvmarm/kvmarm into HEAD KVM/arm fixes for 5.3 - A bunch of switch/case fall-through annotation, fixing one actual bug - Fix PMU reset bug - Add missing exception class debug strings
- Loading branch information
Showing
6,059 changed files
with
678,502 additions
and
166,591 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 |
---|---|---|
|
@@ -30,6 +30,7 @@ | |
*.lz4 | ||
*.lzma | ||
*.lzo | ||
*.mod | ||
*.mod.c | ||
*.o | ||
*.o.* | ||
|
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 |
---|---|---|
|
@@ -1770,7 +1770,6 @@ S: USA | |
|
||
N: Dave Jones | ||
E: [email protected] | ||
W: http://www.codemonkey.org.uk | ||
D: Assorted VIA x86 support. | ||
D: 2.5 AGPGART overhaul. | ||
D: CPUFREQ maintenance. | ||
|
@@ -3120,7 +3119,7 @@ S: France | |
N: Rik van Riel | ||
E: [email protected] | ||
W: http://www.surriel.com/ | ||
D: Linux-MM site, Documentation/sysctl/*, swap/mm readaround | ||
D: Linux-MM site, Documentation/admin-guide/sysctl/*, swap/mm readaround | ||
D: kswapd fixes, random kernel hacker, rmap VM, | ||
D: nl.linux.org administrator, minor scheduler additions | ||
S: Red Hat Boston | ||
|
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 |
---|---|---|
|
@@ -423,23 +423,6 @@ Description: | |
(e.g. driver restart on the VM which owns the VF). | ||
|
||
|
||
sysfs interface for NetEffect RNIC Low-Level iWARP driver (nes) | ||
--------------------------------------------------------------- | ||
|
||
What: /sys/class/infiniband/nesX/hw_rev | ||
What: /sys/class/infiniband/nesX/hca_type | ||
What: /sys/class/infiniband/nesX/board_id | ||
Date: Feb, 2008 | ||
KernelVersion: v2.6.25 | ||
Contact: [email protected] | ||
Description: | ||
hw_rev: (RO) Hardware revision number | ||
|
||
hca_type: (RO) Host Channel Adapter type (NEX020) | ||
|
||
board_id: (RO) Manufacturing board id | ||
|
||
|
||
sysfs interface for Chelsio T4/T5 RDMA driver (cxgb4) | ||
----------------------------------------------------- | ||
|
||
|
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 |
---|---|---|
|
@@ -61,7 +61,7 @@ Date: October 2002 | |
Contact: Linux Memory Management list <[email protected]> | ||
Description: | ||
The node's hit/miss statistics, in units of pages. | ||
See Documentation/numastat.txt | ||
See Documentation/admin-guide/numastat.rst | ||
|
||
What: /sys/devices/system/node/nodeX/distance | ||
Date: October 2002 | ||
|
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 |
---|---|---|
|
@@ -376,10 +376,42 @@ Description: | |
supply. Normally this is configured based on the type of | ||
connection made (e.g. A configured SDP should output a maximum | ||
of 500mA so the input current limit is set to the same value). | ||
Use preferably input_power_limit, and for problems that can be | ||
solved using power limit use input_current_limit. | ||
|
||
Access: Read, Write | ||
Valid values: Represented in microamps | ||
|
||
What: /sys/class/power_supply/<supply_name>/input_voltage_limit | ||
Date: May 2019 | ||
Contact: [email protected] | ||
Description: | ||
This entry configures the incoming VBUS voltage limit currently | ||
set in the supply. Normally this is configured based on | ||
system-level knowledge or user input (e.g. This is part of the | ||
Pixel C's thermal management strategy to effectively limit the | ||
input power to 5V when the screen is on to meet Google's skin | ||
temperature targets). Note that this feature should not be | ||
used for safety critical things. | ||
Use preferably input_power_limit, and for problems that can be | ||
solved using power limit use input_voltage_limit. | ||
|
||
Access: Read, Write | ||
Valid values: Represented in microvolts | ||
|
||
What: /sys/class/power_supply/<supply_name>/input_power_limit | ||
Date: May 2019 | ||
Contact: [email protected] | ||
Description: | ||
This entry configures the incoming power limit currently set | ||
in the supply. Normally this is configured based on | ||
system-level knowledge or user input. Use preferably this | ||
feature to limit the incoming power and use current/voltage | ||
limit only for problems that can be solved using power limit. | ||
|
||
Access: Read, Write | ||
Valid values: Represented in microwatts | ||
|
||
What: /sys/class/power_supply/<supply_name>/online, | ||
Date: May 2007 | ||
Contact: [email protected] | ||
|
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,30 @@ | ||
What: /sys/class/power_supply/wilco-charger/charge_type | ||
Date: April 2019 | ||
KernelVersion: 5.2 | ||
Description: | ||
What charging algorithm to use: | ||
|
||
Standard: Fully charges battery at a standard rate. | ||
Adaptive: Battery settings adaptively optimized based on | ||
typical battery usage pattern. | ||
Fast: Battery charges over a shorter period. | ||
Trickle: Extends battery lifespan, intended for users who | ||
primarily use their Chromebook while connected to AC. | ||
Custom: A low and high threshold percentage is specified. | ||
Charging begins when level drops below | ||
charge_control_start_threshold, and ceases when | ||
level is above charge_control_end_threshold. | ||
|
||
What: /sys/class/power_supply/wilco-charger/charge_control_start_threshold | ||
Date: April 2019 | ||
KernelVersion: 5.2 | ||
Description: | ||
Used when charge_type="Custom", as described above. Measured in | ||
percentages. The valid range is [50, 95]. | ||
|
||
What: /sys/class/power_supply/wilco-charger/charge_control_end_threshold | ||
Date: April 2019 | ||
KernelVersion: 5.2 | ||
Description: | ||
Used when charge_type="Custom", as described above. Measured in | ||
percentages. The valid range is [55, 100]. |
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,7 +5,7 @@ Contact: [email protected] | |
Description: | ||
The powercap/ class sub directory belongs to the power cap | ||
subsystem. Refer to | ||
Documentation/power/powercap/powercap.txt for details. | ||
Documentation/power/powercap/powercap.rst for details. | ||
|
||
What: /sys/class/powercap/<control type> | ||
Date: September 2013 | ||
|
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 |
---|---|---|
|
@@ -36,3 +36,13 @@ KernelVersion: 3.5 | |
Contact: "AceLan Kao" <[email protected]> | ||
Description: | ||
Resume on lid open. 1 means on, 0 means off. | ||
|
||
What: /sys/devices/platform/<platform>/fan_boost_mode | ||
Date: Sep 2019 | ||
KernelVersion: 5.3 | ||
Contact: "Yurii Pavlovskyi" <[email protected]> | ||
Description: | ||
Fan boost mode: | ||
* 0 - normal, | ||
* 1 - overboost, | ||
* 2 - silent |
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,7 +1,7 @@ | ||
What: /sys/devices/platform/<i2c-demux-name>/available_masters | ||
Date: January 2016 | ||
KernelVersion: 4.6 | ||
Contact: Wolfram Sang <wsa@the-dreams.de> | ||
Contact: Wolfram Sang <wsa[email protected]> | ||
Description: | ||
Reading the file will give you a list of masters which can be | ||
selected for a demultiplexed bus. The format is | ||
|
@@ -12,7 +12,7 @@ Description: | |
What: /sys/devices/platform/<i2c-demux-name>/current_master | ||
Date: January 2016 | ||
KernelVersion: 4.6 | ||
Contact: Wolfram Sang <wsa@the-dreams.de> | ||
Contact: Wolfram Sang <wsa[email protected]> | ||
Description: | ||
This file selects/shows the active I2C master for a demultiplexed | ||
bus. It uses the <index> value from the file 'available_masters'. |
File renamed without changes.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.