<?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>99cd49bb - crypto/nx: Register and unregister VAS interface on PowerVM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Kconfig#99cd49bb</link>
        <description>crypto/nx: Register and unregister VAS interface on PowerVMThe user space uses /dev/crypto/nx-gzip interface to setup VASwindows, create paste mapping and close windows. This patch addschanges to create/remove this interface with VAS register/unregisterfunctions on PowerVM platform.Signed-off-by: Haren Myneni &lt;haren@linux.ibm.com&gt;Acked-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Acked-by: Nicholas Piggin &lt;npiggin@gmail.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Link: https://lore.kernel.org/r/121ea1f4eb3004f3b8f4fe8abefaecc88b292efd.camel@linux.ibm.com

            List of files:
            /linux-6.15/drivers/crypto/nx/Kconfig</description>
        <pubDate>Thu, 17 Jun 2021 20:39:41 +0000</pubDate>
        <dc:creator>Haren Myneni &lt;haren@linux.ibm.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/nx/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/nx/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>b0d6c9ba - crypto/nx: Add P9 NX support for 842 compression engine</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Kconfig#b0d6c9ba</link>
        <description>crypto/nx: Add P9 NX support for 842 compression engineThis patch adds P9 NX support for 842 compression engine. VirtualAccelerator Switchboard (VAS) is used to access 842 engine on P9.For each NX engine per chip, setup receive window usingvas_rx_win_open() which configures RxFIFo with FIFO address, lpid,pid and tid values. This unique (lpid, pid, tid) combination willbe used to identify the target engine.For crypto open request, open send window on the NX engine forthe corresponding chip / cpu where the open request is executed.This send window will be closed upon crypto close request.NX provides high and normal priority FIFOs. For compression /decompression requests, we use only hight priority FIFOs in kernel.Each NX request will be communicated to VAS using copy/pasteinstructions with vas_copy_crb() / vas_paste_crb() functions.Signed-off-by: Haren Myneni &lt;haren@us.ibm.com&gt;Reviewed-by: Ram Pai &lt;linuxram@us.ibm.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Kconfig</description>
        <pubDate>Thu, 31 Aug 2017 07:19:07 +0000</pubDate>
        <dc:creator>Haren Myneni &lt;haren@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>d31581a6 - crypto: nx - merge nx-compress and nx-compress-crypto</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Kconfig#d31581a6</link>
        <description>crypto: nx - merge nx-compress and nx-compress-cryptoMerge the nx-842.c code into nx-842-crypto.c.This allows later patches to remove the &apos;platform&apos; driver, and insteadallow each platform driver to directly register with the cryptocompression api.Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Kconfig</description>
        <pubDate>Wed, 22 Jul 2015 18:26:36 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>c47d6302 - crypto: nx - add LE support to pSeries platform driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Kconfig#c47d6302</link>
        <description>crypto: nx - add LE support to pSeries platform driverAdd support to the nx-842-pseries.c driver for running in little endianmode.The pSeries platform NX 842 driver currently only works as big endian.This adds cpu_to_be*() and be*_to_cpu() in the appropriate places towork in LE mode also.Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Kconfig</description>
        <pubDate>Thu, 18 Jun 2015 16:05:30 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>596103cf - crypto: drivers - Fix Kconfig selects</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Kconfig#596103cf</link>
        <description>crypto: drivers - Fix Kconfig selectsThis patch fixes a number of problems in crypto driver Kconfigentries:1. Select BLKCIPHER instead of BLKCIPHER2.  The latter is internaland should not be used outside of the crypto API itself.2. Do not select ALGAPI unless you use a legacy type likeCRYPTO_ALG_TYPE_CIPHER.3. Select the algorithm type that you are implementing, e.g., AEAD.4. Do not select generic C code such as CBC/ECB unless you use themas a fallback.5. Remove default n since that is the default default.Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Kconfig</description>
        <pubDate>Wed, 17 Jun 2015 06:58:24 +0000</pubDate>
        <dc:creator>Herbert Xu &lt;herbert@gondor.apana.org.au&gt;</dc:creator>
    </item>
<item>
        <title>ed70b479 - crypto: nx - add hardware 842 crypto comp alg</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Kconfig#ed70b479</link>
        <description>crypto: nx - add hardware 842 crypto comp algAdd crypto compression alg for 842 hardware compression and decompression,using the alg name &quot;842&quot; and driver_name &quot;842-nx&quot;.This uses only the PowerPC coprocessor hardware for 842 compression.  Italso uses the hardware for decompression, but if the hardware fails it willfall back to the 842 software decompression library, so that decompressionnever fails (for valid 842 compressed buffers).  A header must be used inmost cases, due to the hardware&apos;s restrictions on the buffers beingspecifically aligned and sized.Due to the header this driver adds, compressed buffers it creates cannot bedirectly passed to the 842 software library for decompression.  However,compressed buffers created by the software 842 library can be passed tothis driver for hardware 842 decompression (with the exception of bufferscontaining the &quot;short data&quot; template, as lib/842/842.h explains).Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Kconfig</description>
        <pubDate>Thu, 07 May 2015 17:49:21 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>99182a42 - crypto: nx - add PowerNV platform NX-842 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Kconfig#99182a42</link>
        <description>crypto: nx - add PowerNV platform NX-842 driverAdd driver for NX-842 hardware on the PowerNV platform.This allows the use of the 842 compression hardware coprocessor onthe PowerNV platform.Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Kconfig</description>
        <pubDate>Thu, 07 May 2015 17:49:19 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>7011a122 - crypto: nx - add NX-842 platform frontend driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Kconfig#7011a122</link>
        <description>crypto: nx - add NX-842 platform frontend driverAdd NX-842 frontend that allows using either the pSeries platform orPowerNV platform driver (to be added by later patch) for the NX-842hardware.  Update the MAINTAINERS file to include the new filenames.Update Kconfig files to clarify titles and descriptions, and correctdependencies.Signed-off-by: Dan Streetman &lt;ddstreet@ieee.org&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Kconfig</description>
        <pubDate>Thu, 07 May 2015 17:49:17 +0000</pubDate>
        <dc:creator>Dan Streetman &lt;ddstreet@ieee.org&gt;</dc:creator>
    </item>
<item>
        <title>0e16aafb - powerpc/crypto: add 842 hardware compression driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Kconfig#0e16aafb</link>
        <description>powerpc/crypto: add 842 hardware compression driverThis patch adds the driver for interacting with the 842compression accelerator on IBM Power7+ systems.The device is a child of the Platform Facilities Option (PFO)and shows up as a child of the IBM VIO bus.The compression/decompression API takes the same argumentsas existing compression methods like lzo and deflate.  The 842hardware operates on 4K hardware pages and the driver breaks upinput on 4K boundaries to submit it to the hardware accelerator.Signed-off-by: Robert Jennings &lt;rcj@linux.vnet.ibm.com&gt;Signed-off-by: Seth Jennings &lt;sjenning@linux.vnet.ibm.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Kconfig</description>
        <pubDate>Thu, 19 Jul 2012 14:42:40 +0000</pubDate>
        <dc:creator>Seth Jennings &lt;sjenning@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>322cacce - powerpc/crypto: rework Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/crypto/nx/Kconfig#322cacce</link>
        <description>powerpc/crypto: rework KconfigThis patch creates a new submenu for the NX cryptographichardware accelerator and breaks the NX options into their ownKconfig file under drivers/crypto/nx/Kconfig.This will permit additional NX functionality to be easilyand more cleanly added in the future without touchingdrivers/crypto/Makefile|Kconfig.Signed-off-by: Seth Jennings &lt;sjenning@linux.vnet.ibm.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux-6.15/drivers/crypto/nx/Kconfig</description>
        <pubDate>Thu, 19 Jul 2012 14:42:38 +0000</pubDate>
        <dc:creator>Seth Jennings &lt;sjenning@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
