<?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>f4e026f4 - PCI: Fix typos</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/endpoint/Kconfig#f4e026f4</link>
        <description>PCI: Fix typosFix typos and whitespace errors.Link: https://lore.kernel.org/r/20250307231715.438518-1-helgaas@kernel.orgSigned-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/endpoint/Kconfig</description>
        <pubDate>Fri, 07 Mar 2025 23:17:15 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>eb01d42a - PCI: consolidate PCI config entry in drivers/pci</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/endpoint/Kconfig#eb01d42a</link>
        <description>PCI: consolidate PCI config entry in drivers/pciThere is no good reason to duplicate the PCI menu in every architecture.Instead provide a selectable HAVE_PCI symbol that indicates availabilityof PCI support, and a FORCE_PCI symbol to for PCI on and the handle therest in drivers/pci.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Palmer Dabbelt &lt;palmer@sifive.com&gt;Acked-by: Max Filippov &lt;jcmvbkbc@gmail.com&gt;Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Acked-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Paul Burton &lt;paul.burton@mips.com&gt;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/drivers/pci/endpoint/Kconfig</description>
        <pubDate>Thu, 15 Nov 2018 19:05:32 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>7328c8f4 - PCI: Add SPDX GPL-2.0 when no license was specified</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/endpoint/Kconfig#7328c8f4</link>
        <description>PCI: Add SPDX GPL-2.0 when no license was specifiedb24413180f56 (&quot;License cleanup: add SPDX GPL-2.0 license identifier tofiles with no license&quot;) added SPDX GPL-2.0 to several PCI files thatpreviously contained no license information.Add SPDX GPL-2.0 to all other PCI files that did not contain any licenseinformation and hence were under the default GPL version 2 license of thekernel.Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pci/endpoint/Kconfig</description>
        <pubDate>Fri, 26 Jan 2018 17:45:16 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>c849e551 - PCI: endpoint: Make PCI_ENDPOINT depend on HAS_DMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/endpoint/Kconfig#c849e551</link>
        <description>PCI: endpoint: Make PCI_ENDPOINT depend on HAS_DMAIf NO_DMA=y:    drivers/built-in.o: In function `__pci_epc_create&apos;:    (.text+0xef4e): undefined reference to `bad_dma_ops&apos;    drivers/built-in.o: In function `pci_epc_add_epf&apos;:    (.text+0xf676): undefined reference to `bad_dma_ops&apos;    drivers/built-in.o: In function `pci_epf_alloc_space&apos;:    (.text+0xfa32): undefined reference to `bad_dma_ops&apos;    drivers/built-in.o: In function `pci_epf_free_space&apos;:    (.text+0xfac4): undefined reference to `bad_dma_ops&apos;Add a dependency on HAS_DMA to fix this.Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/endpoint/Kconfig</description>
        <pubDate>Tue, 16 May 2017 17:21:08 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>349e7a85 - PCI: endpoint: functions: Add an EP function to test PCI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/endpoint/Kconfig#349e7a85</link>
        <description>PCI: endpoint: functions: Add an EP function to test PCIAdds a new endpoint function driver (to program the virtual test device)making use of the EP-core library.[bhelgaas: fold in pci_epf_test_probe() -ENOMEM test from Wei Yongjun&lt;weiyongjun1@huawei.com&gt;]Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/endpoint/Kconfig</description>
        <pubDate>Mon, 27 Mar 2017 09:45:03 +0000</pubDate>
        <dc:creator>Kishon Vijay Abraham I &lt;kishon@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>d7467991 - PCI: endpoint: Introduce configfs entry for configuring EP functions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/endpoint/Kconfig#d7467991</link>
        <description>PCI: endpoint: Introduce configfs entry for configuring EP functionsIntroduce a new configfs entry to configure the EP function (likeconfiguring the standard configuration header entries) and to bind the EPfunction with EP controller.Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/endpoint/Kconfig</description>
        <pubDate>Mon, 27 Mar 2017 09:44:59 +0000</pubDate>
        <dc:creator>Kishon Vijay Abraham I &lt;kishon@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>5e8cb403 - PCI: endpoint: Add EP core layer to enable EP controller and EP functions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/endpoint/Kconfig#5e8cb403</link>
        <description>PCI: endpoint: Add EP core layer to enable EP controller and EP functionsIntroduce a new EP core layer in order to support endpoint functions inlinux kernel. This comprises the EPC library (Endpoint Controller Library)and EPF library (Endpoint Function Library). EPC library implementsfunctions specific to an endpoint controller and EPF library implementsfunctions specific to an endpoint function.Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Acked-by: Joao Pinto &lt;jpinto@synopsys.com&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/endpoint/Kconfig</description>
        <pubDate>Mon, 10 Apr 2017 13:55:10 +0000</pubDate>
        <dc:creator>Kishon Vijay Abraham I &lt;kishon@ti.com&gt;</dc:creator>
    </item>
</channel>
</rss>
