<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5e8ce833 - crypto: marvell - add Marvell OcteonTX2 CPT PF driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Makefile#5e8ce833</link>
        <description>crypto: marvell - add Marvell OcteonTX2 CPT PF driverAdds skeleton for the Marvell OcteonTX2 CPT physical functiondriver which includes probe, PCI specific initialization andhardware register defines.RVU defines are present in AF driver(drivers/net/ethernet/marvell/octeontx2/af), header files fromAF driver are included here to avoid duplication.Signed-off-by: Suheil Chandran &lt;schandran@marvell.com&gt;Signed-off-by: Lukasz Bartosik &lt;lbartosik@marvell.com&gt;Signed-off-by: Srujana Challa &lt;schalla@marvell.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Makefile</description>
        <pubDate>Fri, 15 Jan 2021 13:52:19 +0000</pubDate>
        <dc:creator>Srujana Challa &lt;schalla@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>6482023b - crypto: marvell - enable OcteonTX cpt options for build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Makefile#6482023b</link>
        <description>crypto: marvell - enable OcteonTX cpt options for buildAdd the OcteonTX cpt options in crypto Kconfig and MakefileSigned-off-by: SrujanaChalla &lt;schalla@marvell.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 11:47:08 +0000</pubDate>
        <dc:creator>SrujanaChalla &lt;schalla@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>655ff1a1 - crypto: marvell - create common Kconfig and Makefile for Marvell</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Makefile#655ff1a1</link>
        <description>crypto: marvell - create common Kconfig and Makefile for MarvellCreats common Kconfig and Makefile for Marvell crypto drivers.Signed-off-by: SrujanaChalla &lt;schalla@marvell.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Makefile</description>
        <pubDate>Fri, 13 Mar 2020 11:47:05 +0000</pubDate>
        <dc:creator>SrujanaChalla &lt;schalla@marvell.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/crypto/marvell/Makefile#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/crypto/marvell/Makefile</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>db509a45 - crypto: marvell/cesa - add TDMA support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Makefile#db509a45</link>
        <description>crypto: marvell/cesa - add TDMA supportThe CESA IP supports CPU offload through a dedicated DMA engine (TDMA)which can control the crypto block.When you use this mode, all the required data (operation metadata andpayload data) are transferred using DMA, and the results are retrievedthrough DMA when possible (hash results are not retrieved through DMA yet),thus reducing the involvement of the CPU and providing better performancesin most cases (for small requests, the cost of DMA preparation mightexceed the performance gain).Note that some CESA IPs do not embed this dedicated DMA, hence theactivation of this feature on a per platform basis.Signed-off-by: Boris Brezillon &lt;boris.brezillon@free-electrons.com&gt;Signed-off-by: Arnaud Ebalard &lt;arno@natisbad.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Makefile</description>
        <pubDate>Thu, 18 Jun 2015 13:46:21 +0000</pubDate>
        <dc:creator>Boris BREZILLON &lt;boris.brezillon@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>f63601fd - crypto: marvell/cesa - add a new driver for Marvell&apos;s CESA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/marvell/Makefile#f63601fd</link>
        <description>crypto: marvell/cesa - add a new driver for Marvell&apos;s CESAThe existing mv_cesa driver supports some features of the CESA IP but isquite limited, and reworking it to support new features (like involving theTDMA engine to offload the CPU) is almost impossible.This driver has been rewritten from scratch to take those new features intoaccount.This commit introduce the base infrastructure allowing us to add supportfor DMA optimization.It also includes support for one hash (SHA1) and one cipher (AES)algorithm, and enable those features on the Armada 370 SoC.Other algorithms and platforms will be added later on.Signed-off-by: Boris Brezillon &lt;boris.brezillon@free-electrons.com&gt;Signed-off-by: Arnaud Ebalard &lt;arno@natisbad.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/marvell/Makefile</description>
        <pubDate>Thu, 18 Jun 2015 13:46:20 +0000</pubDate>
        <dc:creator>Boris BREZILLON &lt;boris.brezillon@free-electrons.com&gt;</dc:creator>
    </item>
</channel>
</rss>
