)]}'
{
  "log": [
    {
      "commit": "46e178535836dcd7ef92f179218628d101892c59",
      "tree": "db323b41078da50d3cd56a6f99da919bc619e4eb",
      "parents": [
        "a1bfcd97414d3e9b3c96f27d9b1a1e76c9543ba6"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Fri Oct 28 15:14:47 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Oct 28 19:06:43 2005 -0400"
      },
      "message": "[PATCH] b44: fix suspend/resume\n\nFix suspend/resume on b44 by freeing/reacquiring irq.  Otherwise it hangs\non resume.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "b4558ea93d66a43f7990d26f145fd4c54a01c9bf",
      "tree": "70aa8ba4864f8ee994b7f5278f5045af6a646d34",
      "parents": [
        "7380a78a973a8109c13cb0e47617c456b6f6e1f5"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Fri Oct 28 16:53:13 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Oct 28 16:53:13 2005 -0400"
      },
      "message": "drivers/net: Remove pointless checks for NULL prior to calling kfree()\n"
    },
    {
      "commit": "89358f90ab6f6657d386e77e19c805d7ab88694f",
      "tree": "3b0192df7f164e1f409385626e605cf09bd93c93",
      "parents": [
        "48257c4f168e5d040394aeca4d37b59f68e0d36b"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Fri Oct 28 16:38:02 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Oct 28 16:38:02 2005 -0400"
      },
      "message": "[netdrvr b44] include linux/dma-mapping.h to eliminate warning\n"
    },
    {
      "commit": "adf6e00064ebcd3d82009ba6ef66f489f0885ebd",
      "tree": "d28e9462118fe0702fb717838e094867aae00f7b",
      "parents": [
        "9eb343aeb3e106c1e4c07e2863f45b2c121b3b78"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "matthew@wil.cx",
        "time": "Tue Oct 04 11:25:17 2005 -0600"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Oct 28 16:14:10 2005 -0400"
      },
      "message": "[PATCH] b44 reports wrong advertised flags\n\nLooks like someone used the MII constants instead of the ethtool constants.\n\nSigned-off-by: Matthew Wilcox \u003cmatthew@wil.cx\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "9f38c636ababfb41e58c9ec1e9719492ef7f0479",
      "tree": "52a0d64efd7a0f814dd327f2bd983a5c8260b1be",
      "parents": [
        "df49898a47061e82219c991dfbe9ac6ddf7a866b"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Tue Oct 18 21:30:59 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Oct 18 22:27:13 2005 -0400"
      },
      "message": "[PATCH] b44: alternate allocation option for DMA descriptors\n\nThis is a (final?) hack to support the odd DMA allocation requirements\nof the b44 hardware.  The b44 hardware has a 30-bit DMA mask.  On x86,\nanything less than a 32-bit DMA mask forces allocations into the 16MB\nGFP_DMA range.  The memory there is somewhat limited, often resulting\nin an inability to initialize the b44 driver.\n\nThis hack uses streaming DMA allocation APIs in order to provide an\nalternative in case the GFP_DMA allocation fails.  It is somewhat ugly,\nbut not much worse than the similar existing hacks to support SKB\nallocations in the same driver.  FWIW, I have received positive\nfeedback on this from several Fedora users.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2160de53cc17a40ad07bd38bf52dd0bb72dd5183",
      "tree": "398073edc9425debbee57d6bcd844f6291a411e5",
      "parents": [
        "62a720b889a37496d5f36d09875578956745d196"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Mon Sep 12 10:48:55 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed Sep 14 08:29:31 2005 -0400"
      },
      "message": "[PATCH] b44: support ETHTOOL_GPERMADDR\n\nAdd support for ETHTOOL_GPERMADDR to b44.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "5028770a42e7bc4d15791a44c28f0ad539323807",
      "tree": "74800e35129775413c13ce7caf036ca19e3ce56c",
      "parents": [
        "9f02d6b7b43d46a74dd385f06090104ecd0fb807",
        "d8683a0cb5d09cb7f19feefa708424a84577e68f"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jul 12 17:21:56 2005 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jul 12 17:21:56 2005 -0400"
      },
      "message": "[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "d58da590451cf6ae75379a2ebf96d3afb8d810d8",
      "tree": "3b39228dbd1ed798965cf64f5bd98a498f5811cc",
      "parents": [
        "362b06bb70b5a5779b2e852e0f2bdb437061106e"
      ],
      "author": {
        "name": "David Shaohua Li",
        "email": "shaohua.li@intel.com",
        "time": "Fri Mar 18 16:43:54 2005 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Mon Jul 11 23:23:46 2005 -0400"
      },
      "message": "[ACPI] S3 Suspend to RAM: fix driver suspend/resume methods\n\nDrivers should do this:\n\n.suspend()\n\tpci_disable_device()\n\n.resume()\n\tpci_enable_device()\n\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d3469\n\nSigned-off-by: David Shaohua Li \u003cshaohua.li@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "e254e9bff5283aad1af6d74d2a312ee011b84d61",
      "tree": "7b87098577463bca2576d3cabe20360122c4ba84",
      "parents": [
        "1fe2cb32763457a829d33b38ec117ffe5c98e045"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Jun 08 15:11:57 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:46:40 2005 -0400"
      },
      "message": "[PATCH] b44: check link state during open\n\nCheck the link state during b44_open.  This closes a 1 HZ window\nthat existed after b44_open ran but before the b44_timer handler ran,\nduring which ethtool would report \"Link detected: yes\" no matter what\nthe link state actually was.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
