)]}'
{
  "log": [
    {
      "commit": "35169529093be3bbef70afd3c4125e35cece7e03",
      "tree": "2cb4f4df0799f4e23d475d284d63a4941b844679",
      "parents": [
        "63c9a8b3023e6e276343da56e0f31a98c28ece9b"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Sun Jan 10 09:41:24 2010 +0100"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed Feb 17 17:37:35 2010 +0100"
      },
      "message": "pcmcia/yenta: add module parameter for O2 speedups\n\nO2-bridges can do read prefetch and write burst. However, for some combinations\nof older bridges and cards, this causes problems, so it is disabled for those\nbridges. Now, as some users know their setup works with the speedups enabled, a\nnew parameter is introduced to the driver. Now, a user can specifically enable\nor disable these features, while the default is what we have today: detect the\nbridge and decide accordingly. Fixes Bugzilla entry 15014.\n\nSimplify and unify the printouts, fix a whitespace issue while we are here.\n\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nTested-by: frodone@gmail.com\n[linux@dominikbrodowski.net: whitespace fixes]\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "bb015f0c85362aa767f8f00f50a40d85e489414f",
      "tree": "8f45c92a354d02f2d25c451a83398886cd78bc1c",
      "parents": [
        "94efb72328afa29ea5fd93e48ed17489afcdaa12"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Mon Oct 19 11:43:32 2009 +0200"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Sat Oct 24 17:13:01 2009 +0200"
      },
      "message": "pcmcia: drop already defined PCI_IDs\n\nOut of 10 PCI_IDs found in the PCMCIA subsystem, only two were not defined in\npci_ids.h. Move them and drop the duplicates. Successfully build-tested.\n\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nCc: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "1ff84890b62b20823b3697a6041bbec1b5280cee",
      "tree": "b6b4181247807a60327018e0e6b1d6bc7b4f78c4",
      "parents": [
        "b4b3d7bbe1e1d924dc5f3b48b6c06977aee2d494"
      ],
      "author": {
        "name": "Tomas Kovacik",
        "email": "nail@nodomain.sk",
        "time": "Sun Jul 26 22:04:58 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 10:17:16 2009 -0700"
      },
      "message": "pcmcia: disable prefetch/burst for OZ6933\n\nProblems have been reported [1], so disable prefetch/burst, to be on the safe\nside.\n\n[1] http://www.mail-archive.com/linux-pcmcia@lists.infradead.org/msg02048.html\n\nSigned-off-by: Tomáš Kováčik \u003cnail@nodomain.sk\u003e\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "dd797d81d3d7da31a50031f2741b93327ed22260",
      "tree": "22b4479e71b48666c3b76c97473758c1b3006441",
      "parents": [
        "6e86841d05f371b5b9b86ce76c02aaee83352298"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Sat Aug 02 17:54:14 2008 +0200"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Sat Aug 23 01:49:44 2008 +0200"
      },
      "message": "pcmcia: use dev_printk and dev_dbg in yenta_socket\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "eaaf9c68e75edf0fa51c5770eb68c2a6cb5ff66b",
      "tree": "9f9426f38eff47c4e6ab4bc361dc66c30974b075",
      "parents": [
        "d8c4b4195c7d664baf296818bf756775149232d3"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz@gmx.ch",
        "time": "Thu Jul 28 01:07:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:39:01 2005 -0700"
      },
      "message": "[PATCH] pcmcia: disable read prefetch/write burst on old O2Micro bridges\n\nOlder O2Micro bridges have problems with both read prefetch and write burst\ndepending on the combination of the chipset, bridge, cardbus card.  safest is\nto disable read prefetch and write burst on those old bridges.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\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"
    }
  ]
}
