)]}'
{
  "log": [
    {
      "commit": "415f0a02adaea754dc85cde7b50707f7fbc4cf3f",
      "tree": "9ee25bdf6018d8154f2cdf488b03e6e086caf366",
      "parents": [
        "0034102808e0dbbf3a2394b82b1bb40b5778de9e"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "dan.carpenter@oracle.com",
        "time": "Wed Mar 28 09:58:07 2012 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon Apr 09 15:05:47 2012 -0700"
      },
      "message": "hv: fix return type of hv_post_message()\n\nThis function returns negative error codes, but because the type is u16\nthey get truncated into positive numbers.  It doesn\u0027t look like the\ncallers care, but we should fix it anyway as a cleanup.\n\nSigned-off-by: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "14c1bf8a8920f36f6e0603a2ff920b48eec14387",
      "tree": "8e461c20788b2939d98f3898fd4a8e4fa634337c",
      "parents": [
        "2640335438ca4d7b139e114dae5f0d80e740e106"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu Feb 02 16:56:51 2012 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Feb 09 08:32:44 2012 -0800"
      },
      "message": "drivers: hv: Increase the number of VCPUs supported in the guest\n\nThe current code arbirarily limited the number of CPUs the guest could have.\nChange that so that we can support the maximum number of CPUs the guest can\nsupport. While we use NR_CPUS to size the per-cpu state all we are allocating\nbased on NR_CPUS are the  pointers to per-cpu state that will be allocatted in\nthe context of the initializing CPU. This patch triggers a checkpatch warning\nfor the usage of NR_CPU and since all we are allocating a couple of pointers\nper CPU, it should be ok.\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": "175cad266774d09c57a62c65baa6b4e1edafdf3a",
      "tree": "41e234ae30e30f4fc220d6be69957eab589fa684",
      "parents": [
        "93e5bd06a95343c701361fa009cdc5a653d6ec8e"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Mon Dec 12 09:29:18 2011 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Dec 12 14:27:19 2011 -0800"
      },
      "message": "Drivers: hv: Get rid of an unnecessary check in hv.c\n\nIn preparation for eventually supporting kexec in Linux VMs on Hyper-V,\nget rid of an unnecessary check in hv_init().\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": "93e5bd06a95343c701361fa009cdc5a653d6ec8e",
      "tree": "fe28f7a5ad3c009fbf8e197c94c74b444015630f",
      "parents": [
        "8b8ee6753154dd6cfe397e0d29fe7f90a8adb50b"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Mon Dec 12 09:29:17 2011 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Dec 12 14:26:50 2011 -0800"
      },
      "message": "Drivers: hv: Make the vmbus driver unloadable\n\nIt turns out that the vmbus driver can be made unloadable. Make it\nunloadable.\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": "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": "93511baa06437785758be98ee7a7149c49c8e9c5",
      "tree": "5b42e222c084d2695f061b9e9c8d40be788d3ebd",
      "parents": [
        "ae4636e6c0d1d8d326f38586121478d7b32150b7"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Sat Aug 27 11:31:37 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 29 11:06:59 2011 -0700"
      },
      "message": "Staging: hv: vmbus: Do not enable auto eoi\n\nLinux interrupt handling code generates the eoi; don\u0027t enable auto eoi.\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": "5433e00334d3e20f8bff70845c7f44e00cdf2d14",
      "tree": "dea971959271d66abb2d36ab650e1e2e7039d32f",
      "parents": [
        "ffca7c40b62b182d9de17c7229346f4230df46d6"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu Aug 25 09:48:51 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 25 15:22:19 2011 -0700"
      },
      "message": "Staging: hv: vmbus: Cleanup error handling in hv_init()\n\nUse standard Linux error codes.\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": "ffca7c40b62b182d9de17c7229346f4230df46d6",
      "tree": "d85e4e53b10c987936e929f95986232d52d98c2a",
      "parents": [
        "94a66c9c803a31805d98c92e65593b756ffa05c4"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu Aug 25 09:48:50 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 25 15:22:18 2011 -0700"
      },
      "message": "Staging: hv: vmbus: Cleanup unnecessary comments in hv.c\n\nCleanup unnecessary comments in hv.c.\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": "dec317fd6accfdba4daff13aa4d9f5abde02b347",
      "tree": "faadc5c68ceafc86d0348e56cf666c80d600073e",
      "parents": [
        "064931d0bb088c56e80d427e91a812ee7dd8c7dc"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Tue Jul 19 11:44:21 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Aug 23 16:17:13 2011 -0700"
      },
      "message": "Staging: hv: vmbus: Fix checkpatch warnings\n\nFix  checkpatch warnings in hv.c\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": "39594abcd47da2f587804dff2fedbd7ada4670d0",
      "tree": "0546cd24c6afb0e375df301504e91e43a7506107",
      "parents": [
        "d6c1c5de4e77d75e251bf30d68c99b7feae82ea2"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Mon Jun 06 15:50:09 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jun 07 13:46:06 2011 -0700"
      },
      "message": "Staging: hv: vmbus: Cleanup error codes in hv.c\n\nCleanup error codes in hv.c.\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": "89b2ca478126040d39a7a5fc39c0b32d2444f9e4",
      "tree": "2683b7fe3bb879ea096ac75f3e2a0088ce2c90ce",
      "parents": [
        "940655c1032b7ffcb31da1e42a9432f5bcee8653"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:32 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 12:27:04 2011 -0700"
      },
      "message": "Staging: hv: vmbus_drv: Move the contents of vmbus_private.h to vmbus_hyperv.h\n\nMove the contents of vmbus_private.h to vmbus_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": "afbdc4a98b6b608c4d38b18a16e4cd62c6645c91",
      "tree": "6e7245e49b8e0819335949ffa57d867f90f913f0",
      "parents": [
        "0f2a6619eeef158d11832436ce151987f18cb08d"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:29 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 12:27:03 2011 -0700"
      },
      "message": "Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.h\n\nInclude the contents of hv_api.h in hyperv_vmbus.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": "0f2a6619eeef158d11832436ce151987f18cb08d",
      "tree": "d252a2a9a3d98bddba27a244404d9dfb86223baa",
      "parents": [
        "8ff3e6fc58d796640bb21bf398487c42230734d2"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu May 12 19:34:28 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 17 12:27:03 2011 -0700"
      },
      "message": "Staging: hv: vmbus_drv: Create a common header file to build the vmbus driver\n\nCreate a common header file to build the vmbus driver.\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": "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": "44939d37cc03af996d93b9d15385ac13de2bd627",
      "tree": "d1e37f716ffe8c2d2fa598a0fb36a865f6cf23a9",
      "parents": [
        "b413bba38452b030d2192becb3865c7f914929d9"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Tue May 10 07:55:47 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed May 11 13:49:18 2011 -0700"
      },
      "message": "Staging: hv: Change Cleanup to cleanup in hv.c\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": "b413bba38452b030d2192becb3865c7f914929d9",
      "tree": "6f1de85362fda16dec2ef4caae981d877248409d",
      "parents": [
        "6d81d33059e3a062660fd671ea8842662373dfb9"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Tue May 10 07:55:46 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed May 11 13:49:17 2011 -0700"
      },
      "message": "Staging: hv: Get rid of some dead code from hv.c\n\nGet rid of some commented code.\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": "32235b07b52e948900613e27c5cbd955d084ae8a",
      "tree": "92b887a4b3b925df4c8e729e72b0f2daac185dbf",
      "parents": [
        "59c23eabdae97a18cfc400339138f6d1dbde926a",
        "a6360dd37e1a144ed11e6548371bade559a1e4df"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Apr 13 12:14:05 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Apr 13 12:14:05 2011 -0700"
      },
      "message": "Staging: merge 2.6.39-rc3 into staging-next\n\nThis was done to handle a number of conflicts, the majority of which\nwere caused by the big \"fix spelling issues\" patch.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0a46618d58c90f93e8b8e9a18062d1691b70297e",
      "tree": "4b12c2c36b4db6da668a2751ade5031d161ede22",
      "parents": [
        "8de61e31466a87cf77231db52ff9c94ddb1f758b"
      ],
      "author": {
        "name": "Hank Janssen",
        "email": "hjanssen@microsoft.com",
        "time": "Tue Mar 29 13:58:47 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 04 22:03:07 2011 -0700"
      },
      "message": "staging: hv: Replace DPRINT with natives in hv_vmbus\n\nReplace all remaining DPRINT calls (excluding the ringbuffer debug\nwhich is going to be done in a next set of patches) with their\nnative pr_ calls. And also changed some of the printouts to be more\nuseful.\n\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\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": "98e087022b611c6f748c74d952193ccf69280f52",
      "tree": "728961cb31187d1e354f99961e65bd9f88fed635",
      "parents": [
        "f3365453a3c4a1e8ca28c0dedabf371385456d1f"
      ],
      "author": {
        "name": "Hank Janssen",
        "email": "hjanssen@microsoft.com",
        "time": "Tue Mar 29 13:58:44 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Apr 04 22:03:05 2011 -0700"
      },
      "message": "staging: hv: Remove all unneeded DPRINT from hv_vmbus\n\nRemove all un-needed DPRINT calls from hv_vmbus. Several\nare remaining that will be cleaned up in my next set of patches.\nThey deal with printing out the ringbuffer debugging which is\ngoing to be implemented slightly differently.\n\nThis patch deals with hv_vmbus only.\n\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\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": "25985edcedea6396277003854657b5f3cb31a628",
      "tree": "f026e810210a2ee7290caeb737c23cb6472b7c38",
      "parents": [
        "6aba74f2791287ec407e0f92487a725a25908067"
      ],
      "author": {
        "name": "Lucas De Marchi",
        "email": "lucas.demarchi@profusion.mobi",
        "time": "Wed Mar 30 22:57:33 2011 -0300"
      },
      "committer": {
        "name": "Lucas De Marchi",
        "email": "lucas.demarchi@profusion.mobi",
        "time": "Thu Mar 31 11:26:23 2011 -0300"
      },
      "message": "Fix common misspellings\n\nFixes generated by \u0027codespell\u0027 and manually reviewed.\n\nSigned-off-by: Lucas De Marchi \u003clucas.demarchi@profusion.mobi\u003e\n"
    },
    {
      "commit": "d97ae00ea6a632bd97b99431db87d9b505b633a1",
      "tree": "caab35e80d3b487b71c0fbf0322687511a98640b",
      "parents": [
        "e3fe0bb65b2686aa83dabdb1ecc22f5d80c536f8"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Fri Feb 11 14:48:45 2011 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 18 13:11:44 2011 -0800"
      },
      "message": "Staging: hv: Cleanup vmalloc calls\n\nThe subject says it all. There is no need to\nspecify different page protection bits based\non the architecture.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e3fe0bb65b2686aa83dabdb1ecc22f5d80c536f8",
      "tree": "dc6e8b11cb6bce5659ec2c986e639b0fda2ce555",
      "parents": [
        "0c3b7b2f75158f9420ceeb87d5924bdbd8d0304a"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Fri Feb 11 10:00:12 2011 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 18 13:11:03 2011 -0800"
      },
      "message": "Staging: hv: Remove osd layer\n\nThe OSD layer was a wrapper around native interfaces\nadding little value and was infact buggy -\nrefer to the osd_wait.patch for details.\nThis patch gets rid of the OSD abstraction.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "df3493e0b3ba72f9b6192a91b24197cac41ce557",
      "tree": "e283230b1baaa0f7cecccdfd595a92f313c3d7e8",
      "parents": [
        "7249e6a17bacbb18c4baf1b0d5ca70925409120d"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Fri Feb 11 09:59:00 2011 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Feb 18 13:11:03 2011 -0800"
      },
      "message": "Staging: hv: Use native page allocation/free functions\n\nIn preperation for getting rid of the osd.[ch] files;\nchange all page allocation/free functions to use native interfaces.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "7350968193f9b94c4a4b7d14d7a44333a322c5d7",
      "tree": "5b83032f7b5db529003e904e2d16ecd40f140f7f",
      "parents": [
        "cc04acf53fb1bba1e57b0d34a400ccaf498fc9be"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Thu Jan 20 09:32:01 2011 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 20 15:14:18 2011 -0800"
      },
      "message": "staging/hv/osd: don\u0027t reimplement ALIGN macro\n\nThe ALIGN_DOWN macro was only used in NUM_PAGES_SPANNED.  So make the\nlatter easier and get rid of the former.\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "203df82d81a331e16caee4c2346cd382fcd820d6",
      "tree": "d316503fe30a91f8971c104a36cd390d03a9b9ae",
      "parents": [
        "d39f12866d90829e1ae0440c0203dd5a162c8cd8"
      ],
      "author": {
        "name": "Haiyang Zhang",
        "email": "haiyangz@microsoft.com",
        "time": "Mon Nov 08 14:04:44 2010 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Nov 09 16:42:11 2010 -0800"
      },
      "message": "staging: hv: Convert camel cased functions in osd.c to lower cases\n\nstaging: hv: Convert camel cased functions in osd.c to lower cases\n\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d44890c8d2a83116463c230b59b9b9d356aafe85",
      "tree": "c3a0f60ad5cc12bc041b3b0f30c71504b30b32a0",
      "parents": [
        "b8dfb264f4f9e55f9cf8384cb782dfe5159c413c"
      ],
      "author": {
        "name": "Haiyang Zhang",
        "email": "haiyangz@microsoft.com",
        "time": "Mon Nov 08 14:04:42 2010 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Nov 09 16:42:11 2010 -0800"
      },
      "message": "staging: hv: Convert camel cased functions in hv.c to lower cases\n\nstaging: hv: Convert camel cased functions in hv.c to lower cases\n\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b8dfb264f4f9e55f9cf8384cb782dfe5159c413c",
      "tree": "78616871b0210943609ac25ea2393798641b5d97",
      "parents": [
        "6a0aaa185057801343e000183ef0695c2a2b75a9"
      ],
      "author": {
        "name": "Haiyang Zhang",
        "email": "haiyangz@microsoft.com",
        "time": "Mon Nov 08 14:04:41 2010 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Nov 09 16:42:10 2010 -0800"
      },
      "message": "staging: hv: Convert camel cased local variables in hv.c to lower cases\n\nstaging: hv: Convert camel cased local variables in hv.c to lower cases\n\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "6a0aaa185057801343e000183ef0695c2a2b75a9",
      "tree": "780585c2692b6a7a174d1ce6117294e0a9e69f36",
      "parents": [
        "f6feebe073db4c97dc10f6fab54f9d4b5816886b"
      ],
      "author": {
        "name": "Haiyang Zhang",
        "email": "haiyangz@microsoft.com",
        "time": "Mon Nov 08 14:04:40 2010 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Nov 09 16:42:10 2010 -0800"
      },
      "message": "staging: hv: Convert camel cased struct fields in hv.h to lower cases\n\nstaging: hv: Convert camel cased struct fields in hv.h to lower cases\n\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f6feebe073db4c97dc10f6fab54f9d4b5816886b",
      "tree": "c38936f8449f8b428858fad90c5e58a06af38a28",
      "parents": [
        "c50f7fb28400bc4829c26bb4a2d6c06a45e90b1a"
      ],
      "author": {
        "name": "Haiyang Zhang",
        "email": "haiyangz@microsoft.com",
        "time": "Mon Nov 08 14:04:39 2010 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Nov 09 16:42:10 2010 -0800"
      },
      "message": "staging: hv: Convert camel cased struct fields in hv_api.h to lower cases\n\nstaging: hv: Convert camel cased struct fields in hv_api.h to lower cases\n\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "83c720ea395c4ee725e1035cbcda809794b46091",
      "tree": "ba683a1eef41cfca86286a2d81d49068ac12d478",
      "parents": [
        "2acadc269fa1957438e64684460c27a33e6d2b08"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jul 22 15:14:04 2010 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jul 22 15:14:04 2010 -0700"
      },
      "message": "Staging: hv: remove DPRINT_EXIT macro\n\nNo need for it, use the built-in kernel function tracing instead\nif you really need something like this.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2acadc269fa1957438e64684460c27a33e6d2b08",
      "tree": "350a72c8ff7adc513d3d6d1bb1a7c1fa3ae37661",
      "parents": [
        "94daa643c144a5f76ac9ee2506084793d608374b"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jul 22 15:00:18 2010 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jul 22 15:00:18 2010 -0700"
      },
      "message": "Staging: hv: remove DPRINT_ENTER macro\n\nWe have ftrace to look at function traces if its really\nneeded.  Don\u0027t roll custom macros for this.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "72daf320fb322dc200824e2be17e69553a53fc8a",
      "tree": "77362ec2e6b55fed68a59b1c0a915419068d42f4",
      "parents": [
        "447fc67e7a8c4d0afdffa3e4535c1a98a84e59ab"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed May 05 22:45:25 2010 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 11 11:36:17 2010 -0700"
      },
      "message": "Staging: hv: rename VmbusPrivate.h to vmbus_private.h\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0d695f2b8fc8d6eaa85bd8317956a8307f9d0920",
      "tree": "9c50aebd9459f811c9150f22aba79746519c1214",
      "parents": [
        "d2124f293b77355669eaa880e85dd35f56ccab7e"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed May 05 22:14:22 2010 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 11 11:36:16 2010 -0700"
      },
      "message": "Staging: hv: rename Hv.c to hv.c\n\nNo CamelCase in file names.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1e19c054434c7d3ad618129c2ff5c3d81efa6949",
      "tree": "de0af2766b61998dadff0807f6c6df821cbce70a",
      "parents": [
        "2342df0e63f4ca9a4227ea06f951f09180497914"
      ],
      "author": {
        "name": "Bill Pemberton",
        "email": "wfp5p@virginia.edu",
        "time": "Wed May 05 15:27:29 2010 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 11 11:36:12 2010 -0700"
      },
      "message": "Staging: hv: Remove check for NULL before calling kfree()\n\nkfree() knows how to deal with NULL, so there\u0027s no reason to check for\nNULL before passing something to it.\n\nSigned-off-by: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "3e18951955797872558dad615851a4ca63b2770e",
      "tree": "15d6843515833c5aa7274042475fb43b47b07c76",
      "parents": [
        "173f3463804dbd583887de9871e85408942f90ee"
      ],
      "author": {
        "name": "Hank Janssen",
        "email": "hjanssen@microsoft.com",
        "time": "Thu Mar 04 22:11:00 2010 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue May 11 11:35:32 2010 -0700"
      },
      "message": "staging: hv: Corrected all header comment formats kernel-doc format\n\nRemoved kerneldoc /** from functions that should not have them.\nAdded proper kerneldoc headers to functions that should have them.\n\nThis includes fixes as pointed out by Randy Dunlap and Joe Perches.\n\nCc: Joe Perches \u003cjoe@perches.com\u003e\nAcked-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5a0e3ad6af8660be21ca98a971cd00f331318c05",
      "tree": "5bfb7be11a03176a87296a43ac6647975c00a1d1",
      "parents": [
        "ed391f4ebf8f701d3566423ce8f17e614cde9806"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Wed Mar 24 17:04:11 2010 +0900"
      },
      "committer": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Tue Mar 30 22:02:32 2010 +0900"
      },
      "message": "include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h\n\npercpu.h is included by sched.h and module.h and thus ends up being\nincluded when building most .c files.  percpu.h includes slab.h which\nin turn includes gfp.h making everything defined by the two files\nuniversally available and complicating inclusion dependencies.\n\npercpu.h -\u003e slab.h dependency is about to be removed.  Prepare for\nthis change by updating users of gfp and slab facilities include those\nheaders directly instead of assuming availability.  As this conversion\nneeds to touch large number of source files, the following script is\nused as the basis of conversion.\n\n  http://userweb.kernel.org/~tj/misc/slabh-sweep.py\n\nThe script does the followings.\n\n* Scan files for gfp and slab usages and update includes such that\n  only the necessary includes are there.  ie. if only gfp is used,\n  gfp.h, if slab is used, slab.h.\n\n* When the script inserts a new include, it looks at the include\n  blocks and try to put the new include such that its order conforms\n  to its surrounding.  It\u0027s put in the include block which contains\n  core kernel includes, in the same order that the rest are ordered -\n  alphabetical, Christmas tree, rev-Xmas-tree or at the end if there\n  doesn\u0027t seem to be any matching order.\n\n* If the script can\u0027t find a place to put a new include (mostly\n  because the file doesn\u0027t have fitting include block), it prints out\n  an error message indicating which .h file needs to be added to the\n  file.\n\nThe conversion was done in the following steps.\n\n1. The initial automatic conversion of all .c files updated slightly\n   over 4000 files, deleting around 700 includes and adding ~480 gfp.h\n   and ~3000 slab.h inclusions.  The script emitted errors for ~400\n   files.\n\n2. Each error was manually checked.  Some didn\u0027t need the inclusion,\n   some needed manual addition while adding it to implementation .h or\n   embedding .c file was more appropriate for others.  This step added\n   inclusions to around 150 files.\n\n3. The script was run again and the output was compared to the edits\n   from #2 to make sure no file was left behind.\n\n4. Several build tests were done and a couple of problems were fixed.\n   e.g. lib/decompress_*.c used malloc/free() wrappers around slab\n   APIs requiring slab.h to be added manually.\n\n5. The script was run on all .h files but without automatically\n   editing them as sprinkling gfp.h and slab.h inclusions around .h\n   files could easily lead to inclusion dependency hell.  Most gfp.h\n   inclusion directives were ignored as stuff from gfp.h was usually\n   wildly available and often used in preprocessor macros.  Each\n   slab.h inclusion directive was examined and added manually as\n   necessary.\n\n6. percpu.h was updated not to include slab.h.\n\n7. Build test were done on the following configurations and failures\n   were fixed.  CONFIG_GCOV_KERNEL was turned off for all tests (as my\n   distributed build env didn\u0027t work with gcov compiles) and a few\n   more options had to be turned off depending on archs to make things\n   build (like ipr on powerpc/64 which failed due to missing writeq).\n\n   * x86 and x86_64 UP and SMP allmodconfig and a custom test config.\n   * powerpc and powerpc64 SMP allmodconfig\n   * sparc and sparc64 SMP allmodconfig\n   * ia64 SMP allmodconfig\n   * s390 SMP allmodconfig\n   * alpha SMP allmodconfig\n   * um on x86_64 SMP allmodconfig\n\n8. percpu.h modifications were reverted so that it could be applied as\n   a separate patch and serve as bisection point.\n\nGiven the fact that I had only a couple of failures from tests on step\n6, I\u0027m fairly confident about the coverage of this conversion patch.\nIf there is a breakage, it\u0027s likely to be something in one of the arch\nheaders which should be easily discoverable easily on most builds of\nthe specific arch.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nGuess-its-ok-by: Christoph Lameter \u003ccl@linux-foundation.org\u003e\nCc: Ingo Molnar \u003cmingo@redhat.com\u003e\nCc: Lee Schermerhorn \u003cLee.Schermerhorn@hp.com\u003e\n"
    },
    {
      "commit": "a73e6b7c508f610eeb315c443d9ac79041124af0",
      "tree": "bb964201a624af0339e2158d962f2e3590ee350f",
      "parents": [
        "4f28900bcf9bb5e6fb0c18fc7ee325df66fe8bbd"
      ],
      "author": {
        "name": "Hank Janssen",
        "email": "hjanssen@microsoft.com",
        "time": "Fri Jan 22 19:17:50 2010 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Mar 03 16:42:37 2010 -0800"
      },
      "message": "Staging: hv: Remove xen legacy code and check for Hyper-V\n\nRemoved legacy XEN layer from hypervisor setup, and made sure only\nHyper-V is Is a valid hypervisor to run on.\n\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e.\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "7692fd4d441afac728cb83fdd33349d5ba07406c",
      "tree": "b9cf1374bf424bcf46bf43d9ab5d9f36a59c5d0c",
      "parents": [
        "d31a2ff03f31cbecb92bdc5b1ab9d62fb70971d7"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Jan 08 09:06:40 2010 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jan 20 15:05:26 2010 -0800"
      },
      "message": "Staging: hv: fix smp problems in the hyperv core code\n\nThis fixes a number of SMP problems that were in the hyperv core code.\n\nPatch originally written by K. Y. Srinivasan \u003cksrinivasan@novell.com\u003e\nbut forward ported to the latest in-kernel code and tweaked slightly by\nme.\n\nNovell, Inc. hereby disclaims all copyright in any derivative work\ncopyright associated with this patch.\n\nSigned-off-by: K. Y. Srinivasan \u003cksrinivasan@novell.com\u003e\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e.\nCc: stable \u003cstable@kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0831ad041fd3611b31c10b46b9716b3c6289f1a1",
      "tree": "78b27af5d6e3bda08b83eb96f9724a1142cf5a43",
      "parents": [
        "b3bfb3cecfef142a0caf49fbb85a1d5a056f5c16"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 31 20:23:33 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:02:01 2009 -0700"
      },
      "message": "Staging: hv: fix coding style issues in Hv.c\n\nLots of cleanups.\n\nNote, the use of volatile still needs to be resolved, and\npossibly the #ifdef could be done a bit \"better\".\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "645954c54287faee983d37705b80e9ae90c63782",
      "tree": "887f01a6939cca8f52f15381206ca57d4a244223",
      "parents": [
        "0b43c1806d6fe1f1f004f9e437c992ac1ddb931e"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Aug 28 16:22:59 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:02:00 2009 -0700"
      },
      "message": "Staging: hv: move logging.h\n\nMove it out of the include subdirectory.\n\nNo code changes here, just file movements.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "034469e6338b8d683419e3ee7f2543419dd5b574",
      "tree": "c2b1469f72c2ea35b18fb3538eeb0aafc5d36781",
      "parents": [
        "6658be6ad728c347df33b8593b75aafa3c52eeba"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 20 12:14:11 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:58 2009 -0700"
      },
      "message": "Staging: hv: coding style cleanups for HvStatus.h\n\nUgh, what a mess, it\u0027s all better now.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "eacb1b4d24c2a8b7c1d73bb72e04920980ec8a4f",
      "tree": "1ef1d177e22df6027b349b32b3a9a14fafb69a77",
      "parents": [
        "c786a84e9c7a3a342cda0aa19831417a64383444"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 20 12:11:26 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:57 2009 -0700"
      },
      "message": "Staging: hv: typdef fixes for HvSynicApi.h\n\nStill some volatile mis-usages left to fix.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "f80b3d51a6708b5f14a59c53b1343db59efdda1e",
      "tree": "1da7ba0a6bc22f22c6e6ee852470420ae99cdc8e",
      "parents": [
        "462eeeca0382fb00b3bd6db36a5ee9668a961eae"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Aug 20 12:09:34 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:57 2009 -0700"
      },
      "message": "Staging: hv: coding style cleanups for HvPtApi.h\n\nFix up the typedefs in there as well.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "cba4decdd3dcd224b17631572456951aace0a27e",
      "tree": "cb124729ece543f828c302643cfd756a809f3915",
      "parents": [
        "910d7b31f598a1ce7a0325889537aa993ed1ce1c"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 19 16:21:28 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:56 2009 -0700"
      },
      "message": "Staging: hv: coding style cleanup of include/HvHcApi.h\n\nCoding style fixes for include/HvHcApi.h\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4983b39a0687b00688478e6748b979a02934b234",
      "tree": "57c06411bc8cb8f3d7278c91752e12423d24ee03",
      "parents": [
        "d7363a194ba9fc4e91a354d5f4ba7f084b847c82"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Aug 19 16:14:47 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:56 2009 -0700"
      },
      "message": "Staging: hv: move osd.h\n\nThis moves osd.h out of the include/ subdirectory.\n\nNo code changes are made here.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "af248e1f1283792e95fd9842fe343f9260300c9d",
      "tree": "3354fb901e5c3345c137341f396ec773bf32f205",
      "parents": [
        "6ddf5a789653175350745debeb92b7c018daef22"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Aug 18 15:20:34 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:55 2009 -0700"
      },
      "message": "Staging: hv: clean up typedefs in Hv.h\n\nThis removes the typedefs from Hv.h, it\u0027s now clean from a\ncodingstyle.pl standpoint.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a0086dc512ba6c2161dcf48195daf177ad0c3615",
      "tree": "e8bc0107d6606c843b73178889680b5b59b2dc94",
      "parents": [
        "3523a805fd2462e7df1c3601c25a7a8df2f8f6a9"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 17 17:22:08 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:55 2009 -0700"
      },
      "message": "Staging: hv: remove Sources.c\n\nIt\u0027s a .c file including other .c files, ick.\nRemove that mess now that the header files are unwound.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "98d9fac4f0dec8545ed94abe729a15865cff6686",
      "tree": "ed6f8874d8055cc7ae5cd7bdc82a9b9f9cdf886b",
      "parents": [
        "a51ed7d65d62aa5ad8d364aa76af30328c26263f"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 17 17:20:55 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:55 2009 -0700"
      },
      "message": "Staging: hv: cleanup coding style issues in Hv.h\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a51ed7d65d62aa5ad8d364aa76af30328c26263f",
      "tree": "646c7ea87acbb035e6c8745256a3c87fe4ac48a2",
      "parents": [
        "e1415db7b6f216d4344db028581227e828a38eca"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 17 17:20:02 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:54 2009 -0700"
      },
      "message": "Staging: hv: remove ReadMsr and WriteMsr functions from Hv.h\n\nThey aren\u0027t needed as wrappers.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "bfc30aae73b6be57528059a9e03ce8674320e67b",
      "tree": "a94df22326528889e86f51d4634a66a416dbb38e",
      "parents": [
        "fa56d361b07513cba87cc5c2b57f3f51248f89a8"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 29 15:40:18 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:54 2009 -0700"
      },
      "message": "Staging: hv: osd: add osd_ prefix to global functions\n\nPut a \"osd_\" prefix on the osd.c functions in order for us to play nicer\nin the kernel namespace.\n\nCc: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "fa56d361b07513cba87cc5c2b57f3f51248f89a8",
      "tree": "b07a8b549d3c457637396b873534bc03e7180489",
      "parents": [
        "4a66384567dfa68fb0bf6604842b1262e601d4a2"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 29 15:39:27 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:53 2009 -0700"
      },
      "message": "Staging: hv: osd: remove physical address wrapper functions\n\nUse the real functions the kernel provides, so that people can see what\nis actually going on in the code easier.\n\nCc: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f931a70c370cc826191a51a79500b34cd592b25b",
      "tree": "ffcc04a08a3d65dc47994d37752043b5fd634672",
      "parents": [
        "45da89e559219d24a639f24a8d95a6c71d54736f"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 29 15:37:12 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:53 2009 -0700"
      },
      "message": "Staging: hv: remove custom cpuid function\n\nUse the one that the kernel provides, it does it correctly.\n\nCc: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b7c947f04888b8bb2dc79832c10ede73c5b8dae2",
      "tree": "590ef1050db69b55d478c6f04ebf8563db0aecdb",
      "parents": [
        "f4888417083723c4f5cbfdf4895653279ffdc31e"
      ],
      "author": {
        "name": "Bill Pemberton",
        "email": "wfp5p@virginia.edu",
        "time": "Wed Jul 29 17:00:13 2009 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:53 2009 -0700"
      },
      "message": "Staging: hv: remove wrapper function VirtualFree\n\nSigned-off-by: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "949cadaa054588db0c4a3a0cfc3ac93f08fda913",
      "tree": "ce68577effb36471c8e69f35c0fe98eede1b44f0",
      "parents": [
        "127729066686c363c405c586731235443c03c252"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 29 09:06:51 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:53 2009 -0700"
      },
      "message": "Staging: hv: fix sparse NULL pointer warnings\n\nThis fixes up all of the sparse warnings where NULL should be used\ninstead of 0.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "127729066686c363c405c586731235443c03c252",
      "tree": "52ce81a0dc7bb48e509596207b7423972eac2c43",
      "parents": [
        "bd1de709165a4f59878d4a272370fa228aa753f7"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 29 09:05:33 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:53 2009 -0700"
      },
      "message": "Staging: hv: fix sparse function warnings\n\nThis fixes up all of the sparse warnings about functions not being\nproperly declared.  Meaning, void functions need to say they are a void\nfunction, otherwise the compiler assumes it is an integer here.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "bd1de709165a4f59878d4a272370fa228aa753f7",
      "tree": "e4e112734f4632962790284721548c874bae0820",
      "parents": [
        "0b3f683488aaf5f501dfa9758054a23b1b625e4f"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 29 09:04:51 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:52 2009 -0700"
      },
      "message": "Staging: hv: fix sparse static warnings\n\nThis fixes up all of the sparse warnings about static functions.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "44f357f835d8a8223b922984eea01aaea29a5f0f",
      "tree": "56e6fa5957732a3248339465c4a9681771eab3d5",
      "parents": [
        "06d2e318b749689d659b3f0c90a157f1ebb31f15"
      ],
      "author": {
        "name": "Bill Pemberton",
        "email": "wfp5p@virginia.edu",
        "time": "Tue Jul 28 13:46:26 2009 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:52 2009 -0700"
      },
      "message": "Staging: hv: remove HANDLE typedef\n\nSigned-off-by: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "b75f9c8cd2b0ed58f07142af84ddc68be45068c3",
      "tree": "a26a31ce547022c95eb8449b05a5f68d9e1d2b23",
      "parents": [
        "25fb66ce44fc7bf54a7d57b5d740fca4c2cf0297"
      ],
      "author": {
        "name": "Bill Pemberton",
        "email": "wfp5p@virginia.edu",
        "time": "Mon Jul 27 16:47:38 2009 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:51 2009 -0700"
      },
      "message": "Staging: hv: Hv.c: remove unused physAddr\n\nphysAddr was declared but never used in HvInit()\n\nSigned-off-by: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "454f18a963cf6519bf317e74e6b9781ffef8d253",
      "tree": "67b206b51dfa5590f3fbdc3db094df1ba5194c6d",
      "parents": [
        "226408a4998041d7832123ab9ccd743e878197ed"
      ],
      "author": {
        "name": "Bill Pemberton",
        "email": "wfp5p@virginia.edu",
        "time": "Mon Jul 27 16:47:24 2009 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:50 2009 -0700"
      },
      "message": "Staging: hv: Remove C99 comments\n\nRemove C99 // comments with traditional /* */ comments\n\nSigned-off-by: Bill Pemberton \u003cwfp5p@virginia.edu\u003e\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2701f686d7083d516c2f937031515b032d71f563",
      "tree": "6b934ad51c3849ea980e36f3d8e43888b98269f9",
      "parents": [
        "04f50c4d25184edb5a47dc0dcbcf8f71c42e7a16"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jul 16 12:36:37 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:49 2009 -0700"
      },
      "message": "Staging: hv: fix up printk warnings\n\nAfter LogMsg was converted to printk, lots of build warnings showed up\nas no one was checking the arguments to LogMsg.  This patch fixes them\nall.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8c69f52ab3d918be9d91c8202e5321421876ea50",
      "tree": "89f7e7a1cf1bfaee3e18b5f0ad72a2f9f0f84432",
      "parents": [
        "0a72f3cf9f53ae0f4f1c6e05bb081d99b5d72db2"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 15 12:48:29 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:47 2009 -0700"
      },
      "message": "Staging: hv: osd: remove MemFree wrapper\n\nUse the \"real\" kfree call instead of a wrapper function.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0a72f3cf9f53ae0f4f1c6e05bb081d99b5d72db2",
      "tree": "224621be13f8cfe77606140ff7f8ec6c78cba1f8",
      "parents": [
        "e276a3a5781f1e1ce0f912cc909ade147fa86a53"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 15 12:48:01 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:47 2009 -0700"
      },
      "message": "Staging: hv: osd: remove MemAllocAtomic wrapper\n\nUse the \"real\" kmalloc call instead of a wrapper function.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e40d37cc002de9a6e3058646114b585ec4354745",
      "tree": "cdf7c0212d1d947aaaafae18ca4d1f3e6d7a4b45",
      "parents": [
        "0e727613ac6e1648d681a75d794862225c801d4b"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 15 12:47:22 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:47 2009 -0700"
      },
      "message": "Staging: hv: osd: remove MemAlloc wrapper\n\nUse the \"real\" kmalloc call instead of a wrapper function.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0e727613ac6e1648d681a75d794862225c801d4b",
      "tree": "eae5231be9b64b8a08c2823aec5ab0760c64e131",
      "parents": [
        "1f765540f49141e5418c3101df0f7580e7b10aa7"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jul 15 12:46:44 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:47 2009 -0700"
      },
      "message": "Staging: hv: remove TRUE, FALSE, and NULL usage\n\nDon\u0027t define things that are either already provided (like NULL), or you\nshouldn\u0027t use (like TRUE and FALSE).\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "45635d9703d649645afa52b23896d02e38a73852",
      "tree": "5abb437394a27ca3dd29ca1c122327378dd50f40",
      "parents": [
        "3abcbc45cb768ec84b9643bc8f141639dcfba4c3"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jul 14 15:14:20 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:46 2009 -0700"
      },
      "message": "Staging: hv: remove SIZE_T typedef\n\nThe SIZE_T typedef is now removed from the Hyper-V driver code.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "c4b0bc94828a86cfb6a975b0e0d92dc1cd389565",
      "tree": "d67ad0683d5f196baa70e9040021dbac0bf8e2fe",
      "parents": [
        "b509bf5badcd30b1c163349a87a56933b59663e1"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jul 14 15:12:46 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:46 2009 -0700"
      },
      "message": "Staging: hv: remove ULONG_PTR typedef\n\nThe ULONG_PTR typedef is now removed from the Hyper-V driver code.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "59471438ccbebafb0d63baf8b818d0ca692f882a",
      "tree": "df7f285d71108dc1b382b9d4a423e9588dc51135",
      "parents": [
        "4d64311468a90d4ab1e83c62d63b27da598b73ea"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jul 14 15:10:26 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:46 2009 -0700"
      },
      "message": "Staging: hv: remove UINT64 and INT64 and UCHAR typedefs\n\nThe UINT64 and INT64 and UCHAR typedefs are now removed from the Hyper-V\ndriver code.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "4d64311468a90d4ab1e83c62d63b27da598b73ea",
      "tree": "958df2af78911f7f6d66040f7fbcd965a1cbd4b6",
      "parents": [
        "5cd508bc3ac032343e6853cd5712ac392942fb2c"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jul 14 15:09:36 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:46 2009 -0700"
      },
      "message": "Staging: hv: remove UINT32 and INT32 typedefs\n\nThe UINT32 and INT32 typedefs are now removed from the Hyper-V driver\ncode.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "e20f683b6451a39619cd67e20d69597070aa8d17",
      "tree": "16d688431b867e1a94c32149f47831d90197fc85",
      "parents": [
        "8282c400144a83f85f637a5251740d670e392e84"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jul 14 15:07:21 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:45 2009 -0700"
      },
      "message": "Staging: hv: remove VOID typedef\n\nThe VOID typedef is now removed from the Hyper-V driver code.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "8282c400144a83f85f637a5251740d670e392e84",
      "tree": "9e88dca6ed8f346f849e4244e1fab613d9631fa3",
      "parents": [
        "2be1301b7dafe5c1d081607377291d4274b40d66"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jul 14 15:06:28 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:45 2009 -0700"
      },
      "message": "Staging: hv: remove PVOID typedef\n\nThe PVOID typedef is now removed from the Hyper-V driver code.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "530cf2070be30831a371b6c7181d15e5976b6fc7",
      "tree": "7f74e96c8a3c36a7b078d59c00277cf5b5cf7c38",
      "parents": [
        "09d50ff8a233a39e8697e776b06cf5be2de48bb1"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jul 16 22:31:15 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:44 2009 -0700"
      },
      "message": "Staging: hv: use the correct #ifdef for x86-64\n\nx86-64 needs a different config check.  Thanks to Hank for the debugging\nto determine the fix for this.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "09d50ff8a233a39e8697e776b06cf5be2de48bb1",
      "tree": "2c46d9fc92516c29cca36e5866ee4995e1bd44f1",
      "parents": [
        "51b671f2f40c303fd4d18e346f63af62c9b1f622"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 13 17:09:34 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:44 2009 -0700"
      },
      "message": "Staging: hv: make the Hyper-V virtual bus code build\n\nThe #define KERNEL_2_6_27 needs to be set, and I adjusted the include\ndirectories a bit to get things to build properly.\n\nI also fixed up the direct access of bus_id, as that field is now gone.\n\nThe hv_vmbus code should now build properly, with no errors.\n\nCc: Hank Janssen \u003chjanssen@microsoft.com\u003e\nCc: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "3e7ee4902fe6996048f03433dd111426db3cfa92",
      "tree": "c42d158ecca25ddb0b99a400fa2682eeaa0aa82e",
      "parents": [
        "ab05778195b5cc1e77130424f7f6b6f848a137f1"
      ],
      "author": {
        "name": "Hank Janssen",
        "email": "hjanssen@microsoft.com",
        "time": "Mon Jul 13 16:02:34 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 12:01:43 2009 -0700"
      },
      "message": "Staging: hv: add the Hyper-V virtual bus\n\nThis is the virtual bus that all of the Linux Hyper-V drivers use.\n\nSigned-off-by: Hank Janssen \u003chjanssen@microsoft.com\u003e\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    }
  ]
}
