)]}'
{
  "log": [
    {
      "commit": "adc80ae60eae24a43a357bf5b30fb496f34aa605",
      "tree": "b7d870f69c8deefe14da8e6cf38c8d1122bd4f1d",
      "parents": [
        "db425334e5bb7fa65bbbd7bea9d79842f65bcf45"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Fri Mar 16 08:02:27 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Mar 16 13:36:04 2012 -0700"
      },
      "message": "Tools: hv: Support enumeration from all the pools\n\nWe have only supported enumeration only from the AUTO pool. Now support\nenumeration from all the available pools.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nReviewed-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nReviewed-by: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "fa3d5b85c681518b6e4ec515814dcb2d5b702b89",
      "tree": "a4da543c22e4fb90bb75b977728501ca42f92870",
      "parents": [
        "e485ceac9ebd43901ef0ce13622385d509e072e7"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Fri Mar 16 08:02:25 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Mar 16 13:36:04 2012 -0700"
      },
      "message": "Drivers: hv: Support the newly introduced KVP messages in the driver\n\nSupport the newly defined KVP message types. It turns out that the host\npushes a set of standard key value pairs as soon as the guest opens the KVP channel.\nSince we cannot handle these tuples until the user level daemon loads up, defer\nreading the KVP channel until the user level daemon is launched.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nReviewed-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nReviewed-by: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "e485ceac9ebd43901ef0ce13622385d509e072e7",
      "tree": "74ba59bdaea967ab3dcc53fabd5dc163b2f2411c",
      "parents": [
        "04bf30115f4ba2beda1efb6cfbae49cdc757f3a9"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Sat Mar 10 15:32:08 2012 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Tue Mar 13 14:35:25 2012 -0700"
      },
      "message": "Drivers: hv: Add new message types to enhance KVP\n\nAdd additional KVP (Key Value Pair) protocol  messages to\nenhance KVP functionality for Linux guests on Hyper-V. As part of this,\npatch define an explicit version negoitiation message.\n\nReviewed-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "263a5c8e16c34199ddf6de3f102e789ffa3ee26e",
      "tree": "4f049e339d522b2ab0ba3bed3ec217e4bbc83d35",
      "parents": [
        "54d20f006ceff1f2f1e69d0e54049b6c0765c039",
        "192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Mar 09 12:35:53 2012 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Fri Mar 09 12:35:53 2012 -0800"
      },
      "message": "Merge 3.3-rc6 into driver-core-next\n\nThis was done to resolve a conflict in the drivers/base/cpu.c file.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "2640335438ca4d7b139e114dae5f0d80e740e106",
      "tree": "0e254e2147dedefe04e385d0c97a9fbc15df2a23",
      "parents": [
        "eab6af71f0b83a7f62b9c48be5b2c0a82a86fad3"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu Feb 02 16:56:50 2012 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Feb 09 08:32:44 2012 -0800"
      },
      "message": "drivers: hv: kvp: Cleanup the kernel/user protocol\n\nNow, cleanup the user/kernel KVP protocol by using the same structure\ndefinition that is used for host/guest KVP protocol. This simplifies the code.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "59a084a70afa0678bda2a23a7bc7cc59664945c7",
      "tree": "8c3e8f469460cfb33adad68f03780b172f7bbcf2",
      "parents": [
        "976a0be03a15f1c268e3f569c0ade3e7ff8ce478"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu Feb 02 16:56:48 2012 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Feb 09 08:32:43 2012 -0800"
      },
      "message": "drivers: hv: Cleanup the kvp related state in hyperv.h\n\nNow cleanup the hyperv.h with regards to KVP definitions.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "2939437ce8f2de07237eb2bcce29b6a699bfe799",
      "tree": "332fcfba624a5f9661eb456c9ae65d28829b2edd",
      "parents": [
        "4f03a2c934894f30a64d397df8c7c4de129c5b30"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Fri Jan 27 15:55:58 2012 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Feb 02 15:30:47 2012 -0800"
      },
      "message": "drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h\n\nIn preparation for consolidating all KVP related defines into a single header file\nthat both the kernel and user level components can use, move the contents of\nhv_kvp.h into hyperv.h.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "c31c151b1c4a29da4dc92212aa8648fb4f8557b9",
      "tree": "c61eb4b25fcac9f70cc381468b2365d85ca39ad6",
      "parents": [
        "0a282538cc1977655004cdb2eb25dd2b63f20637"
      ],
      "author": {
        "name": "Haiyang Zhang",
        "email": "haiyangz@microsoft.com",
        "time": "Thu Feb 02 07:18:00 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Feb 02 14:35:12 2012 -0500"
      },
      "message": "net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundary\n\nThere is a possible data corruption if an RNDIS message goes beyond page\nboundary in the sending code path. This patch fixes the problem.\n\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4d447c9a6ebc0142d320f075c5bac6d202a79fd4",
      "tree": "6eb2a1a17e6de57dba5d350fc2821e2f48a8a484",
      "parents": [
        "f157e78de5923dfb209355f3005ce1b5d64f7998"
      ],
      "author": {
        "name": "Haiyang Zhang",
        "email": "haiyangz@microsoft.com",
        "time": "Thu Dec 15 13:45:17 2011 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jan 04 16:13:05 2012 -0800"
      },
      "message": "net/hyperv: Add support for jumbo frame up to 64KB\n\nAllow the user set the MTU up to 65536 for Linux guests running on\nHyper-V 2008 R2 or later.\n\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "15b80d641793968605254c2bbb2aa9a10accb415",
      "tree": "7cdb5105af2a084ee4833a8074179e2b278956f2",
      "parents": [
        "9f3e28e375a8d509a27efe89f3c8ea2a15aeb524"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:43:14 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:51:22 2011 -0600"
      },
      "message": "hv: remove struct hv_device_info from hyperv.h\n\nThis is only used/needed by the vmbus core code, so move it out of the\nhyperv.h file and into the .c file that uses it.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9f3e28e375a8d509a27efe89f3c8ea2a15aeb524",
      "tree": "5dcbc6bdacb87b58baacebcd5782acae5371012f",
      "parents": [
        "2726f95e0b6c850b6162f287f2f83d9db37decd7"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:40:01 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:51:22 2011 -0600"
      },
      "message": "hv: remove free_channel() from hyperv.h\n\nThis function is only used in the file it is declared in\n(channel_mgmt.c) so make it static and remove it from the hyperv.h file.\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2726f95e0b6c850b6162f287f2f83d9db37decd7",
      "tree": "b71ed7afb4887507b9f8459740c0ca8d89dcd9ad",
      "parents": [
        "7a4ba88cc11eb4ba72778f491d8241385cb0475d"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:37:27 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:51:22 2011 -0600"
      },
      "message": "hv: hyperv.h: remove unneeded forward declarations of structures\n\nThis file was created by mushing different .h files together and it\nshows.  This change removes some unneeded forward declarations.\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "7a4ba88cc11eb4ba72778f491d8241385cb0475d",
      "tree": "a6e576a06f5cc319b6a13c04d4dc3d711b2db5b5",
      "parents": [
        "5557e8a60570d0c2f3a06d6e9e6a0f5074c313f2"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:33:29 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:51:22 2011 -0600"
      },
      "message": "hv: hyperv.h: remove unused module macros\n\nI have no idea what these were ever for, but they aren\u0027t used, so delete\nthem.\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5557e8a60570d0c2f3a06d6e9e6a0f5074c313f2",
      "tree": "94508fd02fa80876b0bedcf7761d7adc23da11da",
      "parents": [
        "815166b95df1acb4890e9dbdb26660e9c00a7505"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:30:22 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:51:22 2011 -0600"
      },
      "message": "hv: remove unused LOWORD and HIWORD macros from hyperv.h\n\nThey aren\u0027t used anywhere anymore now that the debugging macros are\ngone, so remove it from hyperv.h as well.\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "815166b95df1acb4890e9dbdb26660e9c00a7505",
      "tree": "e53785a6e5ae3d48ae0d0a80770977a27e47f175",
      "parents": [
        "1a2643012fa2262e823b7f11d9732b7fea4c25ce"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:27:48 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:51:21 2011 -0600"
      },
      "message": "Staging: hv: remove vmbus_loglevel as it is not used at all anymore\n\nAs there is no user of this variable, it\u0027s time to delete it.  For\ndynamic debugging of the hyperv code, use the standard dynamic debug\nkernel interface.\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1a2643012fa2262e823b7f11d9732b7fea4c25ce",
      "tree": "b194f551ccc018ada709b89a66d1e27ae11fe08d",
      "parents": [
        "d181daa06dd72fa88652b1d8bf723570a9fc55ea"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:25:14 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:51:21 2011 -0600"
      },
      "message": "Staging: hv: remove last user of DPRINT() macro\n\nThis also removed the unused function hv_dump_ring_info().\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d181daa06dd72fa88652b1d8bf723570a9fc55ea",
      "tree": "23d8f818e0a8879836c2a5b3822eda4541a94c82",
      "parents": [
        "a832a1eba94096513bc42c96f33957cc46c5f2bf"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:20:31 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 09:51:21 2011 -0600"
      },
      "message": "Staging: hv: storvsc: remove last usage of DPRINT_WARN\n\nUsed the correct dev_warn() call instead.\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a832a1eba94096513bc42c96f33957cc46c5f2bf",
      "tree": "030261350ba24e9c55e3d1ddf73ef0574c9fa3e2",
      "parents": [
        "da0e96315ca703ab6540cc7665549622f71c155f"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 08:47:32 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 08:49:19 2011 -0600"
      },
      "message": "hv: remove a bunch of unused debug macros from hyperv.h\n\nThese aren\u0027t used by anyone anymore, so remove them before someone tries\nto use them again.\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "da0e96315ca703ab6540cc7665549622f71c155f",
      "tree": "c1a135689a6f94266d51c1323f62f851826b05a9",
      "parents": [
        "407dd1644302ea78fa5d740e67a1c09677aa18a4"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 08:42:28 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 08:49:19 2011 -0600"
      },
      "message": "hv: rename prep_negotiate_resp() to vmbus_prep_negotiate_resp()\n\nIt\u0027s a global symbol, so properly prefix it and use the proper EXPORT\nvalue as well.\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "407dd1644302ea78fa5d740e67a1c09677aa18a4",
      "tree": "3fe6bef5d17db41b02578a05cb1caef66af2355c",
      "parents": [
        "46a971913611a23478283931460a95be962ce329"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 08:36:44 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 11 08:49:19 2011 -0600"
      },
      "message": "Staging: hv: remove unneeded asm include file in hyperv.h\n\nNo one outside of the hyperv core needs to include the asm/hyperv.h\nfile, so don\u0027t put it in the \"global\" include/linux/hyperv.h file.\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "46a971913611a23478283931460a95be962ce329",
      "tree": "7452d0f07ee9f1f5270a8da6c1387f35c439843d",
      "parents": [
        "715a4801e734ea9c8e528265ce3ff6aead85bce1"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Oct 04 12:29:52 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Oct 10 22:52:55 2011 -0600"
      },
      "message": "Staging: hv: move hyperv code out of staging directory\n\nAfter many years wandering the desert, it is finally time for the\nMicrosoft HyperV code to move out of the staging directory.  Or at least\nthe core hyperv bus code, and the utility driver, the rest still have\nsome review to get through by the various subsystem maintainers.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\n"
    },
    {
      "commit": "e0f4c6742bdbb2792bd67b147af9c1fd9176b94a",
      "tree": "4c428994b9e43f153b1816b3254ff5230fe8dde7",
      "parents": [
        "4e65f6e80593c316c5a65a71191fa480360f165d"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Sun Sep 18 10:31:35 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 20 13:00:54 2011 -0700"
      },
      "message": "Staging: hv: vmbus: Get rid of hv_cb_utils[] and other unneeded code\n\nNow that the transformation of the util driver is complete,\nget rid of hv_cb_utils[] and other unneeded code.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a29b643c5767558956450b86d79eb66334704ac2",
      "tree": "0b16c1e881d26af0ed783a3149e5c19e46902aea",
      "parents": [
        "a4f7b2e823d05e500ccb2c35a68e454e8e672224"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Sun Sep 18 10:31:33 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 20 13:00:53 2011 -0700"
      },
      "message": "Staging: hv: util: Perform some service specific init/deinit in probe/remove\n\nIn preparation for modifying the util driver to fully conform to the\nLinux Driver Model, perform some service specific init and de-init\noperations in util_probe()/util_remove()  as opposed to in\ninit_hyperv_utils()/exit_hyperv_utils() as is currently done.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b0bb55175f846909e06952583e38982a77f7ecea",
      "tree": "0bfd6cba5b54c915e7f0bfb03c0192073ef1a4e1",
      "parents": [
        "80e623887ef6a86718ecab257c592e214ecad82d"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Tue Sep 13 10:59:51 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Sep 16 20:06:03 2011 +0200"
      },
      "message": "Staging: hv: vmbus: Get rid of the ext field in struct hv_device\n\nNow that we have eliminated all uses of the ext field in struct hv_device,\nget rid of the ext field.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ab101e86d0f2c00c11aec5b16e27246ccecb0870",
      "tree": "31afc65f3fe16f73a48be497ca5038c539ccf1a2",
      "parents": [
        "ef52a81bf5b229d74b76a25c5de22ae10e1fbb77"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Tue Sep 13 10:59:40 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Sep 16 20:06:02 2011 +0200"
      },
      "message": "Staging: hv: vmbus: Introduce functions for setting and getting driver data\n\nIntroduce vmbus specific wrapper functions to set/get driver specific data.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "84946899bd50035c50d88da9da809aa25de60471",
      "tree": "98390106d7e0298842be9406ecc1f564b4daa3b6",
      "parents": [
        "3037a7b61fa63160f2bd76555aa9ae59c6f71faf"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Tue Sep 13 10:59:38 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Sep 16 20:06:02 2011 +0200"
      },
      "message": "Staging: hv: vmbus: Change the signature of struct hv_driver probe function\n\nIn preparation to leveraging the driver_data field in struct\nhv_vmbus_device_id, change the signature of struct hv_driver probe function.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "768fa21919b7f30b77f0b3ba94939f5556d111d5",
      "tree": "f1f1a8f6f7b49d69f6b52dbcf4a540b4db0ab9f1",
      "parents": [
        "c411a5981d6f53ed2502ad06a2ee70d67ed13f12"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 25 15:07:32 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 25 15:07:32 2011 -0700"
      },
      "message": "Staging: hv: fix up driver registering mess\n\nIndividual drivers should never be touching the \u0027struct device\u0027 field,\nso if that is a requirement to pass to the vmbus core, you know\nsomething is wrong.\n\nThis patch fixes that all up, and resolves the problem where the module\nreference counting was not happening properly for the individual drivers\nas well.  Overall, it reduces the lines of code the individual drivers\nhave to have, which tells you that this is the correct thing to do.\n\nAlso, somehow the _GPL marking for the functions got removed on an older\npatch.  As the name of the function was changing, properly change the\n_GPL marking as well at the same time.\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c45cf2d4976e2fcde68d88898a37af70f2caaf5d",
      "tree": "437ec34adfbe6e02a8e17d38d7fa66e746c6a620",
      "parents": [
        "283f21294ea02f7608e0c833b9c982712427fc50"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 25 11:41:33 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 25 11:41:33 2011 -0700"
      },
      "message": "Staging: hv: create VMBUS_DEVICE macro and use it.\n\nThis is to be used to be able to write hv_vmbus_device_id tables easier.\n\nThis patch also converts all hv drivers to use the macro, saving some\nlines of code and making things easier to read overall.\n\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2e2c1d17abc3953239bc05ac586eab9f2f14bfda",
      "tree": "489003ade69db4b66225555d56547acb9a59779a",
      "parents": [
        "d2ee52aaf30072e4a761e785c752e305ce10152f"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu Aug 25 09:48:31 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 25 10:46:12 2011 -0700"
      },
      "message": "Staging: hv: vmbus: Introduce vmbus ID space in struct hv_driver\n\nIn preparation for supporting auto-loading Hyper-V drivers\nusing vmbus specific aliases, introduce vmbus ID space in struct hv_driver.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "358d2ee2e8f5c25f1661e94c206102c88fdee370",
      "tree": "d4afbf23c2fbe9abf7811d6309af850767e70e5a",
      "parents": [
        "32a753ffb2c5aea6c32d34393a8e0da3ecfd78bb"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu Aug 25 09:48:28 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 25 10:23:06 2011 -0700"
      },
      "message": "Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux\n\nReplace struct hv_guid with the uuid type already defined in Linux.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f9f1db832b6d04303f443a7f941367355844678a",
      "tree": "d4b483b3ab670074fb69421288c22c80da742aa9",
      "parents": [
        "7d7c75cd47e3850ad256c048f6e35e4a5cf8e1fd"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Mon Jun 06 15:49:58 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jun 07 13:45:59 2011 -0700"
      },
      "message": "Staging: hv: vmbus: Embed the state needed to close the channel\n\nNow, embed the state needed to close the channel - so we would not have to\nallocate memory in the channel close path.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "7d7c75cd47e3850ad256c048f6e35e4a5cf8e1fd",
      "tree": "a9f1eac99d98de4a7cf648d3a08c252a387413a7",
      "parents": [
        "f27df643d045c146f3233b67ad7d161d1aa1e730"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Mon Jun 06 15:49:57 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jun 07 13:45:59 2011 -0700"
      },
      "message": "Staging: hv: vmbus: Move the definition of struct vmbus_channel\n\nIn preparation for embedding the state needed to close the channel, move\nthe definition of struct vmbus_channel.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ac4accb2bd619380c2404f9064e91f48674c6eb8",
      "tree": "b09502c339700f14016f5c4f1c3939c18f3d5db8",
      "parents": [
        "0a62040eac5ec13e5ffca82e4d9a7dca888fa236"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Mon Jun 06 15:49:50 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jun 07 13:45:54 2011 -0700"
      },
      "message": "Staging: hv: vmbus: Get rid of the poll timer in the channel state\n\nSince tis is not used anymore,  get rid of the poll timer in the channel state.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d66434782cae2fa5ac905d1e2f6f6480126d30c0",
      "tree": "c7f7e2e777fa8cc50e8a0c6a6b8e3f1eff2b03e1",
      "parents": [
        "df452fa120cfe0ac6aa4255425b303a9863e3cc1"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Mon Jun 06 15:49:48 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jun 07 13:45:53 2011 -0700"
      },
      "message": "Staging: hv: vmbus: Get rid of the unused wrapper - vmbus_onchannel_event()\n\nNow, get rid of the unused wrapper - vmbus_onchannel_event().\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "02bb4b9e4c31809e4c751d7f3808c448e7ad0244",
      "tree": "bbb3fdd2236591bb50f56d740a595957610fb9de",
      "parents": [
        "b9d8e35256251e6e6a27f5f190d4ec462be7f620"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Mon May 16 06:44:37 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 13:36:50 2011 -0700"
      },
      "message": "Staging: hv: vmbus_drv: Get rid of util synchronixation based on channel counting\n\nNow that we have dealt with this issue differently, get rid of the\nold mechanism.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "31bceb845e0f5393db1d9bf033d365cff7132c93",
      "tree": "eb9047d8a03734fd03da4a87f1019501056e5e12",
      "parents": [
        "7e0b3bf3abec4cd30c58e6311f913759a9e324d7"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Mon May 16 06:44:35 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 13:36:50 2011 -0700"
      },
      "message": "Staging: hv: vmbus_drv: Introduce state in struct vmbus_channel to track util services\n\nIn preparation for getting rid of util channel synchronization based on\ncounting util channels, introduce state in  struct vmbus_channel  to\ntrack util services.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8ff3e6fc58d796640bb21bf398487c42230734d2",
      "tree": "dab57960f0a37432f91d7fbd775712ae0214937a",
      "parents": [
        "f9aea9fd2d03bd6b51a38d9866cf2b527966236c"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:27 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 12:27:02 2011 -0700"
      },
      "message": "Staging: hv: Include asm/hyperv.h in hyperv.h\n\nAs the entries in hv_api.h are already in asm/hyperv.h, let\u0027s use that\nfile instead and delete these.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b189702dd9e1d252b7d521d3f39a3b8a39c23e7a",
      "tree": "936c8ecbe04eb9c4452d27f2d7f7e9ea19d0943f",
      "parents": [
        "27b5b3ca6903675e8ad0a92562224fd0e185c43b"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:26 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:18 2011 -0700"
      },
      "message": "Staging: hv: Move the contents of utils.h to hyperv.h\n\nMove the contents of utils.h to hyperv.h.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "27b5b3ca6903675e8ad0a92562224fd0e185c43b",
      "tree": "de8ff0604879d8480686cffd6db8a30b6f1272e2",
      "parents": [
        "35ea09c390378a4189f145fa4e894d42d21bd896"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:25 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:18 2011 -0700"
      },
      "message": "Staging: hv: Move the contents of vmbus.h to hyperv.h\n\nMove the contents of vmbus.h to hyperv.h.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "35ea09c390378a4189f145fa4e894d42d21bd896",
      "tree": "888a9cb61b4b4b11d7faea7c5346f93dcfaa38a5",
      "parents": [
        "f63c9149d052c86113fc84edd4ce138db44e768a"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:24 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:17 2011 -0700"
      },
      "message": "Staging: hv: Move the contents of vmbus_api.h to hyperv.h\n\nMove the contents of vmbus_api.h to hyperv.h.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f63c9149d052c86113fc84edd4ce138db44e768a",
      "tree": "e87a9ded17759c8ff25dc2c18a30b540713c084a",
      "parents": [
        "c35470b2297f0e05596a7aeebff8a67f4c6e3552"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:23 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:17 2011 -0700"
      },
      "message": "Staging: hv: Move the contents of logging.h to hyperv.h\n\nMove the contents of logging.h to hyperv.h.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c35470b2297f0e05596a7aeebff8a67f4c6e3552",
      "tree": "4a69f2e9c915d2de8858d9e2feb3fc7aba9c7df9",
      "parents": [
        "b56dda06b4dddeb5a39e00a6812909fa832d527b"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:22 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:16 2011 -0700"
      },
      "message": "Staging: hv: Move the contents of channel.h to hyperv.h\n\nMove the contents of channel.h to hyperv.h.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b56dda06b4dddeb5a39e00a6812909fa832d527b",
      "tree": "83e16ed3f2b2848919726cd950588603fdd95bf0",
      "parents": [
        "50ed40e0d06df29a5cecda92254b080ad4ebcd10"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:21 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:16 2011 -0700"
      },
      "message": "Staging: hv: Move the contents of channel_mgmt.h to hyperv.h\n\nMove the contents of channel_mgmt.h to hyperv.h.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "50ed40e0d06df29a5cecda92254b080ad4ebcd10",
      "tree": "80f3c457412ed7eb1cf55a8563494f9e971092db",
      "parents": [
        "517d8dc686f4d78550922f938b5cc9675868a3e7"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:20 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:15 2011 -0700"
      },
      "message": "Staging: hv: Move the contents of vmbus_packet_format.h to hyperv.h\n\nMove the contents of vmbus_packet_format.h to hyperv.h\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "517d8dc686f4d78550922f938b5cc9675868a3e7",
      "tree": "60986c028137979390e342cc8aac7fdcdafc3e58",
      "parents": [
        "f7c6dfda0533e2977cd5c7fdb2d38d1078ecf849"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:19 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:15 2011 -0700"
      },
      "message": "Staging: hv: Move the contents of vmbus_channel_interface.h to hyperv.h\n\nMove the contents of vmbus_channel_interface.h to hyperv.h\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f7c6dfda0533e2977cd5c7fdb2d38d1078ecf849",
      "tree": "cf24753b02122ceed445f7ad63f565fac022c725",
      "parents": [
        "7effffb7a01b817f6c9fd6979f2c01f746bfc555"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:18 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:14 2011 -0700"
      },
      "message": "Staging: hv: Move the contents of the file version_info.h to hyperv.h\n\nMove the contents of the file version_info.h to hyperv.h.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "7effffb7a01b817f6c9fd6979f2c01f746bfc555",
      "tree": "7d117c3d84b82b67a60c6000390230dc2dcf553b",
      "parents": [
        "a363bf7bd23fb6ee3e1690bd300a5e285f9c88df"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:17 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:13 2011 -0700"
      },
      "message": "Staging: hv: Move a subset of definitions from ring_buffer.h to hyperv.h\n\nMove a subset of definitions from ring_buffer.h to hyperv.h.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a363bf7bd23fb6ee3e1690bd300a5e285f9c88df",
      "tree": "b74ae1bae44f04fb51eefcbf3a96b62cd13206a4",
      "parents": [
        "3f335ea2131b14bca2333b4316c8d4dd737e30db"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:16 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:13 2011 -0700"
      },
      "message": "Staging: hv: Add a subset of definitions from vmbus_api.h to hyperv.h\n\nAdd a subset of definitions from vmbus_api.h to hyperv.h.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "3f335ea2131b14bca2333b4316c8d4dd737e30db",
      "tree": "a88b481c548ac60e37917dba2497ac0f31803fed",
      "parents": [
        "5c47340061ff722c7b743fbb8e7793019ab5f10a"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:15 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:12 2011 -0700"
      },
      "message": "Staging: hv: Include the newly created header file in all of the relevant hyperv files\n\nInclude the newly created header file in all of the relevant hyperv files.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5c47340061ff722c7b743fbb8e7793019ab5f10a",
      "tree": "69c148d5160e60da3a5b7bba3f49f3cf05297670",
      "parents": [
        "17fb76165f307f7be2cfbc93958356fe50fa4791"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:14 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 11:46:12 2011 -0700"
      },
      "message": "Staging: hv: Create a common header for all hyperv drivers to include\n\nCreate a common header for all hyperv drivers to include. When\nwe exit staging, this would land under include/linux.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Abhishek Kane \u003cv-abkane@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    }
  ]
}
