diff --git a/docs/addons.xlsx b/docs/addons.xlsx index 9693ef13..15b70fa9 100644 Binary files a/docs/addons.xlsx and b/docs/addons.xlsx differ diff --git a/docs/models.xlsx b/docs/models.xlsx index ae8f3b4d..66c0a6dc 100644 Binary files a/docs/models.xlsx and b/docs/models.xlsx differ diff --git a/docs/modules.json b/docs/modules.json index ebad1090..6378e4ae 100644 --- a/docs/modules.json +++ b/docs/modules.json @@ -160,6 +160,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -284,6 +288,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -416,6 +424,10 @@ "description": "IPv6 protocol stack for Linux", "depends": "" }, + "irqbypass": { + "description": "IRQ bypass manager utility module", + "depends": "" + }, "iscsi_tcp": { "description": "iSCSI/TCP data-path", "depends": "libiscsi,libiscsi_tcp" @@ -448,6 +460,14 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver", "depends": "mii" }, + "kvm-intel": { + "description": "", + "depends": "kvm" + }, + "kvm": { + "description": "", + "depends": "irqbypass" + }, "libiscsi": { "description": "iSCSI library functions", "depends": "" @@ -808,6 +828,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -1090,6 +1114,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -1214,6 +1242,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -1914,6 +1946,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -2152,6 +2188,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -2248,6 +2288,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -2256,6 +2300,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -2334,7 +2382,7 @@ }, "ib_core": { "description": "core kernel InfiniBand API", - "depends": "ib_addr" + "depends": "mlx_compat,ipv6" }, "ib_mad": { "description": "kernel IB MAD API", @@ -2376,6 +2424,10 @@ "description": "IPv6 protocol stack for Linux", "depends": "" }, + "irqbypass": { + "description": "IRQ bypass manager utility module", + "depends": "" + }, "iscsi_tcp": { "description": "iSCSI/TCP data-path", "depends": "libiscsi,libiscsi_tcp" @@ -2408,6 +2460,14 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver", "depends": "mii" }, + "kvm-intel": { + "description": "", + "depends": "kvm" + }, + "kvm": { + "description": "", + "depends": "irqbypass" + }, "libfc": { "description": "libfc", "depends": "scsi_transport_fc" @@ -2470,23 +2530,27 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", - "depends": "mlx4_core,ib_core,ib_mad,ib_sa" + "depends": "mlx4_core,mlx_compat,ib_core" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", - "depends": "mlx5_core,ib_core" + "depends": "mlx5_core,ib_core,mlx_compat" + }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" }, "mlxsw_core": { "description": "Mellanox switch device core driver", @@ -2574,7 +2638,11 @@ }, "qede": { "description": "QLogic FastLinQ 4xxxx Ethernet Driver", - "depends": "vxlan,qed" + "depends": "qed,vxlan" + }, + "qedr": { + "description": "QLogic 40G/100G ROCE Driver", + "depends": "ipv6,qede,qed" }, "qla3xxx": { "description": "QLogic ISP3XXX Network Driver v2.03.00-k5 ", @@ -2760,6 +2828,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -3034,6 +3106,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -3130,6 +3206,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -3138,6 +3218,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -3224,7 +3308,7 @@ }, "ib_core": { "description": "core kernel InfiniBand API", - "depends": "ib_addr" + "depends": "mlx_compat,ipv6" }, "ib_mad": { "description": "kernel IB MAD API", @@ -3404,23 +3488,27 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", - "depends": "mlx4_core,ib_core,ib_mad,ib_sa" + "depends": "mlx4_core,mlx_compat,ib_core" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", - "depends": "mlx5_core,ib_core" + "depends": "mlx5_core,ib_core,mlx_compat" + }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" }, "mlxsw_core": { "description": "Mellanox switch device core driver", @@ -3536,7 +3624,11 @@ }, "qede": { "description": "QLogic FastLinQ 4xxxx Ethernet Driver", - "depends": "vxlan,qed" + "depends": "qed,vxlan" + }, + "qedr": { + "description": "QLogic 40G/100G ROCE Driver", + "depends": "ipv6,qede,qed" }, "qla3xxx": { "description": "QLogic ISP3XXX Network Driver v2.03.00-k5 ", @@ -3818,6 +3910,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -4052,6 +4148,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -4148,6 +4248,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -4156,6 +4260,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -4234,7 +4342,7 @@ }, "ib_core": { "description": "core kernel InfiniBand API", - "depends": "ib_addr" + "depends": "mlx_compat,ipv6" }, "ib_mad": { "description": "kernel IB MAD API", @@ -4276,6 +4384,10 @@ "description": "IPv6 protocol stack for Linux", "depends": "" }, + "irqbypass": { + "description": "IRQ bypass manager utility module", + "depends": "" + }, "iscsi_tcp": { "description": "iSCSI/TCP data-path", "depends": "libiscsi,libiscsi_tcp" @@ -4308,6 +4420,14 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver", "depends": "mii" }, + "kvm-intel": { + "description": "", + "depends": "kvm" + }, + "kvm": { + "description": "", + "depends": "irqbypass" + }, "libfc": { "description": "libfc", "depends": "scsi_transport_fc" @@ -4370,23 +4490,27 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", - "depends": "mlx4_core,ib_core,ib_mad,ib_sa" + "depends": "mlx4_core,mlx_compat,ib_core" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", - "depends": "mlx5_core,ib_core" + "depends": "mlx5_core,ib_core,mlx_compat" + }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" }, "mlxsw_core": { "description": "Mellanox switch device core driver", @@ -4474,7 +4598,11 @@ }, "qede": { "description": "QLogic FastLinQ 4xxxx Ethernet Driver", - "depends": "vxlan,qed" + "depends": "qed,vxlan" + }, + "qedr": { + "description": "QLogic 40G/100G ROCE Driver", + "depends": "ipv6,qede,qed" }, "qla3xxx": { "description": "QLogic ISP3XXX Network Driver v2.03.00-k5 ", @@ -4660,6 +4788,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -4934,6 +5066,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -5030,6 +5166,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -5038,6 +5178,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -5124,7 +5268,7 @@ }, "ib_core": { "description": "core kernel InfiniBand API", - "depends": "ib_addr" + "depends": "mlx_compat,ipv6" }, "ib_mad": { "description": "kernel IB MAD API", @@ -5304,23 +5448,27 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", - "depends": "mlx4_core,ib_core,ib_mad,ib_sa" + "depends": "mlx4_core,mlx_compat,ib_core" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", - "depends": "mlx5_core,ib_core" + "depends": "mlx5_core,ib_core,mlx_compat" + }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" }, "mlxsw_core": { "description": "Mellanox switch device core driver", @@ -5436,7 +5584,11 @@ }, "qede": { "description": "QLogic FastLinQ 4xxxx Ethernet Driver", - "depends": "vxlan,qed" + "depends": "qed,vxlan" + }, + "qedr": { + "description": "QLogic 40G/100G ROCE Driver", + "depends": "ipv6,qede,qed" }, "qla3xxx": { "description": "QLogic ISP3XXX Network Driver v2.03.00-k5 ", @@ -5718,6 +5870,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -5952,6 +6108,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -6048,6 +6208,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -6056,6 +6220,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -6134,7 +6302,7 @@ }, "ib_core": { "description": "core kernel InfiniBand API", - "depends": "ib_addr" + "depends": "mlx_compat,ipv6" }, "ib_mad": { "description": "kernel IB MAD API", @@ -6176,6 +6344,10 @@ "description": "IPv6 protocol stack for Linux", "depends": "" }, + "irqbypass": { + "description": "IRQ bypass manager utility module", + "depends": "" + }, "iscsi_tcp": { "description": "iSCSI/TCP data-path", "depends": "libiscsi,libiscsi_tcp" @@ -6208,6 +6380,14 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver", "depends": "mii" }, + "kvm-intel": { + "description": "", + "depends": "kvm" + }, + "kvm": { + "description": "", + "depends": "irqbypass" + }, "libfc": { "description": "libfc", "depends": "scsi_transport_fc" @@ -6270,23 +6450,27 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", - "depends": "mlx4_core,ib_core,ib_mad,ib_sa" + "depends": "mlx4_core,mlx_compat,ib_core" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", - "depends": "mlx5_core,ib_core" + "depends": "mlx5_core,ib_core,mlx_compat" + }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" }, "mlxsw_core": { "description": "Mellanox switch device core driver", @@ -6374,7 +6558,11 @@ }, "qede": { "description": "QLogic FastLinQ 4xxxx Ethernet Driver", - "depends": "vxlan,qed" + "depends": "qed,vxlan" + }, + "qedr": { + "description": "QLogic 40G/100G ROCE Driver", + "depends": "ipv6,qede,qed" }, "qla3xxx": { "description": "QLogic ISP3XXX Network Driver v2.03.00-k5 ", @@ -6560,6 +6748,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -6834,6 +7026,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -6930,6 +7126,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -6938,6 +7138,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -7024,7 +7228,7 @@ }, "ib_core": { "description": "core kernel InfiniBand API", - "depends": "ib_addr" + "depends": "mlx_compat,ipv6" }, "ib_mad": { "description": "kernel IB MAD API", @@ -7204,23 +7408,27 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", - "depends": "mlx4_core,ib_core,ib_mad,ib_sa" + "depends": "mlx4_core,mlx_compat,ib_core" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", - "depends": "mlx5_core,ib_core" + "depends": "mlx5_core,ib_core,mlx_compat" + }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" }, "mlxsw_core": { "description": "Mellanox switch device core driver", @@ -7336,7 +7544,11 @@ }, "qede": { "description": "QLogic FastLinQ 4xxxx Ethernet Driver", - "depends": "vxlan,qed" + "depends": "qed,vxlan" + }, + "qedr": { + "description": "QLogic 40G/100G ROCE Driver", + "depends": "ipv6,qede,qed" }, "qla3xxx": { "description": "QLogic ISP3XXX Network Driver v2.03.00-k5 ", @@ -7618,6 +7830,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -7852,6 +8068,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -7956,6 +8176,10 @@ "description": "EHCI PCI platform driver", "depends": "usbcore,ehci-hcd" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -7964,6 +8188,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -8042,7 +8270,7 @@ }, "ib_core": { "description": "core kernel InfiniBand API", - "depends": "ib_addr" + "depends": "mlx_compat,ipv6" }, "ib_mad": { "description": "kernel IB MAD API", @@ -8084,6 +8312,10 @@ "description": "IPv6 protocol stack for Linux", "depends": "" }, + "irqbypass": { + "description": "IRQ bypass manager utility module", + "depends": "" + }, "iscsi_tcp": { "description": "iSCSI/TCP data-path", "depends": "libiscsi,libiscsi_tcp" @@ -8116,6 +8348,14 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver", "depends": "mii" }, + "kvm-intel": { + "description": "", + "depends": "kvm" + }, + "kvm": { + "description": "", + "depends": "irqbypass" + }, "libfc": { "description": "libfc", "depends": "scsi_transport_fc" @@ -8178,23 +8418,27 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", - "depends": "mlx4_core,ib_core,ib_mad,ib_sa" + "depends": "mlx4_core,mlx_compat,ib_core" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", - "depends": "mlx5_core,ib_core" + "depends": "mlx5_core,ib_core,mlx_compat" + }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" }, "mlxsw_core": { "description": "Mellanox switch device core driver", @@ -8282,7 +8526,11 @@ }, "qede": { "description": "QLogic FastLinQ 4xxxx Ethernet Driver", - "depends": "vxlan,qed" + "depends": "qed,vxlan" + }, + "qedr": { + "description": "QLogic 40G/100G ROCE Driver", + "depends": "ipv6,qede,qed" }, "qla3xxx": { "description": "QLogic ISP3XXX Network Driver v2.03.00-k5 ", @@ -8742,6 +8990,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -8846,6 +9098,10 @@ "description": "EHCI PCI platform driver", "depends": "usbcore,ehci-hcd" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -8854,6 +9110,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -8944,7 +9204,7 @@ }, "ib_core": { "description": "core kernel InfiniBand API", - "depends": "ib_addr" + "depends": "mlx_compat,ipv6" }, "ib_mad": { "description": "kernel IB MAD API", @@ -9124,23 +9384,27 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", - "depends": "mlx4_core,ib_core,ib_mad,ib_sa" + "depends": "mlx4_core,mlx_compat,ib_core" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", - "depends": "mlx5_core,ib_core" + "depends": "mlx5_core,ib_core,mlx_compat" + }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" }, "mlxsw_core": { "description": "Mellanox switch device core driver", @@ -9256,7 +9520,11 @@ }, "qede": { "description": "QLogic FastLinQ 4xxxx Ethernet Driver", - "depends": "vxlan,qed" + "depends": "qed,vxlan" + }, + "qedr": { + "description": "QLogic 40G/100G ROCE Driver", + "depends": "ipv6,qede,qed" }, "qla3xxx": { "description": "QLogic ISP3XXX Network Driver v2.03.00-k5 ", @@ -9772,6 +10040,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -9876,6 +10148,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -10000,6 +10276,10 @@ "description": "IPv6 protocol stack for Linux", "depends": "" }, + "irqbypass": { + "description": "IRQ bypass manager utility module", + "depends": "" + }, "iscsi_tcp": { "description": "iSCSI/TCP data-path", "depends": "libiscsi,libiscsi_tcp" @@ -10032,6 +10312,14 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver", "depends": "mii" }, + "kvm-intel": { + "description": "", + "depends": "kvm" + }, + "kvm": { + "description": "", + "depends": "irqbypass" + }, "libiscsi": { "description": "iSCSI library functions", "depends": "" @@ -10094,24 +10382,28 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", "depends": "mlx4_core,ib_core,ib_mad,ib_sa" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", "depends": "mlx5_core,ib_core" }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" + }, "mlxsw_core": { "description": "Mellanox switch device core driver", "depends": "" @@ -10384,6 +10676,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -10658,6 +10954,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -10762,6 +11062,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -11032,24 +11336,28 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", "depends": "mlx4_core,ib_core,ib_mad,ib_sa" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", "depends": "mlx5_core,ib_core" }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" + }, "mlxsw_core": { "description": "Mellanox switch device core driver", "depends": "" @@ -11446,6 +11754,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -11696,6 +12008,10 @@ "description": "Silicon Labs CP210x RS232 serial adaptor driver", "depends": "usbserial,usbcore" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "cqhci": { "description": "Command Queue Host Controller Interface driver", "depends": "mmc_core" @@ -11808,6 +12124,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -12568,6 +12888,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -12826,6 +13150,10 @@ "description": "Silicon Labs CP210x RS232 serial adaptor driver", "depends": "usbserial,usbcore" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "cqhci": { "description": "Command Queue Host Controller Interface driver", "depends": "mmc_core" @@ -12938,6 +13266,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -13706,6 +14038,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -13941,6 +14277,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -14057,6 +14397,10 @@ "description": "EHCI PCI platform driver", "depends": "usbcore,ehci-hcd" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -14185,6 +14529,10 @@ "description": "IPv6 protocol stack for Linux", "depends": "" }, + "irqbypass": { + "description": "IRQ bypass manager utility module", + "depends": "" + }, "iscsi_tcp": { "description": "iSCSI/TCP data-path", "depends": "libiscsi,libiscsi_tcp" @@ -14217,6 +14565,14 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver", "depends": "mii" }, + "kvm-intel": { + "description": "", + "depends": "kvm" + }, + "kvm": { + "description": "", + "depends": "irqbypass" + }, "libiscsi": { "description": "iSCSI library functions", "depends": "" @@ -14577,6 +14933,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -14851,6 +15211,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -14967,6 +15331,10 @@ "description": "EHCI PCI platform driver", "depends": "usbcore,ehci-hcd" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -15663,6 +16031,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -15897,6 +16269,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -15993,6 +16369,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -16755,6 +17135,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -16851,6 +17235,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -17745,6 +18133,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -17849,6 +18241,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -17927,7 +18323,7 @@ }, "ib_core": { "description": "core kernel InfiniBand API", - "depends": "ib_addr" + "depends": "mlx_compat,ipv6" }, "ib_mad": { "description": "kernel IB MAD API", @@ -17969,6 +18365,10 @@ "description": "IPv6 protocol stack for Linux", "depends": "" }, + "irqbypass": { + "description": "IRQ bypass manager utility module", + "depends": "" + }, "iscsi_tcp": { "description": "iSCSI/TCP data-path", "depends": "libiscsi,libiscsi_tcp" @@ -18001,6 +18401,14 @@ "description": "JMicron JMC2x0 PCI Express Ethernet driver", "depends": "mii" }, + "kvm-intel": { + "description": "", + "depends": "kvm" + }, + "kvm": { + "description": "", + "depends": "irqbypass" + }, "libfc": { "description": "libfc", "depends": "scsi_transport_fc" @@ -18063,23 +18471,27 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", - "depends": "mlx4_core,ib_core,ib_mad,ib_sa" + "depends": "mlx4_core,mlx_compat,ib_core" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", - "depends": "mlx5_core,ib_core" + "depends": "mlx5_core,ib_core,mlx_compat" + }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" }, "mlxsw_core": { "description": "Mellanox switch device core driver", @@ -18167,7 +18579,11 @@ }, "qede": { "description": "QLogic FastLinQ 4xxxx Ethernet Driver", - "depends": "vxlan,qed" + "depends": "qed,vxlan" + }, + "qedr": { + "description": "QLogic 40G/100G ROCE Driver", + "depends": "ipv6,qede,qed" }, "qla3xxx": { "description": "QLogic ISP3XXX Network Driver v2.03.00-k5 ", @@ -18353,6 +18769,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -18631,6 +19051,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -18735,6 +19159,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -18825,7 +19253,7 @@ }, "ib_core": { "description": "core kernel InfiniBand API", - "depends": "ib_addr" + "depends": "mlx_compat,ipv6" }, "ib_mad": { "description": "kernel IB MAD API", @@ -19005,23 +19433,27 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", - "depends": "mlx4_core,ib_core,ib_mad,ib_sa" + "depends": "mlx4_core,mlx_compat,ib_core" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", - "depends": "mlx5_core,ib_core" + "depends": "mlx5_core,ib_core,mlx_compat" + }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" }, "mlxsw_core": { "description": "Mellanox switch device core driver", @@ -19137,7 +19569,11 @@ }, "qede": { "description": "QLogic FastLinQ 4xxxx Ethernet Driver", - "depends": "vxlan,qed" + "depends": "qed,vxlan" + }, + "qedr": { + "description": "QLogic 40G/100G ROCE Driver", + "depends": "ipv6,qede,qed" }, "qla3xxx": { "description": "QLogic ISP3XXX Network Driver v2.03.00-k5 ", @@ -19419,6 +19855,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -19653,6 +20093,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -19749,6 +20193,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -19757,6 +20205,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -19987,24 +20439,28 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", "depends": "mlx4_core,ib_core,ib_mad,ib_sa" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", "depends": "mlx5_core,ib_core" }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" + }, "mlxsw_core": { "description": "Mellanox switch device core driver", "depends": "" @@ -20281,6 +20737,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -20551,6 +21011,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -20647,6 +21111,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -20655,6 +21123,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -20929,24 +21401,28 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", "depends": "mlx4_core,ib_core,ib_mad,ib_sa" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", "depends": "mlx5_core,ib_core" }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" + }, "mlxsw_core": { "description": "Mellanox switch device core driver", "depends": "" @@ -21347,6 +21823,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -21585,6 +22065,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -21681,6 +22165,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "usbcore" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -21689,6 +22177,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -21923,24 +22415,28 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", "depends": "mlx4_core,ib_core,ib_mad,ib_sa" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", "depends": "mlx5_core,ib_core" }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" + }, "mlxsw_core": { "description": "Mellanox switch device core driver", "depends": "" @@ -22221,6 +22717,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" @@ -22495,6 +22995,10 @@ "description": "'cpufreq_ondemand' - A dynamic cpufreq governor for Low Latency Frequency Transition capable processors", "depends": "" }, + "cpufreq_performance": { + "description": "CPUfreq policy governor 'performance'", + "depends": "" + }, "crc-itu-t": { "description": "CRC ITU-T V.41 calculations", "depends": "" @@ -22591,6 +23095,10 @@ "description": "", "depends": "cfbimgblt,cfbcopyarea,cfbfillrect,fb" }, + "etxhci-hcd": { + "description": "'eXtensible' Host Controller (xHC) Driver", + "depends": "" + }, "evbug": { "description": "Input driver event debug module", "depends": "" @@ -22599,6 +23107,10 @@ "description": "Input driver event char devices", "depends": "" }, + "exfat": { + "description": "exFAT filesystem support", + "depends": "" + }, "f71882fg": { "description": "F71882FG Hardware Monitoring Driver", "depends": "" @@ -22877,24 +23389,28 @@ }, "mlx4_core": { "description": "Mellanox ConnectX HCA low-level driver", - "depends": "" + "depends": "mlx_compat" }, "mlx4_en": { "description": "Mellanox ConnectX HCA Ethernet driver", - "depends": "mlx4_core" + "depends": "mlx4_core,mlx_compat,vxlan" }, "mlx4_ib": { "description": "Mellanox ConnectX HCA InfiniBand driver", "depends": "mlx4_core,ib_core,ib_mad,ib_sa" }, "mlx5_core": { - "description": "Mellanox Connect-IB, ConnectX-4 core driver", - "depends": "" + "description": "Mellanox Connect-IB, ConnectX-4, ConnectX-5 core driver", + "depends": "mlx_compat,vxlan" }, "mlx5_ib": { "description": "Mellanox Connect-IB HCA IB driver", "depends": "mlx5_core,ib_core" }, + "mlx_compat": { + "description": "Kernel backport module", + "depends": "" + }, "mlxsw_core": { "description": "Mellanox switch device core driver", "depends": "" @@ -23299,6 +23815,10 @@ "description": "", "depends": "" }, + "vfio": { + "description": "VFIO - User Level meta-driver", + "depends": "" + }, "vga16fb": { "description": "Legacy VGA framebuffer device driver", "depends": "cfbfillrect,cfbimgblt,cfbcopyarea,fb,vgastate" diff --git a/docs/modules.xlsx b/docs/modules.xlsx index 5fb003bb..accf828f 100644 Binary files a/docs/modules.xlsx and b/docs/modules.xlsx differ