)]}'
{
  "log": [
    {
      "commit": "70d1d47c47c4643af357cb44d0d891c1b765f2ab",
      "tree": "6386f119979ea7af51923f374d28a3c2dcf05414",
      "parents": [
        "4645df1035b34be2d431d6a10b08e1c06bcd3361"
      ],
      "author": {
        "name": "Matt Mackall",
        "email": "mpm@selenic.com",
        "time": "Tue Jul 12 13:58:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 12 16:00:58 2005 -0700"
      },
      "message": "[PATCH] quiet ide-cd warning\n\nThis shuts up a potential uninitialized variable warning.\n\nSigned-off-by: Matt Mackall \u003cmpm@selenic.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9235e68be8bf8974b65a9bf733c9d12a52307839",
      "tree": "6d31812e14dcbfab9b6a6d7c11b3dade004fd8a5",
      "parents": [
        "451512f3aed64573e912e68c94f240fec0e44438"
      ],
      "author": {
        "name": "Eric Piel",
        "email": "Eric.Piel@tremplin-utc.net",
        "time": "Thu Jun 23 00:10:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 23 09:45:35 2005 -0700"
      },
      "message": "[PATCH] IDE CD reports current speed\n\nThe current ide-cd driver reports the CDROM speed (as found in\n/proc/sys/dev/cdrom/info) as the current speed when loading the driver.\nChanging the speed of the cdrom drive (by \"eject -x\" for instance) doesn\u0027t\nupdate the speed reported by the kernel.  Updating the info could be\nvaluable for the user as it\u0027s the only way to know if the drive accepted\nthe request or discarded it.  It could even be used to list all the\navailable speeds of the drive.\n\nThe attached patch modifies the ide-cd driver so that after every speed\nchange request the new speed is updated.  Please note that the actual\nmodification is very little but I had to touch quite a few lines in order\nto avoid to pre-declare the sub-functions.\n\nSigned-off-by: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nAcked-by: Jens Axboe \u003caxboe@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4e7c6816d680d1945916db047a47847afe4b9b02",
      "tree": "bf504678d31037e7946a9a33a7c47c1637d7818a",
      "parents": [
        "05fda3b1d88ebac1fc866fc3ed5b7ef5a4672fa6"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "axboe@suse.de",
        "time": "Tue May 31 17:47:36 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 31 09:11:57 2005 -0700"
      },
      "message": "[PATCH] Relax idecd dma alignment check\n\nOnly the address needs alignment of mask bits, length should work with\na relaxed alignment check.\n\nSigned-off-by: Jens Axboe \u003caxboe@suse.de\u003e\n\n[ This is take 2: make the length check be for 16-byte alignment, not\n  just word alignment.  That should hopefully keep everybody happy,\n  while still allowing CD writing with DMA ]\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5d9e4ea55ae19f9083b9c2c97cc912b823ee7ab4",
      "tree": "1ffe2c5546d3891f72f4235a788240a520a2db02",
      "parents": [
        "d68b8622ccbee8a18e495ad1650c3306f2eeb0d6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri May 27 07:36:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri May 27 07:36:17 2005 -0700"
      },
      "message": "ide-cd: revert DMA mask test change\n\nThe change to require the DMA length to be only word-aligned was not\nsafe.\n"
    },
    {
      "commit": "8604affde9d4f52f04342d6a37c77d95fa167e7a",
      "tree": "12143c1be244c69c7c2b488a34856f60d0625e03",
      "parents": [
        "bef9c558841604116704e10b3d9ff3dbf4939423"
      ],
      "author": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Thu May 26 14:55:34 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Thu May 26 14:55:34 2005 +0200"
      },
      "message": "[PATCH] convert IDE device drivers to driver-model\n\n* add ide_bus_match() and export ide_bus_type\n* split ide_remove_driver_from_hwgroup() out of ide_unregister()\n* move device cleanup from ide_unregister() to drive_release_dev()\n* convert ide_driver_t-\u003ename to driver-\u003ename\n* convert ide_driver_t-\u003e{attach,cleanup} to driver-\u003e{probe,remove}\n* remove ide_driver_t-\u003ebusy as ide_bus_type-\u003esubsys.rwsem\n  protects against concurrent -\u003e{probe,remove} calls\n* make ide_{un}register_driver() void as it cannot fail now\n* use driver_{un}register() directly, remove ide_{un}register_driver()\n* use device_register() instead of ata_attach(), remove ata_attach()\n* add proc_print_driver() and ide_drivers_show(), remove ide_drivers_op\n* fix ide_replace_subdriver() and move it to ide-proc.c\n* remove ide_driver_t-\u003edrives, ide_drives and drives_lock\n* remove ide_driver_t-\u003edrivers, drivers and drivers_lock\n* remove ide_drive_t-\u003edriver and DRIVER() macro\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "384f1fcd2db8bc5a15f20f10793d8e1c82acd6c5",
      "tree": "146040edb5fb3b7ce29ba468f6392b7eadf28fdc",
      "parents": [
        "0e15850200437c60b969025500e466383ec51ed8"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "axboe@suse.de",
        "time": "Wed May 25 17:00:15 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed May 25 10:17:08 2005 -0700"
      },
      "message": "[PATCH] relax ide-cd dma restrictions\n\nThis has been sitting for a while, and is causing lots of grief for\npeople burning CDs.  It relaxes the dma restriction for ide-cd,\nrequiring only the length to be 32-byte aligned, address should be fine\nat normal double word alignment.\n\nSigned-off-by: Jens Axboe \u003caxboe@suse.de\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"
    }
  ]
}
