<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f0bf3eac92b2be5f34b944cb82f1c23db642c7f5 - Merge tag &apos;vfio-v7.1-rc1&apos; of https://github.com/awilliam/linux-vfio</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#f0bf3eac92b2be5f34b944cb82f1c23db642c7f5</link>
        <description>Merge tag &apos;vfio-v7.1-rc1&apos; of https://github.com/awilliam/linux-vfioPull VFIO updates from Alex Williamson: - Update QAT vfio-pci variant driver for Gen 5, 420xx devices (Vijay   Sundar Selvamani, Suman Kumar Chakraborty, Giovanni Cabiddu) - Fix vfio selftest MMIO DMA mapping selftest (Alex Mastro) - Conversions to const struct class in support of class_create()   deprecation (Jori Koolstra) - Improve selftest compiler compatibility by avoiding initializer on   variable-length array (Manish Honap) - Define new uAPI for drivers supporting migration to advise user-   space of new initial data for reducing target startup latency.   Implemented for mlx5 vfio-pci variant driver (Yishai Hadas) - Enable vfio selftests on aarch64, not just cross-compiles reporting   arm64 (Ted Logan) - Update vfio selftest driver support to include additional DSA devices   (Yi Lai) - Unconditionally include debugfs root pointer in vfio device struct,   avoiding a build failure seen in hisi_acc variant driver without   debugfs otherwise (Arnd Bergmann) - Add support for the s390 ISM (Internal Shared Memory) device via a   new variant driver. The device is unique in the size of its BAR space   (256TiB) and lack of mmap support (Julian Ruess) - Enforce that vfio-pci drivers implement a name in their ops structure   for use in sequestering SR-IOV VFs (Alex Williamson) - Prune leftover group notifier code (Paolo Bonzini) - Fix Xe vfio-pci variant driver to avoid migration support as a   dependency in the reset path and missing release call (Micha&#322;   Winiarski)* tag &apos;vfio-v7.1-rc1&apos; of https://github.com/awilliam/linux-vfio: (23 commits)  vfio/xe: Add a missing vfio_pci_core_release_dev()  vfio/xe: Reorganize the init to decouple migration from reset  vfio: remove dead notifier code  vfio/pci: Require vfio_device_ops.name  MAINTAINERS: add VFIO ISM PCI DRIVER section  vfio/ism: Implement vfio_pci driver for ISM devices  vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it  vfio: unhide vdev-&gt;debug_root  vfio/qat: add support for Intel QAT 420xx VFs  vfio: selftests: Support DMR and GNR-D DSA devices  vfio: selftests: Build tests on aarch64  vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFO  vfio/mlx5: consider inflight SAVE during PRE_COPY  net/mlx5: Add IFC bits for migration state  vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctl  vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2  vfio: Define uAPI for re-init initial bytes during the PRE_COPY phase  vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()  vfio: uapi: fix comment typo  vfio: mdev: replace mtty_dev-&gt;vd_class with a const struct class  ...

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Thu, 16 Apr 2026 17:01:16 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>aef50ed5b23918345478adf5224a059dfff87df1 - vfio/qat: extend Kconfig dependencies for 420xx and 6xxx devices</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#aef50ed5b23918345478adf5224a059dfff87df1</link>
        <description>vfio/qat: extend Kconfig dependencies for 420xx and 6xxx devicesCurrently, the QAT VFIO PCI driver can only be configured when the 4xxxQAT driver (CRYPTO_DEV_QAT_4XXX) is enabled. This is too restrictive asthe VFIO driver also supports VFs from the 420xx and 6xxx devicefamilies, which share a compatible migration interface.Extends the Kconfig dependencies to allow configuration when any of thesupported QAT device families (4xxx, 420xx, or 6xxx) are enabled.Signed-off-by: Vijay Sundar Selvamani &lt;vijay.sundar.selvamani@intel.com&gt;Signed-off-by: Suman Kumar Chakraborty &lt;suman.kumar.chakraborty@intel.com&gt;Reviewed-by: Giovanni Cabiddu &lt;giovanni.cabiddu@intel.com&gt;Link: https://lore.kernel.org/r/20260213091403.72338-1-suman.kumar.chakraborty@intel.comSigned-off-by: Alex Williamson &lt;alex@shazbot.org&gt;

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Fri, 13 Feb 2026 10:14:03 +0100</pubDate>
        <dc:creator>Vijay Sundar Selvamani &lt;vijay.sundar.selvamani@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3daee2e4b3568f0ed88b0598df96547fcf21cb9b - Merge tag &apos;v6.10&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#3daee2e4b3568f0ed88b0598df96547fcf21cb9b</link>
        <description>Merge tag &apos;v6.10&apos; into nextSync up with mainline to bring in device_for_each_child_node_scoped()and other newer APIs.

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Tue, 16 Jul 2024 00:50:05 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>afeea2758b4f1210361ce2a91d8fa3e7df606ad2 - Merge drm-misc-next-2024-07-04 into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#afeea2758b4f1210361ce2a91d8fa3e7df606ad2</link>
        <description>Merge drm-misc-next-2024-07-04 into drm-misc-next-fixesLet&apos;s start the drm-misc-next-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Thu, 04 Jul 2024 15:19:33 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d754ed2821fd9675d203cb73c4afcd593e28b7d0 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#d754ed2821fd9675d203cb73c4afcd593e28b7d0</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.10-rc3.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Wed, 19 Jun 2024 10:38:31 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>89aa02edaa30e4327ebc8fca9b80795bbfd4ce9b - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#89aa02edaa30e4327ebc8fca9b80795bbfd4ce9b</link>
        <description>Merge drm/drm-next into drm-xe-nextNeeded to get tracing cleanup and add mmio tracing series.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Wed, 12 Jun 2024 17:31:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>92815da4576a495cb6362cdfb132152fccc2222d - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#92815da4576a495cb6362cdfb132152fccc2222d</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEADMerge drm-misc-next tree into the msm-next tree in order to be able touse HDMI connector framework for the MSM HDMI driver.

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Wed, 12 Jun 2024 15:51:59 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>375c4d1583948cf2439833e4a85d5a0aee853895 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#375c4d1583948cf2439833e4a85d5a0aee853895</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s start the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Mon, 27 May 2024 11:08:31 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3c69140734a27f8b145f12fa0ae80c1fe36a02ca - Merge branch &apos;for-6.11/trivial&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#3c69140734a27f8b145f12fa0ae80c1fe36a02ca</link>
        <description>Merge branch &apos;for-6.11/trivial&apos; into for-linusCouple of trivial fixes:- extra semicolon (Chen Ni)- typo (Thorsten Blum)

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Tue, 16 Jul 2024 12:19:28 +0200</pubDate>
        <dc:creator>Benjamin Tissoires &lt;bentiss@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99 - Merge branch &apos;tip/x86/cpu&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99</link>
        <description>Merge branch &apos;tip/x86/cpu&apos;The Lunarlake patches rely on the new VFM stuff.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Thu, 04 Jul 2024 16:00:24 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2 - Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2</link>
        <description>Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Mon, 10 Jun 2024 13:03:21 +0200</pubDate>
        <dc:creator>Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>f73a058be5d70dd81a43f16b2bbff4b1576a7af8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#f73a058be5d70dd81a43f16b2bbff4b1576a7af8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesv6.10-rc1 is released, forward from v6.9Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Tue, 28 May 2024 22:21:34 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>30aec6e1bb617e1349d7fa5498898d7d4351d71e - Merge tag &apos;vfio-v6.10-rc1&apos; of https://github.com/awilliam/linux-vfio</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#30aec6e1bb617e1349d7fa5498898d7d4351d71e</link>
        <description>Merge tag &apos;vfio-v6.10-rc1&apos; of https://github.com/awilliam/linux-vfioPull vfio updates from Alex Williamson: - The vfio fsl-mc bus driver has become orphaned. We&apos;ll consider   removing it in future releases if a new maintainer isn&apos;t found (Alex   Williamson) - Improved usage of opaque data in vfio-pci INTx handling, avoiding   lookups of the eventfd through the interrupt and irqfd runtime paths   (Alex Williamson) - Resolve an error path memory leak introduced in vfio-pci interrupt   code (Ye Bin) - Addition of interrupt support for vfio devices exposed on the CDX   bus, including a new MSI allocation helper and export of existing   helpers for MSI alloc and free (Nipun Gupta) - A new vfio-pci variant driver supporting migration of Intel QAT VF   devices for the GEN4 PFs (Xin Zeng &amp; Yahui Cao) - Resolve a possibly circular locking dependency in vfio-pci by   avoiding copy_to_user() from a PCI bus walk callback (Alex   Williamson) - Trivial docs update to remove a duplicate semicolon (Foryun Ma)* tag &apos;vfio-v6.10-rc1&apos; of https://github.com/awilliam/linux-vfio:  vfio/pci: Restore zero affected bus reset devices warning  vfio: remove an extra semicolon  vfio/pci: Collect hot-reset devices to local buffer  vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devices  vfio/cdx: add interrupt support  genirq/msi: Add MSI allocation helper and export MSI functions  vfio/pci: fix potential memory leak in vfio_intx_enable()  vfio/pci: Pass eventfd context object through irqfd  vfio/pci: Pass eventfd context to IRQ handler  MAINTAINERS: Orphan vfio fsl-mc bus driver

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Mon, 20 May 2024 23:56:50 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>bb208810b1abf1c84870cfbe1cc9cf1a1d35c607 - vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devices</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/vfio/pci/qat/Kconfig#bb208810b1abf1c84870cfbe1cc9cf1a1d35c607</link>
        <description>vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devicesAdd vfio pci variant driver for Intel QAT SR-IOV VF devices. This driverregisters to the vfio subsystem through the interfaces exposed by thesubsystem. It follows the live migration protocol v2 defined inuapi/linux/vfio.h and interacts with Intel QAT PF driver through a setof interfaces defined in qat/qat_mig_dev.h to support live migration ofIntel QAT VF devices.This version only covers migration for Intel QAT GEN4 VF devices.Co-developed-by: Yahui Cao &lt;yahui.cao@intel.com&gt;Signed-off-by: Yahui Cao &lt;yahui.cao@intel.com&gt;Signed-off-by: Xin Zeng &lt;xin.zeng@intel.com&gt;Reviewed-by: Giovanni Cabiddu &lt;giovanni.cabiddu@intel.com&gt;Reviewed-by: Kevin Tian &lt;kevin.tian@intel.com&gt;Link: https://lore.kernel.org/r/20240426064051.2859652-1-xin.zeng@intel.comSigned-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux/drivers/vfio/pci/qat/Kconfig</description>
        <pubDate>Fri, 26 Apr 2024 08:40:51 +0200</pubDate>
        <dc:creator>Xin Zeng &lt;xin.zeng@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
