Skip to content

Commit 0e1c438

Browse files
committed
Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/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
2 parents c096397 + cdb2d3e commit 0e1c438

File tree

6,059 files changed

+678502
-166591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,059 files changed

+678502
-166591
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
*.lz4
3131
*.lzma
3232
*.lzo
33+
*.mod
3334
*.mod.c
3435
*.o
3536
*.o.*

CREDITS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,6 @@ S: USA
17701770

17711771
N: Dave Jones
17721772
1773-
W: http://www.codemonkey.org.uk
17741773
D: Assorted VIA x86 support.
17751774
D: 2.5 AGPGART overhaul.
17761775
D: CPUFREQ maintenance.
@@ -3120,7 +3119,7 @@ S: France
31203119
N: Rik van Riel
31213120
31223121
W: http://www.surriel.com/
3123-
D: Linux-MM site, Documentation/sysctl/*, swap/mm readaround
3122+
D: Linux-MM site, Documentation/admin-guide/sysctl/*, swap/mm readaround
31243123
D: kswapd fixes, random kernel hacker, rmap VM,
31253124
D: nl.linux.org administrator, minor scheduler additions
31263125
S: Red Hat Boston

Documentation/ABI/obsolete/sysfs-gpio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Description:
1111
Kernel code may export it for complete or partial access.
1212

1313
GPIOs are identified as they are inside the kernel, using integers in
14-
the range 0..INT_MAX. See Documentation/gpio for more information.
14+
the range 0..INT_MAX. See Documentation/admin-guide/gpio for more information.
1515

1616
/sys/class/gpio
1717
/export ... asks the kernel to export a GPIO to userspace

Documentation/ABI/removed/sysfs-class-rfkill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rfkill - radio frequency (RF) connector kill switch support
22

3-
For details to this subsystem look at Documentation/rfkill.txt.
3+
For details to this subsystem look at Documentation/driver-api/rfkill.rst.
44

55
What: /sys/class/rfkill/rfkill[0-9]+/claim
66
Date: 09-Jul-2007

Documentation/ABI/stable/sysfs-class-infiniband

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -423,23 +423,6 @@ Description:
423423
(e.g. driver restart on the VM which owns the VF).
424424

425425

426-
sysfs interface for NetEffect RNIC Low-Level iWARP driver (nes)
427-
---------------------------------------------------------------
428-
429-
What: /sys/class/infiniband/nesX/hw_rev
430-
What: /sys/class/infiniband/nesX/hca_type
431-
What: /sys/class/infiniband/nesX/board_id
432-
Date: Feb, 2008
433-
KernelVersion: v2.6.25
434-
435-
Description:
436-
hw_rev: (RO) Hardware revision number
437-
438-
hca_type: (RO) Host Channel Adapter type (NEX020)
439-
440-
board_id: (RO) Manufacturing board id
441-
442-
443426
sysfs interface for Chelsio T4/T5 RDMA driver (cxgb4)
444427
-----------------------------------------------------
445428

Documentation/ABI/stable/sysfs-class-rfkill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rfkill - radio frequency (RF) connector kill switch support
22

3-
For details to this subsystem look at Documentation/rfkill.txt.
3+
For details to this subsystem look at Documentation/driver-api/rfkill.rst.
44

55
For the deprecated /sys/class/rfkill/*/claim knobs of this interface look in
66
Documentation/ABI/removed/sysfs-class-rfkill.

Documentation/ABI/stable/sysfs-devices-node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Date: October 2002
6161
Contact: Linux Memory Management list <[email protected]>
6262
Description:
6363
The node's hit/miss statistics, in units of pages.
64-
See Documentation/numastat.txt
64+
See Documentation/admin-guide/numastat.rst
6565

6666
What: /sys/devices/system/node/nodeX/distance
6767
Date: October 2002

Documentation/ABI/stable/sysfs-driver-mlxreg-io

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,23 @@ Description: These files show the system reset cause, as following: ComEx
120120
the last reset cause.
121121

122122
The files are read only.
123+
124+
Date: June 2019
125+
KernelVersion: 5.3
126+
Contact: Vadim Pasternak <vadimpmellanox.com>
127+
Description: These files show the system reset cause, as following:
128+
COMEX thermal shutdown; wathchdog power off or reset was derived
129+
by one of the next components: COMEX, switch board or by Small Form
130+
Factor mezzanine, reset requested from ASIC, reset cuased by BIOS
131+
reload. Value 1 in file means this is reset cause, 0 - otherwise.
132+
Only one of the above causes could be 1 at the same time, representing
133+
only last reset cause.
134+
135+
The files are read only.
136+
137+
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_comex_thermal
138+
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_comex_wd
139+
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_from_asic
140+
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_reload_bios
141+
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_sff_wd
142+
What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/reset_swb_wd

Documentation/ABI/testing/procfs-diskstats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Description:
2929
17 - sectors discarded
3030
18 - time spent discarding
3131

32-
For more details refer to Documentation/iostats.txt
32+
For more details refer to Documentation/admin-guide/iostats.rst

Documentation/ABI/testing/sysfs-block

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Description:
1515
9 - I/Os currently in progress
1616
10 - time spent doing I/Os (ms)
1717
11 - weighted time spent doing I/Os (ms)
18-
For more details refer Documentation/iostats.txt
18+
For more details refer Documentation/admin-guide/iostats.rst
1919

2020

2121
What: /sys/block/<disk>/<part>/stat

0 commit comments

Comments
 (0)