)]}'
{
  "log": [
    {
      "commit": "b307e8548921c686d2eb948ca418ab2941876daa",
      "tree": "6da5286f9e92a9edc7a7520fba70c8f8e0b09c9a",
      "parents": [
        "db31419404e5ccc7e8e07000a5f1ac440a0eafa0"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sat May 20 15:00:36 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun May 21 12:59:22 2006 -0700"
      },
      "message": "[PATCH] ad1848 section fix\n\nWARNING: sound/oss/ad1848.o - Section mismatch: reference to .init.data:ad1848_isapnp_list from .text between \u0027ad1848_init_generic\u0027 (at offset 0x46f0) and \u0027kmalloc\u0027\nWARNING: sound/oss/ad1848.o - Section mismatch: reference to .init.data:ad1848_isapnp_list from .text between \u0027ad1848_init_generic\u0027 (at offset 0x46f8) and \u0027kmalloc\u0027\nWARNING: sound/oss/ad1848.o - Section mismatch: reference to .init.data:ad1848_isapnp_list from .text between \u0027ad1848_init_generic\u0027 (at offset 0x4818) and \u0027kmalloc\u0027\n\nAlso,\n\nsound/oss/ad1848.c: In function `ad1848_init\u0027:\nsound/oss/ad1848.c:2029: warning: cast to pointer from integer of different size\nsound/oss/ad1848.c: In function `ad1848_unload\u0027:\nsound/oss/ad1848.c:2178: warning: cast to pointer from integer of different size\nsound/oss/ad1848.c: In function `adintr\u0027:\nsound/oss/ad1848.c:2207: warning: cast from pointer to integer of different size\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e7c045c14bffcab2d329e86b80dc8ff7d528e05b",
      "tree": "58e195896bcf597e19459aa24322eeb6520cf79b",
      "parents": [
        "e5e2fa7857f6bf46605c77d949fa6698b9b0bc28"
      ],
      "author": {
        "name": "Patrick Mochel",
        "email": "mochel@digitalimplant.org",
        "time": "Fri Jan 06 00:15:07 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 08:33:41 2006 -0800"
      },
      "message": "[PATCH] oss: remove deprecated PM interface from ad1848 driver\n\nThis change removes the old, deprecated interface from the ad1848 driver,\nincluding the pm_{,un}register() calls, the local storage of the pmdev object\nand the reference to the old header files.  This change is done to assist in\neradicating the users of the legacy interface so as to help facilitate the\nremoval of the interface itself.\n\nSigned-off-by: Patrick Mochel \u003cmochel@linux.intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bca73e4bf8563d83f7856164caa44d5f42e44cca",
      "tree": "ea8c50adca509c8012aed715d578b6c927f9e284",
      "parents": [
        "95e861db3eaba7bc99f8605db70103ec3d078203"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Nov 13 16:06:25 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:14:10 2005 -0800"
      },
      "message": "[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h\n\nSince few people need the support anymore, this moves the legacy\npm_xxx functions to CONFIG_PM_LEGACY, and include/linux/pm_legacy.h.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "09417379be9b126e10ae7dcd7afc20b666146266",
      "tree": "0236f4cb1afb4cf9a7f13b67e6ac639c55fa0440",
      "parents": [
        "4ae6673e029d609da7ef4311440d6de501d6967a"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl-lkml@dif.dk",
        "time": "Sat Jun 25 14:58:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 25 16:25:00 2005 -0700"
      },
      "message": "[PATCH] remove redundant NULL checks before kfree() in sound/ and avoid casting pointers about to be kfree()\u0027ed\n\nChecking a pointer for NULL before calling kfree() on it is redundant,\nkfree() deals with NULL pointers just fine.\nThis patch removes such checks from sound/\n\nThis patch also makes another, but closely related, change.\nIt avoids casting pointers about to be kfree()\u0027ed.\n\nSigned-off-by: Jesper Juhl \u003cjuhl-lkml@dif.dk\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"
    }
  ]
}
