)]}'
{
  "log": [
    {
      "commit": "39fa58007a54b09c91cb7bf3ce3cfcc4957f92ff",
      "tree": "78ccf7229589e3ff2a216b758562440e8d0fe602",
      "parents": [
        "668d1e6093110f7534e661e2ff43d54c74659b6d"
      ],
      "author": {
        "name": "Vojtech Pavlik",
        "email": "vojtech@suse.cz",
        "time": "Sat May 28 02:11:16 2005 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Sat May 28 02:11:16 2005 -0500"
      },
      "message": "Input: Add a missing KERN_INFO message designation, fix behavior\n       when only a keyboard part of the controller is detected.\n\nSigned-off-by: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "668d1e6093110f7534e661e2ff43d54c74659b6d",
      "tree": "58823c949c881605fdf7b23876f2f682fa52effb",
      "parents": [
        "271b74d0b886301f297407dd7ae11b99607f8089"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat May 28 02:11:12 2005 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Sat May 28 02:11:12 2005 -0500"
      },
      "message": "Input:\nThis patch adds dummy gameport_register_port, gameport_unregister_port\nand gameport_set_phys functions to gameport.h for the case when a driver\ncan\u0027t use gameport.\n\nThis fixes the compilation of some OSS drivers with GAMEPORT\u003dn without\nthe need to #if inside every single driver.\n\nThis patch also removes the non-working and now obsolete SOUND_GAMEPORT.\n\nThis patch is also an alternative solution for ALSA drivers with similar\nproblems (but #if\u0027s inside the drivers might have the advantage of\nsaving some more bytes of gameport is not available).\n\nThe only user-visible change is that for GAMEPORT\u003dm the affected OSS\ndrivers are now allowed to be built statically (but they won\u0027t have\ngameport support).\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "271b74d0b886301f297407dd7ae11b99607f8089",
      "tree": "cb0ed8158d8842c383a6ce6af02ffe8b8f723616",
      "parents": [
        "254feb882a7c6e4e51416dff6a97d847fbbba551"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sat May 28 02:11:06 2005 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Sat May 28 02:11:06 2005 -0500"
      },
      "message": "Input: Fix a warning in psmouse-base.c\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "53b21689ba567ad437e4d7917dd9da54a8d6fd5c",
      "tree": "c8cdaab37c1ac04fbf9a8baf01122a55f69ee741",
      "parents": [
        "7a019225c797a1047470accee950d69cfe7c59c5"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon May 16 21:53:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:17 2005 -0700"
      },
      "message": "[PATCH] drivers/input/keyboard/atkbd.c: fix off by one errors\n\nThis patch fixes two possible off by one errors found by the Coverity\nchecker (look at the period[i] and delay[j] in the two first unchanged\nlines).\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nCc: Dmitry Torokhov \u003cdtor_core@ameritech.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "baae956100334ffbd101eea5eeea9a5ac9cf3abd",
      "tree": "a34376cb09b394beeff437761094d95b0f7fc28b",
      "parents": [
        "1ff2c873ca11f9e6abffb004b908756b27597672"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Mon May 16 21:53:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:10 2005 -0700"
      },
      "message": "[PATCH] serio \u0027id\u0027 attributes\n\nmove serio port\u0027s id attributes into separate subdirectory:\n       ..devices/serioX/id_type  -\u003e ..devices/serioX/id/type\n       ..devices/serioX/id_proto -\u003e ..devices/serioX/id/proto\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1ff2c873ca11f9e6abffb004b908756b27597672",
      "tree": "0c231057e7d947882fcb33b5fa277ba08423a70b",
      "parents": [
        "f3a5c73d5ecb40909db662c4d2ace497b25c5940"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Mon May 16 21:53:07 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:10 2005 -0700"
      },
      "message": "[PATCH] serport oops fix\n\nserport - avoid calling serio_interrupt or serio_write_wakeup on unregistered\nport.  Also fix memory leak which could happen if serport was left unused by\nmoving serio allocation down to serport_ldisc_read.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f3a5c73d5ecb40909db662c4d2ace497b25c5940",
      "tree": "5bfe12968e0cfb13fef2c752712cbf2c5d15bdb9",
      "parents": [
        "64b14d375263019753dd1405e4edd91a1715301d"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Mon May 16 21:53:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:09 2005 -0700"
      },
      "message": "[PATCH] ALPS resume fix\n\nALPS needs to be reset for detection to work reliably when reconnecting.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "64b14d375263019753dd1405e4edd91a1715301d",
      "tree": "532b0f540ff3708a8463ce3d267136f93ddb90de",
      "parents": [
        "0c3f2be423dafb9f914afe85e532e3fffd502fde"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon May 16 21:53:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:09 2005 -0700"
      },
      "message": "[PATCH] alps printk tidy\n\nMake the alps printk output look consistent.\n\nCc: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0c3f2be423dafb9f914afe85e532e3fffd502fde",
      "tree": "5dd44497a960dc4faf078eaa761f42c0766d11b2",
      "parents": [
        "135255605d089202bec61b4a000ee762e9bc9d9c"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Mon May 16 21:53:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:09 2005 -0700"
      },
      "message": "[PATCH] serio resume fix\n\nserio - do not attempt to immediately disconnect port if resume failed, let\nkseriod take care of it.  Otherwise we may attempt to unregister associated\ninput devices which will generate hotplug events which are not handled well\nduring swsusp.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: Vojtech Pavlik \u003cvojtech@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6c207e769297946a0adec45225c6999f1299dde3",
      "tree": "2e4890b150d6f7055b2ecda3600df04c28d8bfb6",
      "parents": [
        "0dec63bab860cc60cc444faa0ac459f1b53545ff"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun May 01 08:59:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:30 2005 -0700"
      },
      "message": "[PATCH] drivers/input/joystick/spaceorb.c: fix an array overflow\n\nThis patch fixes an array overflow found by the Coverity checker.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fbd568a3e61a7decb8a754ad952aaa5b5c82e9e5",
      "tree": "40a44149a9b6a39eac5481380e2212f9b9b74eb2",
      "parents": [
        "9b06e818985d139fd9e82c28297f7744e1b484e1"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paulmck@us.ibm.com",
        "time": "Sun May 01 08:59:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:59:04 2005 -0700"
      },
      "message": "[PATCH] Change synchronize_kernel to _rcu and _sched\n\nThis patch changes calls to synchronize_kernel(), deprecated in the earlier\n\"Deprecate synchronize_kernel, GPL replacement\" patch to instead call the new\nsynchronize_rcu() and synchronize_sched() APIs.\n\nSigned-off-by: Paul E. McKenney \u003cpaulmck@us.ibm.com\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"
    }
  ]
}
