<?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>621191d7 - Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#621191d7</link>
        <description>Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMsProvide a set of IOCTLs for creating and managing child partitions whenrunning as root partition on Hyper-V. The new driver is enabled viaCONFIG_MSHV_ROOT.A brief overview of the interface:MSHV_CREATE_PARTITION is the entry point, returning a file descriptorrepresenting a child partition. IOCTLs on this fd can be used to mapmemory, create VPs, etc.Creating a VP returns another file descriptor representing that VP whichin turn has another set of corresponding IOCTLs for running the VP,getting/setting state, etc.MSHV_ROOT_HVCALL is a generic &quot;passthrough&quot; hypercall IOCTL which can beused for a number of partition or VP hypercalls. This is for hypercallsthat do not affect any state in the kernel driver, such as getting andsetting VP registers and partition properties, translating addresses,etc. It is &quot;passthrough&quot; because the binary input and output for thehypercall is only interpreted by the VMM - the kernel driver doesnothing but insert the VP and partition id where necessary (which arealways in the same place), and execute the hypercall.Co-developed-by: Anirudh Rayabharam &lt;anrayabh@linux.microsoft.com&gt;Signed-off-by: Anirudh Rayabharam &lt;anrayabh@linux.microsoft.com&gt;Co-developed-by: Jinank Jain &lt;jinankjain@microsoft.com&gt;Signed-off-by: Jinank Jain &lt;jinankjain@microsoft.com&gt;Co-developed-by: Mukesh Rathor &lt;mrathor@linux.microsoft.com&gt;Signed-off-by: Mukesh Rathor &lt;mrathor@linux.microsoft.com&gt;Co-developed-by: Muminul Islam &lt;muislam@microsoft.com&gt;Signed-off-by: Muminul Islam &lt;muislam@microsoft.com&gt;Co-developed-by: Praveen K Paladugu &lt;prapal@linux.microsoft.com&gt;Signed-off-by: Praveen K Paladugu &lt;prapal@linux.microsoft.com&gt;Co-developed-by: Stanislav Kinsburskii &lt;skinsburskii@linux.microsoft.com&gt;Signed-off-by: Stanislav Kinsburskii &lt;skinsburskii@linux.microsoft.com&gt;Co-developed-by: Wei Liu &lt;wei.liu@kernel.org&gt;Signed-off-by: Nuno Das Neves &lt;nunodasneves@linux.microsoft.com&gt;Reviewed-by: Roman Kisel &lt;romank@linux.microsoft.com&gt;Link: https://lore.kernel.org/r/1741980536-3865-11-git-send-email-nunodasneves@linux.microsoft.comSigned-off-by: Wei Liu &lt;wei.liu@kernel.org&gt;Message-ID: &lt;1741980536-3865-11-git-send-email-nunodasneves@linux.microsoft.com&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Fri, 14 Mar 2025 19:28:56 +0000</pubDate>
        <dc:creator>Nuno Das Neves &lt;nunodasneves@linux.microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>461fbbd0 - hyperv: Add CONFIG_MSHV_ROOT to gate root partition support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#461fbbd0</link>
        <description>hyperv: Add CONFIG_MSHV_ROOT to gate root partition supportCONFIG_MSHV_ROOT allows kernels built to run as a normal Hyper-V guestto exclude the root partition code, which is expected to growsignificantly over time.This option is a tristate so future driver code can be built as a(m)odule, allowing faster development iteration cycles.If CONFIG_MSHV_ROOT is disabled, don&apos;t compile hv_proc.c, and stubhv_root_partition() to return false unconditionally. This allows thecompiler to optimize away root partition code blocks since they willbe disabled at compile time.In the case of booting as root partition *without* CONFIG_MSHV_ROOTenabled, print a critical error (the kernel will likely crash).Signed-off-by: Nuno Das Neves &lt;nunodasneves@linux.microsoft.com&gt;Reviewed-by: Easwar Hariharan &lt;eahariha@linux.microsoft.com&gt;Reviewed-by: Michael Kelley &lt;mhklinux@outlook.com&gt;Link: https://lore.kernel.org/r/1740167795-13296-4-git-send-email-nunodasneves@linux.microsoft.comSigned-off-by: Wei Liu &lt;wei.liu@kernel.org&gt;Message-ID: &lt;1740167795-13296-4-git-send-email-nunodasneves@linux.microsoft.com&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Fri, 21 Feb 2025 19:56:35 +0000</pubDate>
        <dc:creator>Nuno Das Neves &lt;nunodasneves@linux.microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>0222eb30 - hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#0222eb30</link>
        <description>hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hvThese helpers are not specific to x86_64 and will be needed by common code.Remove some unnecessary #includes.Reviewed-by: Michael Kelley &lt;mhklinux@outlook.com&gt;Signed-off-by: Nuno Das Neves &lt;nunodasneves@linux.microsoft.com&gt;Link: https://lore.kernel.org/r/1738955002-20821-3-git-send-email-nunodasneves@linux.microsoft.comSigned-off-by: Wei Liu &lt;wei.liu@kernel.org&gt;Message-ID: &lt;1738955002-20821-3-git-send-email-nunodasneves@linux.microsoft.com&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Fri, 07 Feb 2025 19:03:22 +0000</pubDate>
        <dc:creator>Nuno Das Neves &lt;nunodasneves@linux.microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>ec314f61 - Drivers: hv: Remove fcopy driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#ec314f61</link>
        <description>Drivers: hv: Remove fcopy driverAs the new fcopy driver using uio is introduced, remove obsolete driverand application.Signed-off-by: Saurabh Sengar &lt;ssengar@linux.microsoft.com&gt;Reviewed-by: Long Li &lt;longli@microsoft.com&gt;Link: https://lore.kernel.org/r/1711788723-8593-7-git-send-email-ssengar@linux.microsoft.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Sat, 30 Mar 2024 08:52:02 +0000</pubDate>
        <dc:creator>Saurabh Sengar &lt;ssengar@linux.microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>a4d7e8ae - Drivers: hv: Move Hyper-V extended capability check to arch neutral code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#a4d7e8ae</link>
        <description>Drivers: hv: Move Hyper-V extended capability check to arch neutral codeThe extended capability query code is currently under arch/x86, but itis architecture neutral, and is used by arch neutral code in the Hyper-Vballoon driver. Hence the balloon driver fails to build on otherarchitectures.Fix by moving the ext cap code out from arch/x86.  Because it is alsocalled from built-in architecture specific code, it can&apos;t be in a module,so the Makefile treats as built-in even when CONFIG_HYPERV is &quot;m&quot;.  Alsodrivers/Makefile is tweaked because this is the first occurrence of aHyper-V file that is built-in even when CONFIG_HYPERV is &quot;m&quot;.While here, update the hypercall status check to use the new helperfunction instead of open coding. No functional change.Signed-off-by: Michael Kelley &lt;mikelley@microsoft.com&gt;Reviewed-by: Sunil Muthuswamy &lt;sunilmut@microsoft.com&gt;Link: https://lore.kernel.org/r/1622669804-2016-1-git-send-email-mikelley@microsoft.comSigned-off-by: Wei Liu &lt;wei.liu@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Wed, 02 Jun 2021 21:36:44 +0000</pubDate>
        <dc:creator>Michael Kelley &lt;mikelley@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>af9ca6f9 - drivers: hv: vmbus: Introduce latency testing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#af9ca6f9</link>
        <description>drivers: hv: vmbus: Introduce latency testingIntroduce user specified latency in the packet reception pathBy exposing the test parameters as part of the debugfs channelattributes. We will control the testing state via these attributes.Signed-off-by: Branden Bonaby &lt;brandonbonaby94@gmail.com&gt;Reviewed-by: Michael Kelley &lt;mikelley@microsoft.com&gt;Signed-off-by: Sasha Levin &lt;sashal@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Thu, 03 Oct 2019 21:01:49 +0000</pubDate>
        <dc:creator>Branden Bonaby &lt;brandonbonaby94@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cf21be91 - hv_balloon: trace post_status</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#cf21be91</link>
        <description>hv_balloon: trace post_statusHyper-V balloon driver makes non-trivial calculations to convert Linux&apos;srepresentation of free/used memory to what Hyper-V host expects to see. Adda tracepoint to see what&apos;s being sent and where the data comes from.Signed-off-by: Vitaly Kuznetsov &lt;vkuznets@redhat.com&gt;Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Mon, 05 Mar 2018 05:17:22 +0000</pubDate>
        <dc:creator>Vitaly Kuznetsov &lt;vkuznets@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>c9fe0f8f - hyper-v: trace vmbus_on_msg_dpc()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#c9fe0f8f</link>
        <description>hyper-v: trace vmbus_on_msg_dpc()Add tracing subsystem to Hyper-V VMBus module and add tracepointto vmbus_on_msg_dpc() which is called when we receive a message from host.Signed-off-by: Vitaly Kuznetsov &lt;vkuznets@redhat.com&gt;Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Sun, 29 Oct 2017 19:21:00 +0000</pubDate>
        <dc:creator>Vitaly Kuznetsov &lt;vkuznets@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-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/hv/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>14b50f80 - Drivers: hv: util: introduce hv_utils_transport abstraction</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#14b50f80</link>
        <description>Drivers: hv: util: introduce hv_utils_transport abstractionThe intention is to make KVP/VSS drivers work through misc char devices.Introduce an abstraction for kernel/userspace communication to make themigration smoother. Transport operational mode (netlink or char device)is determined by the first received message. To support driver upgradesthe switch from netlink to chardev operational mode is supported.Every hv_util daemon is supposed to register 2 callbacks:1) on_msg() to get notified when the userspace daemon sent a message;2) on_reset() to get notified when the userspace daemon drops the connection.Signed-off-by: Vitaly Kuznetsov &lt;vkuznets@redhat.com&gt;Tested-by: Alex Ng &lt;alexng@microsoft.com&gt;Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Sun, 12 Apr 2015 01:07:51 +0000</pubDate>
        <dc:creator>Vitaly Kuznetsov &lt;vkuznets@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>01325476 - Drivers: hv: Implement the file copy service</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#01325476</link>
        <description>Drivers: hv: Implement the file copy serviceImplement the file copy service for Linux guests on Hyper-V. This permits thehost to copy a file (over VMBUS) into the guest. This facility is part of&quot;guest integration services&quot; supported on the Windows platform.Here is a link that provides additional details on this functionality:http://technet.microsoft.com/en-us/library/dn464282.aspxIn V1 version of the patch I have addressed comments fromOlaf Hering &lt;olaf@aepfle.de&gt; and Dan Carpenter &lt;dan.carpenter@oracle.com&gt;In V2 version of this patch I did some minor cleanup (making some globalsstatic). In V4 version of the patch I have addressed all of Olaf&apos;smost recent set of comments/concerns.In V5 version of the patch I had addressed Greg&apos;s most recent comments.I would like to thank Greg for suggesting that I use misc device; it hassignificantly simplified the code.In V6 version of the patch I have cleaned up error message based on Olaf&apos;scomments. I have also rebased the patch based on the current tip.In this version of the patch, I have addressed the latest comments from Greg.Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Sun, 16 Feb 2014 19:34:30 +0000</pubDate>
        <dc:creator>K. Y. Srinivasan &lt;kys@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>96dd86fa - Drivers: hv: Add a new driver to support host initiated backup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#96dd86fa</link>
        <description>Drivers: hv: Add a new driver to support host initiated backupThis driver supports host initiated backup of the guest. On Windows guests,the host can generate application consistent backups using the Windows VSSframework. On Linux, we ensure that the backup will be file system consistent.This driver allows the host to initiate a  &quot;Freeze&quot; operation on all the mountedfile systems in the guest. Once the mounted file systems in the guest are frozen,the host snapshots the guest&apos;s file systems. Once this is done, the guest&apos;s filesystems are &quot;thawed&quot;.This driver has a user-level component (daemon) that invokes the appropriateoperation on all the mounted file systems in response to the requests fromthe host. The duration for which the guest is frozen is very short - a few seconds.During this interval, the diff disk is comitted.In this version of the patch I have addressed the feedback from Olaf Herring.Also, some of the connector related issues have been fixed.Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;Reviewed-by: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;Cc: Evgeniy Polyakov &lt;zbr@ioremap.net&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Fri, 15 Mar 2013 19:30:06 +0000</pubDate>
        <dc:creator>K. Y. Srinivasan &lt;kys@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>9aa8b50b - Drivers: hv: Add Hyper-V balloon driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#9aa8b50b</link>
        <description>Drivers: hv: Add Hyper-V balloon driverAdd the basic balloon driver. Windows hosts dynamically manage the guestmemory allocation via a combination memory hot add and ballooning. Memoryhot add is used to grow the guest memory upto the maximum memory that can beallocatted to the guest. Ballooning is used to both shrink as well as expandup to the max memory. Supporting hot add needs additional support from thehost. We will support hot add when this support is available. For now,by setting the VM startup memory to the VM  max memory, we can useballooning alone to dynamically manage memory allocation amongstcompeting guests on a given host.Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;Reviewed-by: Haiyang Zhang &lt;haiyangz@microsoft.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Wed, 14 Nov 2012 09:09:02 +0000</pubDate>
        <dc:creator>K. Y. Srinivasan &lt;kys@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>46a97191 - Staging: hv: move hyperv code out of staging directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hv/Makefile#46a97191</link>
        <description>Staging: hv: move hyperv code out of staging directoryAfter many years wandering the desert, it is finally time for theMicrosoft HyperV code to move out of the staging directory.  Or at leastthe core hyperv bus code, and the utility driver, the rest still havesome review to get through by the various subsystem maintainers.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;Signed-off-by: K. Y. Srinivasan &lt;kys@microsoft.com&gt;

            List of files:
            /linux-6.15/drivers/hv/Makefile</description>
        <pubDate>Tue, 04 Oct 2011 19:29:52 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
