<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>998acbc14051c357a8b0a8f52c7f16885bf74fc6 - hvuio: Add HV_UIO driver</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#998acbc14051c357a8b0a8f52c7f16885bf74fc6</link>
        <description>hvuio: Add HV_UIO driver[PATCH 10/31] FreeBSD OFED support for DPDK MLX5 PMDAdding UIO driver that exposes the synthetic network deviceresources to userspace for application such as DPDK can drive it.Added rescind CB capability to the VMBUS driver. Whenever thehypervisor wants to close the device channel, VMBUS on receivingthis msg, calls the CB of the device driver (hv_uio in our case).Differential revision:	https://reviews.freebsd.org/D32184MFC after:	1 month

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Thu, 14 Aug 2025 07:45:24 +0200</pubDate>
        <dc:creator>Vag Singh &lt;vag.singh@oneconvergence.com&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e4d3f1e40ab3327e4ff6f689f54a64bd2ebc0568 - hv_hid: Hyper-V HID driver</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#e4d3f1e40ab3327e4ff6f689f54a64bd2ebc0568</link>
        <description>hv_hid: Hyper-V HID driverHyper-V HID driver using hidbus/hms.Reviewed by:	wulfMFC after:	1 weekPR:		221074Differential revision:	https://reviews.freebsd.org/D38140

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Sun, 05 Feb 2023 16:32:08 +0100</pubDate>
        <dc:creator>Yuri &lt;yuri@aetern.org&gt;</dc:creator>
    </item>
<item>
        <title>a560f3ebd77733208fa8371a5f2d09523e847c0d - HyperV socket implementation for FreeBSD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#a560f3ebd77733208fa8371a5f2d09523e847c0d</link>
        <description>HyperV socket implementation for FreeBSDThis change adds Hyper-V socket feature in FreeBSD. New socket addressfamily AF_HYPERV and its kernel support are added.Submitted by:	Wei Hu &lt;weh@microsoft.com&gt;Reviewed by:	Dexuan Cui &lt;decui@microsoft.com&gt;Relnotes:	yesSponsored by:	MicrosoftDifferential Revision:	https://reviews.freebsd.org/D24061

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Wed, 20 May 2020 13:03:59 +0200</pubDate>
        <dc:creator>Wei Hu &lt;whu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>242b24828472137ec4411826b86e753d49bd2c39 - Merge ^/head r306412 through r306905.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#242b24828472137ec4411826b86e753d49bd2c39</link>
        <description>Merge ^/head r306412 through r306905.

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Sun, 09 Oct 2016 15:30:57 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cdf2c7a5da2f272c492a179e1573f168b0fc3bbf - hyperv/storvsc: Fix the blkvsc disk attachment issues.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#cdf2c7a5da2f272c492a179e1573f168b0fc3bbf</link>
        <description>hyperv/storvsc: Fix the blkvsc disk attachment issues.- The original &apos;disengage&apos; ATA controller model does not work properly  for all possible disk configurations.  Use the newly added ATA disk  veto eventhandler to fit into all possible disk configuration.- If the &apos;invalid LUN&apos; happens on blkvsc controllers, return  CAM_DEV_NOT_THERE so that CAM will not destroy attached disks under  the blkvsc controllers.Submitted by:	Hongjiang Zhang &lt;honzhan microsoft com&gt;Discussed with:	mavMFC after:	1 weekSponsored by:	MicrosoftDifferential Revision:	https://reviews.freebsd.org/D7693

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Thu, 29 Sep 2016 03:41:52 +0200</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bfd163f522701b486e066fa2e56624c02f5081a - Merge head r233826 through r256722.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#0bfd163f522701b486e066fa2e56624c02f5081a</link>
        <description>Merge head r233826 through r256722.

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Fri, 18 Oct 2013 11:32:02 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3caf0790a80c2e10c82a3a07719cddb2065c65d1 - Merge head@256284</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#3caf0790a80c2e10c82a3a07719cddb2065c65d1</link>
        <description>Merge head@256284

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Sun, 13 Oct 2013 04:35:19 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ccca3b5e8e31290b0932dbead89e6e31af184c7 - IFC @256277</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#1ccca3b5e8e31290b0932dbead89e6e31af184c7</link>
        <description>IFC @256277Approved by:	ken (mentor)

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Thu, 10 Oct 2013 23:46:43 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27650413eae21a4cb2b48f13148125eb94b40ea9 - MFC - tracking update.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#27650413eae21a4cb2b48f13148125eb94b40ea9</link>
        <description>MFC - tracking update.

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Wed, 02 Oct 2013 20:07:43 +0200</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef90af83a58199ef3980d8c9a7dad07ec9b4bea3 - IFC @ r255692</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#ef90af83a58199ef3980d8c9a7dad07ec9b4bea3</link>
        <description>IFC @ r255692Comment out IA32_MISC_ENABLE MSR access - this doesn&apos;t exist on AMD.Need to sort out how arch-specific MSRs will be handled.

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Fri, 20 Sep 2013 02:46:29 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab7fb3bca76616a905fb9be08598f741e39a9001 - Import Hyper-V paravirtualized drivers from projects/hyperv</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#ab7fb3bca76616a905fb9be08598f741e39a9001</link>
        <description>Import Hyper-V paravirtualized drivers from projects/hypervbranch into head.Approved by:	re@ (hrs)Obtained from:	Microsoft, NetApp, and Citrix.

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Fri, 13 Sep 2013 20:47:58 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3f9c6fabfc59a655872271d85ceeeee1d7d2b21 - Connect the stordisengage driver to the build.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#b3f9c6fabfc59a655872271d85ceeeee1d7d2b21</link>
        <description>Connect the stordisengage driver to the build.

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Thu, 04 Jul 2013 01:27:59 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f17922b0131a7dea815b4961af48819cf4c050a1 - Import Microsoft HyperV driver update</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#f17922b0131a7dea815b4961af48819cf4c050a1</link>
        <description>Import Microsoft HyperV driver updateFrom https://github.com/FreeBSDonHyper-V/VendorBranchForFreeBSDonHyper-Vrev: 3c707c73520adbd6d1f4ff009826dbbfb0c2dc4d

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Fri, 28 Jun 2013 02:29:07 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d99ab9fd0cc2c1ce2ecef0ed6d0672c2a50b0cb - make glue to hook up the hyperv kmods to the build.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#7d99ab9fd0cc2c1ce2ecef0ed6d0672c2a50b0cb</link>
        <description>make glue to hook up the hyperv kmods to the build.Modified from the original Microsoft versions to pullcode/headers in from the sys/contrib/dev directory.

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Sat, 15 Jun 2013 08:21:17 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5548b5cde2f430b71abb29e251ba8bb2210bf73 - Initial import of the Microsoft HyperV &apos;enlightened&apos; drivers.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/hyperv/Makefile#e5548b5cde2f430b71abb29e251ba8bb2210bf73</link>
        <description>Initial import of the Microsoft HyperV &apos;enlightened&apos; drivers.From https://github.com/FreeBSDonHyper-V/VendorBranchForFreeBSDonHyper-Vrev:   99eaa0ddb0485c9d76046664100f6beb1a0a0c58

            List of files:
            /freebsd/sys/modules/hyperv/Makefile</description>
        <pubDate>Fri, 03 May 2013 04:03:36 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
