<?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>b6248fb8 - crypto: stm32 - add new algorithms support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/stm32/Kconfig#b6248fb8</link>
        <description>crypto: stm32 - add new algorithms supportAdd the all SHA-2 (up to 512) and SHA-3 algorithm support.Update compatible table to add stm32mp13.Signed-off-by: Thomas Bourgoin &lt;thomas.bourgoin@foss.st.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/stm32/Kconfig</description>
        <pubDate>Thu, 13 Jul 2023 15:15:13 +0000</pubDate>
        <dc:creator>Thomas Bourgoin &lt;thomas.bourgoin@foss.st.com&gt;</dc:creator>
    </item>
<item>
        <title>fe867538 - crypto: stm32 - enable drivers to be used on Ux500</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/stm32/Kconfig#fe867538</link>
        <description>crypto: stm32 - enable drivers to be used on Ux500The Ux500 cryp and hash drivers are older versions of thehardware managed by the stm32 driver.Instead of trying to improve the Ux500 cryp and hash drivers,start to switch over to the modern and more well-maintainedSTM32 drivers.Cc: Maxime Coquelin &lt;mcoquelin.stm32@gmail.com&gt;Cc: Alexandre Torgue &lt;alexandre.torgue@foss.st.com&gt;Acked-by: Lionel Debieve &lt;lionel.debieve@foss.st.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/stm32/Kconfig</description>
        <pubDate>Sat, 03 Dec 2022 09:15:16 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>bbf2cb1e - crypto: stm32/crc32 - Avoid lock if hardware is already used</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/stm32/Kconfig#bbf2cb1e</link>
        <description>crypto: stm32/crc32 - Avoid lock if hardware is already usedIf STM32 CRC device is already in use, calculate CRC by software.This will release CPU constraint for a concurrent access to thehardware, and avoid masking irqs during the whole block processing.Fixes: 7795c0baf5ac (&quot;crypto: stm32/crc32 - protect from concurrent accesses&quot;)Signed-off-by: Nicolas Toromanoff &lt;nicolas.toromanoff@st.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/stm32/Kconfig</description>
        <pubDate>Wed, 16 Sep 2020 06:33:44 +0000</pubDate>
        <dc:creator>Nicolas Toromanoff &lt;nicolas.toromanoff@st.com&gt;</dc:creator>
    </item>
<item>
        <title>2452cfdf - crypto: Kconfig - Fix indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/stm32/Kconfig#2452cfdf</link>
        <description>crypto: Kconfig - Fix indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:	$ sed -e &apos;s/^        /\t/&apos; -i */KconfigSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Reviewed-by: Horia Geant&#259; &lt;horia.geanta@nxp.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/stm32/Kconfig</description>
        <pubDate>Thu, 21 Nov 2019 03:20:48 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>04007b0e - crypto: des - split off DES library from generic DES cipher driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/stm32/Kconfig#04007b0e</link>
        <description>crypto: des - split off DES library from generic DES cipher driverAnother one for the cipher museum: split off DES core processing intoa separate module so other drivers (mostly for crypto accelerators)can reuse the code without pulling in the generic DES cipher itself.This will also permit the cipher interface to be made private to thecrypto API itself once we move the only user in the kernel (CIFS) tothis library interface.Signed-off-by: Ard Biesheuvel &lt;ard.biesheuvel@linaro.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/stm32/Kconfig</description>
        <pubDate>Thu, 15 Aug 2019 09:01:09 +0000</pubDate>
        <dc:creator>Ard Biesheuvel &lt;ard.biesheuvel@linaro.org&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/stm32/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/crypto/stm32/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>7ee27f5a - crypto: stm32/cryp - add weak key check for DES</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/stm32/Kconfig#7ee27f5a</link>
        <description>crypto: stm32/cryp - add weak key check for DESAdd weak key test for des functions calling the genericdes_ekey.Signed-off-by: Lionel Debieve &lt;lionel.debieve@st.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/stm32/Kconfig</description>
        <pubDate>Wed, 24 Apr 2019 13:34:51 +0000</pubDate>
        <dc:creator>Lionel Debieve &lt;lionel.debieve@st.com&gt;</dc:creator>
    </item>
