Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2bb1d42 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

Merge tag 'v4.3-rc1' into perf/core, to refresh the tree



Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parents 3bd76175 6ff33f39
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -36,6 +36,7 @@
modules.builtin
modules.builtin
Module.symvers
Module.symvers
*.dwo
*.dwo
*.su


#
#
# Top-level generic files
# Top-level generic files
@@ -44,6 +45,7 @@ Module.symvers
/TAGS
/TAGS
/linux
/linux
/vmlinux
/vmlinux
/vmlinux.32
/vmlinux-gdb.py
/vmlinux-gdb.py
/vmlinuz
/vmlinuz
/System.map
/System.map
@@ -89,6 +91,9 @@ GRTAGS
GSYMS
GSYMS
GTAGS
GTAGS


# id-utils files
ID

*.orig
*.orig
*~
*~
\#*#
\#*#
@@ -97,6 +102,7 @@ GTAGS
# Leavings from module signing
# Leavings from module signing
#
#
extra_certificates
extra_certificates
signing_key.pem
signing_key.priv
signing_key.priv
signing_key.x509
signing_key.x509
x509.genkey
x509.genkey
+13 −0
Original line number Original line Diff line number Diff line
@@ -20,6 +20,10 @@ D: One of assisting postmasters for vger.kernel.org's lists
S: (ask for current address)
S: (ask for current address)
S: Finland
S: Finland


N: Thomas Abraham
E: thomas.ab@samsung.com
D: Samsung pin controller driver

N: Dragos Acostachioaie
N: Dragos Acostachioaie
E: dragos@iname.com
E: dragos@iname.com
W: http://www.arbornet.org/~dragos
W: http://www.arbornet.org/~dragos
@@ -2988,6 +2992,10 @@ S: 2200 Mission College Blvd
S: Santa Clara, CA 95052
S: Santa Clara, CA 95052
S: USA
S: USA


N: Anil Ravindranath
E: anil_ravindranath@pmc-sierra.com
D: PMC-Sierra MaxRAID driver

N: Eric S. Raymond
N: Eric S. Raymond
E: esr@thyrsus.com
E: esr@thyrsus.com
W: http://www.tuxedo.org/~esr/
W: http://www.tuxedo.org/~esr/
@@ -3219,6 +3227,11 @@ S: 69 rue Dunois
S: 75013 Paris
S: 75013 Paris
S: France
S: France


N: Aleksa Sarai
E: cyphar@cyphar.com
W: https://www.cyphar.com/
D: `pids` cgroup subsystem

N: Dipankar Sarma
N: Dipankar Sarma
E: dipankar@in.ibm.com
E: dipankar@in.ibm.com
D: RCU
D: RCU
+10 −0
Original line number Original line Diff line number Diff line
@@ -223,3 +223,13 @@ Description: write only
                Writing 1 will issue a PERST to card which may cause the card
                Writing 1 will issue a PERST to card which may cause the card
                to reload the FPGA depending on load_image_on_perst.
                to reload the FPGA depending on load_image_on_perst.
Users:		https://github.com/ibm-capi/libcxl
Users:		https://github.com/ibm-capi/libcxl

What:		/sys/class/cxl/<card>/perst_reloads_same_image
Date:		July 2015
Contact:	linuxppc-dev@lists.ozlabs.org
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
+19 −0
Original line number Original line Diff line number Diff line
@@ -77,3 +77,22 @@ Description:
		The format is also scrambled, like in the USB mode, and it can
		The format is also scrambled, like in the USB mode, and it can
		be summarized by converting 76543210 into GECA6420.
		be summarized by converting 76543210 into GECA6420.
					    HGFEDCBA      HFDB7531
					    HGFEDCBA      HFDB7531

What:		/sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_remote/unpair_remote
Date:		July 2015
Contact:	linux-input@vger.kernel.org
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:	linux-input@vger.kernel.org
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.
+2 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,8 @@ Description:
    /sys/class/gpio
    /sys/class/gpio
	/export ... asks the kernel to export a GPIO to userspace
	/export ... asks the kernel to export a GPIO to userspace
	/unexport ... to return a GPIO to the kernel
	/unexport ... to return a GPIO to the kernel
	/gpioN ... for each exported GPIO #N
	/gpioN ... for each exported GPIO #N OR
	/<LINE-NAME> ... for a properly named GPIO line
	    /value ... always readable, writes fail for input GPIOs
	    /value ... always readable, writes fail for input GPIOs
	    /direction ... r/w as: in, out (default low); write: high, low
	    /direction ... r/w as: in, out (default low); write: high, low
	    /edge ... r/w as: none, falling, rising, both
	    /edge ... r/w as: none, falling, rising, both
Loading