)]}'
{
  "log": [
    {
      "commit": "9990d744bea7d28e83c420e2c9d524c7a8a2d136",
      "tree": "386a5540b41bf212a7b1fc5485292dc8de03bcf1",
      "parents": [
        "1622c3fcf4c1c6c8267938f366ecd2a348d67d93"
      ],
      "author": {
        "name": "Gerd Knorr",
        "email": "kraxel@bytesex.org",
        "time": "Sun May 01 08:59:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:20 2005 -0700"
      },
      "message": "[PATCH] dvb: cx22702 frontend driver update\n\nupdate cx22702 fe driver, add support for using the dvb pll lib, enable\ncx22702 support in cx88-dvb.\n\nSigned-off-by: Gerd Knorr \u003ckraxel@bytesex.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1622c3fcf4c1c6c8267938f366ecd2a348d67d93",
      "tree": "1a2cf22e71f88acbb9fdc0a1066be74064550ac1",
      "parents": [
        "f8e08a8466c4ac5f61b4bdb6338fd97eedb9c9e8"
      ],
      "author": {
        "name": "Gerd Knorr",
        "email": "kraxel@bytesex.org",
        "time": "Sun May 01 08:59:19 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:19 2005 -0700"
      },
      "message": "[PATCH] cx88-dvb oops fix\n\nFixup error path, without that one the driver kills the machine by oopsing\nin the IRQ handler in case the frontend initialization fails.\n\nSigned-off-by: Gerd Knorr \u003ckraxel@bytesex.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "439bd3708792e31057db424d1165473122d531a3",
      "tree": "ef9448f71bcfa5add4f15c2763c71751e7ea38d7",
      "parents": [
        "f78fc874f42f63a460bcebc2aeb98db526280d1c"
      ],
      "author": {
        "name": "Nicolas Boichat",
        "email": "nicolas@boichat.ch",
        "time": "Sun May 01 08:59:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:09 2005 -0700"
      },
      "message": "[PATCH] Leadtek Winfast remote controls\n\nAdd missing button codes for the Leadtek Winfast remote controls.\n\nSigned-off-by: Nicolas Boichat \u003cnicolas@boichat.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6c9e7376bed151d1655c12d2d5f5cc96bfb83dbd",
      "tree": "f165da2f8328183cdae502f5d11067d38b657f96",
      "parents": [
        "0c8b971ebb21dc33271c38d17fd58b8072009dc5"
      ],
      "author": {
        "name": "Peter Missel",
        "email": "peter.missel@onlinehome.de",
        "time": "Sun May 01 08:59:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:05 2005 -0700"
      },
      "message": "[PATCH] LifeView FlyTV Platinum FM: GPIO usage\n\nThis is take two of a patch that should have appeared two days ago, before\nyesterday\u0027s \"remote control\" patch for the same card.\n\nThis patch sets unconnected GPIO to Output to keep them from floating (just\ngood driver writing practice, being nice to the chip), and uses GPIO16 to\nswitch TV vs.  FM - this pin switches inputs onto the tuner, as well as the\naudio output from the tuner into the 7135 SIF input.  Consequently, FM\nradio support is being un-commented because it\u0027s now working (sort of, see\nbelow).\n\nThese two patches get the card almost fully operational; there appears to\nbe a bug in tda8290.c remaining that puts an offset onto the tuned\nfrequency in FM radio mode.  We\u0027re investigating.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0c8b971ebb21dc33271c38d17fd58b8072009dc5",
      "tree": "0c31a9f86da98a45a69c98c728f32b93e0d0dfcf",
      "parents": [
        "9a3bb3017383fbb6fe56431d17f60bd0d50f0717"
      ],
      "author": {
        "name": "Peter Missel",
        "email": "peter.missel@onlinehome.de",
        "time": "Sun May 01 08:59:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:05 2005 -0700"
      },
      "message": "[PATCH] LifeView FlyTV Platinum FM: Remote Control support\n\nSubject says it ...  this card\u0027s IR microcontroller design and attachment\nare compatible to the company\u0027s previous designs, so the patch was as\nsimple as it gets.\nDESC\nLifeView FlyTV Platinum FM: GPIO usage\nEDESC\nFrom: Peter Missel \u003cpeter.missel@onlinehome.de\u003e\n\nThis is take two of a patch that should have appeared two days ago, before\nyesterday\u0027s \"remote control\" patch for the same card.\n\nThis patch sets unconnected GPIO to Output to keep them from floating (just\ngood driver writing practice, being nice to the chip), and uses GPIO16 to\nswitch TV vs.  FM - this pin switches inputs onto the tuner, as well as the\naudio output from the tuner into the 7135 SIF input.  Consequently, FM\nradio support is being un-commented because it\u0027s now working (sort of, see\nbelow).\n\nThese two patches get the card almost fully operational; there appears to\nbe a bug in tda8290.c remaining that puts an offset onto the tuned\nfrequency in FM radio mode.  We\u0027re investigating.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "975e046cc06005bafe0c5ce81d55a1b1eb84f5a1",
      "tree": "6e95047664d5d5e2006a753449122cd6e7e32002",
      "parents": [
        "31143a12044caa3521edafd736e3bc18c098d2fd"
      ],
      "author": {
        "name": "Bert Wesarg",
        "email": "wesarg@informatik.uni-halle.de",
        "time": "Sat Apr 16 15:25:43 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:25:43 2005 -0700"
      },
      "message": "[PATCH] fix module_param_string() calls\n\nThis patch fix 3 calls to module_param_string() in\ndriver/media/video/tuner-core.c and drivers/media/video/tda9887.c.  In all\nthree places, the len and the perm parameter was switched.\n\nSigned-off-by: Bert Wesarg \u003cwesarg@informatik.uni-halle.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a291068991c4d0cc4c2bd533094422bf417c86dd",
      "tree": "df3494c807602bdaa5e83cd04bf61c24bcfa516d",
      "parents": [
        "8bf28030f3683f69669d08cb5b32bc46db3d22ae"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Sat Apr 16 15:25:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:25:27 2005 -0700"
      },
      "message": "[PATCH] fix u32 vs. pm_message_t in drivers/media\n\nHere are fixes for drivers/media.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1db7fc75a410d9a15cbc58a9b073a688669c6d42",
      "tree": "cddd6fefd8e9895db1dfc933a5a174ec374694ec",
      "parents": [
        "51410d3c53d85da0f24277f9580cbec1260ffc8f"
      ],
      "author": {
        "name": "akpm@osdl.org",
        "email": "akpm@osdl.org",
        "time": "Sat Apr 16 15:24:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:24:02 2005 -0700"
      },
      "message": "[PATCH] fix Bug 4395: modprobe bttv freezes the computer\n\n\r)\n\n\nFrom: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\n\nFix http://bugme.osdl.org/show_bug.cgi?id\u003d4395.\n\nPatch by Manu Abraham and Gerd Knorr:\n\nRemove redundant bttv_reset_audio() which caused the computer to freeze\nwith some bt8xx based DVB cards when loading the bttv driver.\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\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"
    }
  ]
}