<item>
        <title>02d9e320 - crypto: stm32 - Use standard CONFIG name</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/stm32/Kconfig#02d9e320</link>
        <description>crypto: stm32 - Use standard CONFIG nameAll hardware crypto devices have their CONFIG names using the followingconvention:CRYPTO_DEV_name_algoThis patch apply this conventions on STM32 CONFIG names.Signed-off-by: Corentin Labbe &lt;clabbe@baylibre.com&gt;Reviewed-by: Fabien Dessenne &lt;fabien.dessenne@st.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/stm32/Kconfig</description>
        <pubDate>Wed, 20 Dec 2017 18:19:32 +0000</pubDate>
        <dc:creator>Corentin Labbe &lt;clabbe@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>9e054ec2 - crypto: stm32 - Support for STM32 CRYP crypto module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/stm32/Kconfig#9e054ec2</link>
        <description>crypto: stm32 - Support for STM32 CRYP crypto moduleThis module registers block cipher algorithms that make use of theSTMicroelectronics STM32 crypto &quot;CRYP1&quot; hardware.The following algorithms are supported:- aes: ecb, cbc, ctr- des: ecb, cbc- tdes: ecb, cbcSigned-off-by: Fabien Dessenne &lt;fabien.dessenne@st.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/stm32/Kconfig</description>
        <pubDate>Thu, 19 Oct 2017 15:10:30 +0000</pubDate>
        <dc:creator>Fabien DESSENNE &lt;fabien.dessenne@st.com&gt;</dc:creator>
    </item>
<item>
        <title>8a1012d3 - crypto: stm32 - Support for STM32 HASH module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/stm32/Kconfig#8a1012d3</link>
        <description>crypto: stm32 - Support for STM32 HASH moduleThis module register a HASH module that support multiplesalgorithms: MD5, SHA1, SHA224, SHA256.It includes the support of HMAC hardware processing correspondingto the supported algorithms. DMA or IRQ mode are used dependingon data length.Signed-off-by: Lionel Debieve &lt;lionel.debieve@st.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/stm32/Kconfig</description>
        <pubDate>Thu, 13 Jul 2017 13:32:27 +0000</pubDate>
        <dc:creator>lionel.debieve@st.com &lt;lionel.debieve@st.com&gt;</dc:creator>
    </item>
<item>
        <title>c35af01d - crypto: stm32 - Rename module to use generic crypto</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/stm32/Kconfig#c35af01d</link>
        <description>crypto: stm32 - Rename module to use generic cryptoThe complete stm32 module is rename as cryptoin order to use generic namingSigned-off-by: Lionel Debieve &lt;lionel.debieve@st.com&gt;Reviewed-by: Fabien Dessenne &lt;fabien.dessenne@st.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/stm32/Kconfig</description>
        <pubDate>Thu, 13 Jul 2017 13:06:33 +0000</pubDate>
        <dc:creator>lionel.debieve@st.com &lt;lionel.debieve@st.com&gt;</dc:creator>
    </item>
<item>
        <title>b51dbe90 - crypto: stm32 - Support for STM32 CRC32 crypto module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/stm32/Kconfig#b51dbe90</link>
        <description>crypto: stm32 - Support for STM32 CRC32 crypto moduleThis module registers a CRC32 (&quot;Ethernet&quot;) and a CRC32C (Castagnoli)algorithm that make use of the STMicroelectronics STM32 crypto hardware.Theses algorithms are compatible with the little-endian generic ones.Both algorithms use ~0 as default seed (key).With CRC32C the output is xored with ~0.Using TCRYPT CRC32C speed test, this shows up to 900% speedup comparedto the crc32c-generic algorithm.Signed-off-by: Fabien Dessenne &lt;fabien.dessenne@st.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/stm32/Kconfig</description>
        <pubDate>Tue, 21 Mar 2017 15:13:28 +0000</pubDate>
        <dc:creator>Fabien DESSENNE &lt;fabien.dessenne@st.com&gt;</dc:creator>
    </item>
</channel>
</rss>
