<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nvdimm/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/nvdimm/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>c76e96ed - nvdimm(4): Fix Clang build after r353110</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nvdimm/Makefile#c76e96ed</link>
        <description>nvdimm(4): Fix Clang build after r353110Clang spuriously warns about some well-defined C99 static initializers.Mute it.X-MFC-With:	r353110

            List of files:
            /freebsd-14.2/sys/modules/nvdimm/Makefile</description>
        <pubDate>Fri, 04 Oct 2019 21:47:09 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbd974b4 - nvdimm(4): Add nvdimm_e820 pseudo-bus</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nvdimm/Makefile#cbd974b4</link>
        <description>nvdimm(4): Add nvdimm_e820 pseudo-busnvdimm_e820 is a newbus pseudo driver that looks for &quot;legacy&quot; e820 PRAMspans and creates ordinary-looking SPA devfs nodes for them(/dev/nvdimm_spaN).As these legacy regions lack real NFIT SPA regions and namespacedefinitions, they must be administratively sliced up externally usingdevice.hints.  This is similar in purpose to the Linux memmap= mechanism.It is assumed that systems with working NFIT tables will not have any usefor this driver, and that that will be the prevailing style going forward,so if there are no explicit hints provided, this driver does notautomatically create any devices.Reviewed by:	kib (previous version)Sponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D21885

            List of files:
            /freebsd-14.2/sys/modules/nvdimm/Makefile</description>
        <pubDate>Fri, 04 Oct 2019 18:38:47 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>963c89ff - nvdimm(4): Extract ACPI root bus driver</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nvdimm/Makefile#963c89ff</link>
        <description>nvdimm(4): Extract ACPI root bus driverNo functional change intended.The intent is to add a &quot;legacy&quot; e820 pmem newbus bus for nvdimm device in asubsequent revision, and it&apos;s a little more clear if the parent buses getindependent source files.Quite a lot of ACPI-specific logic is left in nvdimm.c; disentangling thatis a much larger change (and probably not especially useful).Reviewed by:	kibSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D21813

            List of files:
            /freebsd-14.2/sys/modules/nvdimm/Makefile</description>
        <pubDate>Fri, 27 Sep 2019 16:32:44 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dac21b8d - Fix `make` in sys/modules</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nvdimm/Makefile#dac21b8d</link>
        <description>Fix `make` in sys/modulesSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sys/modules/nvdimm/Makefile</description>
        <pubDate>Thu, 28 Mar 2019 08:59:11 +0000</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ebb6ddd - nvdimm: Simple namespace support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nvdimm/Makefile#8ebb6ddd</link>
        <description>nvdimm: Simple namespace supportAdd support for simple NVDIMM v1.2 namespaces from the UEFIversion 2.7 specification. The combination of NVDIMM regions andlabels can lead to a wide variety of namespace layouts. Here wesupport a simple subset of namespaces where each NVDIMM SPA rangeis composed of a single region per member dimm.Submitted by:	D Scott Phillips &lt;d.scott.phillips@intel.com&gt;Discussed with:	kibMFC after:	1 weekSponsored by:	Intel CorporationDifferential Revision:	https://reviews.freebsd.org/D18736

            List of files:
            /freebsd-14.2/sys/modules/nvdimm/Makefile</description>
        <pubDate>Fri, 22 Feb 2019 19:54:28 +0000</pubDate>
        <dc:creator>Ben Widawsky &lt;bwidawsk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7674dce0 - nvdimm: only enumerate present nvdimm devices</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nvdimm/Makefile#7674dce0</link>
        <description>nvdimm: only enumerate present nvdimm devicesNot all child devices of the NVDIMM root device represent DIMM deviceswhich are present in the system. The spec says (ACPI 6.2, sec 9.20.2):    For each NVDIMM present or intended to be supported by platform,    platform firmware also exposes an NVDIMM device ... under the    NVDIMM root device.Present NVDIMM devices are found by walking all of the NFIT table&apos;sSPA ranges, then walking the NVDIMM regions mentioned by those SPAranges.A set of NFIT walking helper functions are introduced to avoid theneed to splat the enumeration logic across several disparatecallbacks.Submitted by:	D Scott Phillips &lt;d.scott.phillips@intel.com&gt;Sponsored by:	Intel CorporationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D18439

            List of files:
            /freebsd-14.2/sys/modules/nvdimm/Makefile</description>
        <pubDate>Thu, 31 Jan 2019 22:47:04 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab00aff0 - Fix modules/nvdimm build issues after r339391 by adding a dependency</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nvdimm/Makefile#ab00aff0</link>
        <description>Fix modules/nvdimm build issues after r339391 by adding a dependencyto the SRC list.  Sort the list while changing the line.Reported by:		ci.f.o, make -j24 buildkernelApproved by:		re (gjb)

            List of files:
            /freebsd-14.2/sys/modules/nvdimm/Makefile</description>
        <pubDate>Thu, 18 Oct 2018 00:51:42 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6db7f8e5 - Add initial driver for ACPI NFIT-enumerated NVDIMMs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nvdimm/Makefile#6db7f8e5</link>
        <description>Add initial driver for ACPI NFIT-enumerated NVDIMMs.Driver enumerates NVDIMMs.  Besides, for each found System PhysicalAddress (SPA) range, spaN geom provider is created, which allowsformatting and mounting the region as the normal volume.  Also,/dev/nvdimm_spaN node is created, which can be read/written/mapped byuserspace, the mapping is zero-copy.No support for block access methods implemented, labels are notparsed.   No management interfaces are provided.Tested by:	Intel, NetAppSponsored by:	The FreeBSD FoundationApproved by:	re (gjb)MFC after:	2 weeks

            List of files:
            /freebsd-14.2/sys/modules/nvdimm/Makefile</description>
        <pubDate>Tue, 16 Oct 2018 20:12:35 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
