)]}'
{
  "log": [
    {
      "commit": "7c250413e5b7c3dfae89354725b70c76d7621395",
      "tree": "474f5b888ba3c05b2b46b4f40e544d93ed471526",
      "parents": [
        "355edd2e396ef919d14a605fb4e45466ee2b64d1"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Sep 25 02:57:57 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Sep 24 20:07:49 2006 -0700"
      },
      "message": "[PATCH] pata_pdc2027x iomem annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8abf1064c786ef5435b2d53cc8e9ebee13020de6",
      "tree": "959b96245a645e5d0e2138cff765cf8f9bc315ce",
      "parents": [
        "9317fd4c60962d3a9423b5f9bb5d1b10cf8a0699"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Sun Sep 24 23:41:00 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Sep 24 15:55:03 2006 -0700"
      },
      "message": "[PATCH] libata won\u0027t build on SUN4\n\nmarked as such...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9317fd4c60962d3a9423b5f9bb5d1b10cf8a0699",
      "tree": "8cb4defddbca4c661bbd25b2a288ebe4d8be26e8",
      "parents": [
        "638b093255e12e066ae16b8750f37383603f7bd8"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Sun Sep 24 23:40:00 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Sep 24 15:55:03 2006 -0700"
      },
      "message": "[PATCH] libata won\u0027t build on m68k and m32r\n\nno ioread*(), for one thing\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "23930fa1cebfea6f79881c588ccd1b0781e49e3f",
      "tree": "36d29e3f83661c4f5f45b6f74ac0d5f9886867a8",
      "parents": [
        "36b35a5be0e4b406acd816e2122d153e875105be",
        "4f5537de7c1531398e84e18a24f667e49cc94208"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sun Sep 24 01:52:47 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sun Sep 24 01:52:47 2006 -0400"
      },
      "message": "Merge branch \u0027master\u0027 into upstream\n"
    },
    {
      "commit": "36b35a5be0e4b406acd816e2122d153e875105be",
      "tree": "27f50d132f54a5d21c7fd268964162b324827b62",
      "parents": [
        "93590859884784520a1850767f86296abc2cdc6d"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Sep 20 17:48:53 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Sep 20 17:48:53 2006 -0400"
      },
      "message": "[libata] Delete pata_it8172 driver\n\nThis MIPS platform is going away.\n\nAcked-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "93590859884784520a1850767f86296abc2cdc6d",
      "tree": "7465312f962467d8af3b24dd0f7510ea7113e010",
      "parents": [
        "4a3381feb823e06c8e2da7e283c17b0b6fdbddcf"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Tue Sep 12 16:55:12 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Sep 19 01:58:00 2006 -0400"
      },
      "message": "[PATCH] libata: improve handling of diagostic fail (and hardware that misreports it)\n\nOur ATA probe code checks that a device is not reporting a diagnostic\nfailure during start up. Unfortunately at least one device seems to like\ndoing this - the Gigabyte iRAM.\n\nThis is only done for the master right now (which is fine for the iRAM\nas it is SATA), as with PATA some combinations of ATAPI device seem to\nfool the check into seeing a drive that isn\u0027t there if it is applied to\nthe slave.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "4a3381feb823e06c8e2da7e283c17b0b6fdbddcf",
      "tree": "e1bef4c3db854bb10fd13dc67415d77b5d999533",
      "parents": [
        "fea63e38013ec628ab3f7fddc4c2148064b7910a",
        "47a5c6fa0e204a2b63309c648bb2fde36836c826"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Sep 19 00:42:13 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Sep 19 00:42:13 2006 -0400"
      },
      "message": "Merge branch \u0027master\u0027 into upstream\n"
    },
    {
      "commit": "fea63e38013ec628ab3f7fddc4c2148064b7910a",
      "tree": "a3e1cd7f50562a20584cd28ef9d71e0cd6c7c896",
      "parents": [
        "a64f97f2c351410dfb3099c2369eacf7154b5532"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Sat Sep 16 03:04:15 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Sep 19 00:29:20 2006 -0400"
      },
      "message": "[PATCH] libata: fix non-uniform ports handling\n\nNon-uniform ports handling got broken while updating libata to handle\nthose in the same host.  Only separate irq for the non-uniform\nsecondary port was implemented while all other fields (host flags,\ntransfer mode...) of the secondary port simply shared those of the\nfirst.\n\nFor ata_piix combined mode, which ATM is the only user of non-uniform\nports, this causes the secondary port assume the wrong type.  This can\ncause PATA port to use SATA ops, which results in bogus check on PCS\nand detection failure.\n\nThis patch adds ata_probe_ent-\u003epinfo2 which points to optional\nport_info for the secondary port.  For the time being, this seems to\nbe the simplest solution.  This workaround will be removed together\nwith ata_probe_ent itself after init model is updated to allow more\nflexibility.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nCc: Nelson A. de Oliveira \u003cnaoliv@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "a64f97f2c351410dfb3099c2369eacf7154b5532",
      "tree": "b9f132ee5544febc50a9616a4edb52dd89370105",
      "parents": [
        "b68c5f546e951d718edf611c4bd9853753e4b366",
        "cb60736b32a84cbc9525b0bb4df26b04cbfbc8e8"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Sep 19 00:25:50 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Sep 19 00:25:50 2006 -0400"
      },
      "message": "Merge branch \u0027tmp\u0027 into upstream\n\nConflicts:\n\n\tdrivers/ata/libata-sff.c\n"
    },
    {
      "commit": "b0fea350ce515c6ae01e0f259d9b1ffdec824e22",
      "tree": "2946caf0555f1a81c2b2b7008c7e8cb5dabbab78",
      "parents": [
        "97148ba2235e334e57d05fa07045cf3e6629763c"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Sep 13 00:25:23 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Sep 13 00:25:23 2006 -0400"
      },
      "message": "[libata] ata_piix: build fix\n\nSpotted by Andrew Morton.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "76ff3c6e3b389a5a7692811dd456e0ff58340cac",
      "tree": "a004a3ba02a2182f64803d9fdcf46846cd32162a",
      "parents": [
        "af323a2fb508b0fa1c1fa91cbc6ec86fb0879c07"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Tue Sep 12 17:14:03 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Sep 12 12:01:46 2006 -0400"
      },
      "message": "[PATCH] pata_amd: Check enable bits on Nvidia\n\nA couple of people reported long delays on probe with the newer kernels\nand Nvidia PATA. This turned out to be because the Nvidia path forgot to\ncheck the enable bits so probed empty ports.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "af323a2fb508b0fa1c1fa91cbc6ec86fb0879c07",
      "tree": "0ab67f571a6cd2f148ec2b4abd7d8cc9a78723a5",
      "parents": [
        "dd1dc802368154a75926491092ec9e6a939c32df"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Tue Sep 12 17:15:12 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Sep 12 12:01:46 2006 -0400"
      },
      "message": "[PATCH] Update SiS PATA\n\nNew chipset identifiers\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "dd1dc802368154a75926491092ec9e6a939c32df",
      "tree": "d30356622b57f9d993ff1c54a621c2d1f8cd31d9",
      "parents": [
        "406176ee7ef81cec3f346ecd41286a67148e3b0c",
        "6708374178d225ef77571ed23b30e8a93c36add5"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Sep 11 08:54:55 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Sep 11 08:54:55 2006 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 into upstream\n\nConflicts:\n\n\tdrivers/ata/ata_piix.c\n"
    },
    {
      "commit": "406176ee7ef81cec3f346ecd41286a67148e3b0c",
      "tree": "f938fc24d000b5217d95fb8a1b4e0a2c9d2bbae6",
      "parents": [
        "fc851fad00d7fa1bf4ac7034d9ba8041bf482d50"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Sep 06 10:48:19 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Sep 06 10:48:19 2006 -0400"
      },
      "message": "[libata] Add pata_jmicron driver to Kconfig, Makefile\n\nSomeone on LKML noticed it was missing (sorry, missed the name).\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "85cd7251b9112e3dabeac9fd3b175601ca607241",
      "tree": "b33b80f54883e224a586661165bd0aee2c47ed39",
      "parents": [
        "481ff126e8d9be63809e7854badf815e54066eed"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 31 00:03:49 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 31 00:03:49 2006 -0400"
      },
      "message": "[libata #pata-drivers] Trim trailing whitespace.\n"
    },
    {
      "commit": "481ff126e8d9be63809e7854badf815e54066eed",
      "tree": "c682ce7a20bf129428fc0f3cc393f9c9b39ed678",
      "parents": [
        "669a5db411d85a14f86cd92bc16bf7ab5b8aa235",
        "9bec2e38527a9f2497b3d976715c672d08d6160d"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 31 00:02:26 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 31 00:02:26 2006 -0400"
      },
      "message": "Merge branch \u0027upstream\u0027 into pata-drivers\n"
    },
    {
      "commit": "9bec2e38527a9f2497b3d976715c672d08d6160d",
      "tree": "b081189d1beca3a81ade7209c131977cd8f23f3b",
      "parents": [
        "b01e86fee6c821e4e003fd4e9f65453ac478a58e"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 31 00:02:15 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 31 00:02:15 2006 -0400"
      },
      "message": "[libata] Trim trailing whitespace.\n"
    },
    {
      "commit": "669a5db411d85a14f86cd92bc16bf7ab5b8aa235",
      "tree": "8d4f9d63e18185695a4d97e1a3fa4e18b61c7345",
      "parents": [
        "b01e86fee6c821e4e003fd4e9f65453ac478a58e"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Aug 29 18:12:40 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Aug 29 18:12:40 2006 -0400"
      },
      "message": "[libata] Add a bunch of PATA drivers.\n\nThe vast majority of drivers and changes are from Alan Cox.  Albert Lee\ncontributed and maintains pata_pdc2027x.  Adrian Bunk, Andrew Morton,\nand Tejun Heo contributed various minor fixes and updates.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e889173c2c67dc288e9b050ab066cfae151b047e",
      "tree": "1d7dbd8a39d59ebc8573ffa6bac6236709e7bdba",
      "parents": [
        "cca3974e48607c3775dc73b544a5700b2e37c21a"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 03:55:09 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 03:55:09 2006 -0400"
      },
      "message": "Rename libata-bmdma.c to libata-sff.c.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "cca3974e48607c3775dc73b544a5700b2e37c21a",
      "tree": "0777d6121ba199af0aad196eb5a693510ec8e62e",
      "parents": [
        "54a86bfc3d4601be9c36cd4e8a1bdc580c98fa6a"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 03:19:22 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 03:19:22 2006 -0400"
      },
      "message": "libata: Grand renaming.\n\nThe biggest change is that ata_host_set is renamed to ata_host.\n\n* ata_host_set\t\t\t\u003d\u003e ata_host\n* ata_probe_ent-\u003ehost_flags\t\u003d\u003e ata_probe_ent-\u003eport_flags\n* ata_probe_ent-\u003ehost_set_flags\t\u003d\u003e ata_probe_ent-\u003e_host_flags\n* ata_host_stats\t\t\u003d\u003e ata_port_stats\n* ata_port-\u003ehost\t\t\u003d\u003e ata_port-\u003escsi_host\n* ata_port-\u003ehost_set\t\t\u003d\u003e ata_port-\u003ehost\n* ata_port_info-\u003ehost_flags\t\u003d\u003e ata_port_info-\u003eflags\n* ata_(.*)host_set(.*)\\(\\)\t\u003d\u003e ata_\\1host\\2()\n\nThe leading underscore in ata_probe_ent-\u003e_host_flags is to avoid\nreusing -\u003ehost_flags for different purpose.  Currently, the only user\nof the field is libata-bmdma.c and probe_ent itself is scheduled to be\nremoved.\n\nata_port-\u003ehost is reused for different purpose but this field is used\ninside libata core proper and of different type.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "54a86bfc3d4601be9c36cd4e8a1bdc580c98fa6a",
      "tree": "41956fc365923a8c85037c51b8085076d7d8a303",
      "parents": [
        "81ce3c4b4d3771866ce74b1c3856b45c3e2549fc",
        "ac2164d5e425fa4755bdbab9641d8dab7239b6f5"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 02:51:38 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 02:51:38 2006 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 into upstream\n"
    },
    {
      "commit": "81ce3c4b4d3771866ce74b1c3856b45c3e2549fc",
      "tree": "4ffcee8ec06cdd0edc1a3d2d215e08b04f9ecf41",
      "parents": [
        "281d426c7e64286f433645e27862e7744b1e9310"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 02:41:25 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 02:41:25 2006 -0400"
      },
      "message": "Clean up drivers/ata/Kconfig a bit.\n"
    },
    {
      "commit": "281d426c7e64286f433645e27862e7744b1e9310",
      "tree": "580dcab54f53c2e6d056139294aad2416402e4bd",
      "parents": [
        "08be09b7c38a71b1677285c10a08725833ff9b95"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Mon Aug 14 22:49:30 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 02:37:03 2006 -0400"
      },
      "message": "[PATCH] CONFIG_PM\u003dn slim: drivers/scsi/sata_sil*\n\nRemove some code which is unneeded if CONFIG_PM\u003dn.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "08be09b7c38a71b1677285c10a08725833ff9b95",
      "tree": "69a646c4dae51904477e1ae24605f28b0b07292b",
      "parents": [
        "58707cceeef22bd5e85a7f41491e9c3ff57772f9"
      ],
      "author": {
        "name": "Jay Cliburn",
        "email": "jacliburn@bellsouth.net",
        "time": "Mon Aug 07 22:08:30 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 24 02:27:50 2006 -0400"
      },
      "message": "[PATCH] sata_via: Add SATA support for vt8237a\n\nThis patch adds support for the VIA Technologies VT8237A SATA controller,\nused, for example, on the ASUS M2V socket AM2 motherboard.\n\nSigned-off-by: Jay Cliburn \u003cjacliburn@bellsouth.net\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "f89b2b5ddcace8959f760c0556369bd19bda0548",
      "tree": "520c9530340056a9cc3f86f65027d22fd401b0a4",
      "parents": [
        "7796705244d1f04053acf24bee7eb2983f9cfeaf",
        "f1a58ecae527fc67c87ce4dcb9e73894f64aadfe"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Aug 22 06:10:49 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Aug 22 06:10:49 2006 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 into upstream\n\nConflicts:\n\n\tdrivers/ata/ata_piix.c\n"
    },
    {
      "commit": "421b20b9c44b3fcdc07d6af875dad5ae86fad014",
      "tree": "f13d2364937a54f5023b053f67f91ebce403475e",
      "parents": [
        "24dd01bfbce685395dc0ade71308326b3861187a"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Aug 14 14:27:36 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Aug 14 14:27:36 2006 -0400"
      },
      "message": "libata: Make sure drivers/ata is a separate Kconfig menu\n\nNoticed by Rafael J. Wysocki\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "24dd01bfbce685395dc0ade71308326b3861187a",
      "tree": "50e9e225deb05109502b003643a359369c6c2df9",
      "parents": [
        "370ba07eb8324569636bacb47abba79587640d05"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Aug 14 14:22:54 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Aug 14 14:22:54 2006 -0400"
      },
      "message": "[libata] ata_piix: add missing kfree()\n\nNoticed by Andrew Morton.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "370ba07eb8324569636bacb47abba79587640d05",
      "tree": "6d0b8ccf5d0f9acc978131490322bd2ce0028090",
      "parents": [
        "8ad92ba7152f40cc31f6f15500c01e4eb39cfed1"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Aug 14 14:12:57 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Aug 14 14:12:57 2006 -0400"
      },
      "message": "libata: Separate libata.ko build from individual driver builds\n\nSince some SAS drivers need libata, we can no longer use the rule that\nauto-builds libata.ko as needed.  We must instead depend on Kconfig to\ndetermine when to build the library kernel module.\n\nNoticed by Brian King @ IBM.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "8ad92ba7152f40cc31f6f15500c01e4eb39cfed1",
      "tree": "7075ed815c8b3a2d9a54db747234944b8af53841",
      "parents": [
        "b352e57dc3bb5033996adaa67c2f69b795eddd39"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Aug 14 14:10:07 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Aug 14 14:10:07 2006 -0400"
      },
      "message": "libata: Remove SCSI_ prefix from Kconfig symbols\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "b352e57dc3bb5033996adaa67c2f69b795eddd39",
      "tree": "2bfec75e331452c84a591b6fad1e1407b22a1922",
      "parents": [
        "cea0d336e7e139becc9432499e0ba8234ffbed5f"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Thu Aug 10 18:52:12 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Aug 14 14:04:37 2006 -0400"
      },
      "message": "[PATCH] libata: Add CompactFlash support\n\nThe CFA world has some additional rules and drive modes we need to support for\nnewer expansion cards and on embedded boxes\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "cea0d336e7e139becc9432499e0ba8234ffbed5f",
      "tree": "14c910c33c3eb79b35a5d3b5ecf7a299d0860b4c",
      "parents": [
        "c6fd280766a050b13360d7c2d59a3d6bd3a27d9a",
        "a34b6fc04d58ad72fe0cc74cd448f4551bd2ebaf"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 10 08:29:23 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 10 08:29:23 2006 -0400"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 into upstream\n"
    },
    {
      "commit": "c6fd280766a050b13360d7c2d59a3d6bd3a27d9a",
      "tree": "fdbeab639bc3dec29267bbf4b32cff7c8dd03593",
      "parents": [
        "79ed35a9f139ad2b2653dfdd5f45a8f1453e2cbb"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 10 07:31:37 2006 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Aug 10 07:31:37 2006 -0400"
      },
      "message": "Move libata to drivers/ata.\n"
    }
  ]
}
