)]}'
{
  "log": [
    {
      "commit": "5d4e2d08e7fdf7339f84a1c670d296a77e02f881",
      "tree": "1c419660defa56191091dfdf50fdb57a72009173",
      "parents": [
        "fb2123fad3b499f0898835b19dbb93b18d27ee98",
        "94ca629e40eb7e997be21d8065c25e4f3797b03f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 16:02:13 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 22 16:02:13 2012 -0700"
      },
      "message": "Merge tag \u0027driver-core-3.5-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core\n\nPull driver core updates from Greg Kroah-Hartman:\n \"Here\u0027s the driver core, and other driver subsystems, pull request for\n  the 3.5-rc1 merge window.\n\n  Outside of a few minor driver core changes, we ended up with the\n  following different subsystem and core changes as well, due to\n  interdependancies on the driver core:\n   - hyperv driver updates\n   - drivers/memory being created and some drivers moved into it\n   - extcon driver subsystem created out of the old Android staging\n     switch driver code\n   - dynamic debug updates\n   - printk rework, and /dev/kmsg changes\n\n  All of this has been tested in the linux-next releases for a few weeks\n  with no reported problems.\n\n  Signed-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\"\n\nFix up conflicts in drivers/extcon/extcon-max8997.c where git noticed\nthat a patch to the deleted drivers/misc/max8997-muic.c driver needs to\nbe applied to this one.\n\n* tag \u0027driver-core-3.5-rc1\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (90 commits)\n  uio_pdrv_genirq: get irq through platform resource if not set otherwise\n  memory: tegra{20,30}-mc: Remove empty *_remove()\n  printk() - isolate KERN_CONT users from ordinary complete lines\n  sysfs: get rid of some lockdep false positives\n  Drivers: hv: util: Properly handle version negotiations.\n  Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp()\n  memory: tegra{20,30}-mc: Use dev_err_ratelimited()\n  driver core: Add dev_*_ratelimited() family\n  Driver Core: don\u0027t oops with unregistered driver in driver_find_device()\n  printk() - restore prefix/timestamp printing for multi-newline strings\n  printk: add stub for prepend_timestamp()\n  ARM: tegra30: Make MC optional in Kconfig\n  ARM: tegra20: Make MC optional in Kconfig\n  ARM: tegra30: MC: Remove unnecessary BUG*()\n  ARM: tegra20: MC: Remove unnecessary BUG*()\n  printk: correctly align __log_buf\n  ARM: tegra30: Add Tegra Memory Controller(MC) driver\n  ARM: tegra20: Add Tegra Memory Controller(MC) driver\n  printk() - restore timestamp printing at console output\n  printk() - do not merge continuation lines of different threads\n  ...\n"
    },
    {
      "commit": "c836d0ab70acf7b7bd2b698278e8abae9e6d9978",
      "tree": "5e3c677b2314e6643785133569950d29cbf4dd7f",
      "parents": [
        "a360530012766e5fd752bd6538c8cc6349846781"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Sat May 12 13:44:58 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 14 08:59:31 2012 -0700"
      },
      "message": "Drivers: hv: util: Properly handle version negotiations.\n\nThe current version negotiation code is not \"future proof\". Fix this\nby allowing each service the flexibility to either specify the highest\nversion it can support or it can support the highest version number\nthe host is offering.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nReviewed-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "commit": "a360530012766e5fd752bd6538c8cc6349846781",
      "tree": "ac8f35476b06598fa313c71342b2a2a1e3c7a1d6",
      "parents": [
        "90394482b807cb0a474fb387ed020603df14cfd0"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Sat May 12 13:44:57 2012 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Mon May 14 08:59:31 2012 -0700"
      },
      "message": "Drivers: hv: Get rid of an unnecessary check in vmbus_prep_negotiate_resp()\n\nThe vmbus_prep_negotiate_resp() is only invoked when we are negotiating\nthe version; so the current check in vmbus_prep_negotiate_resp()\nis unnecessary. Get rid of it.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nReviewed-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\n"
    },
    {
      "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": "33be96e47cc27f2f1a753a0707b02a73df8c8d46",
      "tree": "2b0361f4d39a14e2ddd0d23e66656e6174b3cb71",
      "parents": [
        "ede7193d4fdca98178240500d8684dbc139ca26f"
      ],
      "author": {
        "name": "Haiyang Zhang",
        "email": "haiyangz@microsoft.com",
        "time": "Tue Mar 27 13:20:45 2012 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Apr 03 17:47:15 2012 -0400"
      },
      "message": "net/hyperv: Add flow control based on hi/low watermark\n\nIn the existing code, we only stop queue when the ringbuffer is full,\nso the current packet has to be dropped or retried from upper layer.\n\nThis patch stops the tx queue when available ringbuffer is below\nthe low watermark. So the ringbuffer still has small amount of space\navailable for the current packet. This will reduce the overhead of\nretries on sending.\n\nSigned-off-by: Haiyang Zhang \u003chaiyangz@microsoft.com\u003e\nReviewed-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "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": "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": "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": "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": "4f03a2c934894f30a64d397df8c7c4de129c5b30",
      "tree": "7bb0f54b6ba31aaec90e1703d0d5485977f72dbc",
      "parents": [
        "bd1d462e13b278fc57752d0b9b15040e60e561a0"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Fri Jan 27 15:55:57 2012 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@linuxfoundation.org",
        "time": "Thu Feb 02 15:30:47 2012 -0800"
      },
      "message": "drivers: hv: kvp: Add/cleanup connector defines\n\nThe current KVP code carries some private connector related defines.\nUpdate connector.h to have all the KVP defines. As part of this patch\nget rid of some unused defines.\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": "2897a563a55442379e5e59ec68c229a7f27fb7c6",
      "tree": "3397f56632fd0e44cac086fdd6d11f03e87bc720",
      "parents": [
        "85f7f6c0edb8414053d788229c97d5ecff21efab"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Sun Jan 08 10:12:18 2012 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jan 24 12:56:01 2012 -0800"
      },
      "message": "drivers: hv: Get rid of some unnecessary code\n\nThe current code unnecessarily limits the number of offers we handle.\nGet rid of this limitation. As part of this cleanup, also get rid of an\nunused define - MAX_MSG_TYPES.\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": "55b81e6f2795484ea8edf5805c95c007cacfa736",
      "tree": "c3724975107857fcc03b5dd649c462e4f72397be",
      "parents": [
        "5983faf942f260023e547f3c5f38c1033c35cc9b",
        "08e87d0d773dc9ca5faf4c3306e238ed0ea129b0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 09 12:09:47 2012 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Jan 09 12:09:47 2012 -0800"
      },
      "message": "Merge branch \u0027usb-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb\n\n* \u0027usb-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (232 commits)\n  USB: Add USB-ID for Multiplex RC serial adapter to cp210x.c\n  xhci: Clean up 32-bit build warnings.\n  USB: update documentation for usbmon\n  usb: usb-storage doesn\u0027t support dynamic id currently, the patch disables the feature to fix an oops\n  drivers/usb/class/cdc-acm.c: clear dangling pointer\n  drivers/usb/dwc3/dwc3-pci.c: introduce missing kfree\n  drivers/usb/host/isp1760-if.c: introduce missing kfree\n  usb: option: add ZD Incorporated HSPA modem\n  usb: ch9: fix up MaxStreams helper\n  USB: usb-skeleton.c: cleanup open_count\n  USB: usb-skeleton.c: fix open/disconnect race\n  xhci: Properly handle COMP_2ND_BW_ERR\n  USB: remove dead code from suspend/resume path\n  USB: add quirk for another camera\n  drivers: usb: wusbcore: Fix dependency for USB_WUSB\n  xhci: Better debugging for critical host errors.\n  xhci: Be less verbose during URB cancellation.\n  xhci: Remove debugging about ring structure allocation.\n  xhci: Remove debugging about toggling cycle bits.\n  xhci: Remove debugging for individual transfers.\n  ...\n"
    },
    {
      "commit": "8f257a142fc3868d69de3f996b95d7bdbc509560",
      "tree": "8c1c4e981aacafaa01b5379cbcf2abafce16fa1d",
      "parents": [
        "b9d4e714a86a4e88c2f530c76597f7025e5851d6"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Tue Dec 27 13:49:37 2011 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jan 04 16:14:44 2012 -0800"
      },
      "message": "Drivers:hv: Fix a bug in vmbus_driver_unregister()\n\nThe function vmbus_exists() was introduced recently to deal with cases where\nthe vmbus driver failed to initialize and yet other Hyper-V drivers attempted\nto register with the vmbus bus driver. This patch introduced a bug where\nvmbus_driver_unregister() would fail to unregister the driver. This patch\nfixes the problem.\n\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Fuzhou Chen \u003cfuzhouch@microsoft.com\u003e\nCc: Sasha Levin \u003clevinsasha928@gmail.com\u003e\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\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": "8b8ee6753154dd6cfe397e0d29fe7f90a8adb50b",
      "tree": "68074e942e13821438187f5e3f50cf7ad15c0df7",
      "parents": [
        "2eb7f204db51969ea558802a6601d79c2fb273b9"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Mon Dec 12 09:29:16 2011 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Dec 12 14:23:20 2011 -0800"
      },
      "message": "Drivers: hv: Fix a memory leak\n\nThere was a memory leak in a failure path in vmbus_process_offer().\nFix it.\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": "cf6a2eacbcb2593b5b91d0817915c4f0464bb534",
      "tree": "720c96644b6d60ce2b8db2c52cb80591421e1b82",
      "parents": [
        "d2554f50df9be3c53a13f7541a5f4d054bd56cc3"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Thu Dec 01 09:59:34 2011 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Dec 09 16:23:49 2011 -0800"
      },
      "message": "drivers: hv: Don\u0027t OOPS when you cannot init vmbus\n\nThe hv vmbus driver was causing an OOPS since it was trying to register drivers\non top of the bus even if initialization of the bus has failed for some\nreason (such as the odd chance someone would run a hv enabled kernel in a\nnon-hv environment).\n\nSigned-off-by: Sasha Levin \u003clevinsasha928@gmail.com\u003e\nSigned-off-by: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nCc: stable \u003cstable@vger.kernel.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "124a6b4c4dae0317a0689a42ed0c68fabeb10c8d",
      "tree": "ec5e04f8daab531bb04a2e0d44c6724dbd6bc386",
      "parents": [
        "43d4e119f944a41a7694552353635ad9b2cd8b37"
      ],
      "author": {
        "name": "Bart Van Assche",
        "email": "bvanassche@acm.org",
        "time": "Fri Nov 18 18:40:52 2011 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Nov 26 17:05:34 2011 -0800"
      },
      "message": "hv: Add Kconfig menu entry\n\nMost of the drivers/*/Kconfig files define a menu entry. Define\na menu item for hv too such that it becomes uniform with e.g.\nvirtio for at least \"make xconfig\" and \"make menuconfig\" users.\n\nSigned-off-by: Bart Van Assche \u003cbvanassche@acm.org\u003e\nCc: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nCc: James Bottomley \u003cJBottomley@Parallels.com\u003e\nCc: K. Y. Srinivasan \u003ckys@microsoft.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "43d4e119f944a41a7694552353635ad9b2cd8b37",
      "tree": "221c3c2c938ec9452e0fc53c6bc3de17a67a28b1",
      "parents": [
        "a48b0c4c7dfe8de55057c6c431ec47d489d1ff7a"
      ],
      "author": {
        "name": "K. Y. Srinivasan",
        "email": "kys@microsoft.com",
        "time": "Mon Oct 24 11:28:12 2011 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sat Nov 26 17:05:34 2011 -0800"
      },
      "message": "Staging: hv: vmbus: Support building the vmbus driver as part of the kernel\n\nModify the way we initialize the vmbus driver so that all the hyper-v drivers\ncan be linked with the kernel and still ensure that the vmbus driver\nis fully initialized before the drivers that depend upon the vmbus\ndriver attempt to initialize.\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": "0720a06a7518c9d0c0125bd5d1f3b6264c55c3dd",
      "tree": "6895ca20afb24b38f0246b370cba7dc6e72764cb",
      "parents": [
        "b7463c71fbbff7111d0c879d2f64fe2b08f51848"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Thu Nov 17 16:42:19 2011 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 18 10:51:01 2011 -0800"
      },
      "message": "NLS: improve UTF8 -\u003e UTF16 string conversion routine\n\nThe utf8s_to_utf16s conversion routine needs to be improved.  Unlike\nits utf16s_to_utf8s sibling, it doesn\u0027t accept arguments specifying\nthe maximum length of the output buffer or the endianness of its\n16-bit output.\n\nThis patch (as1501) adds the two missing arguments, and adjusts the\nonly two places in the kernel where the function is called.  A\nfollow-on patch will add a third caller that does utilize the new\ncapabilities.\n\nThe two conversion routines are still annoyingly inconsistent in the\nway they handle invalid byte combinations.  But that\u0027s a subject for a\ndifferent patch.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCC: Clemens Ladisch \u003cclemens@ladisch.de\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": "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": "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"
    }
  ]
}
