<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>8bee6f00 - vfio/platform: Cleanup Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/Kconfig#8bee6f00</link>
        <description>vfio/platform: Cleanup KconfigLike vfio-pci, there&apos;s also a base module here where vfio-amba depends onvfio-platform, when really it only needs vfio-platform-base.  Create asub-menu for platform drivers and a nested menu for reset drivers.  CleanupMakefile to make use of new CONFIG_VFIO_PLATFORM_BASE for building theshared modules and traversing reset modules.Reviewed-by: C&#233;dric Le Goater &lt;clg@redhat.com&gt;Reviewed-by: Eric Auger &lt;eric.auger@redhat.com&gt;Link: https://lore.kernel.org/r/20230614193948.477036-3-alex.williamson@redhat.comSigned-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/Kconfig</description>
        <pubDate>Wed, 14 Jun 2023 19:39:47 +0000</pubDate>
        <dc:creator>Alex Williamson &lt;alex.williamson@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>85c94dcf - vfio: Use kconfig if XX/endif blocks instead of repeating &apos;depends on&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/Kconfig#85c94dcf</link>
        <description>vfio: Use kconfig if XX/endif blocks instead of repeating &apos;depends on&apos;This results in less kconfig wordage and a simpler understanding of therequired &quot;depends on&quot; to create the menu structure.The next patch increases the nesting level a lot so this is a nicepreparatory simplification.Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Yishai Hadas &lt;yishaih@nvidia.com&gt;Link: https://lore.kernel.org/r/20210826103912.128972-13-yishaih@nvidia.comSigned-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/Kconfig</description>
        <pubDate>Thu, 26 Aug 2021 10:39:11 +0000</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>ca4ddaac - vfio: Use select for eventfd</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/Kconfig#ca4ddaac</link>
        <description>vfio: Use select for eventfdIf VFIO_VIRQFD is required then turn on eventfd automatically.The majority of kconfig users of the EVENTFD use select not depends on.Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Yishai Hadas &lt;yishaih@nvidia.com&gt;Link: https://lore.kernel.org/r/20210826103912.128972-12-yishaih@nvidia.comSigned-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/Kconfig</description>
        <pubDate>Thu, 26 Aug 2021 10:39:10 +0000</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>3b49dfb0 - ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/Kconfig#3b49dfb0</link>
        <description>ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TESTCONFIG_VFIO_AMBA has a light use of AMBA, adding some inline fallbackswhen AMBA is disabled will allow it to be compiled under COMPILE_TEST andmake VFIO easier to maintain.Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;Message-Id: &lt;3-v1-df057e0f92c3+91-vfio_arm_compile_test_jgg@nvidia.com&gt;Reviewed-by: Eric Auger &lt;eric.auger@redhat.com&gt;Signed-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/Kconfig</description>
        <pubDate>Tue, 23 Feb 2021 19:17:48 +0000</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>d3d72a6d - vfio-platform: Add COMPILE_TEST to VFIO_PLATFORM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/Kconfig#d3d72a6d</link>
        <description>vfio-platform: Add COMPILE_TEST to VFIO_PLATFORMx86 can build platform bus code too, so vfio-platform and all the platformreset implementations compile successfully on x86.Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;Message-Id: &lt;2-v1-df057e0f92c3+91-vfio_arm_compile_test_jgg@nvidia.com&gt;Signed-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/Kconfig</description>
        <pubDate>Tue, 23 Feb 2021 19:17:47 +0000</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>e6bcd47f - VFIO: platform: enable ARM64 build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/Kconfig#e6bcd47f</link>
        <description>VFIO: platform: enable ARM64 buildThis patch enables building VFIO platform and derivatives on ARM64.Signed-off-by: Eric Auger &lt;eric.auger@linaro.org&gt;Acked-by: Baptiste Reynal &lt;b.reynal@virtualopensystems.com&gt;Tested-by: Baptiste Reynal &lt;b.reynal@virtualopensystems.com&gt;Signed-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/Kconfig</description>
        <pubDate>Mon, 15 Jun 2015 09:13:52 +0000</pubDate>
        <dc:creator>Eric Auger &lt;eric.auger@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>713cc334 - VFIO: platform: Calxeda xgmac reset module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/Kconfig#713cc334</link>
        <description>VFIO: platform: Calxeda xgmac reset moduleThis patch introduces a module that registers and implements a basicreset function for the Calxeda xgmac device. This latter basically disablesinterrupts and stops DMA transfers.The reset function code is inherited from the native calxeda xgmac driver.Signed-off-by: Eric Auger &lt;eric.auger@linaro.org&gt;Acked-by: Baptiste Reynal &lt;b.reynal@virtualopensystems.com&gt;Tested-by: Baptiste Reynal &lt;b.reynal@virtualopensystems.com&gt;Signed-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/Kconfig</description>
        <pubDate>Mon, 15 Jun 2015 09:09:45 +0000</pubDate>
        <dc:creator>Eric Auger &lt;eric.auger@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>71be3423 - vfio: Split virqfd into a separate module for vfio bus drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/Kconfig#71be3423</link>
        <description>vfio: Split virqfd into a separate module for vfio bus driversAn unintended consequence of commit 42ac9bd18d4f (&quot;vfio: initializethe virqfd workqueue in VFIO generic code&quot;) is that the vfio moduleis renamed to vfio_core so that it can include both vfio and virqfd.That&apos;s a user visible change that may break module loading scritpsand it imposes eventfd support as a dependency on the core vfio code,which it&apos;s really not.  virqfd is intended to be provided as a serviceto vfio bus drivers, so instead of wrapping it into vfio.ko, we canmake it a stand-alone module toggled by vfio bus drivers.  This hasthe additional benefit of removing initialization and exit from thecore vfio code.Signed-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/Kconfig</description>
        <pubDate>Tue, 17 Mar 2015 14:33:38 +0000</pubDate>
        <dc:creator>Alex Williamson &lt;alex.williamson@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b13329ad - vfio: amba: add the VFIO for AMBA devices module to Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/Kconfig#b13329ad</link>
        <description>vfio: amba: add the VFIO for AMBA devices module to KconfigEnable building the VFIO AMBA driver. VFIO_AMBA depends on VFIO_PLATFORM,since it is sharing a portion of the code, and it is essentially implementedas a platform device whose resources are discovered via AMBA specific APIsin the kernel.Signed-off-by: Antonios Motakis &lt;a.motakis@virtualopensystems.com&gt;Signed-off-by: Baptiste Reynal &lt;b.reynal@virtualopensystems.com&gt;Reviewed-by: Eric Auger &lt;eric.auger@linaro.org&gt;Signed-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/Kconfig</description>
        <pubDate>Mon, 16 Mar 2015 20:08:45 +0000</pubDate>
        <dc:creator>Antonios Motakis &lt;a.motakis@virtualopensystems.com&gt;</dc:creator>
    </item>
<item>
        <title>53161532 - vfio: platform: add the VFIO PLATFORM module to Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/Kconfig#53161532</link>
        <description>vfio: platform: add the VFIO PLATFORM module to KconfigEnable building the VFIO PLATFORM driver that allows to use Linux platformdevices with VFIO.Signed-off-by: Antonios Motakis &lt;a.motakis@virtualopensystems.com&gt;Signed-off-by: Baptiste Reynal &lt;b.reynal@virtualopensystems.com&gt;Reviewed-by: Eric Auger &lt;eric.auger@linaro.org&gt;Tested-by: Eric Auger &lt;eric.auger@linaro.org&gt;Signed-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/Kconfig</description>
        <pubDate>Mon, 16 Mar 2015 20:08:44 +0000</pubDate>
        <dc:creator>Antonios Motakis &lt;a.motakis@virtualopensystems.com&gt;</dc:creator>
    </item>
</channel>
</rss>
