Merge 4.12-rc2 into char-misc-next
We want the fixes in here as well to handle merge issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Коммит
b4a338d2b3
|
@ -1,31 +0,0 @@
|
||||||
Hi6220 SoC ION
|
|
||||||
===================================================================
|
|
||||||
Required properties:
|
|
||||||
- compatible : "hisilicon,hi6220-ion"
|
|
||||||
- list of the ION heaps
|
|
||||||
- heap name : maybe heap_sys_user@0
|
|
||||||
- heap id : id should be unique in the system.
|
|
||||||
- heap base : base ddr address of the heap,0 means that
|
|
||||||
it is dynamic.
|
|
||||||
- heap size : memory size and 0 means it is dynamic.
|
|
||||||
- heap type : the heap type of the heap, please also
|
|
||||||
see the define in ion.h(drivers/staging/android/uapi/ion.h)
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Example:
|
|
||||||
hi6220-ion {
|
|
||||||
compatible = "hisilicon,hi6220-ion";
|
|
||||||
heap_sys_user@0 {
|
|
||||||
heap-name = "sys_user";
|
|
||||||
heap-id = <0x0>;
|
|
||||||
heap-base = <0x0>;
|
|
||||||
heap-size = <0x0>;
|
|
||||||
heap-type = "ion_system";
|
|
||||||
};
|
|
||||||
heap_sys_contig@0 {
|
|
||||||
heap-name = "sys_contig";
|
|
||||||
heap-id = <0x1>;
|
|
||||||
heap-base = <0x0>;
|
|
||||||
heap-size = <0x0>;
|
|
||||||
heap-type = "ion_system_contig";
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -114,8 +114,7 @@ the details during registration. The class offers the following API for
|
||||||
registering/unregistering cables and their plugs:
|
registering/unregistering cables and their plugs:
|
||||||
|
|
||||||
.. kernel-doc:: drivers/usb/typec/typec.c
|
.. kernel-doc:: drivers/usb/typec/typec.c
|
||||||
:functions: typec_register_cable typec_unregister_cable typec_register_plug
|
:functions: typec_register_cable typec_unregister_cable typec_register_plug typec_unregister_plug
|
||||||
typec_unregister_plug
|
|
||||||
|
|
||||||
The class will provide a handle to struct typec_cable and struct typec_plug if
|
The class will provide a handle to struct typec_cable and struct typec_plug if
|
||||||
the registration is successful, or NULL if it isn't.
|
the registration is successful, or NULL if it isn't.
|
||||||
|
@ -137,8 +136,7 @@ during connection of a partner or cable, the port driver must use the following
|
||||||
APIs to report it to the class:
|
APIs to report it to the class:
|
||||||
|
|
||||||
.. kernel-doc:: drivers/usb/typec/typec.c
|
.. kernel-doc:: drivers/usb/typec/typec.c
|
||||||
:functions: typec_set_data_role typec_set_pwr_role typec_set_vconn_role
|
:functions: typec_set_data_role typec_set_pwr_role typec_set_vconn_role typec_set_pwr_opmode
|
||||||
typec_set_pwr_opmode
|
|
||||||
|
|
||||||
Alternate Modes
|
Alternate Modes
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
|
@ -117,7 +117,7 @@ nowayout: Watchdog cannot be stopped once started
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
iTCO_wdt:
|
iTCO_wdt:
|
||||||
heartbeat: Watchdog heartbeat in seconds.
|
heartbeat: Watchdog heartbeat in seconds.
|
||||||
(2<heartbeat<39 (TCO v1) or 613 (TCO v2), default=30)
|
(5<=heartbeat<=74 (TCO v1) or 1226 (TCO v2), default=30)
|
||||||
nowayout: Watchdog cannot be stopped once started
|
nowayout: Watchdog cannot be stopped once started
|
||||||
(default=kernel config parameter)
|
(default=kernel config parameter)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
15
MAINTAINERS
15
MAINTAINERS
|
@ -846,7 +846,6 @@ M: Laura Abbott <labbott@redhat.com>
|
||||||
M: Sumit Semwal <sumit.semwal@linaro.org>
|
M: Sumit Semwal <sumit.semwal@linaro.org>
|
||||||
L: devel@driverdev.osuosl.org
|
L: devel@driverdev.osuosl.org
|
||||||
S: Supported
|
S: Supported
|
||||||
F: Documentation/devicetree/bindings/staging/ion/
|
|
||||||
F: drivers/staging/android/ion
|
F: drivers/staging/android/ion
|
||||||
F: drivers/staging/android/uapi/ion.h
|
F: drivers/staging/android/uapi/ion.h
|
||||||
F: drivers/staging/android/uapi/ion_test.h
|
F: drivers/staging/android/uapi/ion_test.h
|
||||||
|
@ -3116,6 +3115,14 @@ F: drivers/net/ieee802154/cc2520.c
|
||||||
F: include/linux/spi/cc2520.h
|
F: include/linux/spi/cc2520.h
|
||||||
F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
|
F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
|
||||||
|
|
||||||
|
CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
|
||||||
|
M: Gilad Ben-Yossef <gilad@benyossef.com>
|
||||||
|
L: linux-crypto@vger.kernel.org
|
||||||
|
L: driverdev-devel@linuxdriverproject.org
|
||||||
|
S: Supported
|
||||||
|
F: drivers/staging/ccree/
|
||||||
|
W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
|
||||||
|
|
||||||
CEC FRAMEWORK
|
CEC FRAMEWORK
|
||||||
M: Hans Verkuil <hans.verkuil@cisco.com>
|
M: Hans Verkuil <hans.verkuil@cisco.com>
|
||||||
L: linux-media@vger.kernel.org
|
L: linux-media@vger.kernel.org
|
||||||
|
@ -5695,7 +5702,7 @@ M: Alex Elder <elder@kernel.org>
|
||||||
M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: drivers/staging/greybus/
|
F: drivers/staging/greybus/
|
||||||
L: greybus-dev@lists.linaro.org
|
L: greybus-dev@lists.linaro.org (moderated for non-subscribers)
|
||||||
|
|
||||||
GREYBUS AUDIO PROTOCOLS DRIVERS
|
GREYBUS AUDIO PROTOCOLS DRIVERS
|
||||||
M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
|
M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
|
||||||
|
@ -9553,10 +9560,6 @@ F: drivers/net/wireless/intersil/orinoco/
|
||||||
|
|
||||||
OSD LIBRARY and FILESYSTEM
|
OSD LIBRARY and FILESYSTEM
|
||||||
M: Boaz Harrosh <ooo@electrozaur.com>
|
M: Boaz Harrosh <ooo@electrozaur.com>
|
||||||
M: Benny Halevy <bhalevy@primarydata.com>
|
|
||||||
L: osd-dev@open-osd.org
|
|
||||||
W: http://open-osd.org
|
|
||||||
T: git git://git.open-osd.org/open-osd.git
|
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: drivers/scsi/osd/
|
F: drivers/scsi/osd/
|
||||||
F: include/scsi/osd_*
|
F: include/scsi/osd_*
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
||||||
VERSION = 4
|
VERSION = 4
|
||||||
PATCHLEVEL = 12
|
PATCHLEVEL = 12
|
||||||
SUBLEVEL = 0
|
SUBLEVEL = 0
|
||||||
EXTRAVERSION = -rc1
|
EXTRAVERSION = -rc2
|
||||||
NAME = Fearless Coyote
|
NAME = Fearless Coyote
|
||||||
|
|
||||||
# *DOCUMENTATION*
|
# *DOCUMENTATION*
|
||||||
|
@ -1172,7 +1172,7 @@ headers_check_all: headers_install_all
|
||||||
PHONY += headers_check
|
PHONY += headers_check
|
||||||
headers_check: headers_install
|
headers_check: headers_install
|
||||||
$(Q)$(MAKE) $(hdr-inst)=include/uapi HDRCHECK=1
|
$(Q)$(MAKE) $(hdr-inst)=include/uapi HDRCHECK=1
|
||||||
$(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/uapi/ $(hdr-dst) HDRCHECK=1
|
$(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/uapi $(hdr-dst) HDRCHECK=1
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# Kernel selftest
|
# Kernel selftest
|
||||||
|
|
|
@ -1201,8 +1201,10 @@ SYSCALL_DEFINE4(osf_wait4, pid_t, pid, int __user *, ustatus, int, options,
|
||||||
if (!access_ok(VERIFY_WRITE, ur, sizeof(*ur)))
|
if (!access_ok(VERIFY_WRITE, ur, sizeof(*ur)))
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
|
|
||||||
err = 0;
|
err = put_user(status, ustatus);
|
||||||
err |= put_user(status, ustatus);
|
if (ret < 0)
|
||||||
|
return err ? err : ret;
|
||||||
|
|
||||||
err |= __put_user(r.ru_utime.tv_sec, &ur->ru_utime.tv_sec);
|
err |= __put_user(r.ru_utime.tv_sec, &ur->ru_utime.tv_sec);
|
||||||
err |= __put_user(r.ru_utime.tv_usec, &ur->ru_utime.tv_usec);
|
err |= __put_user(r.ru_utime.tv_usec, &ur->ru_utime.tv_usec);
|
||||||
err |= __put_user(r.ru_stime.tv_sec, &ur->ru_stime.tv_sec);
|
err |= __put_user(r.ru_stime.tv_sec, &ur->ru_stime.tv_sec);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
ethernet = ðernet;
|
ethernet0 = ðernet;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
ethernet = ðernet;
|
ethernet0 = ðernet;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -198,8 +198,8 @@
|
||||||
brcm,pins = <0 1>;
|
brcm,pins = <0 1>;
|
||||||
brcm,function = <BCM2835_FSEL_ALT0>;
|
brcm,function = <BCM2835_FSEL_ALT0>;
|
||||||
};
|
};
|
||||||
i2c0_gpio32: i2c0_gpio32 {
|
i2c0_gpio28: i2c0_gpio28 {
|
||||||
brcm,pins = <32 34>;
|
brcm,pins = <28 29>;
|
||||||
brcm,function = <BCM2835_FSEL_ALT0>;
|
brcm,function = <BCM2835_FSEL_ALT0>;
|
||||||
};
|
};
|
||||||
i2c0_gpio44: i2c0_gpio44 {
|
i2c0_gpio44: i2c0_gpio44 {
|
||||||
|
@ -295,20 +295,28 @@
|
||||||
/* Separate from the uart0_gpio14 group
|
/* Separate from the uart0_gpio14 group
|
||||||
* because it conflicts with spi1_gpio16, and
|
* because it conflicts with spi1_gpio16, and
|
||||||
* people often run uart0 on the two pins
|
* people often run uart0 on the two pins
|
||||||
* without flow contrl.
|
* without flow control.
|
||||||
*/
|
*/
|
||||||
uart0_ctsrts_gpio16: uart0_ctsrts_gpio16 {
|
uart0_ctsrts_gpio16: uart0_ctsrts_gpio16 {
|
||||||
brcm,pins = <16 17>;
|
brcm,pins = <16 17>;
|
||||||
brcm,function = <BCM2835_FSEL_ALT3>;
|
brcm,function = <BCM2835_FSEL_ALT3>;
|
||||||
};
|
};
|
||||||
uart0_gpio30: uart0_gpio30 {
|
uart0_ctsrts_gpio30: uart0_ctsrts_gpio30 {
|
||||||
brcm,pins = <30 31>;
|
brcm,pins = <30 31>;
|
||||||
brcm,function = <BCM2835_FSEL_ALT3>;
|
brcm,function = <BCM2835_FSEL_ALT3>;
|
||||||
};
|
};
|
||||||
uart0_ctsrts_gpio32: uart0_ctsrts_gpio32 {
|
uart0_gpio32: uart0_gpio32 {
|
||||||
brcm,pins = <32 33>;
|
brcm,pins = <32 33>;
|
||||||
brcm,function = <BCM2835_FSEL_ALT3>;
|
brcm,function = <BCM2835_FSEL_ALT3>;
|
||||||
};
|
};
|
||||||
|
uart0_gpio36: uart0_gpio36 {
|
||||||
|
brcm,pins = <36 37>;
|
||||||
|
brcm,function = <BCM2835_FSEL_ALT2>;
|
||||||
|
};
|
||||||
|
uart0_ctsrts_gpio38: uart0_ctsrts_gpio38 {
|
||||||
|
brcm,pins = <38 39>;
|
||||||
|
brcm,function = <BCM2835_FSEL_ALT2>;
|
||||||
|
};
|
||||||
|
|
||||||
uart1_gpio14: uart1_gpio14 {
|
uart1_gpio14: uart1_gpio14 {
|
||||||
brcm,pins = <14 15>;
|
brcm,pins = <14 15>;
|
||||||
|
@ -326,10 +334,6 @@
|
||||||
brcm,pins = <30 31>;
|
brcm,pins = <30 31>;
|
||||||
brcm,function = <BCM2835_FSEL_ALT5>;
|
brcm,function = <BCM2835_FSEL_ALT5>;
|
||||||
};
|
};
|
||||||
uart1_gpio36: uart1_gpio36 {
|
|
||||||
brcm,pins = <36 37 38 39>;
|
|
||||||
brcm,function = <BCM2835_FSEL_ALT2>;
|
|
||||||
};
|
|
||||||
uart1_gpio40: uart1_gpio40 {
|
uart1_gpio40: uart1_gpio40 {
|
||||||
brcm,pins = <40 41>;
|
brcm,pins = <40 41>;
|
||||||
brcm,function = <BCM2835_FSEL_ALT5>;
|
brcm,function = <BCM2835_FSEL_ALT5>;
|
||||||
|
|
|
@ -204,6 +204,8 @@
|
||||||
tps659038: tps659038@58 {
|
tps659038: tps659038@58 {
|
||||||
compatible = "ti,tps659038";
|
compatible = "ti,tps659038";
|
||||||
reg = <0x58>;
|
reg = <0x58>;
|
||||||
|
ti,palmas-override-powerhold;
|
||||||
|
ti,system-power-controller;
|
||||||
|
|
||||||
tps659038_pmic {
|
tps659038_pmic {
|
||||||
compatible = "ti,tps659038-pmic";
|
compatible = "ti,tps659038-pmic";
|
||||||
|
|
|
@ -2017,4 +2017,8 @@
|
||||||
coefficients = <0 2000>;
|
coefficients = <0 2000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpu_crit {
|
||||||
|
temperature = <120000>; /* milli Celsius */
|
||||||
|
};
|
||||||
|
|
||||||
/include/ "dra7xx-clocks.dtsi"
|
/include/ "dra7xx-clocks.dtsi"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
imx53-qsrb {
|
imx53-qsrb {
|
||||||
pinctrl_pmic: pmicgrp {
|
pinctrl_pmic: pmicgrp {
|
||||||
fsl,pins = <
|
fsl,pins = <
|
||||||
MX53_PAD_CSI0_DAT5__GPIO5_23 0x1e4 /* IRQ */
|
MX53_PAD_CSI0_DAT5__GPIO5_23 0x1c4 /* IRQ */
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,23 +12,6 @@
|
||||||
model = "Freescale i.MX6 SoloX SDB RevB Board";
|
model = "Freescale i.MX6 SoloX SDB RevB Board";
|
||||||
};
|
};
|
||||||
|
|
||||||
&cpu0 {
|
|
||||||
operating-points = <
|
|
||||||
/* kHz uV */
|
|
||||||
996000 1250000
|
|
||||||
792000 1175000
|
|
||||||
396000 1175000
|
|
||||||
198000 1175000
|
|
||||||
>;
|
|
||||||
fsl,soc-operating-points = <
|
|
||||||
/* ARM kHz SOC uV */
|
|
||||||
996000 1250000
|
|
||||||
792000 1175000
|
|
||||||
396000 1175000
|
|
||||||
198000 1175000
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c1 {
|
&i2c1 {
|
||||||
clock-frequency = <100000>;
|
clock-frequency = <100000>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
..
|
|
|
@ -1 +0,0 @@
|
||||||
../../../../arm64/boot/dts
|
|
|
@ -1 +0,0 @@
|
||||||
../../../../../include/dt-bindings
|
|
|
@ -249,9 +249,9 @@
|
||||||
OMAP3_CORE1_IOPAD(0x2110, PIN_INPUT | MUX_MODE0) /* cam_xclka.cam_xclka */
|
OMAP3_CORE1_IOPAD(0x2110, PIN_INPUT | MUX_MODE0) /* cam_xclka.cam_xclka */
|
||||||
OMAP3_CORE1_IOPAD(0x2112, PIN_INPUT | MUX_MODE0) /* cam_pclk.cam_pclk */
|
OMAP3_CORE1_IOPAD(0x2112, PIN_INPUT | MUX_MODE0) /* cam_pclk.cam_pclk */
|
||||||
|
|
||||||
OMAP3_CORE1_IOPAD(0x2114, PIN_INPUT | MUX_MODE0) /* cam_d0.cam_d0 */
|
OMAP3_CORE1_IOPAD(0x2116, PIN_INPUT | MUX_MODE0) /* cam_d0.cam_d0 */
|
||||||
OMAP3_CORE1_IOPAD(0x2116, PIN_INPUT | MUX_MODE0) /* cam_d1.cam_d1 */
|
OMAP3_CORE1_IOPAD(0x2118, PIN_INPUT | MUX_MODE0) /* cam_d1.cam_d1 */
|
||||||
OMAP3_CORE1_IOPAD(0x2118, PIN_INPUT | MUX_MODE0) /* cam_d2.cam_d2 */
|
OMAP3_CORE1_IOPAD(0x211a, PIN_INPUT | MUX_MODE0) /* cam_d2.cam_d2 */
|
||||||
OMAP3_CORE1_IOPAD(0x211c, PIN_INPUT | MUX_MODE0) /* cam_d3.cam_d3 */
|
OMAP3_CORE1_IOPAD(0x211c, PIN_INPUT | MUX_MODE0) /* cam_d3.cam_d3 */
|
||||||
OMAP3_CORE1_IOPAD(0x211e, PIN_INPUT | MUX_MODE0) /* cam_d4.cam_d4 */
|
OMAP3_CORE1_IOPAD(0x211e, PIN_INPUT | MUX_MODE0) /* cam_d4.cam_d4 */
|
||||||
OMAP3_CORE1_IOPAD(0x2120, PIN_INPUT | MUX_MODE0) /* cam_d5.cam_d5 */
|
OMAP3_CORE1_IOPAD(0x2120, PIN_INPUT | MUX_MODE0) /* cam_d5.cam_d5 */
|
||||||
|
|
|
@ -72,6 +72,8 @@
|
||||||
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
|
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
|
||||||
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
|
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,
|
||||||
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
|
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
|
||||||
|
clock-frequency = <13000000>;
|
||||||
|
arm,cpu-registers-not-fw-configured;
|
||||||
};
|
};
|
||||||
|
|
||||||
watchdog: watchdog@10007000 {
|
watchdog: watchdog@10007000 {
|
||||||
|
|
|
@ -55,7 +55,8 @@
|
||||||
simple-audio-card,bitclock-master = <&telephony_link_master>;
|
simple-audio-card,bitclock-master = <&telephony_link_master>;
|
||||||
simple-audio-card,frame-master = <&telephony_link_master>;
|
simple-audio-card,frame-master = <&telephony_link_master>;
|
||||||
simple-audio-card,format = "i2s";
|
simple-audio-card,format = "i2s";
|
||||||
|
simple-audio-card,bitclock-inversion;
|
||||||
|
simple-audio-card,frame-inversion;
|
||||||
simple-audio-card,cpu {
|
simple-audio-card,cpu {
|
||||||
sound-dai = <&mcbsp4>;
|
sound-dai = <&mcbsp4>;
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
/* Pandaboard Rev A4+ have external pullups on SCL & SDA */
|
/* Pandaboard Rev A4+ have external pullups on SCL & SDA */
|
||||||
&dss_hdmi_pins {
|
&dss_hdmi_pins {
|
||||||
pinctrl-single,pins = <
|
pinctrl-single,pins = <
|
||||||
OMAP4_IOPAD(0x09a, PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_cec.hdmi_cec */
|
OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0) /* hdmi_cec.hdmi_cec */
|
||||||
OMAP4_IOPAD(0x09c, PIN_INPUT | MUX_MODE0) /* hdmi_scl.hdmi_scl */
|
OMAP4_IOPAD(0x09c, PIN_INPUT | MUX_MODE0) /* hdmi_scl.hdmi_scl */
|
||||||
OMAP4_IOPAD(0x09e, PIN_INPUT | MUX_MODE0) /* hdmi_sda.hdmi_sda */
|
OMAP4_IOPAD(0x09e, PIN_INPUT | MUX_MODE0) /* hdmi_sda.hdmi_sda */
|
||||||
>;
|
>;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
/* PandaboardES has external pullups on SCL & SDA */
|
/* PandaboardES has external pullups on SCL & SDA */
|
||||||
&dss_hdmi_pins {
|
&dss_hdmi_pins {
|
||||||
pinctrl-single,pins = <
|
pinctrl-single,pins = <
|
||||||
OMAP4_IOPAD(0x09a, PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_cec.hdmi_cec */
|
OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0) /* hdmi_cec.hdmi_cec */
|
||||||
OMAP4_IOPAD(0x09c, PIN_INPUT | MUX_MODE0) /* hdmi_scl.hdmi_scl */
|
OMAP4_IOPAD(0x09c, PIN_INPUT | MUX_MODE0) /* hdmi_scl.hdmi_scl */
|
||||||
OMAP4_IOPAD(0x09e, PIN_INPUT | MUX_MODE0) /* hdmi_sda.hdmi_sda */
|
OMAP4_IOPAD(0x09e, PIN_INPUT | MUX_MODE0) /* hdmi_sda.hdmi_sda */
|
||||||
>;
|
>;
|
||||||
|
|
|
@ -0,0 +1,68 @@
|
||||||
|
# CONFIG_LOCALVERSION_AUTO is not set
|
||||||
|
CONFIG_SYSVIPC=y
|
||||||
|
CONFIG_NO_HZ_IDLE=y
|
||||||
|
CONFIG_BSD_PROCESS_ACCT=y
|
||||||
|
CONFIG_USER_NS=y
|
||||||
|
CONFIG_RELAY=y
|
||||||
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
|
CONFIG_PARTITION_ADVANCED=y
|
||||||
|
CONFIG_ARCH_MULTI_V4=y
|
||||||
|
# CONFIG_ARCH_MULTI_V7 is not set
|
||||||
|
CONFIG_ARCH_GEMINI=y
|
||||||
|
CONFIG_PCI=y
|
||||||
|
CONFIG_PREEMPT=y
|
||||||
|
CONFIG_AEABI=y
|
||||||
|
CONFIG_CMDLINE="console=ttyS0,115200n8"
|
||||||
|
CONFIG_KEXEC=y
|
||||||
|
CONFIG_BINFMT_MISC=y
|
||||||
|
CONFIG_PM=y
|
||||||
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
||||||
|
CONFIG_DEVTMPFS=y
|
||||||
|
CONFIG_MTD=y
|
||||||
|
CONFIG_MTD_BLOCK=y
|
||||||
|
CONFIG_MTD_CFI=y
|
||||||
|
CONFIG_MTD_CFI_INTELEXT=y
|
||||||
|
CONFIG_MTD_CFI_AMDSTD=y
|
||||||
|
CONFIG_MTD_CFI_STAA=y
|
||||||
|
CONFIG_MTD_PHYSMAP=y
|
||||||
|
CONFIG_MTD_PHYSMAP_OF=y
|
||||||
|
CONFIG_BLK_DEV_RAM=y
|
||||||
|
CONFIG_BLK_DEV_RAM_SIZE=16384
|
||||||
|
# CONFIG_SCSI_PROC_FS is not set
|
||||||
|
CONFIG_BLK_DEV_SD=y
|
||||||
|
# CONFIG_SCSI_LOWLEVEL is not set
|
||||||
|
CONFIG_ATA=y
|
||||||
|
CONFIG_INPUT_EVDEV=y
|
||||||
|
CONFIG_KEYBOARD_GPIO=y
|
||||||
|
# CONFIG_INPUT_MOUSE is not set
|
||||||
|
# CONFIG_LEGACY_PTYS is not set
|
||||||
|
CONFIG_SERIAL_8250=y
|
||||||
|
CONFIG_SERIAL_8250_CONSOLE=y
|
||||||
|
CONFIG_SERIAL_8250_NR_UARTS=1
|
||||||
|
CONFIG_SERIAL_8250_RUNTIME_UARTS=1
|
||||||
|
CONFIG_SERIAL_OF_PLATFORM=y
|
||||||
|
# CONFIG_HW_RANDOM is not set
|
||||||
|
# CONFIG_HWMON is not set
|
||||||
|
CONFIG_WATCHDOG=y
|
||||||
|
CONFIG_GEMINI_WATCHDOG=y
|
||||||
|
CONFIG_USB=y
|
||||||
|
CONFIG_USB_MON=y
|
||||||
|
CONFIG_USB_FOTG210_HCD=y
|
||||||
|
CONFIG_USB_STORAGE=y
|
||||||
|
CONFIG_NEW_LEDS=y
|
||||||
|
CONFIG_LEDS_CLASS=y
|
||||||
|
CONFIG_LEDS_GPIO=y
|
||||||
|
CONFIG_LEDS_TRIGGERS=y
|
||||||
|
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
||||||
|
CONFIG_RTC_CLASS=y
|
||||||
|
CONFIG_RTC_DRV_GEMINI=y
|
||||||
|
CONFIG_DMADEVICES=y
|
||||||
|
# CONFIG_DNOTIFY is not set
|
||||||
|
CONFIG_TMPFS=y
|
||||||
|
CONFIG_TMPFS_POSIX_ACL=y
|
||||||
|
CONFIG_ROMFS_FS=y
|
||||||
|
CONFIG_NLS_CODEPAGE_437=y
|
||||||
|
CONFIG_NLS_ISO8859_1=y
|
||||||
|
# CONFIG_ENABLE_WARN_DEPRECATED is not set
|
||||||
|
# CONFIG_ENABLE_MUST_CHECK is not set
|
||||||
|
CONFIG_DEBUG_FS=y
|
|
@ -31,7 +31,8 @@ void kvm_register_target_coproc_table(struct kvm_coproc_target_table *table);
|
||||||
int kvm_handle_cp10_id(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
int kvm_handle_cp10_id(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
||||||
int kvm_handle_cp_0_13_access(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
int kvm_handle_cp_0_13_access(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
||||||
int kvm_handle_cp14_load_store(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
int kvm_handle_cp14_load_store(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
||||||
int kvm_handle_cp14_access(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
int kvm_handle_cp14_32(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
||||||
|
int kvm_handle_cp14_64(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
||||||
int kvm_handle_cp15_32(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
int kvm_handle_cp15_32(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
||||||
int kvm_handle_cp15_64(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
int kvm_handle_cp15_64(struct kvm_vcpu *vcpu, struct kvm_run *run);
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
#include <asm/vfp.h>
|
#include <asm/vfp.h>
|
||||||
#include "../vfp/vfpinstr.h"
|
#include "../vfp/vfpinstr.h"
|
||||||
|
|
||||||
|
#define CREATE_TRACE_POINTS
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include "coproc.h"
|
#include "coproc.h"
|
||||||
|
|
||||||
|
@ -111,12 +112,6 @@ int kvm_handle_cp14_load_store(struct kvm_vcpu *vcpu, struct kvm_run *run)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int kvm_handle_cp14_access(struct kvm_vcpu *vcpu, struct kvm_run *run)
|
|
||||||
{
|
|
||||||
kvm_inject_undefined(vcpu);
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void reset_mpidr(struct kvm_vcpu *vcpu, const struct coproc_reg *r)
|
static void reset_mpidr(struct kvm_vcpu *vcpu, const struct coproc_reg *r)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
@ -284,7 +279,7 @@ static bool access_gic_sre(struct kvm_vcpu *vcpu,
|
||||||
* must always support PMCCNTR (the cycle counter): we just RAZ/WI for
|
* must always support PMCCNTR (the cycle counter): we just RAZ/WI for
|
||||||
* all PM registers, which doesn't crash the guest kernel at least.
|
* all PM registers, which doesn't crash the guest kernel at least.
|
||||||
*/
|
*/
|
||||||
static bool pm_fake(struct kvm_vcpu *vcpu,
|
static bool trap_raz_wi(struct kvm_vcpu *vcpu,
|
||||||
const struct coproc_params *p,
|
const struct coproc_params *p,
|
||||||
const struct coproc_reg *r)
|
const struct coproc_reg *r)
|
||||||
{
|
{
|
||||||
|
@ -294,19 +289,19 @@ static bool pm_fake(struct kvm_vcpu *vcpu,
|
||||||
return read_zero(vcpu, p);
|
return read_zero(vcpu, p);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define access_pmcr pm_fake
|
#define access_pmcr trap_raz_wi
|
||||||
#define access_pmcntenset pm_fake
|
#define access_pmcntenset trap_raz_wi
|
||||||
#define access_pmcntenclr pm_fake
|
#define access_pmcntenclr trap_raz_wi
|
||||||
#define access_pmovsr pm_fake
|
#define access_pmovsr trap_raz_wi
|
||||||
#define access_pmselr pm_fake
|
#define access_pmselr trap_raz_wi
|
||||||
#define access_pmceid0 pm_fake
|
#define access_pmceid0 trap_raz_wi
|
||||||
#define access_pmceid1 pm_fake
|
#define access_pmceid1 trap_raz_wi
|
||||||
#define access_pmccntr pm_fake
|
#define access_pmccntr trap_raz_wi
|
||||||
#define access_pmxevtyper pm_fake
|
#define access_pmxevtyper trap_raz_wi
|
||||||
#define access_pmxevcntr pm_fake
|
#define access_pmxevcntr trap_raz_wi
|
||||||
#define access_pmuserenr pm_fake
|
#define access_pmuserenr trap_raz_wi
|
||||||
#define access_pmintenset pm_fake
|
#define access_pmintenset trap_raz_wi
|
||||||
#define access_pmintenclr pm_fake
|
#define access_pmintenclr trap_raz_wi
|
||||||
|
|
||||||
/* Architected CP15 registers.
|
/* Architected CP15 registers.
|
||||||
* CRn denotes the primary register number, but is copied to the CRm in the
|
* CRn denotes the primary register number, but is copied to the CRm in the
|
||||||
|
@ -532,12 +527,7 @@ static int emulate_cp15(struct kvm_vcpu *vcpu,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
static struct coproc_params decode_64bit_hsr(struct kvm_vcpu *vcpu)
|
||||||
* kvm_handle_cp15_64 -- handles a mrrc/mcrr trap on a guest CP15 access
|
|
||||||
* @vcpu: The VCPU pointer
|
|
||||||
* @run: The kvm_run struct
|
|
||||||
*/
|
|
||||||
int kvm_handle_cp15_64(struct kvm_vcpu *vcpu, struct kvm_run *run)
|
|
||||||
{
|
{
|
||||||
struct coproc_params params;
|
struct coproc_params params;
|
||||||
|
|
||||||
|
@ -551,9 +541,38 @@ int kvm_handle_cp15_64(struct kvm_vcpu *vcpu, struct kvm_run *run)
|
||||||
params.Rt2 = (kvm_vcpu_get_hsr(vcpu) >> 10) & 0xf;
|
params.Rt2 = (kvm_vcpu_get_hsr(vcpu) >> 10) & 0xf;
|
||||||
params.CRm = 0;
|
params.CRm = 0;
|
||||||
|
|
||||||
|
return params;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* kvm_handle_cp15_64 -- handles a mrrc/mcrr trap on a guest CP15 access
|
||||||
|
* @vcpu: The VCPU pointer
|
||||||
|
* @run: The kvm_run struct
|
||||||
|
*/
|
||||||
|
int kvm_handle_cp15_64(struct kvm_vcpu *vcpu, struct kvm_run *run)
|
||||||
|
{
|
||||||
|
struct coproc_params params = decode_64bit_hsr(vcpu);
|
||||||
|
|
||||||
return emulate_cp15(vcpu, ¶ms);
|
return emulate_cp15(vcpu, ¶ms);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* kvm_handle_cp14_64 -- handles a mrrc/mcrr trap on a guest CP14 access
|
||||||
|
* @vcpu: The VCPU pointer
|
||||||
|
* @run: The kvm_run struct
|
||||||
|
*/
|
||||||
|
int kvm_handle_cp14_64(struct kvm_vcpu *vcpu, struct kvm_run *run)
|
||||||
|
{
|
||||||
|
struct coproc_params params = decode_64bit_hsr(vcpu);
|
||||||
|
|
||||||
|
/* raz_wi cp14 */
|
||||||
|
trap_raz_wi(vcpu, ¶ms, NULL);
|
||||||
|
|
||||||
|
/* handled */
|
||||||
|
kvm_skip_instr(vcpu, kvm_vcpu_trap_il_is32bit(vcpu));
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
static void reset_coproc_regs(struct kvm_vcpu *vcpu,
|
static void reset_coproc_regs(struct kvm_vcpu *vcpu,
|
||||||
const struct coproc_reg *table, size_t num)
|
const struct coproc_reg *table, size_t num)
|
||||||
{
|
{
|
||||||
|
@ -564,12 +583,7 @@ static void reset_coproc_regs(struct kvm_vcpu *vcpu,
|
||||||
table[i].reset(vcpu, &table[i]);
|
table[i].reset(vcpu, &table[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
static struct coproc_params decode_32bit_hsr(struct kvm_vcpu *vcpu)
|
||||||
* kvm_handle_cp15_32 -- handles a mrc/mcr trap on a guest CP15 access
|
|
||||||
* @vcpu: The VCPU pointer
|
|
||||||
* @run: The kvm_run struct
|
|
||||||
*/
|
|
||||||
int kvm_handle_cp15_32(struct kvm_vcpu *vcpu, struct kvm_run *run)
|
|
||||||
{
|
{
|
||||||
struct coproc_params params;
|
struct coproc_params params;
|
||||||
|
|
||||||
|
@ -583,9 +597,37 @@ int kvm_handle_cp15_32(struct kvm_vcpu *vcpu, struct kvm_run *run)
|
||||||
params.Op2 = (kvm_vcpu_get_hsr(vcpu) >> 17) & 0x7;
|
params.Op2 = (kvm_vcpu_get_hsr(vcpu) >> 17) & 0x7;
|
||||||
params.Rt2 = 0;
|
params.Rt2 = 0;
|
||||||
|
|
||||||
|
return params;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* kvm_handle_cp15_32 -- handles a mrc/mcr trap on a guest CP15 access
|
||||||
|
* @vcpu: The VCPU pointer
|
||||||
|
* @run: The kvm_run struct
|
||||||
|
*/
|
||||||
|
int kvm_handle_cp15_32(struct kvm_vcpu *vcpu, struct kvm_run *run)
|
||||||
|
{
|
||||||
|
struct coproc_params params = decode_32bit_hsr(vcpu);
|
||||||
return emulate_cp15(vcpu, ¶ms);
|
return emulate_cp15(vcpu, ¶ms);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* kvm_handle_cp14_32 -- handles a mrc/mcr trap on a guest CP14 access
|
||||||
|
* @vcpu: The VCPU pointer
|
||||||
|
* @run: The kvm_run struct
|
||||||
|
*/
|
||||||
|
int kvm_handle_cp14_32(struct kvm_vcpu *vcpu, struct kvm_run *run)
|
||||||
|
{
|
||||||
|
struct coproc_params params = decode_32bit_hsr(vcpu);
|
||||||
|
|
||||||
|
/* raz_wi cp14 */
|
||||||
|
trap_raz_wi(vcpu, ¶ms, NULL);
|
||||||
|
|
||||||
|
/* handled */
|
||||||
|
kvm_skip_instr(vcpu, kvm_vcpu_trap_il_is32bit(vcpu));
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Userspace API
|
* Userspace API
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
|
@ -95,9 +95,9 @@ static exit_handle_fn arm_exit_handlers[] = {
|
||||||
[HSR_EC_WFI] = kvm_handle_wfx,
|
[HSR_EC_WFI] = kvm_handle_wfx,
|
||||||
[HSR_EC_CP15_32] = kvm_handle_cp15_32,
|
[HSR_EC_CP15_32] = kvm_handle_cp15_32,
|
||||||
[HSR_EC_CP15_64] = kvm_handle_cp15_64,
|
[HSR_EC_CP15_64] = kvm_handle_cp15_64,
|
||||||
[HSR_EC_CP14_MR] = kvm_handle_cp14_access,
|
[HSR_EC_CP14_MR] = kvm_handle_cp14_32,
|
||||||
[HSR_EC_CP14_LS] = kvm_handle_cp14_load_store,
|
[HSR_EC_CP14_LS] = kvm_handle_cp14_load_store,
|
||||||
[HSR_EC_CP14_64] = kvm_handle_cp14_access,
|
[HSR_EC_CP14_64] = kvm_handle_cp14_64,
|
||||||
[HSR_EC_CP_0_13] = kvm_handle_cp_0_13_access,
|
[HSR_EC_CP_0_13] = kvm_handle_cp_0_13_access,
|
||||||
[HSR_EC_CP10_ID] = kvm_handle_cp10_id,
|
[HSR_EC_CP10_ID] = kvm_handle_cp10_id,
|
||||||
[HSR_EC_HVC] = handle_hvc,
|
[HSR_EC_HVC] = handle_hvc,
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
# Makefile for Kernel-based Virtual Machine module, HYP part
|
# Makefile for Kernel-based Virtual Machine module, HYP part
|
||||||
#
|
#
|
||||||
|
|
||||||
|
ccflags-y += -fno-stack-protector
|
||||||
|
|
||||||
KVM=../../../../virt/kvm
|
KVM=../../../../virt/kvm
|
||||||
|
|
||||||
obj-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/hyp/vgic-v2-sr.o
|
obj-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/hyp/vgic-v2-sr.o
|
||||||
|
|
|
@ -48,7 +48,9 @@ static void __hyp_text __activate_traps(struct kvm_vcpu *vcpu, u32 *fpexc_host)
|
||||||
write_sysreg(HSTR_T(15), HSTR);
|
write_sysreg(HSTR_T(15), HSTR);
|
||||||
write_sysreg(HCPTR_TTA | HCPTR_TCP(10) | HCPTR_TCP(11), HCPTR);
|
write_sysreg(HCPTR_TTA | HCPTR_TCP(10) | HCPTR_TCP(11), HCPTR);
|
||||||
val = read_sysreg(HDCR);
|
val = read_sysreg(HDCR);
|
||||||
write_sysreg(val | HDCR_TPM | HDCR_TPMCR, HDCR);
|
val |= HDCR_TPM | HDCR_TPMCR; /* trap performance monitors */
|
||||||
|
val |= HDCR_TDRA | HDCR_TDOSA | HDCR_TDA; /* trap debug regs */
|
||||||
|
write_sysreg(val, HDCR);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __hyp_text __deactivate_traps(struct kvm_vcpu *vcpu)
|
static void __hyp_text __deactivate_traps(struct kvm_vcpu *vcpu)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#if !defined(_TRACE_KVM_H) || defined(TRACE_HEADER_MULTI_READ)
|
#if !defined(_TRACE_ARM_KVM_H) || defined(TRACE_HEADER_MULTI_READ)
|
||||||
#define _TRACE_KVM_H
|
#define _TRACE_ARM_KVM_H
|
||||||
|
|
||||||
#include <linux/tracepoint.h>
|
#include <linux/tracepoint.h>
|
||||||
|
|
||||||
|
@ -74,10 +74,10 @@ TRACE_EVENT(kvm_hvc,
|
||||||
__entry->vcpu_pc, __entry->r0, __entry->imm)
|
__entry->vcpu_pc, __entry->r0, __entry->imm)
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif /* _TRACE_KVM_H */
|
#endif /* _TRACE_ARM_KVM_H */
|
||||||
|
|
||||||
#undef TRACE_INCLUDE_PATH
|
#undef TRACE_INCLUDE_PATH
|
||||||
#define TRACE_INCLUDE_PATH arch/arm/kvm
|
#define TRACE_INCLUDE_PATH .
|
||||||
#undef TRACE_INCLUDE_FILE
|
#undef TRACE_INCLUDE_FILE
|
||||||
#define TRACE_INCLUDE_FILE trace
|
#define TRACE_INCLUDE_FILE trace
|
||||||
|
|
||||||
|
|
|
@ -335,7 +335,7 @@ static const struct ramc_info ramc_infos[] __initconst = {
|
||||||
{ .idle = sama5d3_ddr_standby, .memctrl = AT91_MEMCTRL_DDRSDR},
|
{ .idle = sama5d3_ddr_standby, .memctrl = AT91_MEMCTRL_DDRSDR},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct of_device_id const ramc_ids[] __initconst = {
|
static const struct of_device_id ramc_ids[] __initconst = {
|
||||||
{ .compatible = "atmel,at91rm9200-sdramc", .data = &ramc_infos[0] },
|
{ .compatible = "atmel,at91rm9200-sdramc", .data = &ramc_infos[0] },
|
||||||
{ .compatible = "atmel,at91sam9260-sdramc", .data = &ramc_infos[1] },
|
{ .compatible = "atmel,at91sam9260-sdramc", .data = &ramc_infos[1] },
|
||||||
{ .compatible = "atmel,at91sam9g45-ddramc", .data = &ramc_infos[2] },
|
{ .compatible = "atmel,at91sam9g45-ddramc", .data = &ramc_infos[2] },
|
||||||
|
|
|
@ -33,7 +33,7 @@ struct bcm_kona_smc_data {
|
||||||
unsigned result;
|
unsigned result;
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct of_device_id const bcm_kona_smc_ids[] __initconst = {
|
static const struct of_device_id bcm_kona_smc_ids[] __initconst = {
|
||||||
{.compatible = "brcm,kona-smc"},
|
{.compatible = "brcm,kona-smc"},
|
||||||
{.compatible = "bcm,kona-smc"}, /* deprecated name */
|
{.compatible = "bcm,kona-smc"}, /* deprecated name */
|
||||||
{},
|
{},
|
||||||
|
|
|
@ -346,7 +346,7 @@ static struct usb_ohci_pdata cns3xxx_usb_ohci_pdata = {
|
||||||
.power_off = csn3xxx_usb_power_off,
|
.power_off = csn3xxx_usb_power_off,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct of_dev_auxdata const cns3xxx_auxdata[] __initconst = {
|
static const struct of_dev_auxdata cns3xxx_auxdata[] __initconst = {
|
||||||
{ "intel,usb-ehci", CNS3XXX_USB_BASE, "ehci-platform", &cns3xxx_usb_ehci_pdata },
|
{ "intel,usb-ehci", CNS3XXX_USB_BASE, "ehci-platform", &cns3xxx_usb_ehci_pdata },
|
||||||
{ "intel,usb-ohci", CNS3XXX_USB_OHCI_BASE, "ohci-platform", &cns3xxx_usb_ohci_pdata },
|
{ "intel,usb-ohci", CNS3XXX_USB_OHCI_BASE, "ohci-platform", &cns3xxx_usb_ohci_pdata },
|
||||||
{ "cavium,cns3420-ahci", CNS3XXX_SATA2_BASE, "ahci", NULL },
|
{ "cavium,cns3420-ahci", CNS3XXX_SATA2_BASE, "ahci", NULL },
|
||||||
|
|
|
@ -266,11 +266,12 @@ extern int omap4_cpu_kill(unsigned int cpu);
|
||||||
extern const struct smp_operations omap4_smp_ops;
|
extern const struct smp_operations omap4_smp_ops;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
extern u32 omap4_get_cpu1_ns_pa_addr(void);
|
||||||
|
|
||||||
#if defined(CONFIG_SMP) && defined(CONFIG_PM)
|
#if defined(CONFIG_SMP) && defined(CONFIG_PM)
|
||||||
extern int omap4_mpuss_init(void);
|
extern int omap4_mpuss_init(void);
|
||||||
extern int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state);
|
extern int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state);
|
||||||
extern int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state);
|
extern int omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state);
|
||||||
extern u32 omap4_get_cpu1_ns_pa_addr(void);
|
|
||||||
#else
|
#else
|
||||||
static inline int omap4_enter_lowpower(unsigned int cpu,
|
static inline int omap4_enter_lowpower(unsigned int cpu,
|
||||||
unsigned int power_state)
|
unsigned int power_state)
|
||||||
|
|
|
@ -213,11 +213,6 @@ static void __init save_l2x0_context(void)
|
||||||
{}
|
{}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
u32 omap4_get_cpu1_ns_pa_addr(void)
|
|
||||||
{
|
|
||||||
return old_cpu1_ns_pa_addr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* omap4_enter_lowpower: OMAP4 MPUSS Low Power Entry Function
|
* omap4_enter_lowpower: OMAP4 MPUSS Low Power Entry Function
|
||||||
* The purpose of this function is to manage low power programming
|
* The purpose of this function is to manage low power programming
|
||||||
|
@ -457,6 +452,11 @@ int __init omap4_mpuss_init(void)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
u32 omap4_get_cpu1_ns_pa_addr(void)
|
||||||
|
{
|
||||||
|
return old_cpu1_ns_pa_addr;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* For kexec, we must set CPU1_WAKEUP_NS_PA_ADDR to point to
|
* For kexec, we must set CPU1_WAKEUP_NS_PA_ADDR to point to
|
||||||
* current kernel's secondary_startup() early before
|
* current kernel's secondary_startup() early before
|
||||||
|
|
|
@ -306,7 +306,6 @@ static void __init omap4_smp_maybe_reset_cpu1(struct omap_smp_config *c)
|
||||||
|
|
||||||
cpu1_startup_pa = readl_relaxed(cfg.wakeupgen_base +
|
cpu1_startup_pa = readl_relaxed(cfg.wakeupgen_base +
|
||||||
OMAP_AUX_CORE_BOOT_1);
|
OMAP_AUX_CORE_BOOT_1);
|
||||||
cpu1_ns_pa_addr = omap4_get_cpu1_ns_pa_addr();
|
|
||||||
|
|
||||||
/* Did the configured secondary_startup() get overwritten? */
|
/* Did the configured secondary_startup() get overwritten? */
|
||||||
if (!omap4_smp_cpu1_startup_valid(cpu1_startup_pa))
|
if (!omap4_smp_cpu1_startup_valid(cpu1_startup_pa))
|
||||||
|
@ -316,9 +315,13 @@ static void __init omap4_smp_maybe_reset_cpu1(struct omap_smp_config *c)
|
||||||
* If omap4 or 5 has NS_PA_ADDR configured, CPU1 may be in a
|
* If omap4 or 5 has NS_PA_ADDR configured, CPU1 may be in a
|
||||||
* deeper idle state in WFI and will wake to an invalid address.
|
* deeper idle state in WFI and will wake to an invalid address.
|
||||||
*/
|
*/
|
||||||
if ((soc_is_omap44xx() || soc_is_omap54xx()) &&
|
if ((soc_is_omap44xx() || soc_is_omap54xx())) {
|
||||||
!omap4_smp_cpu1_startup_valid(cpu1_ns_pa_addr))
|
cpu1_ns_pa_addr = omap4_get_cpu1_ns_pa_addr();
|
||||||
needs_reset = true;
|
if (!omap4_smp_cpu1_startup_valid(cpu1_ns_pa_addr))
|
||||||
|
needs_reset = true;
|
||||||
|
} else {
|
||||||
|
cpu1_ns_pa_addr = 0;
|
||||||
|
}
|
||||||
|
|
||||||
if (!needs_reset || !c->cpu1_rstctrl_va)
|
if (!needs_reset || !c->cpu1_rstctrl_va)
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -711,7 +711,7 @@ static struct omap_prcm_init_data scrm_data __initdata = {
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const struct of_device_id const omap_prcm_dt_match_table[] __initconst = {
|
static const struct of_device_id omap_prcm_dt_match_table[] __initconst = {
|
||||||
#ifdef CONFIG_SOC_AM33XX
|
#ifdef CONFIG_SOC_AM33XX
|
||||||
{ .compatible = "ti,am3-prcm", .data = &am3_prm_data },
|
{ .compatible = "ti,am3-prcm", .data = &am3_prm_data },
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -559,7 +559,7 @@ struct i2c_init_data {
|
||||||
u8 hsscll_12;
|
u8 hsscll_12;
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct i2c_init_data const omap4_i2c_timing_data[] __initconst = {
|
static const struct i2c_init_data omap4_i2c_timing_data[] __initconst = {
|
||||||
{
|
{
|
||||||
.load = 50,
|
.load = 50,
|
||||||
.loadbits = 0x3,
|
.loadbits = 0x3,
|
||||||
|
|
|
@ -204,7 +204,7 @@ static void __init spear_clockevent_init(int irq)
|
||||||
setup_irq(irq, &spear_timer_irq);
|
setup_irq(irq, &spear_timer_irq);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct of_device_id const timer_of_match[] __initconst = {
|
static const struct of_device_id timer_of_match[] __initconst = {
|
||||||
{ .compatible = "st,spear-timer", },
|
{ .compatible = "st,spear-timer", },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
|
|
@ -106,8 +106,13 @@ config ARCH_MVEBU
|
||||||
select ARMADA_AP806_SYSCON
|
select ARMADA_AP806_SYSCON
|
||||||
select ARMADA_CP110_SYSCON
|
select ARMADA_CP110_SYSCON
|
||||||
select ARMADA_37XX_CLK
|
select ARMADA_37XX_CLK
|
||||||
|
select GPIOLIB
|
||||||
|
select GPIOLIB_IRQCHIP
|
||||||
select MVEBU_ODMI
|
select MVEBU_ODMI
|
||||||
select MVEBU_PIC
|
select MVEBU_PIC
|
||||||
|
select OF_GPIO
|
||||||
|
select PINCTRL
|
||||||
|
select PINCTRL_ARMADA_37XX
|
||||||
help
|
help
|
||||||
This enables support for Marvell EBU familly, including:
|
This enables support for Marvell EBU familly, including:
|
||||||
- Armada 3700 SoC Family
|
- Armada 3700 SoC Family
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../../../arm/boot/dts
|
|
|
@ -1 +0,0 @@
|
||||||
..
|
|
|
@ -1 +0,0 @@
|
||||||
../../../../../include/dt-bindings
|
|
|
@ -79,6 +79,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c0 {
|
&i2c0 {
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&i2c1_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
gpio_exp: pca9555@22 {
|
gpio_exp: pca9555@22 {
|
||||||
|
@ -113,6 +115,8 @@
|
||||||
|
|
||||||
&spi0 {
|
&spi0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&spi_quad_pins>;
|
||||||
|
|
||||||
m25p80@0 {
|
m25p80@0 {
|
||||||
compatible = "jedec,spi-nor";
|
compatible = "jedec,spi-nor";
|
||||||
|
@ -143,6 +147,8 @@
|
||||||
|
|
||||||
/* Exported on the micro USB connector CON32 through an FTDI */
|
/* Exported on the micro USB connector CON32 through an FTDI */
|
||||||
&uart0 {
|
&uart0 {
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&uart1_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -184,6 +190,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
ð0 {
|
ð0 {
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&rgmii_pins>;
|
||||||
phy-mode = "rgmii-id";
|
phy-mode = "rgmii-id";
|
||||||
phy = <&phy0>;
|
phy = <&phy0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
|
@ -161,16 +161,83 @@
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio1: gpio@13800 {
|
pinctrl_nb: pinctrl@13800 {
|
||||||
compatible = "marvell,mvebu-gpio-3700",
|
compatible = "marvell,armada3710-nb-pinctrl",
|
||||||
"syscon", "simple-mfd";
|
"syscon", "simple-mfd";
|
||||||
reg = <0x13800 0x500>;
|
reg = <0x13800 0x100>, <0x13C00 0x20>;
|
||||||
|
gpionb: gpio {
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
gpio-ranges = <&pinctrl_nb 0 0 36>;
|
||||||
|
gpio-controller;
|
||||||
|
interrupts =
|
||||||
|
<GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
xtalclk: xtal-clk {
|
xtalclk: xtal-clk {
|
||||||
compatible = "marvell,armada-3700-xtal-clock";
|
compatible = "marvell,armada-3700-xtal-clock";
|
||||||
clock-output-names = "xtal";
|
clock-output-names = "xtal";
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
spi_quad_pins: spi-quad-pins {
|
||||||
|
groups = "spi_quad";
|
||||||
|
function = "spi";
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c1_pins: i2c1-pins {
|
||||||
|
groups = "i2c1";
|
||||||
|
function = "i2c";
|
||||||
|
};
|
||||||
|
|
||||||
|
i2c2_pins: i2c2-pins {
|
||||||
|
groups = "i2c2";
|
||||||
|
function = "i2c";
|
||||||
|
};
|
||||||
|
|
||||||
|
uart1_pins: uart1-pins {
|
||||||
|
groups = "uart1";
|
||||||
|
function = "uart";
|
||||||
|
};
|
||||||
|
|
||||||
|
uart2_pins: uart2-pins {
|
||||||
|
groups = "uart2";
|
||||||
|
function = "uart";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
pinctrl_sb: pinctrl@18800 {
|
||||||
|
compatible = "marvell,armada3710-sb-pinctrl",
|
||||||
|
"syscon", "simple-mfd";
|
||||||
|
reg = <0x18800 0x100>, <0x18C00 0x20>;
|
||||||
|
gpiosb: gpio {
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
gpio-ranges = <&pinctrl_sb 0 0 29>;
|
||||||
|
gpio-controller;
|
||||||
|
interrupts =
|
||||||
|
<GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
};
|
||||||
|
|
||||||
|
rgmii_pins: mii-pins {
|
||||||
|
groups = "rgmii";
|
||||||
|
function = "mii";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
eth0: ethernet@30000 {
|
eth0: ethernet@30000 {
|
||||||
|
|
|
@ -134,6 +134,9 @@
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
max-frequency = <50000000>;
|
max-frequency = <50000000>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
|
mediatek,hs200-cmd-int-delay=<26>;
|
||||||
|
mediatek,hs400-cmd-int-delay=<14>;
|
||||||
|
mediatek,hs400-cmd-resp-sel-rising;
|
||||||
vmmc-supply = <&mt6397_vemc_3v3_reg>;
|
vmmc-supply = <&mt6397_vemc_3v3_reg>;
|
||||||
vqmmc-supply = <&mt6397_vio18_reg>;
|
vqmmc-supply = <&mt6397_vio18_reg>;
|
||||||
non-removable;
|
non-removable;
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
#include "rk3399-gru.dtsi"
|
#include "rk3399-gru.dtsi"
|
||||||
#include <include/dt-bindings/input/linux-event-codes.h>
|
#include <dt-bindings/input/linux-event-codes.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Kevin-specific things
|
* Kevin-specific things
|
||||||
|
|
|
@ -30,7 +30,6 @@ CONFIG_PROFILING=y
|
||||||
CONFIG_JUMP_LABEL=y
|
CONFIG_JUMP_LABEL=y
|
||||||
CONFIG_MODULES=y
|
CONFIG_MODULES=y
|
||||||
CONFIG_MODULE_UNLOAD=y
|
CONFIG_MODULE_UNLOAD=y
|
||||||
# CONFIG_BLK_DEV_BSG is not set
|
|
||||||
# CONFIG_IOSCHED_DEADLINE is not set
|
# CONFIG_IOSCHED_DEADLINE is not set
|
||||||
CONFIG_ARCH_SUNXI=y
|
CONFIG_ARCH_SUNXI=y
|
||||||
CONFIG_ARCH_ALPINE=y
|
CONFIG_ARCH_ALPINE=y
|
||||||
|
@ -62,16 +61,15 @@ CONFIG_ARCH_XGENE=y
|
||||||
CONFIG_ARCH_ZX=y
|
CONFIG_ARCH_ZX=y
|
||||||
CONFIG_ARCH_ZYNQMP=y
|
CONFIG_ARCH_ZYNQMP=y
|
||||||
CONFIG_PCI=y
|
CONFIG_PCI=y
|
||||||
CONFIG_PCI_MSI=y
|
|
||||||
CONFIG_PCI_IOV=y
|
CONFIG_PCI_IOV=y
|
||||||
CONFIG_PCI_AARDVARK=y
|
|
||||||
CONFIG_PCIE_RCAR=y
|
|
||||||
CONFIG_PCI_HOST_GENERIC=y
|
|
||||||
CONFIG_PCI_XGENE=y
|
|
||||||
CONFIG_PCI_LAYERSCAPE=y
|
CONFIG_PCI_LAYERSCAPE=y
|
||||||
CONFIG_PCI_HISI=y
|
CONFIG_PCI_HISI=y
|
||||||
CONFIG_PCIE_QCOM=y
|
CONFIG_PCIE_QCOM=y
|
||||||
CONFIG_PCIE_ARMADA_8K=y
|
CONFIG_PCIE_ARMADA_8K=y
|
||||||
|
CONFIG_PCI_AARDVARK=y
|
||||||
|
CONFIG_PCIE_RCAR=y
|
||||||
|
CONFIG_PCI_HOST_GENERIC=y
|
||||||
|
CONFIG_PCI_XGENE=y
|
||||||
CONFIG_ARM64_VA_BITS_48=y
|
CONFIG_ARM64_VA_BITS_48=y
|
||||||
CONFIG_SCHED_MC=y
|
CONFIG_SCHED_MC=y
|
||||||
CONFIG_NUMA=y
|
CONFIG_NUMA=y
|
||||||
|
@ -80,12 +78,11 @@ CONFIG_KSM=y
|
||||||
CONFIG_TRANSPARENT_HUGEPAGE=y
|
CONFIG_TRANSPARENT_HUGEPAGE=y
|
||||||
CONFIG_CMA=y
|
CONFIG_CMA=y
|
||||||
CONFIG_SECCOMP=y
|
CONFIG_SECCOMP=y
|
||||||
CONFIG_XEN=y
|
|
||||||
CONFIG_KEXEC=y
|
CONFIG_KEXEC=y
|
||||||
CONFIG_CRASH_DUMP=y
|
CONFIG_CRASH_DUMP=y
|
||||||
|
CONFIG_XEN=y
|
||||||
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
|
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
|
||||||
CONFIG_COMPAT=y
|
CONFIG_COMPAT=y
|
||||||
CONFIG_CPU_IDLE=y
|
|
||||||
CONFIG_HIBERNATION=y
|
CONFIG_HIBERNATION=y
|
||||||
CONFIG_ARM_CPUIDLE=y
|
CONFIG_ARM_CPUIDLE=y
|
||||||
CONFIG_CPU_FREQ=y
|
CONFIG_CPU_FREQ=y
|
||||||
|
@ -155,8 +152,8 @@ CONFIG_MTD_SPI_NOR=y
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_NBD=m
|
CONFIG_BLK_DEV_NBD=m
|
||||||
CONFIG_VIRTIO_BLK=y
|
CONFIG_VIRTIO_BLK=y
|
||||||
CONFIG_EEPROM_AT25=m
|
|
||||||
CONFIG_SRAM=y
|
CONFIG_SRAM=y
|
||||||
|
CONFIG_EEPROM_AT25=m
|
||||||
# CONFIG_SCSI_PROC_FS is not set
|
# CONFIG_SCSI_PROC_FS is not set
|
||||||
CONFIG_BLK_DEV_SD=y
|
CONFIG_BLK_DEV_SD=y
|
||||||
CONFIG_SCSI_SAS_ATA=y
|
CONFIG_SCSI_SAS_ATA=y
|
||||||
|
@ -168,8 +165,8 @@ CONFIG_AHCI_CEVA=y
|
||||||
CONFIG_AHCI_MVEBU=y
|
CONFIG_AHCI_MVEBU=y
|
||||||
CONFIG_AHCI_XGENE=y
|
CONFIG_AHCI_XGENE=y
|
||||||
CONFIG_AHCI_QORIQ=y
|
CONFIG_AHCI_QORIQ=y
|
||||||
CONFIG_SATA_RCAR=y
|
|
||||||
CONFIG_SATA_SIL24=y
|
CONFIG_SATA_SIL24=y
|
||||||
|
CONFIG_SATA_RCAR=y
|
||||||
CONFIG_PATA_PLATFORM=y
|
CONFIG_PATA_PLATFORM=y
|
||||||
CONFIG_PATA_OF_PLATFORM=y
|
CONFIG_PATA_OF_PLATFORM=y
|
||||||
CONFIG_NETDEVICES=y
|
CONFIG_NETDEVICES=y
|
||||||
|
@ -186,18 +183,17 @@ CONFIG_HNS_ENET=y
|
||||||
CONFIG_E1000E=y
|
CONFIG_E1000E=y
|
||||||
CONFIG_IGB=y
|
CONFIG_IGB=y
|
||||||
CONFIG_IGBVF=y
|
CONFIG_IGBVF=y
|
||||||
CONFIG_MVPP2=y
|
|
||||||
CONFIG_MVNETA=y
|
CONFIG_MVNETA=y
|
||||||
|
CONFIG_MVPP2=y
|
||||||
CONFIG_SKY2=y
|
CONFIG_SKY2=y
|
||||||
CONFIG_RAVB=y
|
CONFIG_RAVB=y
|
||||||
CONFIG_SMC91X=y
|
CONFIG_SMC91X=y
|
||||||
CONFIG_SMSC911X=y
|
CONFIG_SMSC911X=y
|
||||||
CONFIG_STMMAC_ETH=m
|
CONFIG_STMMAC_ETH=m
|
||||||
CONFIG_REALTEK_PHY=m
|
CONFIG_MDIO_BUS_MUX_MMIOREG=y
|
||||||
CONFIG_MESON_GXL_PHY=m
|
CONFIG_MESON_GXL_PHY=m
|
||||||
CONFIG_MICREL_PHY=y
|
CONFIG_MICREL_PHY=y
|
||||||
CONFIG_MDIO_BUS_MUX=y
|
CONFIG_REALTEK_PHY=m
|
||||||
CONFIG_MDIO_BUS_MUX_MMIOREG=y
|
|
||||||
CONFIG_USB_PEGASUS=m
|
CONFIG_USB_PEGASUS=m
|
||||||
CONFIG_USB_RTL8150=m
|
CONFIG_USB_RTL8150=m
|
||||||
CONFIG_USB_RTL8152=m
|
CONFIG_USB_RTL8152=m
|
||||||
|
@ -230,14 +226,14 @@ CONFIG_SERIAL_8250_UNIPHIER=y
|
||||||
CONFIG_SERIAL_OF_PLATFORM=y
|
CONFIG_SERIAL_OF_PLATFORM=y
|
||||||
CONFIG_SERIAL_AMBA_PL011=y
|
CONFIG_SERIAL_AMBA_PL011=y
|
||||||
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
|
||||||
|
CONFIG_SERIAL_MESON=y
|
||||||
|
CONFIG_SERIAL_MESON_CONSOLE=y
|
||||||
CONFIG_SERIAL_SAMSUNG=y
|
CONFIG_SERIAL_SAMSUNG=y
|
||||||
CONFIG_SERIAL_SAMSUNG_CONSOLE=y
|
CONFIG_SERIAL_SAMSUNG_CONSOLE=y
|
||||||
CONFIG_SERIAL_TEGRA=y
|
CONFIG_SERIAL_TEGRA=y
|
||||||
CONFIG_SERIAL_SH_SCI=y
|
CONFIG_SERIAL_SH_SCI=y
|
||||||
CONFIG_SERIAL_SH_SCI_NR_UARTS=11
|
CONFIG_SERIAL_SH_SCI_NR_UARTS=11
|
||||||
CONFIG_SERIAL_SH_SCI_CONSOLE=y
|
CONFIG_SERIAL_SH_SCI_CONSOLE=y
|
||||||
CONFIG_SERIAL_MESON=y
|
|
||||||
CONFIG_SERIAL_MESON_CONSOLE=y
|
|
||||||
CONFIG_SERIAL_MSM=y
|
CONFIG_SERIAL_MSM=y
|
||||||
CONFIG_SERIAL_MSM_CONSOLE=y
|
CONFIG_SERIAL_MSM_CONSOLE=y
|
||||||
CONFIG_SERIAL_XILINX_PS_UART=y
|
CONFIG_SERIAL_XILINX_PS_UART=y
|
||||||
|
@ -261,14 +257,14 @@ CONFIG_I2C_UNIPHIER_F=y
|
||||||
CONFIG_I2C_RCAR=y
|
CONFIG_I2C_RCAR=y
|
||||||
CONFIG_I2C_CROS_EC_TUNNEL=y
|
CONFIG_I2C_CROS_EC_TUNNEL=y
|
||||||
CONFIG_SPI=y
|
CONFIG_SPI=y
|
||||||
CONFIG_SPI_MESON_SPIFC=m
|
|
||||||
CONFIG_SPI_BCM2835=m
|
CONFIG_SPI_BCM2835=m
|
||||||
CONFIG_SPI_BCM2835AUX=m
|
CONFIG_SPI_BCM2835AUX=m
|
||||||
|
CONFIG_SPI_MESON_SPIFC=m
|
||||||
CONFIG_SPI_ORION=y
|
CONFIG_SPI_ORION=y
|
||||||
CONFIG_SPI_PL022=y
|
CONFIG_SPI_PL022=y
|
||||||
CONFIG_SPI_QUP=y
|
CONFIG_SPI_QUP=y
|
||||||
CONFIG_SPI_SPIDEV=m
|
|
||||||
CONFIG_SPI_S3C64XX=y
|
CONFIG_SPI_S3C64XX=y
|
||||||
|
CONFIG_SPI_SPIDEV=m
|
||||||
CONFIG_SPMI=y
|
CONFIG_SPMI=y
|
||||||
CONFIG_PINCTRL_SINGLE=y
|
CONFIG_PINCTRL_SINGLE=y
|
||||||
CONFIG_PINCTRL_MAX77620=y
|
CONFIG_PINCTRL_MAX77620=y
|
||||||
|
@ -286,33 +282,30 @@ CONFIG_GPIO_PCA953X=y
|
||||||
CONFIG_GPIO_PCA953X_IRQ=y
|
CONFIG_GPIO_PCA953X_IRQ=y
|
||||||
CONFIG_GPIO_MAX77620=y
|
CONFIG_GPIO_MAX77620=y
|
||||||
CONFIG_POWER_RESET_MSM=y
|
CONFIG_POWER_RESET_MSM=y
|
||||||
CONFIG_BATTERY_BQ27XXX=y
|
|
||||||
CONFIG_POWER_RESET_XGENE=y
|
CONFIG_POWER_RESET_XGENE=y
|
||||||
CONFIG_POWER_RESET_SYSCON=y
|
CONFIG_POWER_RESET_SYSCON=y
|
||||||
|
CONFIG_BATTERY_BQ27XXX=y
|
||||||
|
CONFIG_SENSORS_ARM_SCPI=y
|
||||||
CONFIG_SENSORS_LM90=m
|
CONFIG_SENSORS_LM90=m
|
||||||
CONFIG_SENSORS_INA2XX=m
|
CONFIG_SENSORS_INA2XX=m
|
||||||
CONFIG_SENSORS_ARM_SCPI=y
|
|
||||||
CONFIG_THERMAL=y
|
|
||||||
CONFIG_THERMAL_EMULATION=y
|
|
||||||
CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
|
CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
|
||||||
CONFIG_CPU_THERMAL=y
|
CONFIG_CPU_THERMAL=y
|
||||||
CONFIG_BCM2835_THERMAL=y
|
CONFIG_THERMAL_EMULATION=y
|
||||||
CONFIG_EXYNOS_THERMAL=y
|
CONFIG_EXYNOS_THERMAL=y
|
||||||
CONFIG_WATCHDOG=y
|
CONFIG_WATCHDOG=y
|
||||||
CONFIG_BCM2835_WDT=y
|
|
||||||
CONFIG_RENESAS_WDT=y
|
|
||||||
CONFIG_S3C2410_WATCHDOG=y
|
CONFIG_S3C2410_WATCHDOG=y
|
||||||
CONFIG_MESON_GXBB_WATCHDOG=m
|
CONFIG_MESON_GXBB_WATCHDOG=m
|
||||||
CONFIG_MESON_WATCHDOG=m
|
CONFIG_MESON_WATCHDOG=m
|
||||||
CONFIG_MFD_EXYNOS_LPASS=m
|
CONFIG_RENESAS_WDT=y
|
||||||
CONFIG_MFD_MAX77620=y
|
CONFIG_BCM2835_WDT=y
|
||||||
CONFIG_MFD_RK808=y
|
|
||||||
CONFIG_MFD_SPMI_PMIC=y
|
|
||||||
CONFIG_MFD_SEC_CORE=y
|
|
||||||
CONFIG_MFD_HI655X_PMIC=y
|
|
||||||
CONFIG_REGULATOR=y
|
|
||||||
CONFIG_MFD_CROS_EC=y
|
CONFIG_MFD_CROS_EC=y
|
||||||
CONFIG_MFD_CROS_EC_I2C=y
|
CONFIG_MFD_CROS_EC_I2C=y
|
||||||
|
CONFIG_MFD_EXYNOS_LPASS=m
|
||||||
|
CONFIG_MFD_HI655X_PMIC=y
|
||||||
|
CONFIG_MFD_MAX77620=y
|
||||||
|
CONFIG_MFD_SPMI_PMIC=y
|
||||||
|
CONFIG_MFD_RK808=y
|
||||||
|
CONFIG_MFD_SEC_CORE=y
|
||||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
||||||
CONFIG_REGULATOR_GPIO=y
|
CONFIG_REGULATOR_GPIO=y
|
||||||
CONFIG_REGULATOR_HI655X=y
|
CONFIG_REGULATOR_HI655X=y
|
||||||
|
@ -345,13 +338,12 @@ CONFIG_DRM_EXYNOS_DSI=y
|
||||||
CONFIG_DRM_EXYNOS_HDMI=y
|
CONFIG_DRM_EXYNOS_HDMI=y
|
||||||
CONFIG_DRM_EXYNOS_MIC=y
|
CONFIG_DRM_EXYNOS_MIC=y
|
||||||
CONFIG_DRM_RCAR_DU=m
|
CONFIG_DRM_RCAR_DU=m
|
||||||
CONFIG_DRM_RCAR_HDMI=y
|
|
||||||
CONFIG_DRM_RCAR_LVDS=y
|
CONFIG_DRM_RCAR_LVDS=y
|
||||||
CONFIG_DRM_RCAR_VSP=y
|
CONFIG_DRM_RCAR_VSP=y
|
||||||
CONFIG_DRM_TEGRA=m
|
CONFIG_DRM_TEGRA=m
|
||||||
CONFIG_DRM_VC4=m
|
|
||||||
CONFIG_DRM_PANEL_SIMPLE=m
|
CONFIG_DRM_PANEL_SIMPLE=m
|
||||||
CONFIG_DRM_I2C_ADV7511=m
|
CONFIG_DRM_I2C_ADV7511=m
|
||||||
|
CONFIG_DRM_VC4=m
|
||||||
CONFIG_DRM_HISI_KIRIN=m
|
CONFIG_DRM_HISI_KIRIN=m
|
||||||
CONFIG_DRM_MESON=m
|
CONFIG_DRM_MESON=m
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
|
@ -366,39 +358,37 @@ CONFIG_SOUND=y
|
||||||
CONFIG_SND=y
|
CONFIG_SND=y
|
||||||
CONFIG_SND_SOC=y
|
CONFIG_SND_SOC=y
|
||||||
CONFIG_SND_BCM2835_SOC_I2S=m
|
CONFIG_SND_BCM2835_SOC_I2S=m
|
||||||
CONFIG_SND_SOC_RCAR=y
|
|
||||||
CONFIG_SND_SOC_SAMSUNG=y
|
CONFIG_SND_SOC_SAMSUNG=y
|
||||||
|
CONFIG_SND_SOC_RCAR=y
|
||||||
CONFIG_SND_SOC_AK4613=y
|
CONFIG_SND_SOC_AK4613=y
|
||||||
CONFIG_USB=y
|
CONFIG_USB=y
|
||||||
CONFIG_USB_OTG=y
|
CONFIG_USB_OTG=y
|
||||||
CONFIG_USB_XHCI_HCD=y
|
CONFIG_USB_XHCI_HCD=y
|
||||||
CONFIG_USB_XHCI_PLATFORM=y
|
|
||||||
CONFIG_USB_XHCI_RCAR=y
|
|
||||||
CONFIG_USB_EHCI_EXYNOS=y
|
|
||||||
CONFIG_USB_XHCI_TEGRA=y
|
CONFIG_USB_XHCI_TEGRA=y
|
||||||
CONFIG_USB_EHCI_HCD=y
|
CONFIG_USB_EHCI_HCD=y
|
||||||
CONFIG_USB_EHCI_MSM=y
|
CONFIG_USB_EHCI_MSM=y
|
||||||
|
CONFIG_USB_EHCI_EXYNOS=y
|
||||||
CONFIG_USB_EHCI_HCD_PLATFORM=y
|
CONFIG_USB_EHCI_HCD_PLATFORM=y
|
||||||
CONFIG_USB_OHCI_EXYNOS=y
|
|
||||||
CONFIG_USB_OHCI_HCD=y
|
CONFIG_USB_OHCI_HCD=y
|
||||||
|
CONFIG_USB_OHCI_EXYNOS=y
|
||||||
CONFIG_USB_OHCI_HCD_PLATFORM=y
|
CONFIG_USB_OHCI_HCD_PLATFORM=y
|
||||||
CONFIG_USB_RENESAS_USBHS=m
|
CONFIG_USB_RENESAS_USBHS=m
|
||||||
CONFIG_USB_STORAGE=y
|
CONFIG_USB_STORAGE=y
|
||||||
CONFIG_USB_DWC2=y
|
|
||||||
CONFIG_USB_DWC3=y
|
CONFIG_USB_DWC3=y
|
||||||
|
CONFIG_USB_DWC2=y
|
||||||
CONFIG_USB_CHIPIDEA=y
|
CONFIG_USB_CHIPIDEA=y
|
||||||
CONFIG_USB_CHIPIDEA_UDC=y
|
CONFIG_USB_CHIPIDEA_UDC=y
|
||||||
CONFIG_USB_CHIPIDEA_HOST=y
|
CONFIG_USB_CHIPIDEA_HOST=y
|
||||||
CONFIG_USB_ISP1760=y
|
CONFIG_USB_ISP1760=y
|
||||||
CONFIG_USB_HSIC_USB3503=y
|
CONFIG_USB_HSIC_USB3503=y
|
||||||
CONFIG_USB_MSM_OTG=y
|
CONFIG_USB_MSM_OTG=y
|
||||||
|
CONFIG_USB_QCOM_8X16_PHY=y
|
||||||
CONFIG_USB_ULPI=y
|
CONFIG_USB_ULPI=y
|
||||||
CONFIG_USB_GADGET=y
|
CONFIG_USB_GADGET=y
|
||||||
CONFIG_USB_RENESAS_USBHS_UDC=m
|
CONFIG_USB_RENESAS_USBHS_UDC=m
|
||||||
CONFIG_MMC=y
|
CONFIG_MMC=y
|
||||||
CONFIG_MMC_BLOCK_MINORS=32
|
CONFIG_MMC_BLOCK_MINORS=32
|
||||||
CONFIG_MMC_ARMMMCI=y
|
CONFIG_MMC_ARMMMCI=y
|
||||||
CONFIG_MMC_MESON_GX=y
|
|
||||||
CONFIG_MMC_SDHCI=y
|
CONFIG_MMC_SDHCI=y
|
||||||
CONFIG_MMC_SDHCI_ACPI=y
|
CONFIG_MMC_SDHCI_ACPI=y
|
||||||
CONFIG_MMC_SDHCI_PLTFM=y
|
CONFIG_MMC_SDHCI_PLTFM=y
|
||||||
|
@ -406,6 +396,7 @@ CONFIG_MMC_SDHCI_OF_ARASAN=y
|
||||||
CONFIG_MMC_SDHCI_OF_ESDHC=y
|
CONFIG_MMC_SDHCI_OF_ESDHC=y
|
||||||
CONFIG_MMC_SDHCI_CADENCE=y
|
CONFIG_MMC_SDHCI_CADENCE=y
|
||||||
CONFIG_MMC_SDHCI_TEGRA=y
|
CONFIG_MMC_SDHCI_TEGRA=y
|
||||||
|
CONFIG_MMC_MESON_GX=y
|
||||||
CONFIG_MMC_SDHCI_MSM=y
|
CONFIG_MMC_SDHCI_MSM=y
|
||||||
CONFIG_MMC_SPI=y
|
CONFIG_MMC_SPI=y
|
||||||
CONFIG_MMC_SDHI=y
|
CONFIG_MMC_SDHI=y
|
||||||
|
@ -414,32 +405,31 @@ CONFIG_MMC_DW_EXYNOS=y
|
||||||
CONFIG_MMC_DW_K3=y
|
CONFIG_MMC_DW_K3=y
|
||||||
CONFIG_MMC_DW_ROCKCHIP=y
|
CONFIG_MMC_DW_ROCKCHIP=y
|
||||||
CONFIG_MMC_SUNXI=y
|
CONFIG_MMC_SUNXI=y
|
||||||
CONFIG_MMC_SDHCI_XENON=y
|
|
||||||
CONFIG_MMC_BCM2835=y
|
CONFIG_MMC_BCM2835=y
|
||||||
|
CONFIG_MMC_SDHCI_XENON=y
|
||||||
CONFIG_NEW_LEDS=y
|
CONFIG_NEW_LEDS=y
|
||||||
CONFIG_LEDS_CLASS=y
|
CONFIG_LEDS_CLASS=y
|
||||||
CONFIG_LEDS_GPIO=y
|
CONFIG_LEDS_GPIO=y
|
||||||
CONFIG_LEDS_PWM=y
|
CONFIG_LEDS_PWM=y
|
||||||
CONFIG_LEDS_SYSCON=y
|
CONFIG_LEDS_SYSCON=y
|
||||||
CONFIG_LEDS_TRIGGERS=y
|
|
||||||
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
|
|
||||||
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
||||||
CONFIG_LEDS_TRIGGER_CPU=y
|
CONFIG_LEDS_TRIGGER_CPU=y
|
||||||
|
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
|
||||||
CONFIG_RTC_CLASS=y
|
CONFIG_RTC_CLASS=y
|
||||||
CONFIG_RTC_DRV_MAX77686=y
|
CONFIG_RTC_DRV_MAX77686=y
|
||||||
|
CONFIG_RTC_DRV_RK808=m
|
||||||
CONFIG_RTC_DRV_S5M=y
|
CONFIG_RTC_DRV_S5M=y
|
||||||
CONFIG_RTC_DRV_DS3232=y
|
CONFIG_RTC_DRV_DS3232=y
|
||||||
CONFIG_RTC_DRV_EFI=y
|
CONFIG_RTC_DRV_EFI=y
|
||||||
|
CONFIG_RTC_DRV_S3C=y
|
||||||
CONFIG_RTC_DRV_PL031=y
|
CONFIG_RTC_DRV_PL031=y
|
||||||
CONFIG_RTC_DRV_SUN6I=y
|
CONFIG_RTC_DRV_SUN6I=y
|
||||||
CONFIG_RTC_DRV_RK808=m
|
|
||||||
CONFIG_RTC_DRV_TEGRA=y
|
CONFIG_RTC_DRV_TEGRA=y
|
||||||
CONFIG_RTC_DRV_XGENE=y
|
CONFIG_RTC_DRV_XGENE=y
|
||||||
CONFIG_RTC_DRV_S3C=y
|
|
||||||
CONFIG_DMADEVICES=y
|
CONFIG_DMADEVICES=y
|
||||||
|
CONFIG_DMA_BCM2835=m
|
||||||
CONFIG_MV_XOR_V2=y
|
CONFIG_MV_XOR_V2=y
|
||||||
CONFIG_PL330_DMA=y
|
CONFIG_PL330_DMA=y
|
||||||
CONFIG_DMA_BCM2835=m
|
|
||||||
CONFIG_TEGRA20_APB_DMA=y
|
CONFIG_TEGRA20_APB_DMA=y
|
||||||
CONFIG_QCOM_BAM_DMA=y
|
CONFIG_QCOM_BAM_DMA=y
|
||||||
CONFIG_QCOM_HIDMA_MGMT=y
|
CONFIG_QCOM_HIDMA_MGMT=y
|
||||||
|
@ -452,52 +442,53 @@ CONFIG_VIRTIO_BALLOON=y
|
||||||
CONFIG_VIRTIO_MMIO=y
|
CONFIG_VIRTIO_MMIO=y
|
||||||
CONFIG_XEN_GNTDEV=y
|
CONFIG_XEN_GNTDEV=y
|
||||||
CONFIG_XEN_GRANT_DEV_ALLOC=y
|
CONFIG_XEN_GRANT_DEV_ALLOC=y
|
||||||
|
CONFIG_COMMON_CLK_RK808=y
|
||||||
CONFIG_COMMON_CLK_SCPI=y
|
CONFIG_COMMON_CLK_SCPI=y
|
||||||
CONFIG_COMMON_CLK_CS2000_CP=y
|
CONFIG_COMMON_CLK_CS2000_CP=y
|
||||||
CONFIG_COMMON_CLK_S2MPS11=y
|
CONFIG_COMMON_CLK_S2MPS11=y
|
||||||
CONFIG_COMMON_CLK_PWM=y
|
|
||||||
CONFIG_COMMON_CLK_RK808=y
|
|
||||||
CONFIG_CLK_QORIQ=y
|
CONFIG_CLK_QORIQ=y
|
||||||
|
CONFIG_COMMON_CLK_PWM=y
|
||||||
CONFIG_COMMON_CLK_QCOM=y
|
CONFIG_COMMON_CLK_QCOM=y
|
||||||
|
CONFIG_QCOM_CLK_SMD_RPM=y
|
||||||
CONFIG_MSM_GCC_8916=y
|
CONFIG_MSM_GCC_8916=y
|
||||||
CONFIG_MSM_GCC_8994=y
|
CONFIG_MSM_GCC_8994=y
|
||||||
CONFIG_MSM_MMCC_8996=y
|
CONFIG_MSM_MMCC_8996=y
|
||||||
CONFIG_HWSPINLOCK_QCOM=y
|
CONFIG_HWSPINLOCK_QCOM=y
|
||||||
CONFIG_MAILBOX=y
|
|
||||||
CONFIG_ARM_MHU=y
|
CONFIG_ARM_MHU=y
|
||||||
CONFIG_PLATFORM_MHU=y
|
CONFIG_PLATFORM_MHU=y
|
||||||
CONFIG_BCM2835_MBOX=y
|
CONFIG_BCM2835_MBOX=y
|
||||||
CONFIG_HI6220_MBOX=y
|
CONFIG_HI6220_MBOX=y
|
||||||
CONFIG_ARM_SMMU=y
|
CONFIG_ARM_SMMU=y
|
||||||
CONFIG_ARM_SMMU_V3=y
|
CONFIG_ARM_SMMU_V3=y
|
||||||
|
CONFIG_RPMSG_QCOM_SMD=y
|
||||||
CONFIG_RASPBERRYPI_POWER=y
|
CONFIG_RASPBERRYPI_POWER=y
|
||||||
CONFIG_QCOM_SMEM=y
|
CONFIG_QCOM_SMEM=y
|
||||||
CONFIG_QCOM_SMD=y
|
|
||||||
CONFIG_QCOM_SMD_RPM=y
|
CONFIG_QCOM_SMD_RPM=y
|
||||||
|
CONFIG_QCOM_SMP2P=y
|
||||||
|
CONFIG_QCOM_SMSM=y
|
||||||
CONFIG_ROCKCHIP_PM_DOMAINS=y
|
CONFIG_ROCKCHIP_PM_DOMAINS=y
|
||||||
CONFIG_ARCH_TEGRA_132_SOC=y
|
CONFIG_ARCH_TEGRA_132_SOC=y
|
||||||
CONFIG_ARCH_TEGRA_210_SOC=y
|
CONFIG_ARCH_TEGRA_210_SOC=y
|
||||||
CONFIG_ARCH_TEGRA_186_SOC=y
|
CONFIG_ARCH_TEGRA_186_SOC=y
|
||||||
CONFIG_EXTCON_USB_GPIO=y
|
CONFIG_EXTCON_USB_GPIO=y
|
||||||
|
CONFIG_IIO=y
|
||||||
|
CONFIG_EXYNOS_ADC=y
|
||||||
CONFIG_PWM=y
|
CONFIG_PWM=y
|
||||||
CONFIG_PWM_BCM2835=m
|
CONFIG_PWM_BCM2835=m
|
||||||
CONFIG_PWM_ROCKCHIP=y
|
|
||||||
CONFIG_PWM_TEGRA=m
|
|
||||||
CONFIG_PWM_MESON=m
|
CONFIG_PWM_MESON=m
|
||||||
CONFIG_COMMON_RESET_HI6220=y
|
CONFIG_PWM_ROCKCHIP=y
|
||||||
|
CONFIG_PWM_SAMSUNG=y
|
||||||
|
CONFIG_PWM_TEGRA=m
|
||||||
CONFIG_PHY_RCAR_GEN3_USB2=y
|
CONFIG_PHY_RCAR_GEN3_USB2=y
|
||||||
CONFIG_PHY_HI6220_USB=y
|
CONFIG_PHY_HI6220_USB=y
|
||||||
|
CONFIG_PHY_SUN4I_USB=y
|
||||||
CONFIG_PHY_ROCKCHIP_INNO_USB2=y
|
CONFIG_PHY_ROCKCHIP_INNO_USB2=y
|
||||||
CONFIG_PHY_ROCKCHIP_EMMC=y
|
CONFIG_PHY_ROCKCHIP_EMMC=y
|
||||||
CONFIG_PHY_SUN4I_USB=y
|
|
||||||
CONFIG_PHY_XGENE=y
|
CONFIG_PHY_XGENE=y
|
||||||
CONFIG_PHY_TEGRA_XUSB=y
|
CONFIG_PHY_TEGRA_XUSB=y
|
||||||
CONFIG_ARM_SCPI_PROTOCOL=y
|
CONFIG_ARM_SCPI_PROTOCOL=y
|
||||||
CONFIG_ACPI=y
|
|
||||||
CONFIG_IIO=y
|
|
||||||
CONFIG_EXYNOS_ADC=y
|
|
||||||
CONFIG_PWM_SAMSUNG=y
|
|
||||||
CONFIG_RASPBERRYPI_FIRMWARE=y
|
CONFIG_RASPBERRYPI_FIRMWARE=y
|
||||||
|
CONFIG_ACPI=y
|
||||||
CONFIG_EXT2_FS=y
|
CONFIG_EXT2_FS=y
|
||||||
CONFIG_EXT3_FS=y
|
CONFIG_EXT3_FS=y
|
||||||
CONFIG_EXT4_FS_POSIX_ACL=y
|
CONFIG_EXT4_FS_POSIX_ACL=y
|
||||||
|
@ -511,7 +502,6 @@ CONFIG_FUSE_FS=m
|
||||||
CONFIG_CUSE=m
|
CONFIG_CUSE=m
|
||||||
CONFIG_OVERLAY_FS=m
|
CONFIG_OVERLAY_FS=m
|
||||||
CONFIG_VFAT_FS=y
|
CONFIG_VFAT_FS=y
|
||||||
CONFIG_TMPFS=y
|
|
||||||
CONFIG_HUGETLBFS=y
|
CONFIG_HUGETLBFS=y
|
||||||
CONFIG_CONFIGFS_FS=y
|
CONFIG_CONFIGFS_FS=y
|
||||||
CONFIG_EFIVAR_FS=y
|
CONFIG_EFIVAR_FS=y
|
||||||
|
@ -539,11 +529,9 @@ CONFIG_MEMTEST=y
|
||||||
CONFIG_SECURITY=y
|
CONFIG_SECURITY=y
|
||||||
CONFIG_CRYPTO_ECHAINIV=y
|
CONFIG_CRYPTO_ECHAINIV=y
|
||||||
CONFIG_CRYPTO_ANSI_CPRNG=y
|
CONFIG_CRYPTO_ANSI_CPRNG=y
|
||||||
CONFIG_CRYPTO_DEV_SAFEXCEL=m
|
|
||||||
CONFIG_ARM64_CRYPTO=y
|
CONFIG_ARM64_CRYPTO=y
|
||||||
CONFIG_CRYPTO_SHA1_ARM64_CE=y
|
CONFIG_CRYPTO_SHA1_ARM64_CE=y
|
||||||
CONFIG_CRYPTO_SHA2_ARM64_CE=y
|
CONFIG_CRYPTO_SHA2_ARM64_CE=y
|
||||||
CONFIG_CRYPTO_GHASH_ARM64_CE=y
|
CONFIG_CRYPTO_GHASH_ARM64_CE=y
|
||||||
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
|
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
|
||||||
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
|
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
|
||||||
# CONFIG_CRYPTO_AES_ARM64_NEON_BLK is not set
|
|
||||||
|
|
|
@ -264,7 +264,6 @@ __LL_SC_PREFIX(__cmpxchg_case_##name(volatile void *ptr, \
|
||||||
" st" #rel "xr" #sz "\t%w[tmp], %" #w "[new], %[v]\n" \
|
" st" #rel "xr" #sz "\t%w[tmp], %" #w "[new], %[v]\n" \
|
||||||
" cbnz %w[tmp], 1b\n" \
|
" cbnz %w[tmp], 1b\n" \
|
||||||
" " #mb "\n" \
|
" " #mb "\n" \
|
||||||
" mov %" #w "[oldval], %" #w "[old]\n" \
|
|
||||||
"2:" \
|
"2:" \
|
||||||
: [tmp] "=&r" (tmp), [oldval] "=&r" (oldval), \
|
: [tmp] "=&r" (tmp), [oldval] "=&r" (oldval), \
|
||||||
[v] "+Q" (*(unsigned long *)ptr) \
|
[v] "+Q" (*(unsigned long *)ptr) \
|
||||||
|
|
|
@ -115,6 +115,7 @@ struct arm64_cpu_capabilities {
|
||||||
|
|
||||||
extern DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);
|
extern DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);
|
||||||
extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];
|
extern struct static_key_false cpu_hwcap_keys[ARM64_NCAPS];
|
||||||
|
extern struct static_key_false arm64_const_caps_ready;
|
||||||
|
|
||||||
bool this_cpu_has_cap(unsigned int cap);
|
bool this_cpu_has_cap(unsigned int cap);
|
||||||
|
|
||||||
|
@ -124,7 +125,7 @@ static inline bool cpu_have_feature(unsigned int num)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* System capability check for constant caps */
|
/* System capability check for constant caps */
|
||||||
static inline bool cpus_have_const_cap(int num)
|
static inline bool __cpus_have_const_cap(int num)
|
||||||
{
|
{
|
||||||
if (num >= ARM64_NCAPS)
|
if (num >= ARM64_NCAPS)
|
||||||
return false;
|
return false;
|
||||||
|
@ -138,6 +139,14 @@ static inline bool cpus_have_cap(unsigned int num)
|
||||||
return test_bit(num, cpu_hwcaps);
|
return test_bit(num, cpu_hwcaps);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static inline bool cpus_have_const_cap(int num)
|
||||||
|
{
|
||||||
|
if (static_branch_likely(&arm64_const_caps_ready))
|
||||||
|
return __cpus_have_const_cap(num);
|
||||||
|
else
|
||||||
|
return cpus_have_cap(num);
|
||||||
|
}
|
||||||
|
|
||||||
static inline void cpus_set_cap(unsigned int num)
|
static inline void cpus_set_cap(unsigned int num)
|
||||||
{
|
{
|
||||||
if (num >= ARM64_NCAPS) {
|
if (num >= ARM64_NCAPS) {
|
||||||
|
@ -145,7 +154,6 @@ static inline void cpus_set_cap(unsigned int num)
|
||||||
num, ARM64_NCAPS);
|
num, ARM64_NCAPS);
|
||||||
} else {
|
} else {
|
||||||
__set_bit(num, cpu_hwcaps);
|
__set_bit(num, cpu_hwcaps);
|
||||||
static_branch_enable(&cpu_hwcap_keys[num]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/kvm_types.h>
|
#include <linux/kvm_types.h>
|
||||||
|
#include <asm/cpufeature.h>
|
||||||
#include <asm/kvm.h>
|
#include <asm/kvm.h>
|
||||||
#include <asm/kvm_asm.h>
|
#include <asm/kvm_asm.h>
|
||||||
#include <asm/kvm_mmio.h>
|
#include <asm/kvm_mmio.h>
|
||||||
|
@ -355,9 +356,12 @@ static inline void __cpu_init_hyp_mode(phys_addr_t pgd_ptr,
|
||||||
unsigned long vector_ptr)
|
unsigned long vector_ptr)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Call initialization code, and switch to the full blown
|
* Call initialization code, and switch to the full blown HYP code.
|
||||||
* HYP code.
|
* If the cpucaps haven't been finalized yet, something has gone very
|
||||||
|
* wrong, and hyp will crash and burn when it uses any
|
||||||
|
* cpus_have_const_cap() wrapper.
|
||||||
*/
|
*/
|
||||||
|
BUG_ON(!static_branch_likely(&arm64_const_caps_ready));
|
||||||
__kvm_call_hyp((void *)pgd_ptr, hyp_stack_ptr, vector_ptr);
|
__kvm_call_hyp((void *)pgd_ptr, hyp_stack_ptr, vector_ptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -985,8 +985,16 @@ void update_cpu_capabilities(const struct arm64_cpu_capabilities *caps,
|
||||||
*/
|
*/
|
||||||
void __init enable_cpu_capabilities(const struct arm64_cpu_capabilities *caps)
|
void __init enable_cpu_capabilities(const struct arm64_cpu_capabilities *caps)
|
||||||
{
|
{
|
||||||
for (; caps->matches; caps++)
|
for (; caps->matches; caps++) {
|
||||||
if (caps->enable && cpus_have_cap(caps->capability))
|
unsigned int num = caps->capability;
|
||||||
|
|
||||||
|
if (!cpus_have_cap(num))
|
||||||
|
continue;
|
||||||
|
|
||||||
|
/* Ensure cpus_have_const_cap(num) works */
|
||||||
|
static_branch_enable(&cpu_hwcap_keys[num]);
|
||||||
|
|
||||||
|
if (caps->enable) {
|
||||||
/*
|
/*
|
||||||
* Use stop_machine() as it schedules the work allowing
|
* Use stop_machine() as it schedules the work allowing
|
||||||
* us to modify PSTATE, instead of on_each_cpu() which
|
* us to modify PSTATE, instead of on_each_cpu() which
|
||||||
|
@ -994,6 +1002,8 @@ void __init enable_cpu_capabilities(const struct arm64_cpu_capabilities *caps)
|
||||||
* we return.
|
* we return.
|
||||||
*/
|
*/
|
||||||
stop_machine(caps->enable, NULL, cpu_online_mask);
|
stop_machine(caps->enable, NULL, cpu_online_mask);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1096,6 +1106,14 @@ static void __init setup_feature_capabilities(void)
|
||||||
enable_cpu_capabilities(arm64_features);
|
enable_cpu_capabilities(arm64_features);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DEFINE_STATIC_KEY_FALSE(arm64_const_caps_ready);
|
||||||
|
EXPORT_SYMBOL(arm64_const_caps_ready);
|
||||||
|
|
||||||
|
static void __init mark_const_caps_ready(void)
|
||||||
|
{
|
||||||
|
static_branch_enable(&arm64_const_caps_ready);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check if the current CPU has a given feature capability.
|
* Check if the current CPU has a given feature capability.
|
||||||
* Should be called from non-preemptible context.
|
* Should be called from non-preemptible context.
|
||||||
|
@ -1131,6 +1149,7 @@ void __init setup_cpu_features(void)
|
||||||
/* Set the CPU feature capabilies */
|
/* Set the CPU feature capabilies */
|
||||||
setup_feature_capabilities();
|
setup_feature_capabilities();
|
||||||
enable_errata_workarounds();
|
enable_errata_workarounds();
|
||||||
|
mark_const_caps_ready();
|
||||||
setup_elf_hwcaps(arm64_elf_hwcaps);
|
setup_elf_hwcaps(arm64_elf_hwcaps);
|
||||||
|
|
||||||
if (system_supports_32bit_el0())
|
if (system_supports_32bit_el0())
|
||||||
|
|
|
@ -877,15 +877,24 @@ static int armv8pmu_set_event_filter(struct hw_perf_event *event,
|
||||||
|
|
||||||
if (attr->exclude_idle)
|
if (attr->exclude_idle)
|
||||||
return -EPERM;
|
return -EPERM;
|
||||||
if (is_kernel_in_hyp_mode() &&
|
|
||||||
attr->exclude_kernel != attr->exclude_hv)
|
/*
|
||||||
return -EINVAL;
|
* If we're running in hyp mode, then we *are* the hypervisor.
|
||||||
|
* Therefore we ignore exclude_hv in this configuration, since
|
||||||
|
* there's no hypervisor to sample anyway. This is consistent
|
||||||
|
* with other architectures (x86 and Power).
|
||||||
|
*/
|
||||||
|
if (is_kernel_in_hyp_mode()) {
|
||||||
|
if (!attr->exclude_kernel)
|
||||||
|
config_base |= ARMV8_PMU_INCLUDE_EL2;
|
||||||
|
} else {
|
||||||
|
if (attr->exclude_kernel)
|
||||||
|
config_base |= ARMV8_PMU_EXCLUDE_EL1;
|
||||||
|
if (!attr->exclude_hv)
|
||||||
|
config_base |= ARMV8_PMU_INCLUDE_EL2;
|
||||||
|
}
|
||||||
if (attr->exclude_user)
|
if (attr->exclude_user)
|
||||||
config_base |= ARMV8_PMU_EXCLUDE_EL0;
|
config_base |= ARMV8_PMU_EXCLUDE_EL0;
|
||||||
if (!is_kernel_in_hyp_mode() && attr->exclude_kernel)
|
|
||||||
config_base |= ARMV8_PMU_EXCLUDE_EL1;
|
|
||||||
if (!attr->exclude_hv)
|
|
||||||
config_base |= ARMV8_PMU_INCLUDE_EL2;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Install the filter into config_base as this is used to
|
* Install the filter into config_base as this is used to
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
# Makefile for Kernel-based Virtual Machine module, HYP part
|
# Makefile for Kernel-based Virtual Machine module, HYP part
|
||||||
#
|
#
|
||||||
|
|
||||||
|
ccflags-y += -fno-stack-protector
|
||||||
|
|
||||||
KVM=../../../../virt/kvm
|
KVM=../../../../virt/kvm
|
||||||
|
|
||||||
obj-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/hyp/vgic-v2-sr.o
|
obj-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/hyp/vgic-v2-sr.o
|
||||||
|
|
|
@ -253,8 +253,9 @@ static int emit_bpf_tail_call(struct jit_ctx *ctx)
|
||||||
*/
|
*/
|
||||||
off = offsetof(struct bpf_array, ptrs);
|
off = offsetof(struct bpf_array, ptrs);
|
||||||
emit_a64_mov_i64(tmp, off, ctx);
|
emit_a64_mov_i64(tmp, off, ctx);
|
||||||
emit(A64_LDR64(tmp, r2, tmp), ctx);
|
emit(A64_ADD(1, tmp, r2, tmp), ctx);
|
||||||
emit(A64_LDR64(prg, tmp, r3), ctx);
|
emit(A64_LSL(1, prg, r3, 3), ctx);
|
||||||
|
emit(A64_LDR64(prg, tmp, prg), ctx);
|
||||||
emit(A64_CBZ(1, prg, jmp_offset), ctx);
|
emit(A64_CBZ(1, prg, jmp_offset), ctx);
|
||||||
|
|
||||||
/* goto *(prog->bpf_func + prologue_size); */
|
/* goto *(prog->bpf_func + prologue_size); */
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../../../../include/dt-bindings
|
|
|
@ -1 +0,0 @@
|
||||||
../../../../../include/dt-bindings
|
|
|
@ -1 +0,0 @@
|
||||||
../../../../../include/dt-bindings
|
|
|
@ -1 +0,0 @@
|
||||||
../../../../../include/dt-bindings
|
|
|
@ -14,6 +14,10 @@
|
||||||
#include <asm-generic/module.h>
|
#include <asm-generic/module.h>
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef CC_USING_MPROFILE_KERNEL
|
||||||
|
#define MODULE_ARCH_VERMAGIC "mprofile-kernel"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __powerpc64__
|
#ifndef __powerpc64__
|
||||||
/*
|
/*
|
||||||
* Thanks to Paul M for explaining this.
|
* Thanks to Paul M for explaining this.
|
||||||
|
|
|
@ -132,7 +132,19 @@ extern long long virt_phys_offset;
|
||||||
#define virt_to_pfn(kaddr) (__pa(kaddr) >> PAGE_SHIFT)
|
#define virt_to_pfn(kaddr) (__pa(kaddr) >> PAGE_SHIFT)
|
||||||
#define virt_to_page(kaddr) pfn_to_page(virt_to_pfn(kaddr))
|
#define virt_to_page(kaddr) pfn_to_page(virt_to_pfn(kaddr))
|
||||||
#define pfn_to_kaddr(pfn) __va((pfn) << PAGE_SHIFT)
|
#define pfn_to_kaddr(pfn) __va((pfn) << PAGE_SHIFT)
|
||||||
|
|
||||||
|
#ifdef CONFIG_PPC_BOOK3S_64
|
||||||
|
/*
|
||||||
|
* On hash the vmalloc and other regions alias to the kernel region when passed
|
||||||
|
* through __pa(), which virt_to_pfn() uses. That means virt_addr_valid() can
|
||||||
|
* return true for some vmalloc addresses, which is incorrect. So explicitly
|
||||||
|
* check that the address is in the kernel region.
|
||||||
|
*/
|
||||||
|
#define virt_addr_valid(kaddr) (REGION_ID(kaddr) == KERNEL_REGION_ID && \
|
||||||
|
pfn_valid(virt_to_pfn(kaddr)))
|
||||||
|
#else
|
||||||
#define virt_addr_valid(kaddr) pfn_valid(virt_to_pfn(kaddr))
|
#define virt_addr_valid(kaddr) pfn_valid(virt_to_pfn(kaddr))
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* On Book-E parts we need __va to parse the device tree and we can't
|
* On Book-E parts we need __va to parse the device tree and we can't
|
||||||
|
|
|
@ -416,7 +416,7 @@ power9_dd1_recover_paca:
|
||||||
* which needs to be restored from the stack.
|
* which needs to be restored from the stack.
|
||||||
*/
|
*/
|
||||||
li r3, 1
|
li r3, 1
|
||||||
stb r0,PACA_NAPSTATELOST(r13)
|
stb r3,PACA_NAPSTATELOST(r13)
|
||||||
blr
|
blr
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -305,16 +305,17 @@ int kprobe_handler(struct pt_regs *regs)
|
||||||
save_previous_kprobe(kcb);
|
save_previous_kprobe(kcb);
|
||||||
set_current_kprobe(p, regs, kcb);
|
set_current_kprobe(p, regs, kcb);
|
||||||
kprobes_inc_nmissed_count(p);
|
kprobes_inc_nmissed_count(p);
|
||||||
prepare_singlestep(p, regs);
|
|
||||||
kcb->kprobe_status = KPROBE_REENTER;
|
kcb->kprobe_status = KPROBE_REENTER;
|
||||||
if (p->ainsn.boostable >= 0) {
|
if (p->ainsn.boostable >= 0) {
|
||||||
ret = try_to_emulate(p, regs);
|
ret = try_to_emulate(p, regs);
|
||||||
|
|
||||||
if (ret > 0) {
|
if (ret > 0) {
|
||||||
restore_previous_kprobe(kcb);
|
restore_previous_kprobe(kcb);
|
||||||
|
preempt_enable_no_resched();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
prepare_singlestep(p, regs);
|
||||||
return 1;
|
return 1;
|
||||||
} else {
|
} else {
|
||||||
if (*addr != BREAKPOINT_INSTRUCTION) {
|
if (*addr != BREAKPOINT_INSTRUCTION) {
|
||||||
|
|
|
@ -864,6 +864,25 @@ static void tm_reclaim_thread(struct thread_struct *thr,
|
||||||
if (!MSR_TM_SUSPENDED(mfmsr()))
|
if (!MSR_TM_SUSPENDED(mfmsr()))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* If we are in a transaction and FP is off then we can't have
|
||||||
|
* used FP inside that transaction. Hence the checkpointed
|
||||||
|
* state is the same as the live state. We need to copy the
|
||||||
|
* live state to the checkpointed state so that when the
|
||||||
|
* transaction is restored, the checkpointed state is correct
|
||||||
|
* and the aborted transaction sees the correct state. We use
|
||||||
|
* ckpt_regs.msr here as that's what tm_reclaim will use to
|
||||||
|
* determine if it's going to write the checkpointed state or
|
||||||
|
* not. So either this will write the checkpointed registers,
|
||||||
|
* or reclaim will. Similarly for VMX.
|
||||||
|
*/
|
||||||
|
if ((thr->ckpt_regs.msr & MSR_FP) == 0)
|
||||||
|
memcpy(&thr->ckfp_state, &thr->fp_state,
|
||||||
|
sizeof(struct thread_fp_state));
|
||||||
|
if ((thr->ckpt_regs.msr & MSR_VEC) == 0)
|
||||||
|
memcpy(&thr->ckvr_state, &thr->vr_state,
|
||||||
|
sizeof(struct thread_vr_state));
|
||||||
|
|
||||||
giveup_all(container_of(thr, struct task_struct, thread));
|
giveup_all(container_of(thr, struct task_struct, thread));
|
||||||
|
|
||||||
tm_reclaim(thr, thr->ckpt_regs.msr, cause);
|
tm_reclaim(thr, thr->ckpt_regs.msr, cause);
|
||||||
|
|
|
@ -67,7 +67,7 @@ config KVM_BOOK3S_64
|
||||||
select KVM_BOOK3S_64_HANDLER
|
select KVM_BOOK3S_64_HANDLER
|
||||||
select KVM
|
select KVM
|
||||||
select KVM_BOOK3S_PR_POSSIBLE if !KVM_BOOK3S_HV_POSSIBLE
|
select KVM_BOOK3S_PR_POSSIBLE if !KVM_BOOK3S_HV_POSSIBLE
|
||||||
select SPAPR_TCE_IOMMU if IOMMU_SUPPORT
|
select SPAPR_TCE_IOMMU if IOMMU_SUPPORT && (PPC_SERIES || PPC_POWERNV)
|
||||||
---help---
|
---help---
|
||||||
Support running unmodified book3s_64 and book3s_32 guest kernels
|
Support running unmodified book3s_64 and book3s_32 guest kernels
|
||||||
in virtual machines on book3s_64 host processors.
|
in virtual machines on book3s_64 host processors.
|
||||||
|
|
|
@ -46,7 +46,7 @@ kvm-e500mc-objs := \
|
||||||
e500_emulate.o
|
e500_emulate.o
|
||||||
kvm-objs-$(CONFIG_KVM_E500MC) := $(kvm-e500mc-objs)
|
kvm-objs-$(CONFIG_KVM_E500MC) := $(kvm-e500mc-objs)
|
||||||
|
|
||||||
kvm-book3s_64-builtin-objs-$(CONFIG_KVM_BOOK3S_64_HANDLER) := \
|
kvm-book3s_64-builtin-objs-$(CONFIG_SPAPR_TCE_IOMMU) := \
|
||||||
book3s_64_vio_hv.o
|
book3s_64_vio_hv.o
|
||||||
|
|
||||||
kvm-pr-y := \
|
kvm-pr-y := \
|
||||||
|
@ -90,11 +90,11 @@ kvm-book3s_64-objs-$(CONFIG_KVM_XICS) += \
|
||||||
book3s_xics.o
|
book3s_xics.o
|
||||||
|
|
||||||
kvm-book3s_64-objs-$(CONFIG_KVM_XIVE) += book3s_xive.o
|
kvm-book3s_64-objs-$(CONFIG_KVM_XIVE) += book3s_xive.o
|
||||||
|
kvm-book3s_64-objs-$(CONFIG_SPAPR_TCE_IOMMU) += book3s_64_vio.o
|
||||||
|
|
||||||
kvm-book3s_64-module-objs := \
|
kvm-book3s_64-module-objs := \
|
||||||
$(common-objs-y) \
|
$(common-objs-y) \
|
||||||
book3s.o \
|
book3s.o \
|
||||||
book3s_64_vio.o \
|
|
||||||
book3s_rtas.o \
|
book3s_rtas.o \
|
||||||
$(kvm-book3s_64-objs-y)
|
$(kvm-book3s_64-objs-y)
|
||||||
|
|
||||||
|
|
|
@ -301,6 +301,10 @@ long kvmppc_rm_h_put_tce(struct kvm_vcpu *vcpu, unsigned long liobn,
|
||||||
/* udbg_printf("H_PUT_TCE(): liobn=0x%lx ioba=0x%lx, tce=0x%lx\n", */
|
/* udbg_printf("H_PUT_TCE(): liobn=0x%lx ioba=0x%lx, tce=0x%lx\n", */
|
||||||
/* liobn, ioba, tce); */
|
/* liobn, ioba, tce); */
|
||||||
|
|
||||||
|
/* For radix, we might be in virtual mode, so punt */
|
||||||
|
if (kvm_is_radix(vcpu->kvm))
|
||||||
|
return H_TOO_HARD;
|
||||||
|
|
||||||
stt = kvmppc_find_table(vcpu->kvm, liobn);
|
stt = kvmppc_find_table(vcpu->kvm, liobn);
|
||||||
if (!stt)
|
if (!stt)
|
||||||
return H_TOO_HARD;
|
return H_TOO_HARD;
|
||||||
|
@ -381,6 +385,10 @@ long kvmppc_rm_h_put_tce_indirect(struct kvm_vcpu *vcpu,
|
||||||
bool prereg = false;
|
bool prereg = false;
|
||||||
struct kvmppc_spapr_tce_iommu_table *stit;
|
struct kvmppc_spapr_tce_iommu_table *stit;
|
||||||
|
|
||||||
|
/* For radix, we might be in virtual mode, so punt */
|
||||||
|
if (kvm_is_radix(vcpu->kvm))
|
||||||
|
return H_TOO_HARD;
|
||||||
|
|
||||||
stt = kvmppc_find_table(vcpu->kvm, liobn);
|
stt = kvmppc_find_table(vcpu->kvm, liobn);
|
||||||
if (!stt)
|
if (!stt)
|
||||||
return H_TOO_HARD;
|
return H_TOO_HARD;
|
||||||
|
@ -491,6 +499,10 @@ long kvmppc_rm_h_stuff_tce(struct kvm_vcpu *vcpu,
|
||||||
long i, ret;
|
long i, ret;
|
||||||
struct kvmppc_spapr_tce_iommu_table *stit;
|
struct kvmppc_spapr_tce_iommu_table *stit;
|
||||||
|
|
||||||
|
/* For radix, we might be in virtual mode, so punt */
|
||||||
|
if (kvm_is_radix(vcpu->kvm))
|
||||||
|
return H_TOO_HARD;
|
||||||
|
|
||||||
stt = kvmppc_find_table(vcpu->kvm, liobn);
|
stt = kvmppc_find_table(vcpu->kvm, liobn);
|
||||||
if (!stt)
|
if (!stt)
|
||||||
return H_TOO_HARD;
|
return H_TOO_HARD;
|
||||||
|
@ -527,6 +539,7 @@ long kvmppc_rm_h_stuff_tce(struct kvm_vcpu *vcpu,
|
||||||
return H_SUCCESS;
|
return H_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This can be called in either virtual mode or real mode */
|
||||||
long kvmppc_h_get_tce(struct kvm_vcpu *vcpu, unsigned long liobn,
|
long kvmppc_h_get_tce(struct kvm_vcpu *vcpu, unsigned long liobn,
|
||||||
unsigned long ioba)
|
unsigned long ioba)
|
||||||
{
|
{
|
||||||
|
|
|
@ -207,7 +207,14 @@ EXPORT_SYMBOL_GPL(kvmppc_hwrng_present);
|
||||||
|
|
||||||
long kvmppc_h_random(struct kvm_vcpu *vcpu)
|
long kvmppc_h_random(struct kvm_vcpu *vcpu)
|
||||||
{
|
{
|
||||||
if (powernv_get_random_real_mode(&vcpu->arch.gpr[4]))
|
int r;
|
||||||
|
|
||||||
|
/* Only need to do the expensive mfmsr() on radix */
|
||||||
|
if (kvm_is_radix(vcpu->kvm) && (mfmsr() & MSR_IR))
|
||||||
|
r = powernv_get_random_long(&vcpu->arch.gpr[4]);
|
||||||
|
else
|
||||||
|
r = powernv_get_random_real_mode(&vcpu->arch.gpr[4]);
|
||||||
|
if (r)
|
||||||
return H_SUCCESS;
|
return H_SUCCESS;
|
||||||
|
|
||||||
return H_HARDWARE;
|
return H_HARDWARE;
|
||||||
|
|
|
@ -50,7 +50,9 @@ static int kvmppc_h_pr_enter(struct kvm_vcpu *vcpu)
|
||||||
pteg_addr = get_pteg_addr(vcpu, pte_index);
|
pteg_addr = get_pteg_addr(vcpu, pte_index);
|
||||||
|
|
||||||
mutex_lock(&vcpu->kvm->arch.hpt_mutex);
|
mutex_lock(&vcpu->kvm->arch.hpt_mutex);
|
||||||
copy_from_user(pteg, (void __user *)pteg_addr, sizeof(pteg));
|
ret = H_FUNCTION;
|
||||||
|
if (copy_from_user(pteg, (void __user *)pteg_addr, sizeof(pteg)))
|
||||||
|
goto done;
|
||||||
hpte = pteg;
|
hpte = pteg;
|
||||||
|
|
||||||
ret = H_PTEG_FULL;
|
ret = H_PTEG_FULL;
|
||||||
|
@ -71,7 +73,9 @@ static int kvmppc_h_pr_enter(struct kvm_vcpu *vcpu)
|
||||||
hpte[0] = cpu_to_be64(kvmppc_get_gpr(vcpu, 6));
|
hpte[0] = cpu_to_be64(kvmppc_get_gpr(vcpu, 6));
|
||||||
hpte[1] = cpu_to_be64(kvmppc_get_gpr(vcpu, 7));
|
hpte[1] = cpu_to_be64(kvmppc_get_gpr(vcpu, 7));
|
||||||
pteg_addr += i * HPTE_SIZE;
|
pteg_addr += i * HPTE_SIZE;
|
||||||
copy_to_user((void __user *)pteg_addr, hpte, HPTE_SIZE);
|
ret = H_FUNCTION;
|
||||||
|
if (copy_to_user((void __user *)pteg_addr, hpte, HPTE_SIZE))
|
||||||
|
goto done;
|
||||||
kvmppc_set_gpr(vcpu, 4, pte_index | i);
|
kvmppc_set_gpr(vcpu, 4, pte_index | i);
|
||||||
ret = H_SUCCESS;
|
ret = H_SUCCESS;
|
||||||
|
|
||||||
|
@ -93,7 +97,9 @@ static int kvmppc_h_pr_remove(struct kvm_vcpu *vcpu)
|
||||||
|
|
||||||
pteg = get_pteg_addr(vcpu, pte_index);
|
pteg = get_pteg_addr(vcpu, pte_index);
|
||||||
mutex_lock(&vcpu->kvm->arch.hpt_mutex);
|
mutex_lock(&vcpu->kvm->arch.hpt_mutex);
|
||||||
copy_from_user(pte, (void __user *)pteg, sizeof(pte));
|
ret = H_FUNCTION;
|
||||||
|
if (copy_from_user(pte, (void __user *)pteg, sizeof(pte)))
|
||||||
|
goto done;
|
||||||
pte[0] = be64_to_cpu((__force __be64)pte[0]);
|
pte[0] = be64_to_cpu((__force __be64)pte[0]);
|
||||||
pte[1] = be64_to_cpu((__force __be64)pte[1]);
|
pte[1] = be64_to_cpu((__force __be64)pte[1]);
|
||||||
|
|
||||||
|
@ -103,7 +109,9 @@ static int kvmppc_h_pr_remove(struct kvm_vcpu *vcpu)
|
||||||
((flags & H_ANDCOND) && (pte[0] & avpn) != 0))
|
((flags & H_ANDCOND) && (pte[0] & avpn) != 0))
|
||||||
goto done;
|
goto done;
|
||||||
|
|
||||||
copy_to_user((void __user *)pteg, &v, sizeof(v));
|
ret = H_FUNCTION;
|
||||||
|
if (copy_to_user((void __user *)pteg, &v, sizeof(v)))
|
||||||
|
goto done;
|
||||||
|
|
||||||
rb = compute_tlbie_rb(pte[0], pte[1], pte_index);
|
rb = compute_tlbie_rb(pte[0], pte[1], pte_index);
|
||||||
vcpu->arch.mmu.tlbie(vcpu, rb, rb & 1 ? true : false);
|
vcpu->arch.mmu.tlbie(vcpu, rb, rb & 1 ? true : false);
|
||||||
|
@ -171,7 +179,10 @@ static int kvmppc_h_pr_bulk_remove(struct kvm_vcpu *vcpu)
|
||||||
}
|
}
|
||||||
|
|
||||||
pteg = get_pteg_addr(vcpu, tsh & H_BULK_REMOVE_PTEX);
|
pteg = get_pteg_addr(vcpu, tsh & H_BULK_REMOVE_PTEX);
|
||||||
copy_from_user(pte, (void __user *)pteg, sizeof(pte));
|
if (copy_from_user(pte, (void __user *)pteg, sizeof(pte))) {
|
||||||
|
ret = H_FUNCTION;
|
||||||
|
break;
|
||||||
|
}
|
||||||
pte[0] = be64_to_cpu((__force __be64)pte[0]);
|
pte[0] = be64_to_cpu((__force __be64)pte[0]);
|
||||||
pte[1] = be64_to_cpu((__force __be64)pte[1]);
|
pte[1] = be64_to_cpu((__force __be64)pte[1]);
|
||||||
|
|
||||||
|
@ -184,7 +195,10 @@ static int kvmppc_h_pr_bulk_remove(struct kvm_vcpu *vcpu)
|
||||||
tsh |= H_BULK_REMOVE_NOT_FOUND;
|
tsh |= H_BULK_REMOVE_NOT_FOUND;
|
||||||
} else {
|
} else {
|
||||||
/* Splat the pteg in (userland) hpt */
|
/* Splat the pteg in (userland) hpt */
|
||||||
copy_to_user((void __user *)pteg, &v, sizeof(v));
|
if (copy_to_user((void __user *)pteg, &v, sizeof(v))) {
|
||||||
|
ret = H_FUNCTION;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
rb = compute_tlbie_rb(pte[0], pte[1],
|
rb = compute_tlbie_rb(pte[0], pte[1],
|
||||||
tsh & H_BULK_REMOVE_PTEX);
|
tsh & H_BULK_REMOVE_PTEX);
|
||||||
|
@ -211,7 +225,9 @@ static int kvmppc_h_pr_protect(struct kvm_vcpu *vcpu)
|
||||||
|
|
||||||
pteg = get_pteg_addr(vcpu, pte_index);
|
pteg = get_pteg_addr(vcpu, pte_index);
|
||||||
mutex_lock(&vcpu->kvm->arch.hpt_mutex);
|
mutex_lock(&vcpu->kvm->arch.hpt_mutex);
|
||||||
copy_from_user(pte, (void __user *)pteg, sizeof(pte));
|
ret = H_FUNCTION;
|
||||||
|
if (copy_from_user(pte, (void __user *)pteg, sizeof(pte)))
|
||||||
|
goto done;
|
||||||
pte[0] = be64_to_cpu((__force __be64)pte[0]);
|
pte[0] = be64_to_cpu((__force __be64)pte[0]);
|
||||||
pte[1] = be64_to_cpu((__force __be64)pte[1]);
|
pte[1] = be64_to_cpu((__force __be64)pte[1]);
|
||||||
|
|
||||||
|
@ -234,7 +250,9 @@ static int kvmppc_h_pr_protect(struct kvm_vcpu *vcpu)
|
||||||
vcpu->arch.mmu.tlbie(vcpu, rb, rb & 1 ? true : false);
|
vcpu->arch.mmu.tlbie(vcpu, rb, rb & 1 ? true : false);
|
||||||
pte[0] = (__force u64)cpu_to_be64(pte[0]);
|
pte[0] = (__force u64)cpu_to_be64(pte[0]);
|
||||||
pte[1] = (__force u64)cpu_to_be64(pte[1]);
|
pte[1] = (__force u64)cpu_to_be64(pte[1]);
|
||||||
copy_to_user((void __user *)pteg, pte, sizeof(pte));
|
ret = H_FUNCTION;
|
||||||
|
if (copy_to_user((void __user *)pteg, pte, sizeof(pte)))
|
||||||
|
goto done;
|
||||||
ret = H_SUCCESS;
|
ret = H_SUCCESS;
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
@ -244,20 +262,6 @@ static int kvmppc_h_pr_protect(struct kvm_vcpu *vcpu)
|
||||||
return EMULATE_DONE;
|
return EMULATE_DONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int kvmppc_h_pr_put_tce(struct kvm_vcpu *vcpu)
|
|
||||||
{
|
|
||||||
unsigned long liobn = kvmppc_get_gpr(vcpu, 4);
|
|
||||||
unsigned long ioba = kvmppc_get_gpr(vcpu, 5);
|
|
||||||
unsigned long tce = kvmppc_get_gpr(vcpu, 6);
|
|
||||||
long rc;
|
|
||||||
|
|
||||||
rc = kvmppc_h_put_tce(vcpu, liobn, ioba, tce);
|
|
||||||
if (rc == H_TOO_HARD)
|
|
||||||
return EMULATE_FAIL;
|
|
||||||
kvmppc_set_gpr(vcpu, 3, rc);
|
|
||||||
return EMULATE_DONE;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int kvmppc_h_pr_logical_ci_load(struct kvm_vcpu *vcpu)
|
static int kvmppc_h_pr_logical_ci_load(struct kvm_vcpu *vcpu)
|
||||||
{
|
{
|
||||||
long rc;
|
long rc;
|
||||||
|
@ -280,6 +284,21 @@ static int kvmppc_h_pr_logical_ci_store(struct kvm_vcpu *vcpu)
|
||||||
return EMULATE_DONE;
|
return EMULATE_DONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef CONFIG_SPAPR_TCE_IOMMU
|
||||||
|
static int kvmppc_h_pr_put_tce(struct kvm_vcpu *vcpu)
|
||||||
|
{
|
||||||
|
unsigned long liobn = kvmppc_get_gpr(vcpu, 4);
|
||||||
|
unsigned long ioba = kvmppc_get_gpr(vcpu, 5);
|
||||||
|
unsigned long tce = kvmppc_get_gpr(vcpu, 6);
|
||||||
|
long rc;
|
||||||
|
|
||||||
|
rc = kvmppc_h_put_tce(vcpu, liobn, ioba, tce);
|
||||||
|
if (rc == H_TOO_HARD)
|
||||||
|
return EMULATE_FAIL;
|
||||||
|
kvmppc_set_gpr(vcpu, 3, rc);
|
||||||
|
return EMULATE_DONE;
|
||||||
|
}
|
||||||
|
|
||||||
static int kvmppc_h_pr_put_tce_indirect(struct kvm_vcpu *vcpu)
|
static int kvmppc_h_pr_put_tce_indirect(struct kvm_vcpu *vcpu)
|
||||||
{
|
{
|
||||||
unsigned long liobn = kvmppc_get_gpr(vcpu, 4);
|
unsigned long liobn = kvmppc_get_gpr(vcpu, 4);
|
||||||
|
@ -311,6 +330,23 @@ static int kvmppc_h_pr_stuff_tce(struct kvm_vcpu *vcpu)
|
||||||
return EMULATE_DONE;
|
return EMULATE_DONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else /* CONFIG_SPAPR_TCE_IOMMU */
|
||||||
|
static int kvmppc_h_pr_put_tce(struct kvm_vcpu *vcpu)
|
||||||
|
{
|
||||||
|
return EMULATE_FAIL;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int kvmppc_h_pr_put_tce_indirect(struct kvm_vcpu *vcpu)
|
||||||
|
{
|
||||||
|
return EMULATE_FAIL;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int kvmppc_h_pr_stuff_tce(struct kvm_vcpu *vcpu)
|
||||||
|
{
|
||||||
|
return EMULATE_FAIL;
|
||||||
|
}
|
||||||
|
#endif /* CONFIG_SPAPR_TCE_IOMMU */
|
||||||
|
|
||||||
static int kvmppc_h_pr_xics_hcall(struct kvm_vcpu *vcpu, u32 cmd)
|
static int kvmppc_h_pr_xics_hcall(struct kvm_vcpu *vcpu, u32 cmd)
|
||||||
{
|
{
|
||||||
long rc = kvmppc_xics_hcall(vcpu, cmd);
|
long rc = kvmppc_xics_hcall(vcpu, cmd);
|
||||||
|
|
|
@ -1749,7 +1749,7 @@ long kvm_arch_vm_ioctl(struct file *filp,
|
||||||
r = kvm_vm_ioctl_enable_cap(kvm, &cap);
|
r = kvm_vm_ioctl_enable_cap(kvm, &cap);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#ifdef CONFIG_PPC_BOOK3S_64
|
#ifdef CONFIG_SPAPR_TCE_IOMMU
|
||||||
case KVM_CREATE_SPAPR_TCE_64: {
|
case KVM_CREATE_SPAPR_TCE_64: {
|
||||||
struct kvm_create_spapr_tce_64 create_tce_64;
|
struct kvm_create_spapr_tce_64 create_tce_64;
|
||||||
|
|
||||||
|
@ -1780,6 +1780,8 @@ long kvm_arch_vm_ioctl(struct file *filp,
|
||||||
r = kvm_vm_ioctl_create_spapr_tce(kvm, &create_tce_64);
|
r = kvm_vm_ioctl_create_spapr_tce(kvm, &create_tce_64);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
#ifdef CONFIG_PPC_BOOK3S_64
|
||||||
case KVM_PPC_GET_SMMU_INFO: {
|
case KVM_PPC_GET_SMMU_INFO: {
|
||||||
struct kvm_ppc_smmu_info info;
|
struct kvm_ppc_smmu_info info;
|
||||||
struct kvm *kvm = filp->private_data;
|
struct kvm *kvm = filp->private_data;
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
*/
|
*/
|
||||||
#include <linux/debugfs.h>
|
#include <linux/debugfs.h>
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
|
#include <linux/hugetlb.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <linux/mm.h>
|
#include <linux/mm.h>
|
||||||
#include <linux/sched.h>
|
#include <linux/sched.h>
|
||||||
|
@ -391,7 +392,7 @@ static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start)
|
||||||
|
|
||||||
for (i = 0; i < PTRS_PER_PMD; i++, pmd++) {
|
for (i = 0; i < PTRS_PER_PMD; i++, pmd++) {
|
||||||
addr = start + i * PMD_SIZE;
|
addr = start + i * PMD_SIZE;
|
||||||
if (!pmd_none(*pmd))
|
if (!pmd_none(*pmd) && !pmd_huge(*pmd))
|
||||||
/* pmd exists */
|
/* pmd exists */
|
||||||
walk_pte(st, pmd, addr);
|
walk_pte(st, pmd, addr);
|
||||||
else
|
else
|
||||||
|
@ -407,7 +408,7 @@ static void walk_pud(struct pg_state *st, pgd_t *pgd, unsigned long start)
|
||||||
|
|
||||||
for (i = 0; i < PTRS_PER_PUD; i++, pud++) {
|
for (i = 0; i < PTRS_PER_PUD; i++, pud++) {
|
||||||
addr = start + i * PUD_SIZE;
|
addr = start + i * PUD_SIZE;
|
||||||
if (!pud_none(*pud))
|
if (!pud_none(*pud) && !pud_huge(*pud))
|
||||||
/* pud exists */
|
/* pud exists */
|
||||||
walk_pmd(st, pud, addr);
|
walk_pmd(st, pud, addr);
|
||||||
else
|
else
|
||||||
|
@ -427,7 +428,7 @@ static void walk_pagetables(struct pg_state *st)
|
||||||
*/
|
*/
|
||||||
for (i = 0; i < PTRS_PER_PGD; i++, pgd++) {
|
for (i = 0; i < PTRS_PER_PGD; i++, pgd++) {
|
||||||
addr = KERN_VIRT_START + i * PGDIR_SIZE;
|
addr = KERN_VIRT_START + i * PGDIR_SIZE;
|
||||||
if (!pgd_none(*pgd))
|
if (!pgd_none(*pgd) && !pgd_huge(*pgd))
|
||||||
/* pgd exists */
|
/* pgd exists */
|
||||||
walk_pud(st, pgd, addr);
|
walk_pud(st, pgd, addr);
|
||||||
else
|
else
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
#include <linux/spinlock.h>
|
#include <linux/spinlock.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/time.h>
|
#include <linux/time.h>
|
||||||
|
#include <linux/refcount.h>
|
||||||
#include <uapi/asm/debug.h>
|
#include <uapi/asm/debug.h>
|
||||||
|
|
||||||
#define DEBUG_MAX_LEVEL 6 /* debug levels range from 0 to 6 */
|
#define DEBUG_MAX_LEVEL 6 /* debug levels range from 0 to 6 */
|
||||||
|
@ -31,7 +32,7 @@ struct debug_view;
|
||||||
typedef struct debug_info {
|
typedef struct debug_info {
|
||||||
struct debug_info* next;
|
struct debug_info* next;
|
||||||
struct debug_info* prev;
|
struct debug_info* prev;
|
||||||
atomic_t ref_count;
|
refcount_t ref_count;
|
||||||
spinlock_t lock;
|
spinlock_t lock;
|
||||||
int level;
|
int level;
|
||||||
int nr_areas;
|
int nr_areas;
|
||||||
|
|
|
@ -40,6 +40,8 @@ static inline int insn_length(unsigned char code)
|
||||||
return ((((int) code + 64) >> 7) + 1) << 1;
|
return ((((int) code + 64) >> 7) + 1) << 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
struct pt_regs;
|
||||||
|
|
||||||
void show_code(struct pt_regs *regs);
|
void show_code(struct pt_regs *regs);
|
||||||
void print_fn_code(unsigned char *code, unsigned long len);
|
void print_fn_code(unsigned char *code, unsigned long len);
|
||||||
int insn_to_mnemonic(unsigned char *instruction, char *buf, unsigned int len);
|
int insn_to_mnemonic(unsigned char *instruction, char *buf, unsigned int len);
|
||||||
|
|
|
@ -27,12 +27,21 @@
|
||||||
* 2005-Dec Used as a template for s390 by Mike Grundy
|
* 2005-Dec Used as a template for s390 by Mike Grundy
|
||||||
* <grundym@us.ibm.com>
|
* <grundym@us.ibm.com>
|
||||||
*/
|
*/
|
||||||
|
#include <linux/types.h>
|
||||||
#include <asm-generic/kprobes.h>
|
#include <asm-generic/kprobes.h>
|
||||||
|
|
||||||
#define BREAKPOINT_INSTRUCTION 0x0002
|
#define BREAKPOINT_INSTRUCTION 0x0002
|
||||||
|
|
||||||
|
#define FIXUP_PSW_NORMAL 0x08
|
||||||
|
#define FIXUP_BRANCH_NOT_TAKEN 0x04
|
||||||
|
#define FIXUP_RETURN_REGISTER 0x02
|
||||||
|
#define FIXUP_NOT_REQUIRED 0x01
|
||||||
|
|
||||||
|
int probe_is_prohibited_opcode(u16 *insn);
|
||||||
|
int probe_get_fixup_type(u16 *insn);
|
||||||
|
int probe_is_insn_relative_long(u16 *insn);
|
||||||
|
|
||||||
#ifdef CONFIG_KPROBES
|
#ifdef CONFIG_KPROBES
|
||||||
#include <linux/types.h>
|
|
||||||
#include <linux/ptrace.h>
|
#include <linux/ptrace.h>
|
||||||
#include <linux/percpu.h>
|
#include <linux/percpu.h>
|
||||||
#include <linux/sched/task_stack.h>
|
#include <linux/sched/task_stack.h>
|
||||||
|
@ -56,11 +65,6 @@ typedef u16 kprobe_opcode_t;
|
||||||
|
|
||||||
#define KPROBE_SWAP_INST 0x10
|
#define KPROBE_SWAP_INST 0x10
|
||||||
|
|
||||||
#define FIXUP_PSW_NORMAL 0x08
|
|
||||||
#define FIXUP_BRANCH_NOT_TAKEN 0x04
|
|
||||||
#define FIXUP_RETURN_REGISTER 0x02
|
|
||||||
#define FIXUP_NOT_REQUIRED 0x01
|
|
||||||
|
|
||||||
/* Architecture specific copy of original instruction */
|
/* Architecture specific copy of original instruction */
|
||||||
struct arch_specific_insn {
|
struct arch_specific_insn {
|
||||||
/* copy of original instruction */
|
/* copy of original instruction */
|
||||||
|
@ -90,10 +94,6 @@ int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
||||||
int kprobe_exceptions_notify(struct notifier_block *self,
|
int kprobe_exceptions_notify(struct notifier_block *self,
|
||||||
unsigned long val, void *data);
|
unsigned long val, void *data);
|
||||||
|
|
||||||
int probe_is_prohibited_opcode(u16 *insn);
|
|
||||||
int probe_get_fixup_type(u16 *insn);
|
|
||||||
int probe_is_insn_relative_long(u16 *insn);
|
|
||||||
|
|
||||||
#define flush_insn_slot(p) do { } while (0)
|
#define flush_insn_slot(p) do { } while (0)
|
||||||
|
|
||||||
#endif /* CONFIG_KPROBES */
|
#endif /* CONFIG_KPROBES */
|
||||||
|
|
|
@ -146,7 +146,7 @@ extern int topology_max_mnest;
|
||||||
* Returns the maximum nesting level supported by the cpu topology code.
|
* Returns the maximum nesting level supported by the cpu topology code.
|
||||||
* The current maximum level is 4 which is the drawer level.
|
* The current maximum level is 4 which is the drawer level.
|
||||||
*/
|
*/
|
||||||
static inline int topology_mnest_limit(void)
|
static inline unsigned char topology_mnest_limit(void)
|
||||||
{
|
{
|
||||||
return min(topology_max_mnest, 4);
|
return min(topology_max_mnest, 4);
|
||||||
}
|
}
|
||||||
|
|
|
@ -277,7 +277,7 @@ debug_info_alloc(const char *name, int pages_per_area, int nr_areas,
|
||||||
memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *));
|
memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *));
|
||||||
memset(rc->debugfs_entries, 0 ,DEBUG_MAX_VIEWS *
|
memset(rc->debugfs_entries, 0 ,DEBUG_MAX_VIEWS *
|
||||||
sizeof(struct dentry*));
|
sizeof(struct dentry*));
|
||||||
atomic_set(&(rc->ref_count), 0);
|
refcount_set(&(rc->ref_count), 0);
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
|
|
||||||
|
@ -361,7 +361,7 @@ debug_info_create(const char *name, int pages_per_area, int nr_areas,
|
||||||
debug_area_last = rc;
|
debug_area_last = rc;
|
||||||
rc->next = NULL;
|
rc->next = NULL;
|
||||||
|
|
||||||
debug_info_get(rc);
|
refcount_set(&rc->ref_count, 1);
|
||||||
out:
|
out:
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
@ -416,7 +416,7 @@ static void
|
||||||
debug_info_get(debug_info_t * db_info)
|
debug_info_get(debug_info_t * db_info)
|
||||||
{
|
{
|
||||||
if (db_info)
|
if (db_info)
|
||||||
atomic_inc(&db_info->ref_count);
|
refcount_inc(&db_info->ref_count);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -431,7 +431,7 @@ debug_info_put(debug_info_t *db_info)
|
||||||
|
|
||||||
if (!db_info)
|
if (!db_info)
|
||||||
return;
|
return;
|
||||||
if (atomic_dec_and_test(&db_info->ref_count)) {
|
if (refcount_dec_and_test(&db_info->ref_count)) {
|
||||||
for (i = 0; i < DEBUG_MAX_VIEWS; i++) {
|
for (i = 0; i < DEBUG_MAX_VIEWS; i++) {
|
||||||
if (!db_info->views[i])
|
if (!db_info->views[i])
|
||||||
continue;
|
continue;
|
||||||
|
|
|
@ -312,6 +312,7 @@ ENTRY(system_call)
|
||||||
lg %r14,__LC_VDSO_PER_CPU
|
lg %r14,__LC_VDSO_PER_CPU
|
||||||
lmg %r0,%r10,__PT_R0(%r11)
|
lmg %r0,%r10,__PT_R0(%r11)
|
||||||
mvc __LC_RETURN_PSW(16),__PT_PSW(%r11)
|
mvc __LC_RETURN_PSW(16),__PT_PSW(%r11)
|
||||||
|
.Lsysc_exit_timer:
|
||||||
stpt __LC_EXIT_TIMER
|
stpt __LC_EXIT_TIMER
|
||||||
mvc __VDSO_ECTG_BASE(16,%r14),__LC_EXIT_TIMER
|
mvc __VDSO_ECTG_BASE(16,%r14),__LC_EXIT_TIMER
|
||||||
lmg %r11,%r15,__PT_R11(%r11)
|
lmg %r11,%r15,__PT_R11(%r11)
|
||||||
|
@ -623,6 +624,7 @@ ENTRY(io_int_handler)
|
||||||
lg %r14,__LC_VDSO_PER_CPU
|
lg %r14,__LC_VDSO_PER_CPU
|
||||||
lmg %r0,%r10,__PT_R0(%r11)
|
lmg %r0,%r10,__PT_R0(%r11)
|
||||||
mvc __LC_RETURN_PSW(16),__PT_PSW(%r11)
|
mvc __LC_RETURN_PSW(16),__PT_PSW(%r11)
|
||||||
|
.Lio_exit_timer:
|
||||||
stpt __LC_EXIT_TIMER
|
stpt __LC_EXIT_TIMER
|
||||||
mvc __VDSO_ECTG_BASE(16,%r14),__LC_EXIT_TIMER
|
mvc __VDSO_ECTG_BASE(16,%r14),__LC_EXIT_TIMER
|
||||||
lmg %r11,%r15,__PT_R11(%r11)
|
lmg %r11,%r15,__PT_R11(%r11)
|
||||||
|
@ -1174,15 +1176,23 @@ cleanup_critical:
|
||||||
br %r14
|
br %r14
|
||||||
|
|
||||||
.Lcleanup_sysc_restore:
|
.Lcleanup_sysc_restore:
|
||||||
|
# check if stpt has been executed
|
||||||
clg %r9,BASED(.Lcleanup_sysc_restore_insn)
|
clg %r9,BASED(.Lcleanup_sysc_restore_insn)
|
||||||
|
jh 0f
|
||||||
|
mvc __LC_EXIT_TIMER(8),__LC_ASYNC_ENTER_TIMER
|
||||||
|
cghi %r11,__LC_SAVE_AREA_ASYNC
|
||||||
je 0f
|
je 0f
|
||||||
|
mvc __LC_EXIT_TIMER(8),__LC_MCCK_ENTER_TIMER
|
||||||
|
0: clg %r9,BASED(.Lcleanup_sysc_restore_insn+8)
|
||||||
|
je 1f
|
||||||
lg %r9,24(%r11) # get saved pointer to pt_regs
|
lg %r9,24(%r11) # get saved pointer to pt_regs
|
||||||
mvc __LC_RETURN_PSW(16),__PT_PSW(%r9)
|
mvc __LC_RETURN_PSW(16),__PT_PSW(%r9)
|
||||||
mvc 0(64,%r11),__PT_R8(%r9)
|
mvc 0(64,%r11),__PT_R8(%r9)
|
||||||
lmg %r0,%r7,__PT_R0(%r9)
|
lmg %r0,%r7,__PT_R0(%r9)
|
||||||
0: lmg %r8,%r9,__LC_RETURN_PSW
|
1: lmg %r8,%r9,__LC_RETURN_PSW
|
||||||
br %r14
|
br %r14
|
||||||
.Lcleanup_sysc_restore_insn:
|
.Lcleanup_sysc_restore_insn:
|
||||||
|
.quad .Lsysc_exit_timer
|
||||||
.quad .Lsysc_done - 4
|
.quad .Lsysc_done - 4
|
||||||
|
|
||||||
.Lcleanup_io_tif:
|
.Lcleanup_io_tif:
|
||||||
|
@ -1190,15 +1200,20 @@ cleanup_critical:
|
||||||
br %r14
|
br %r14
|
||||||
|
|
||||||
.Lcleanup_io_restore:
|
.Lcleanup_io_restore:
|
||||||
|
# check if stpt has been executed
|
||||||
clg %r9,BASED(.Lcleanup_io_restore_insn)
|
clg %r9,BASED(.Lcleanup_io_restore_insn)
|
||||||
je 0f
|
jh 0f
|
||||||
|
mvc __LC_EXIT_TIMER(8),__LC_MCCK_ENTER_TIMER
|
||||||
|
0: clg %r9,BASED(.Lcleanup_io_restore_insn+8)
|
||||||
|
je 1f
|
||||||
lg %r9,24(%r11) # get saved r11 pointer to pt_regs
|
lg %r9,24(%r11) # get saved r11 pointer to pt_regs
|
||||||
mvc __LC_RETURN_PSW(16),__PT_PSW(%r9)
|
mvc __LC_RETURN_PSW(16),__PT_PSW(%r9)
|
||||||
mvc 0(64,%r11),__PT_R8(%r9)
|
mvc 0(64,%r11),__PT_R8(%r9)
|
||||||
lmg %r0,%r7,__PT_R0(%r9)
|
lmg %r0,%r7,__PT_R0(%r9)
|
||||||
0: lmg %r8,%r9,__LC_RETURN_PSW
|
1: lmg %r8,%r9,__LC_RETURN_PSW
|
||||||
br %r14
|
br %r14
|
||||||
.Lcleanup_io_restore_insn:
|
.Lcleanup_io_restore_insn:
|
||||||
|
.quad .Lio_exit_timer
|
||||||
.quad .Lio_done - 4
|
.quad .Lio_done - 4
|
||||||
|
|
||||||
.Lcleanup_idle:
|
.Lcleanup_idle:
|
||||||
|
|
|
@ -173,6 +173,8 @@ int __init ftrace_dyn_arch_init(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef CONFIG_MODULES
|
||||||
|
|
||||||
static int __init ftrace_plt_init(void)
|
static int __init ftrace_plt_init(void)
|
||||||
{
|
{
|
||||||
unsigned int *ip;
|
unsigned int *ip;
|
||||||
|
@ -191,6 +193,8 @@ static int __init ftrace_plt_init(void)
|
||||||
}
|
}
|
||||||
device_initcall(ftrace_plt_init);
|
device_initcall(ftrace_plt_init);
|
||||||
|
|
||||||
|
#endif /* CONFIG_MODULES */
|
||||||
|
|
||||||
#ifdef CONFIG_FUNCTION_GRAPH_TRACER
|
#ifdef CONFIG_FUNCTION_GRAPH_TRACER
|
||||||
/*
|
/*
|
||||||
* Hook the return address and push it in the stack of return addresses
|
* Hook the return address and push it in the stack of return addresses
|
||||||
|
|
|
@ -31,8 +31,14 @@ SECTIONS
|
||||||
{
|
{
|
||||||
. = 0x00000000;
|
. = 0x00000000;
|
||||||
.text : {
|
.text : {
|
||||||
_text = .; /* Text and read-only data */
|
/* Text and read-only data */
|
||||||
HEAD_TEXT
|
HEAD_TEXT
|
||||||
|
/*
|
||||||
|
* E.g. perf doesn't like symbols starting at address zero,
|
||||||
|
* therefore skip the initial PSW and channel program located
|
||||||
|
* at address zero and let _text start at 0x200.
|
||||||
|
*/
|
||||||
|
_text = 0x200;
|
||||||
TEXT_TEXT
|
TEXT_TEXT
|
||||||
SCHED_TEXT
|
SCHED_TEXT
|
||||||
CPUIDLE_TEXT
|
CPUIDLE_TEXT
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
* Copyright IBM Corp. 2014
|
* Copyright IBM Corp. 2014
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <linux/errno.h>
|
||||||
#include <asm/kprobes.h>
|
#include <asm/kprobes.h>
|
||||||
#include <asm/dis.h>
|
#include <asm/dis.h>
|
||||||
|
|
||||||
|
|
|
@ -337,8 +337,8 @@ long __strncpy_from_user(char *dst, const char __user *src, long size)
|
||||||
return 0;
|
return 0;
|
||||||
done = 0;
|
done = 0;
|
||||||
do {
|
do {
|
||||||
offset = (size_t)src & ~PAGE_MASK;
|
offset = (size_t)src & (L1_CACHE_BYTES - 1);
|
||||||
len = min(size - done, PAGE_SIZE - offset);
|
len = min(size - done, L1_CACHE_BYTES - offset);
|
||||||
if (copy_from_user(dst, src, len))
|
if (copy_from_user(dst, src, len))
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
len_str = strnlen(dst, len);
|
len_str = strnlen(dst, len);
|
||||||
|
|
|
@ -24,9 +24,11 @@ static inline int is_hugepage_only_range(struct mm_struct *mm,
|
||||||
static inline int prepare_hugepage_range(struct file *file,
|
static inline int prepare_hugepage_range(struct file *file,
|
||||||
unsigned long addr, unsigned long len)
|
unsigned long addr, unsigned long len)
|
||||||
{
|
{
|
||||||
if (len & ~HPAGE_MASK)
|
struct hstate *h = hstate_file(file);
|
||||||
|
|
||||||
|
if (len & ~huge_page_mask(h))
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
if (addr & ~HPAGE_MASK)
|
if (addr & ~huge_page_mask(h))
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -91,9 +91,9 @@ extern unsigned long pfn_base;
|
||||||
* ZERO_PAGE is a global shared page that is always zero: used
|
* ZERO_PAGE is a global shared page that is always zero: used
|
||||||
* for zero-mapped memory areas etc..
|
* for zero-mapped memory areas etc..
|
||||||
*/
|
*/
|
||||||
extern unsigned long empty_zero_page;
|
extern unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)];
|
||||||
|
|
||||||
#define ZERO_PAGE(vaddr) (virt_to_page(&empty_zero_page))
|
#define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page))
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* In general all page table modifications should use the V8 atomic
|
* In general all page table modifications should use the V8 atomic
|
||||||
|
|
|
@ -16,7 +16,7 @@ extern char reboot_command[];
|
||||||
*/
|
*/
|
||||||
extern unsigned char boot_cpu_id;
|
extern unsigned char boot_cpu_id;
|
||||||
|
|
||||||
extern unsigned long empty_zero_page;
|
extern unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)];
|
||||||
|
|
||||||
extern int serial_console;
|
extern int serial_console;
|
||||||
static inline int con_is_present(void)
|
static inline int con_is_present(void)
|
||||||
|
|
|
@ -130,18 +130,17 @@ unsigned long prepare_ftrace_return(unsigned long parent,
|
||||||
if (unlikely(atomic_read(¤t->tracing_graph_pause)))
|
if (unlikely(atomic_read(¤t->tracing_graph_pause)))
|
||||||
return parent + 8UL;
|
return parent + 8UL;
|
||||||
|
|
||||||
|
trace.func = self_addr;
|
||||||
|
trace.depth = current->curr_ret_stack + 1;
|
||||||
|
|
||||||
|
/* Only trace if the calling function expects to */
|
||||||
|
if (!ftrace_graph_entry(&trace))
|
||||||
|
return parent + 8UL;
|
||||||
|
|
||||||
if (ftrace_push_return_trace(parent, self_addr, &trace.depth,
|
if (ftrace_push_return_trace(parent, self_addr, &trace.depth,
|
||||||
frame_pointer, NULL) == -EBUSY)
|
frame_pointer, NULL) == -EBUSY)
|
||||||
return parent + 8UL;
|
return parent + 8UL;
|
||||||
|
|
||||||
trace.func = self_addr;
|
|
||||||
|
|
||||||
/* Only trace if the calling function expects to */
|
|
||||||
if (!ftrace_graph_entry(&trace)) {
|
|
||||||
current->curr_ret_stack--;
|
|
||||||
return parent + 8UL;
|
|
||||||
}
|
|
||||||
|
|
||||||
return return_hooker;
|
return return_hooker;
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_FUNCTION_GRAPH_TRACER */
|
#endif /* CONFIG_FUNCTION_GRAPH_TRACER */
|
||||||
|
|
|
@ -290,7 +290,7 @@ void __init mem_init(void)
|
||||||
|
|
||||||
|
|
||||||
/* Saves us work later. */
|
/* Saves us work later. */
|
||||||
memset((void *)&empty_zero_page, 0, PAGE_SIZE);
|
memset((void *)empty_zero_page, 0, PAGE_SIZE);
|
||||||
|
|
||||||
i = last_valid_pfn >> ((20 - PAGE_SHIFT) + 5);
|
i = last_valid_pfn >> ((20 - PAGE_SHIFT) + 5);
|
||||||
i += 1;
|
i += 1;
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
#define KVM_PRIVATE_MEM_SLOTS 3
|
#define KVM_PRIVATE_MEM_SLOTS 3
|
||||||
#define KVM_MEM_SLOTS_NUM (KVM_USER_MEM_SLOTS + KVM_PRIVATE_MEM_SLOTS)
|
#define KVM_MEM_SLOTS_NUM (KVM_USER_MEM_SLOTS + KVM_PRIVATE_MEM_SLOTS)
|
||||||
|
|
||||||
#define KVM_HALT_POLL_NS_DEFAULT 400000
|
#define KVM_HALT_POLL_NS_DEFAULT 200000
|
||||||
|
|
||||||
#define KVM_IRQCHIP_NUM_PINS KVM_IOAPIC_NUM_PINS
|
#define KVM_IRQCHIP_NUM_PINS KVM_IOAPIC_NUM_PINS
|
||||||
|
|
||||||
|
|
|
@ -319,10 +319,10 @@ do { \
|
||||||
#define __get_user_asm_u64(x, ptr, retval, errret) \
|
#define __get_user_asm_u64(x, ptr, retval, errret) \
|
||||||
({ \
|
({ \
|
||||||
__typeof__(ptr) __ptr = (ptr); \
|
__typeof__(ptr) __ptr = (ptr); \
|
||||||
asm volatile(ASM_STAC "\n" \
|
asm volatile("\n" \
|
||||||
"1: movl %2,%%eax\n" \
|
"1: movl %2,%%eax\n" \
|
||||||
"2: movl %3,%%edx\n" \
|
"2: movl %3,%%edx\n" \
|
||||||
"3: " ASM_CLAC "\n" \
|
"3:\n" \
|
||||||
".section .fixup,\"ax\"\n" \
|
".section .fixup,\"ax\"\n" \
|
||||||
"4: mov %4,%0\n" \
|
"4: mov %4,%0\n" \
|
||||||
" xorl %%eax,%%eax\n" \
|
" xorl %%eax,%%eax\n" \
|
||||||
|
@ -331,7 +331,7 @@ do { \
|
||||||
".previous\n" \
|
".previous\n" \
|
||||||
_ASM_EXTABLE(1b, 4b) \
|
_ASM_EXTABLE(1b, 4b) \
|
||||||
_ASM_EXTABLE(2b, 4b) \
|
_ASM_EXTABLE(2b, 4b) \
|
||||||
: "=r" (retval), "=A"(x) \
|
: "=r" (retval), "=&A"(x) \
|
||||||
: "m" (__m(__ptr)), "m" __m(((u32 *)(__ptr)) + 1), \
|
: "m" (__m(__ptr)), "m" __m(((u32 *)(__ptr)) + 1), \
|
||||||
"i" (errret), "0" (retval)); \
|
"i" (errret), "0" (retval)); \
|
||||||
})
|
})
|
||||||
|
@ -703,14 +703,15 @@ extern struct movsl_mask {
|
||||||
#define unsafe_put_user(x, ptr, err_label) \
|
#define unsafe_put_user(x, ptr, err_label) \
|
||||||
do { \
|
do { \
|
||||||
int __pu_err; \
|
int __pu_err; \
|
||||||
__put_user_size((x), (ptr), sizeof(*(ptr)), __pu_err, -EFAULT); \
|
__typeof__(*(ptr)) __pu_val = (x); \
|
||||||
|
__put_user_size(__pu_val, (ptr), sizeof(*(ptr)), __pu_err, -EFAULT); \
|
||||||
if (unlikely(__pu_err)) goto err_label; \
|
if (unlikely(__pu_err)) goto err_label; \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#define unsafe_get_user(x, ptr, err_label) \
|
#define unsafe_get_user(x, ptr, err_label) \
|
||||||
do { \
|
do { \
|
||||||
int __gu_err; \
|
int __gu_err; \
|
||||||
unsigned long __gu_val; \
|
__inttype(*(ptr)) __gu_val; \
|
||||||
__get_user_size(__gu_val, (ptr), sizeof(*(ptr)), __gu_err, -EFAULT); \
|
__get_user_size(__gu_val, (ptr), sizeof(*(ptr)), __gu_err, -EFAULT); \
|
||||||
(x) = (__force __typeof__(*(ptr)))__gu_val; \
|
(x) = (__force __typeof__(*(ptr)))__gu_val; \
|
||||||
if (unlikely(__gu_err)) goto err_label; \
|
if (unlikely(__gu_err)) goto err_label; \
|
||||||
|
|
|
@ -90,6 +90,7 @@ static void fpu__init_system_early_generic(struct cpuinfo_x86 *c)
|
||||||
* Boot time FPU feature detection code:
|
* Boot time FPU feature detection code:
|
||||||
*/
|
*/
|
||||||
unsigned int mxcsr_feature_mask __read_mostly = 0xffffffffu;
|
unsigned int mxcsr_feature_mask __read_mostly = 0xffffffffu;
|
||||||
|
EXPORT_SYMBOL_GPL(mxcsr_feature_mask);
|
||||||
|
|
||||||
static void __init fpu__init_system_mxcsr(void)
|
static void __init fpu__init_system_mxcsr(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -4173,7 +4173,7 @@ static int check_dr_write(struct x86_emulate_ctxt *ctxt)
|
||||||
|
|
||||||
static int check_svme(struct x86_emulate_ctxt *ctxt)
|
static int check_svme(struct x86_emulate_ctxt *ctxt)
|
||||||
{
|
{
|
||||||
u64 efer;
|
u64 efer = 0;
|
||||||
|
|
||||||
ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
|
ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
|
||||||
|
|
||||||
|
|
|
@ -283,11 +283,13 @@ static int FNAME(walk_addr_generic)(struct guest_walker *walker,
|
||||||
pt_element_t pte;
|
pt_element_t pte;
|
||||||
pt_element_t __user *uninitialized_var(ptep_user);
|
pt_element_t __user *uninitialized_var(ptep_user);
|
||||||
gfn_t table_gfn;
|
gfn_t table_gfn;
|
||||||
unsigned index, pt_access, pte_access, accessed_dirty, pte_pkey;
|
u64 pt_access, pte_access;
|
||||||
|
unsigned index, accessed_dirty, pte_pkey;
|
||||||
unsigned nested_access;
|
unsigned nested_access;
|
||||||
gpa_t pte_gpa;
|
gpa_t pte_gpa;
|
||||||
bool have_ad;
|
bool have_ad;
|
||||||
int offset;
|
int offset;
|
||||||
|
u64 walk_nx_mask = 0;
|
||||||
const int write_fault = access & PFERR_WRITE_MASK;
|
const int write_fault = access & PFERR_WRITE_MASK;
|
||||||
const int user_fault = access & PFERR_USER_MASK;
|
const int user_fault = access & PFERR_USER_MASK;
|
||||||
const int fetch_fault = access & PFERR_FETCH_MASK;
|
const int fetch_fault = access & PFERR_FETCH_MASK;
|
||||||
|
@ -302,6 +304,7 @@ retry_walk:
|
||||||
have_ad = PT_HAVE_ACCESSED_DIRTY(mmu);
|
have_ad = PT_HAVE_ACCESSED_DIRTY(mmu);
|
||||||
|
|
||||||
#if PTTYPE == 64
|
#if PTTYPE == 64
|
||||||
|
walk_nx_mask = 1ULL << PT64_NX_SHIFT;
|
||||||
if (walker->level == PT32E_ROOT_LEVEL) {
|
if (walker->level == PT32E_ROOT_LEVEL) {
|
||||||
pte = mmu->get_pdptr(vcpu, (addr >> 30) & 3);
|
pte = mmu->get_pdptr(vcpu, (addr >> 30) & 3);
|
||||||
trace_kvm_mmu_paging_element(pte, walker->level);
|
trace_kvm_mmu_paging_element(pte, walker->level);
|
||||||
|
@ -313,8 +316,6 @@ retry_walk:
|
||||||
walker->max_level = walker->level;
|
walker->max_level = walker->level;
|
||||||
ASSERT(!(is_long_mode(vcpu) && !is_pae(vcpu)));
|
ASSERT(!(is_long_mode(vcpu) && !is_pae(vcpu)));
|
||||||
|
|
||||||
accessed_dirty = have_ad ? PT_GUEST_ACCESSED_MASK : 0;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FIXME: on Intel processors, loads of the PDPTE registers for PAE paging
|
* FIXME: on Intel processors, loads of the PDPTE registers for PAE paging
|
||||||
* by the MOV to CR instruction are treated as reads and do not cause the
|
* by the MOV to CR instruction are treated as reads and do not cause the
|
||||||
|
@ -322,14 +323,14 @@ retry_walk:
|
||||||
*/
|
*/
|
||||||
nested_access = (have_ad ? PFERR_WRITE_MASK : 0) | PFERR_USER_MASK;
|
nested_access = (have_ad ? PFERR_WRITE_MASK : 0) | PFERR_USER_MASK;
|
||||||
|
|
||||||
pt_access = pte_access = ACC_ALL;
|
pte_access = ~0;
|
||||||
++walker->level;
|
++walker->level;
|
||||||
|
|
||||||
do {
|
do {
|
||||||
gfn_t real_gfn;
|
gfn_t real_gfn;
|
||||||
unsigned long host_addr;
|
unsigned long host_addr;
|
||||||
|
|
||||||
pt_access &= pte_access;
|
pt_access = pte_access;
|
||||||
--walker->level;
|
--walker->level;
|
||||||
|
|
||||||
index = PT_INDEX(addr, walker->level);
|
index = PT_INDEX(addr, walker->level);
|
||||||
|
@ -371,6 +372,12 @@ retry_walk:
|
||||||
|
|
||||||
trace_kvm_mmu_paging_element(pte, walker->level);
|
trace_kvm_mmu_paging_element(pte, walker->level);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Inverting the NX it lets us AND it like other
|
||||||
|
* permission bits.
|
||||||
|
*/
|
||||||
|
pte_access = pt_access & (pte ^ walk_nx_mask);
|
||||||
|
|
||||||
if (unlikely(!FNAME(is_present_gpte)(pte)))
|
if (unlikely(!FNAME(is_present_gpte)(pte)))
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
|
@ -379,14 +386,16 @@ retry_walk:
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
accessed_dirty &= pte;
|
|
||||||
pte_access = pt_access & FNAME(gpte_access)(vcpu, pte);
|
|
||||||
|
|
||||||
walker->ptes[walker->level - 1] = pte;
|
walker->ptes[walker->level - 1] = pte;
|
||||||
} while (!is_last_gpte(mmu, walker->level, pte));
|
} while (!is_last_gpte(mmu, walker->level, pte));
|
||||||
|
|
||||||
pte_pkey = FNAME(gpte_pkeys)(vcpu, pte);
|
pte_pkey = FNAME(gpte_pkeys)(vcpu, pte);
|
||||||
errcode = permission_fault(vcpu, mmu, pte_access, pte_pkey, access);
|
accessed_dirty = have_ad ? pte_access & PT_GUEST_ACCESSED_MASK : 0;
|
||||||
|
|
||||||
|
/* Convert to ACC_*_MASK flags for struct guest_walker. */
|
||||||
|
walker->pt_access = FNAME(gpte_access)(vcpu, pt_access ^ walk_nx_mask);
|
||||||
|
walker->pte_access = FNAME(gpte_access)(vcpu, pte_access ^ walk_nx_mask);
|
||||||
|
errcode = permission_fault(vcpu, mmu, walker->pte_access, pte_pkey, access);
|
||||||
if (unlikely(errcode))
|
if (unlikely(errcode))
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
|
@ -403,7 +412,7 @@ retry_walk:
|
||||||
walker->gfn = real_gpa >> PAGE_SHIFT;
|
walker->gfn = real_gpa >> PAGE_SHIFT;
|
||||||
|
|
||||||
if (!write_fault)
|
if (!write_fault)
|
||||||
FNAME(protect_clean_gpte)(mmu, &pte_access, pte);
|
FNAME(protect_clean_gpte)(mmu, &walker->pte_access, pte);
|
||||||
else
|
else
|
||||||
/*
|
/*
|
||||||
* On a write fault, fold the dirty bit into accessed_dirty.
|
* On a write fault, fold the dirty bit into accessed_dirty.
|
||||||
|
@ -421,10 +430,8 @@ retry_walk:
|
||||||
goto retry_walk;
|
goto retry_walk;
|
||||||
}
|
}
|
||||||
|
|
||||||
walker->pt_access = pt_access;
|
|
||||||
walker->pte_access = pte_access;
|
|
||||||
pgprintk("%s: pte %llx pte_access %x pt_access %x\n",
|
pgprintk("%s: pte %llx pte_access %x pt_access %x\n",
|
||||||
__func__, (u64)pte, pte_access, pt_access);
|
__func__, (u64)pte, walker->pte_access, walker->pt_access);
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
@ -452,7 +459,7 @@ error:
|
||||||
*/
|
*/
|
||||||
if (!(errcode & PFERR_RSVD_MASK)) {
|
if (!(errcode & PFERR_RSVD_MASK)) {
|
||||||
vcpu->arch.exit_qualification &= 0x187;
|
vcpu->arch.exit_qualification &= 0x187;
|
||||||
vcpu->arch.exit_qualification |= ((pt_access & pte) & 0x7) << 3;
|
vcpu->arch.exit_qualification |= (pte_access & 0x7) << 3;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
walker->fault.address = addr;
|
walker->fault.address = addr;
|
||||||
|
|
|
@ -294,7 +294,7 @@ static void intel_pmu_refresh(struct kvm_vcpu *vcpu)
|
||||||
((u64)1 << edx.split.bit_width_fixed) - 1;
|
((u64)1 << edx.split.bit_width_fixed) - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
pmu->global_ctrl = ((1 << pmu->nr_arch_gp_counters) - 1) |
|
pmu->global_ctrl = ((1ull << pmu->nr_arch_gp_counters) - 1) |
|
||||||
(((1ull << pmu->nr_arch_fixed_counters) - 1) << INTEL_PMC_IDX_FIXED);
|
(((1ull << pmu->nr_arch_fixed_counters) - 1) << INTEL_PMC_IDX_FIXED);
|
||||||
pmu->global_ctrl_mask = ~pmu->global_ctrl;
|
pmu->global_ctrl_mask = ~pmu->global_ctrl;
|
||||||
|
|
||||||
|
|
|
@ -1272,7 +1272,8 @@ static void init_vmcb(struct vcpu_svm *svm)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static u64 *avic_get_physical_id_entry(struct kvm_vcpu *vcpu, int index)
|
static u64 *avic_get_physical_id_entry(struct kvm_vcpu *vcpu,
|
||||||
|
unsigned int index)
|
||||||
{
|
{
|
||||||
u64 *avic_physical_id_table;
|
u64 *avic_physical_id_table;
|
||||||
struct kvm_arch *vm_data = &vcpu->kvm->arch;
|
struct kvm_arch *vm_data = &vcpu->kvm->arch;
|
||||||
|
|
|
@ -6504,7 +6504,7 @@ static __init int hardware_setup(void)
|
||||||
enable_ept_ad_bits = 0;
|
enable_ept_ad_bits = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!cpu_has_vmx_ept_ad_bits())
|
if (!cpu_has_vmx_ept_ad_bits() || !enable_ept)
|
||||||
enable_ept_ad_bits = 0;
|
enable_ept_ad_bits = 0;
|
||||||
|
|
||||||
if (!cpu_has_vmx_unrestricted_guest())
|
if (!cpu_has_vmx_unrestricted_guest())
|
||||||
|
@ -11213,7 +11213,7 @@ static int vmx_write_pml_buffer(struct kvm_vcpu *vcpu)
|
||||||
if (!nested_cpu_has_pml(vmcs12))
|
if (!nested_cpu_has_pml(vmcs12))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if (vmcs12->guest_pml_index > PML_ENTITY_NUM) {
|
if (vmcs12->guest_pml_index >= PML_ENTITY_NUM) {
|
||||||
vmx->nested.pml_full = true;
|
vmx->nested.pml_full = true;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1763,6 +1763,7 @@ u64 get_kvmclock_ns(struct kvm *kvm)
|
||||||
{
|
{
|
||||||
struct kvm_arch *ka = &kvm->arch;
|
struct kvm_arch *ka = &kvm->arch;
|
||||||
struct pvclock_vcpu_time_info hv_clock;
|
struct pvclock_vcpu_time_info hv_clock;
|
||||||
|
u64 ret;
|
||||||
|
|
||||||
spin_lock(&ka->pvclock_gtod_sync_lock);
|
spin_lock(&ka->pvclock_gtod_sync_lock);
|
||||||
if (!ka->use_master_clock) {
|
if (!ka->use_master_clock) {
|
||||||
|
@ -1774,10 +1775,17 @@ u64 get_kvmclock_ns(struct kvm *kvm)
|
||||||
hv_clock.system_time = ka->master_kernel_ns + ka->kvmclock_offset;
|
hv_clock.system_time = ka->master_kernel_ns + ka->kvmclock_offset;
|
||||||
spin_unlock(&ka->pvclock_gtod_sync_lock);
|
spin_unlock(&ka->pvclock_gtod_sync_lock);
|
||||||
|
|
||||||
|
/* both __this_cpu_read() and rdtsc() should be on the same cpu */
|
||||||
|
get_cpu();
|
||||||
|
|
||||||
kvm_get_time_scale(NSEC_PER_SEC, __this_cpu_read(cpu_tsc_khz) * 1000LL,
|
kvm_get_time_scale(NSEC_PER_SEC, __this_cpu_read(cpu_tsc_khz) * 1000LL,
|
||||||
&hv_clock.tsc_shift,
|
&hv_clock.tsc_shift,
|
||||||
&hv_clock.tsc_to_system_mul);
|
&hv_clock.tsc_to_system_mul);
|
||||||
return __pvclock_read_cycles(&hv_clock, rdtsc());
|
ret = __pvclock_read_cycles(&hv_clock, rdtsc());
|
||||||
|
|
||||||
|
put_cpu();
|
||||||
|
|
||||||
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void kvm_setup_pvclock_page(struct kvm_vcpu *v)
|
static void kvm_setup_pvclock_page(struct kvm_vcpu *v)
|
||||||
|
@ -3288,11 +3296,14 @@ static void kvm_vcpu_ioctl_x86_get_xsave(struct kvm_vcpu *vcpu,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define XSAVE_MXCSR_OFFSET 24
|
||||||
|
|
||||||
static int kvm_vcpu_ioctl_x86_set_xsave(struct kvm_vcpu *vcpu,
|
static int kvm_vcpu_ioctl_x86_set_xsave(struct kvm_vcpu *vcpu,
|
||||||
struct kvm_xsave *guest_xsave)
|
struct kvm_xsave *guest_xsave)
|
||||||
{
|
{
|
||||||
u64 xstate_bv =
|
u64 xstate_bv =
|
||||||
*(u64 *)&guest_xsave->region[XSAVE_HDR_OFFSET / sizeof(u32)];
|
*(u64 *)&guest_xsave->region[XSAVE_HDR_OFFSET / sizeof(u32)];
|
||||||
|
u32 mxcsr = *(u32 *)&guest_xsave->region[XSAVE_MXCSR_OFFSET / sizeof(u32)];
|
||||||
|
|
||||||
if (boot_cpu_has(X86_FEATURE_XSAVE)) {
|
if (boot_cpu_has(X86_FEATURE_XSAVE)) {
|
||||||
/*
|
/*
|
||||||
|
@ -3300,11 +3311,13 @@ static int kvm_vcpu_ioctl_x86_set_xsave(struct kvm_vcpu *vcpu,
|
||||||
* CPUID leaf 0xD, index 0, EDX:EAX. This is for compatibility
|
* CPUID leaf 0xD, index 0, EDX:EAX. This is for compatibility
|
||||||
* with old userspace.
|
* with old userspace.
|
||||||
*/
|
*/
|
||||||
if (xstate_bv & ~kvm_supported_xcr0())
|
if (xstate_bv & ~kvm_supported_xcr0() ||
|
||||||
|
mxcsr & ~mxcsr_feature_mask)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
load_xsave(vcpu, (u8 *)guest_xsave->region);
|
load_xsave(vcpu, (u8 *)guest_xsave->region);
|
||||||
} else {
|
} else {
|
||||||
if (xstate_bv & ~XFEATURE_MASK_FPSSE)
|
if (xstate_bv & ~XFEATURE_MASK_FPSSE ||
|
||||||
|
mxcsr & ~mxcsr_feature_mask)
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
memcpy(&vcpu->arch.guest_fpu.state.fxsave,
|
memcpy(&vcpu->arch.guest_fpu.state.fxsave,
|
||||||
guest_xsave->region, sizeof(struct fxregs_state));
|
guest_xsave->region, sizeof(struct fxregs_state));
|
||||||
|
@ -4818,16 +4831,20 @@ emul_write:
|
||||||
|
|
||||||
static int kernel_pio(struct kvm_vcpu *vcpu, void *pd)
|
static int kernel_pio(struct kvm_vcpu *vcpu, void *pd)
|
||||||
{
|
{
|
||||||
/* TODO: String I/O for in kernel device */
|
int r = 0, i;
|
||||||
int r;
|
|
||||||
|
|
||||||
if (vcpu->arch.pio.in)
|
for (i = 0; i < vcpu->arch.pio.count; i++) {
|
||||||
r = kvm_io_bus_read(vcpu, KVM_PIO_BUS, vcpu->arch.pio.port,
|
if (vcpu->arch.pio.in)
|
||||||
vcpu->arch.pio.size, pd);
|
r = kvm_io_bus_read(vcpu, KVM_PIO_BUS, vcpu->arch.pio.port,
|
||||||
else
|
vcpu->arch.pio.size, pd);
|
||||||
r = kvm_io_bus_write(vcpu, KVM_PIO_BUS,
|
else
|
||||||
vcpu->arch.pio.port, vcpu->arch.pio.size,
|
r = kvm_io_bus_write(vcpu, KVM_PIO_BUS,
|
||||||
pd);
|
vcpu->arch.pio.port, vcpu->arch.pio.size,
|
||||||
|
pd);
|
||||||
|
if (r)
|
||||||
|
break;
|
||||||
|
pd += vcpu->arch.pio.size;
|
||||||
|
}
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4865,6 +4882,8 @@ static int emulator_pio_in_emulated(struct x86_emulate_ctxt *ctxt,
|
||||||
if (vcpu->arch.pio.count)
|
if (vcpu->arch.pio.count)
|
||||||
goto data_avail;
|
goto data_avail;
|
||||||
|
|
||||||
|
memset(vcpu->arch.pio_data, 0, size * count);
|
||||||
|
|
||||||
ret = emulator_pio_in_out(vcpu, size, port, val, count, true);
|
ret = emulator_pio_in_out(vcpu, size, port, val, count, true);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
data_avail:
|
data_avail:
|
||||||
|
@ -5048,6 +5067,8 @@ static bool emulator_get_segment(struct x86_emulate_ctxt *ctxt, u16 *selector,
|
||||||
|
|
||||||
if (var.unusable) {
|
if (var.unusable) {
|
||||||
memset(desc, 0, sizeof(*desc));
|
memset(desc, 0, sizeof(*desc));
|
||||||
|
if (base3)
|
||||||
|
*base3 = 0;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -142,9 +142,7 @@ static void __init xen_banner(void)
|
||||||
struct xen_extraversion extra;
|
struct xen_extraversion extra;
|
||||||
HYPERVISOR_xen_version(XENVER_extraversion, &extra);
|
HYPERVISOR_xen_version(XENVER_extraversion, &extra);
|
||||||
|
|
||||||
pr_info("Booting paravirtualized kernel %son %s\n",
|
pr_info("Booting paravirtualized kernel on %s\n", pv_info.name);
|
||||||
xen_feature(XENFEAT_auto_translated_physmap) ?
|
|
||||||
"with PVH extensions " : "", pv_info.name);
|
|
||||||
printk(KERN_INFO "Xen version: %d.%d%s%s\n",
|
printk(KERN_INFO "Xen version: %d.%d%s%s\n",
|
||||||
version >> 16, version & 0xffff, extra.extraversion,
|
version >> 16, version & 0xffff, extra.extraversion,
|
||||||
xen_feature(XENFEAT_mmu_pt_update_preserve_ad) ? " (preserve-AD)" : "");
|
xen_feature(XENFEAT_mmu_pt_update_preserve_ad) ? " (preserve-AD)" : "");
|
||||||
|
@ -957,15 +955,10 @@ static void xen_write_msr(unsigned int msr, unsigned low, unsigned high)
|
||||||
|
|
||||||
void xen_setup_shared_info(void)
|
void xen_setup_shared_info(void)
|
||||||
{
|
{
|
||||||
if (!xen_feature(XENFEAT_auto_translated_physmap)) {
|
set_fixmap(FIX_PARAVIRT_BOOTMAP, xen_start_info->shared_info);
|
||||||
set_fixmap(FIX_PARAVIRT_BOOTMAP,
|
|
||||||
xen_start_info->shared_info);
|
|
||||||
|
|
||||||
HYPERVISOR_shared_info =
|
HYPERVISOR_shared_info =
|
||||||
(struct shared_info *)fix_to_virt(FIX_PARAVIRT_BOOTMAP);
|
(struct shared_info *)fix_to_virt(FIX_PARAVIRT_BOOTMAP);
|
||||||
} else
|
|
||||||
HYPERVISOR_shared_info =
|
|
||||||
(struct shared_info *)__va(xen_start_info->shared_info);
|
|
||||||
|
|
||||||
#ifndef CONFIG_SMP
|
#ifndef CONFIG_SMP
|
||||||
/* In UP this is as good a place as any to set up shared info */
|
/* In UP this is as good a place as any to set up shared info */
|
||||||
|
|
|
@ -42,7 +42,7 @@ xmaddr_t arbitrary_virt_to_machine(void *vaddr)
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(arbitrary_virt_to_machine);
|
EXPORT_SYMBOL_GPL(arbitrary_virt_to_machine);
|
||||||
|
|
||||||
void xen_flush_tlb_all(void)
|
static void xen_flush_tlb_all(void)
|
||||||
{
|
{
|
||||||
struct mmuext_op *op;
|
struct mmuext_op *op;
|
||||||
struct multicall_space mcs;
|
struct multicall_space mcs;
|
||||||
|
|
|
@ -355,10 +355,8 @@ static pteval_t pte_pfn_to_mfn(pteval_t val)
|
||||||
pteval_t flags = val & PTE_FLAGS_MASK;
|
pteval_t flags = val & PTE_FLAGS_MASK;
|
||||||
unsigned long mfn;
|
unsigned long mfn;
|
||||||
|
|
||||||
if (!xen_feature(XENFEAT_auto_translated_physmap))
|
mfn = __pfn_to_mfn(pfn);
|
||||||
mfn = __pfn_to_mfn(pfn);
|
|
||||||
else
|
|
||||||
mfn = pfn;
|
|
||||||
/*
|
/*
|
||||||
* If there's no mfn for the pfn, then just create an
|
* If there's no mfn for the pfn, then just create an
|
||||||
* empty non-present pte. Unfortunately this loses
|
* empty non-present pte. Unfortunately this loses
|
||||||
|
@ -647,9 +645,6 @@ static int __xen_pgd_walk(struct mm_struct *mm, pgd_t *pgd,
|
||||||
limit--;
|
limit--;
|
||||||
BUG_ON(limit >= FIXADDR_TOP);
|
BUG_ON(limit >= FIXADDR_TOP);
|
||||||
|
|
||||||
if (xen_feature(XENFEAT_auto_translated_physmap))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 64-bit has a great big hole in the middle of the address
|
* 64-bit has a great big hole in the middle of the address
|
||||||
* space, which contains the Xen mappings. On 32-bit these
|
* space, which contains the Xen mappings. On 32-bit these
|
||||||
|
@ -1289,9 +1284,6 @@ static void __init xen_pagetable_cleanhighmap(void)
|
||||||
|
|
||||||
static void __init xen_pagetable_p2m_setup(void)
|
static void __init xen_pagetable_p2m_setup(void)
|
||||||
{
|
{
|
||||||
if (xen_feature(XENFEAT_auto_translated_physmap))
|
|
||||||
return;
|
|
||||||
|
|
||||||
xen_vmalloc_p2m_tree();
|
xen_vmalloc_p2m_tree();
|
||||||
|
|
||||||
#ifdef CONFIG_X86_64
|
#ifdef CONFIG_X86_64
|
||||||
|
@ -1314,8 +1306,7 @@ static void __init xen_pagetable_init(void)
|
||||||
xen_build_mfn_list_list();
|
xen_build_mfn_list_list();
|
||||||
|
|
||||||
/* Remap memory freed due to conflicts with E820 map */
|
/* Remap memory freed due to conflicts with E820 map */
|
||||||
if (!xen_feature(XENFEAT_auto_translated_physmap))
|
xen_remap_memory();
|
||||||
xen_remap_memory();
|
|
||||||
|
|
||||||
xen_setup_shared_info();
|
xen_setup_shared_info();
|
||||||
}
|
}
|
||||||
|
@ -1925,21 +1916,20 @@ void __init xen_setup_kernel_pagetable(pgd_t *pgd, unsigned long max_pfn)
|
||||||
/* Zap identity mapping */
|
/* Zap identity mapping */
|
||||||
init_level4_pgt[0] = __pgd(0);
|
init_level4_pgt[0] = __pgd(0);
|
||||||
|
|
||||||
if (!xen_feature(XENFEAT_auto_translated_physmap)) {
|
/* Pre-constructed entries are in pfn, so convert to mfn */
|
||||||
/* Pre-constructed entries are in pfn, so convert to mfn */
|
/* L4[272] -> level3_ident_pgt */
|
||||||
/* L4[272] -> level3_ident_pgt
|
/* L4[511] -> level3_kernel_pgt */
|
||||||
* L4[511] -> level3_kernel_pgt */
|
convert_pfn_mfn(init_level4_pgt);
|
||||||
convert_pfn_mfn(init_level4_pgt);
|
|
||||||
|
|
||||||
/* L3_i[0] -> level2_ident_pgt */
|
/* L3_i[0] -> level2_ident_pgt */
|
||||||
convert_pfn_mfn(level3_ident_pgt);
|
convert_pfn_mfn(level3_ident_pgt);
|
||||||
/* L3_k[510] -> level2_kernel_pgt
|
/* L3_k[510] -> level2_kernel_pgt */
|
||||||
* L3_k[511] -> level2_fixmap_pgt */
|
/* L3_k[511] -> level2_fixmap_pgt */
|
||||||
convert_pfn_mfn(level3_kernel_pgt);
|
convert_pfn_mfn(level3_kernel_pgt);
|
||||||
|
|
||||||
|
/* L3_k[511][506] -> level1_fixmap_pgt */
|
||||||
|
convert_pfn_mfn(level2_fixmap_pgt);
|
||||||
|
|
||||||
/* L3_k[511][506] -> level1_fixmap_pgt */
|
|
||||||
convert_pfn_mfn(level2_fixmap_pgt);
|
|
||||||
}
|
|
||||||
/* We get [511][511] and have Xen's version of level2_kernel_pgt */
|
/* We get [511][511] and have Xen's version of level2_kernel_pgt */
|
||||||
l3 = m2v(pgd[pgd_index(__START_KERNEL_map)].pgd);
|
l3 = m2v(pgd[pgd_index(__START_KERNEL_map)].pgd);
|
||||||
l2 = m2v(l3[pud_index(__START_KERNEL_map)].pud);
|
l2 = m2v(l3[pud_index(__START_KERNEL_map)].pud);
|
||||||
|
@ -1962,34 +1952,30 @@ void __init xen_setup_kernel_pagetable(pgd_t *pgd, unsigned long max_pfn)
|
||||||
if (i && i < pgd_index(__START_KERNEL_map))
|
if (i && i < pgd_index(__START_KERNEL_map))
|
||||||
init_level4_pgt[i] = ((pgd_t *)xen_start_info->pt_base)[i];
|
init_level4_pgt[i] = ((pgd_t *)xen_start_info->pt_base)[i];
|
||||||
|
|
||||||
if (!xen_feature(XENFEAT_auto_translated_physmap)) {
|
/* Make pagetable pieces RO */
|
||||||
/* Make pagetable pieces RO */
|
set_page_prot(init_level4_pgt, PAGE_KERNEL_RO);
|
||||||
set_page_prot(init_level4_pgt, PAGE_KERNEL_RO);
|
set_page_prot(level3_ident_pgt, PAGE_KERNEL_RO);
|
||||||
set_page_prot(level3_ident_pgt, PAGE_KERNEL_RO);
|
set_page_prot(level3_kernel_pgt, PAGE_KERNEL_RO);
|
||||||
set_page_prot(level3_kernel_pgt, PAGE_KERNEL_RO);
|
set_page_prot(level3_user_vsyscall, PAGE_KERNEL_RO);
|
||||||
set_page_prot(level3_user_vsyscall, PAGE_KERNEL_RO);
|
set_page_prot(level2_ident_pgt, PAGE_KERNEL_RO);
|
||||||
set_page_prot(level2_ident_pgt, PAGE_KERNEL_RO);
|
set_page_prot(level2_kernel_pgt, PAGE_KERNEL_RO);
|
||||||
set_page_prot(level2_kernel_pgt, PAGE_KERNEL_RO);
|
set_page_prot(level2_fixmap_pgt, PAGE_KERNEL_RO);
|
||||||
set_page_prot(level2_fixmap_pgt, PAGE_KERNEL_RO);
|
set_page_prot(level1_fixmap_pgt, PAGE_KERNEL_RO);
|
||||||
set_page_prot(level1_fixmap_pgt, PAGE_KERNEL_RO);
|
|
||||||
|
|
||||||
/* Pin down new L4 */
|
/* Pin down new L4 */
|
||||||
pin_pagetable_pfn(MMUEXT_PIN_L4_TABLE,
|
pin_pagetable_pfn(MMUEXT_PIN_L4_TABLE,
|
||||||
PFN_DOWN(__pa_symbol(init_level4_pgt)));
|
PFN_DOWN(__pa_symbol(init_level4_pgt)));
|
||||||
|
|
||||||
/* Unpin Xen-provided one */
|
/* Unpin Xen-provided one */
|
||||||
pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd)));
|
pin_pagetable_pfn(MMUEXT_UNPIN_TABLE, PFN_DOWN(__pa(pgd)));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* At this stage there can be no user pgd, and no page
|
* At this stage there can be no user pgd, and no page structure to
|
||||||
* structure to attach it to, so make sure we just set kernel
|
* attach it to, so make sure we just set kernel pgd.
|
||||||
* pgd.
|
*/
|
||||||
*/
|
xen_mc_batch();
|
||||||
xen_mc_batch();
|
__xen_write_cr3(true, __pa(init_level4_pgt));
|
||||||
__xen_write_cr3(true, __pa(init_level4_pgt));
|
xen_mc_issue(PARAVIRT_LAZY_CPU);
|
||||||
xen_mc_issue(PARAVIRT_LAZY_CPU);
|
|
||||||
} else
|
|
||||||
native_write_cr3(__pa(init_level4_pgt));
|
|
||||||
|
|
||||||
/* We can't that easily rip out L3 and L2, as the Xen pagetables are
|
/* We can't that easily rip out L3 and L2, as the Xen pagetables are
|
||||||
* set out this way: [L4], [L1], [L2], [L3], [L1], [L1] ... for
|
* set out this way: [L4], [L1], [L2], [L3], [L1], [L1] ... for
|
||||||
|
@ -2403,9 +2389,6 @@ static void xen_set_fixmap(unsigned idx, phys_addr_t phys, pgprot_t prot)
|
||||||
|
|
||||||
static void __init xen_post_allocator_init(void)
|
static void __init xen_post_allocator_init(void)
|
||||||
{
|
{
|
||||||
if (xen_feature(XENFEAT_auto_translated_physmap))
|
|
||||||
return;
|
|
||||||
|
|
||||||
pv_mmu_ops.set_pte = xen_set_pte;
|
pv_mmu_ops.set_pte = xen_set_pte;
|
||||||
pv_mmu_ops.set_pmd = xen_set_pmd;
|
pv_mmu_ops.set_pmd = xen_set_pmd;
|
||||||
pv_mmu_ops.set_pud = xen_set_pud;
|
pv_mmu_ops.set_pud = xen_set_pud;
|
||||||
|
@ -2511,9 +2494,6 @@ void __init xen_init_mmu_ops(void)
|
||||||
{
|
{
|
||||||
x86_init.paging.pagetable_init = xen_pagetable_init;
|
x86_init.paging.pagetable_init = xen_pagetable_init;
|
||||||
|
|
||||||
if (xen_feature(XENFEAT_auto_translated_physmap))
|
|
||||||
return;
|
|
||||||
|
|
||||||
pv_mmu_ops = xen_mmu_ops;
|
pv_mmu_ops = xen_mmu_ops;
|
||||||
|
|
||||||
memset(dummy_mapping, 0xff, PAGE_SIZE);
|
memset(dummy_mapping, 0xff, PAGE_SIZE);
|
||||||
|
@ -2650,9 +2630,6 @@ int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order,
|
||||||
* this function are redundant and can be ignored.
|
* this function are redundant and can be ignored.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (xen_feature(XENFEAT_auto_translated_physmap))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
if (unlikely(order > MAX_CONTIG_ORDER))
|
if (unlikely(order > MAX_CONTIG_ORDER))
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
|
@ -2689,9 +2666,6 @@ void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order)
|
||||||
int success;
|
int success;
|
||||||
unsigned long vstart;
|
unsigned long vstart;
|
||||||
|
|
||||||
if (xen_feature(XENFEAT_auto_translated_physmap))
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (unlikely(order > MAX_CONTIG_ORDER))
|
if (unlikely(order > MAX_CONTIG_ORDER))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
@ -315,24 +315,32 @@ void drbd_req_complete(struct drbd_request *req, struct bio_and_error *m)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* still holds resource->req_lock */
|
/* still holds resource->req_lock */
|
||||||
static int drbd_req_put_completion_ref(struct drbd_request *req, struct bio_and_error *m, int put)
|
static void drbd_req_put_completion_ref(struct drbd_request *req, struct bio_and_error *m, int put)
|
||||||
{
|
{
|
||||||
struct drbd_device *device = req->device;
|
struct drbd_device *device = req->device;
|
||||||
D_ASSERT(device, m || (req->rq_state & RQ_POSTPONED));
|
D_ASSERT(device, m || (req->rq_state & RQ_POSTPONED));
|
||||||
|
|
||||||
|
if (!put)
|
||||||
|
return;
|
||||||
|
|
||||||
if (!atomic_sub_and_test(put, &req->completion_ref))
|
if (!atomic_sub_and_test(put, &req->completion_ref))
|
||||||
return 0;
|
return;
|
||||||
|
|
||||||
drbd_req_complete(req, m);
|
drbd_req_complete(req, m);
|
||||||
|
|
||||||
|
/* local completion may still come in later,
|
||||||
|
* we need to keep the req object around. */
|
||||||
|
if (req->rq_state & RQ_LOCAL_ABORTED)
|
||||||
|
return;
|
||||||
|
|
||||||
if (req->rq_state & RQ_POSTPONED) {
|
if (req->rq_state & RQ_POSTPONED) {
|
||||||
/* don't destroy the req object just yet,
|
/* don't destroy the req object just yet,
|
||||||
* but queue it for retry */
|
* but queue it for retry */
|
||||||
drbd_restart_request(req);
|
drbd_restart_request(req);
|
||||||
return 0;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
kref_put(&req->kref, drbd_req_destroy);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void set_if_null_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req)
|
static void set_if_null_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req)
|
||||||
|
@ -519,12 +527,8 @@ static void mod_rq_state(struct drbd_request *req, struct bio_and_error *m,
|
||||||
if (req->i.waiting)
|
if (req->i.waiting)
|
||||||
wake_up(&device->misc_wait);
|
wake_up(&device->misc_wait);
|
||||||
|
|
||||||
if (c_put) {
|
drbd_req_put_completion_ref(req, m, c_put);
|
||||||
if (drbd_req_put_completion_ref(req, m, c_put))
|
kref_put(&req->kref, drbd_req_destroy);
|
||||||
kref_put(&req->kref, drbd_req_destroy);
|
|
||||||
} else {
|
|
||||||
kref_put(&req->kref, drbd_req_destroy);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void drbd_report_io_error(struct drbd_device *device, struct drbd_request *req)
|
static void drbd_report_io_error(struct drbd_device *device, struct drbd_request *req)
|
||||||
|
@ -1366,8 +1370,7 @@ nodata:
|
||||||
}
|
}
|
||||||
|
|
||||||
out:
|
out:
|
||||||
if (drbd_req_put_completion_ref(req, &m, 1))
|
drbd_req_put_completion_ref(req, &m, 1);
|
||||||
kref_put(&req->kref, drbd_req_destroy);
|
|
||||||
spin_unlock_irq(&resource->req_lock);
|
spin_unlock_irq(&resource->req_lock);
|
||||||
|
|
||||||
/* Even though above is a kref_put(), this is safe.
|
/* Even though above is a kref_put(), this is safe.
|
||||||
|
|
|
@ -504,11 +504,13 @@ static int xen_blkbk_remove(struct xenbus_device *dev)
|
||||||
|
|
||||||
dev_set_drvdata(&dev->dev, NULL);
|
dev_set_drvdata(&dev->dev, NULL);
|
||||||
|
|
||||||
if (be->blkif)
|
if (be->blkif) {
|
||||||
xen_blkif_disconnect(be->blkif);
|
xen_blkif_disconnect(be->blkif);
|
||||||
|
|
||||||
/* Put the reference we set in xen_blkif_alloc(). */
|
/* Put the reference we set in xen_blkif_alloc(). */
|
||||||
xen_blkif_put(be->blkif);
|
xen_blkif_put(be->blkif);
|
||||||
|
}
|
||||||
|
|
||||||
kfree(be->mode);
|
kfree(be->mode);
|
||||||
kfree(be);
|
kfree(be);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
@ -859,7 +859,11 @@ static int __init lp_setup (char *str)
|
||||||
} else if (!strcmp(str, "auto")) {
|
} else if (!strcmp(str, "auto")) {
|
||||||
parport_nr[0] = LP_PARPORT_AUTO;
|
parport_nr[0] = LP_PARPORT_AUTO;
|
||||||
} else if (!strcmp(str, "none")) {
|
} else if (!strcmp(str, "none")) {
|
||||||
parport_nr[parport_ptr++] = LP_PARPORT_NONE;
|
if (parport_ptr < LP_NO)
|
||||||
|
parport_nr[parport_ptr++] = LP_PARPORT_NONE;
|
||||||
|
else
|
||||||
|
printk(KERN_INFO "lp: too many ports, %s ignored.\n",
|
||||||
|
str);
|
||||||
} else if (!strcmp(str, "reset")) {
|
} else if (!strcmp(str, "reset")) {
|
||||||
reset = 1;
|
reset = 1;
|
||||||
}
|
}
|
||||||
|
|
|
@ -340,6 +340,11 @@ static const struct vm_operations_struct mmap_mem_ops = {
|
||||||
static int mmap_mem(struct file *file, struct vm_area_struct *vma)
|
static int mmap_mem(struct file *file, struct vm_area_struct *vma)
|
||||||
{
|
{
|
||||||
size_t size = vma->vm_end - vma->vm_start;
|
size_t size = vma->vm_end - vma->vm_start;
|
||||||
|
phys_addr_t offset = (phys_addr_t)vma->vm_pgoff << PAGE_SHIFT;
|
||||||
|
|
||||||
|
/* It's illegal to wrap around the end of the physical address space. */
|
||||||
|
if (offset + (phys_addr_t)size < offset)
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
if (!valid_mmap_phys_addr_range(vma->vm_pgoff, size))
|
if (!valid_mmap_phys_addr_range(vma->vm_pgoff, size))
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче