<?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>0b9dffed - ossl: Move arm_arch.h to a common subdirectory</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/armv8crypto/Makefile#0b9dffed</link>
        <description>ossl: Move arm_arch.h to a common subdirectoryOpenSSL itself keeps only a single copy of this header.  Do the same insys/crypto/openssl to avoid the extra maintenance burden.  This requiresadjusting the include paths for generated asm files.No functional change intended.Reported by:	jrtc27Reviewed by:	jhbMFC after:	3 monthsDifferential Revision:	https://reviews.freebsd.org/D42866(cherry picked from commit e655cc70dfcda5cfedb5a1d9bef1e87d55519f64)

            List of files:
            /freebsd-14.2/sys/modules/armv8crypto/Makefile</description>
        <pubDate>Mon, 04 Dec 2023 17:29:11 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/armv8crypto/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/armv8crypto/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>828f2572 - Remove nonexistent include path for arm64 crypto files.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/armv8crypto/Makefile#828f2572</link>
        <description>Remove nonexistent include path for arm64 crypto files.Reviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D31932

            List of files:
            /freebsd-14.2/sys/modules/armv8crypto/Makefile</description>
        <pubDate>Wed, 15 Sep 2021 16:03:17 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed9b7f44 - armv8crypto: add AES-GCM support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/armv8crypto/Makefile#ed9b7f44</link>
        <description>armv8crypto: add AES-GCM supportAdd support for AES-GCM using OpenSSL&apos;s accelerated routines.Reviewed by:	jhbDifferential Revision:	https://reviews.freebsd.org/D27454Sponsored by:	Ampere ComputingSubmitted by:	Klara, Inc.

            List of files:
            /freebsd-14.2/sys/modules/armv8crypto/Makefile</description>
        <pubDate>Wed, 13 Jan 2021 06:27:10 +0000</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a9dc38de - Create an empty stdint.h for arm_neon.h to include.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/armv8crypto/Makefile#a9dc38de</link>
        <description>Create an empty stdint.h for arm_neon.h to include.The armv8crypto module includes arm_neon.h for the compiler intrinsicfunctions. This includes the userland stdint.h file that doesn&apos;t exist inthe kernel. Fix this by providing an empty stdint.h to be used when weinclude arm_neon.h.Sponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D16254

            List of files:
            /freebsd-14.2/sys/modules/armv8crypto/Makefile</description>
        <pubDate>Mon, 16 Jul 2018 15:39:33 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3f32b92b - Use armv8-a in -march, it is accepted by both clang and gcc.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/armv8crypto/Makefile#3f32b92b</link>
        <description>Use armv8-a in -march, it is accepted by both clang and gcc.Sponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/sys/modules/armv8crypto/Makefile</description>
        <pubDate>Sat, 19 Aug 2017 17:15:40 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/armv8crypto/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sys/modules/armv8crypto/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d6699d29 - Add accelerated AES with using the ARMv8 crypto instructions. This is based</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/armv8crypto/Makefile#d6699d29</link>
        <description>Add accelerated AES with using the ARMv8 crypto instructions. This is basedon the AES-NI code, and modified as needed for use on ARMv8. When loadedthe driver will check the appropriate field in the id_aa64isar0_el1register to see if AES is supported, and if so the probe function willsignal the driver should attach.With this I have seen up to 2000Mb/s from the cryptotest test with a singlethread on a ThunderX Pass 2.0.Reviewed by:	impObtained from:	ABT Systems LtdMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D8297

            List of files:
            /freebsd-14.2/sys/modules/armv8crypto/Makefile</description>
        <pubDate>Mon, 21 Nov 2016 11:18:00 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
