)]}'
{
  "log": [
    {
      "commit": "299cc3c166f7a11f6cc3b66aafbaf75c2aa0e0e2",
      "tree": "79418db8c437a57d771ae12e3e4cc052fa827c5e",
      "parents": [
        "2f4ba45a75d6383b4a1201169a808ffea416ffa0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 07:59:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 07:59:34 2005 -0700"
      },
      "message": "Fix up more strange byte writes to the PCI_ROM_ADDRESS config word\n\nIt\u0027s a dword thing, and the value we write is a dword.  Doing a byte\nwrite to it is nonsensical, and writes only the low byte, which only\ncontains the enable bit.  So we enable a nonsensical address (usually\nzero), which causes the controller no end of problems.\n\nTrivial fix, but nasty to find.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9ec4ff421f032f24416217f23b0c82dc9a5f38f6",
      "tree": "63035223c2b3ce0e4e2d1c54ff7768af46f16753",
      "parents": [
        "aa7c3a119a6202b758a669cde9e3829ced64a13f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Sep 11 09:22:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Sep 11 09:22:50 2005 -0700"
      },
      "message": "hpt366: write the full 4 bytes of ROM address, not just low 1 byte\n\nThis is one heck of a confused driver.  It uses a byte write to a dword\nregister to enable a ROM resource that it doesn\u0027t even seem to be using.\n\n\"Lost and wandering in the desert of confusion\"\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ca078bae813dd46c0f9b102fdfb4a3384641ff48",
      "tree": "e3348f5dcb24159a522941aa2e3ee40bc9e0589b",
      "parents": [
        "829ca9a30a2ddb727981d80fabdbff2ea86bc9ea"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Sat Sep 03 15:56:57 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:06:16 2005 -0700"
      },
      "message": "[PATCH] swsusp: switch pm_message_t to struct\n\nThis adds type-checking to pm_message_t, so that people can\u0027t confuse it\nwith int or u32.  It also allows us to fix \"disk yoyo\" during suspend (disk\nspinning down/up/down).\n\n[We\u0027ve tried that before; since that cpufreq problems were fixed and I\u0027ve\ntried make allyes config and fixed resulting damage.]\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Alexander Nyberg \u003calexn@telia.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "84f57fbc724e3b56dc87c37dddac89f82cf75ef6",
      "tree": "d95ee287f89e9db0d450219e733833f95d3a2214",
      "parents": [
        "2f09a7f4af131bf23c013ead89373deba1c7593c"
      ],
      "author": {
        "name": "Narendra Sankar",
        "email": "nsankar@broadcom.com",
        "time": "Thu Aug 18 22:30:35 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Thu Aug 18 22:30:35 2005 +0200"
      },
      "message": "[PATCH] serverworks: add support for new southbridge IDE\n\nBCM5785 (HT1000) is a Opteron Southbridge from Serverworks/Broadcom that\nincorporates a single channel ATA100 IDE controller that is functionally\nidentical to the Serverworks CSB6 IDE controller.  This patch adds support\nfor the new PCI device ID and also the support for this controller.\n\nSigned-off-by: Narendra Sankar \u003cnsankar@broadcom.com\u003e\nAcked-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "2f09a7f4af131bf23c013ead89373deba1c7593c",
      "tree": "b6175bf457e6903aaa6b007c3d8e2facbf20e4b7",
      "parents": [
        "b07e5eccaf512ae3209beae5cd2e3a27c92c300b"
      ],
      "author": {
        "name": "Matt Gillette",
        "email": "matt.gillette@netcell.com",
        "time": "Thu Aug 18 22:27:07 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Thu Aug 18 22:27:07 2005 +0200"
      },
      "message": "[PATCH] ide: add support for Netcell Revolution to pci-ide generic driver\n\nAdds support for Netcell Revolution to pci-ide generic driver by including\nit in the list of devices matched.  Includes the Revolution in the list of\nsimplex devices forced into DMA mode.\n\nSigned-off-by: Matt Gillette \u003cmatt.gillette@netcell.com\u003e\nCc: Bartlomiej Zolnierkiewicz \u003cB.Zolnierkiewicz@elka.pw.edu.pl\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "59904159c316f7bc02d00ff7b0dc3f9d3afd07fd",
      "tree": "97ae16e0588c1f3e9c61b2a49dad267600f1b4b0",
      "parents": [
        "77933d7276ee8fa0e2947641941a6f7a100a327b"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl-lkml@dif.dk",
        "time": "Wed Jul 27 11:46:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:20 2005 -0700"
      },
      "message": "[PATCH] Update CREDITS entry and listings in source files for Jesper Juhl\n\na) update entry in CREDITS for Jesper Juhl\nb) remove email address from source files so it\u0027s only listed in credits.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "77933d7276ee8fa0e2947641941a6f7a100a327b",
      "tree": "e3a42724642410f5257c794a71b34642092eedd5",
      "parents": [
        "03e259a9cdbd0583e71468293aaa1ccadbdaeff1"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl@dif.dk",
        "time": "Wed Jul 27 11:46:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:20 2005 -0700"
      },
      "message": "[PATCH] clean up inline static vs static inline\n\n`gcc -W\u0027 likes to complain if the static keyword is not at the beginning of\nthe declaration.  This patch fixes all remaining occurrences of \"inline\nstatic\" up with \"static inline\" in the entire kernel tree (140 occurrences in\n47 files).\n\nWhile making this change I came across a few lines with trailing whitespace\nthat I also fixed up, I have also added or removed a blank line or two here\nand there, but there are no functional changes in the patch.\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": "21e2c01dc3e38d466eda5871645878d2c3a33261",
      "tree": "a2a4fb15b2295e635de9f734f720f783c97a6513",
      "parents": [
        "13bbbf28fb914da6707aad44a073651f5c9d13a5"
      ],
      "author": {
        "name": "Rob Punkunus",
        "email": "rpunkunus@nvidia.com",
        "time": "Sun Jul 03 17:37:18 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 17:37:18 2005 +0200"
      },
      "message": "[PATCH] amd74xx: support MCP55 device IDs\n\nFrom: Rob Punkunus \u003crpunkunus@nvidia.com\u003e\n\nRob Punkunus recently submitted a patch to enable support for MCP51/MCP55 in\nthe amd74xx driver. This patch was whitespace-corrupted and didn\u0027t apply to\n2.6.12 since MCP51 support was merged in the 2.6.12-rc series.\n\nGentoo would like to support this hardware for our upcoming release media, so\nI fixed the patch, and here it is :)\n\nSigned-off-by: Daniel Drake \u003cdsd@gentoo.org\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "f3718d3e135117f80de0ff219be91544baa75599",
      "tree": "48c98f74b12e7669b787bd9c75edf8fd20e07912",
      "parents": [
        "d6904ab66f74cb99793e3919fc589dd0163a7740"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:42:18 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:42:18 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit via82cxxx.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "d6904ab66f74cb99793e3919fc589dd0163a7740",
      "tree": "f68e6b3b5603d67b92a3276b35c623054c3ecdf9",
      "parents": [
        "97319630b21c2022a55d51a6cfbf53cbb84a2f42"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:40:31 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:40:31 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit triflex.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "97319630b21c2022a55d51a6cfbf53cbb84a2f42",
      "tree": "5d831d1f2a2c264e1d3dc55f6f2f967b7c7c010c",
      "parents": [
        "34a6224691e638dd36b393aa439d021a19578fcc"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:38:51 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:38:51 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit slc90e66.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "34a6224691e638dd36b393aa439d021a19578fcc",
      "tree": "0c6fb291d2d9657f83c7bb0427eacad8f6f05d81",
      "parents": [
        "6a6e1b1cf41b0bf35fffbf18787e8d8f865b66d6"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:36:56 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:36:56 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit sl82c105.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "6a6e1b1cf41b0bf35fffbf18787e8d8f865b66d6",
      "tree": "ead647e67974ce09bf14b194be6ad99787a0c176",
      "parents": [
        "9307145700e869dd410d565477f98377e93e9160"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:35:07 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:35:07 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit sc1200.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "9307145700e869dd410d565477f98377e93e9160",
      "tree": "bb887910e3dcef3b084a078004548268786d8166",
      "parents": [
        "c20530ed26e5b9e3b188b4088d0a5ab1d773a529"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:33:16 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:33:16 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit opti621.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "c20530ed26e5b9e3b188b4088d0a5ab1d773a529",
      "tree": "5c68ff26c3c1fe342cc095a1a53b2d1aedada684",
      "parents": [
        "a380a8849f90ba81a5ff0c325fd5d8125c70b3bb"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:31:04 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:31:04 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit ns87415.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "a380a8849f90ba81a5ff0c325fd5d8125c70b3bb",
      "tree": "5c0ee15020ff929536331d9a00a76cbfac0bf035",
      "parents": [
        "ddbc9fb47252f9b6966bfe9b0aa27bfeaa585cca"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:28:44 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:28:44 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit it8172.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "ddbc9fb47252f9b6966bfe9b0aa27bfeaa585cca",
      "tree": "41eefbf36f12c095303eb0811c8e28ea6af895db",
      "parents": [
        "88de8e996f16b958721368ed9b4fd4e29cdb923e"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:25:46 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:25:46 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit cy82c693.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "88de8e996f16b958721368ed9b4fd4e29cdb923e",
      "tree": "24f89d1a1f739a4c48376e11b8a73c1f46a71ccb",
      "parents": [
        "e895f926cd8b6d50a42cc985d470bdc9a70caeed"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:23:08 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:23:08 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit cs5530.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "e895f926cd8b6d50a42cc985d470bdc9a70caeed",
      "tree": "8c2bc70f185842dfcd795f06afdb33d65e193d51",
      "parents": [
        "c2f12589bfc4119f2c331ecea8cca4945ed48497"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:15:41 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:15:41 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit amd74xx.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "c2f12589bfc4119f2c331ecea8cca4945ed48497",
      "tree": "d00d17e062b845f35c79b456a70e8d3b45b3b556",
      "parents": [
        "1d6bebf2ecf92924492c491d9c3a72edba95f907"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Jul 03 16:06:13 2005 +0200"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@elka.pw.edu.pl",
        "time": "Sun Jul 03 16:06:13 2005 +0200"
      },
      "message": "[PATCH] ide: hotplug mark __devinit alim15x3.c\n\nFrom: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n\nmark the __init section __devinit.\nSplitted up from the Debian kernel patch.\n\nsee the thread about the pci hotplug crash on a stratus box.\nhttp://marc.theaimsgroup.com/?l\u003dlinux-kernel\u0026m\u003d111930108613386\u0026w\u003d2\n\nSigned-off-by: maximilian attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@elka.pw.edu.pl\u003e"
    },
    {
      "commit": "da9091ee3b5f9808c64abb925cefe7b100018614",
      "tree": "ab16a874b58cb1a0dbe3cc4ee9e1afb766b69c97",
      "parents": [
        "bb732d7b3699afe8859f27e93000860bb4103cca"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Jun 27 15:24:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 17:36:41 2005 -0700"
      },
      "message": "[PATCH] ide: it8212 backport for Bartlomiej IDE\n\nThis lets you throw out the iteraid stuff that has ended up back in due\nto stupid goings on in the IDE world. Its the same heavily tested code\nshipped in Fedora/Red Hat products but without the other dependancies on\nthe Bartlomiej IDE layer.\n\nPre-requisite: the ide-disk patch I sent to handle pure LBA devices.\n\nObviously you lose things like hot unplug with the Bartlomiej IDE layer\nat the moment but that won\u0027t matter to most users.\n\nThe patch does the following\n- Add IT8211/12 to pci_ids.h\n- Add Makefile/Kconfig entry\n- Add it8212 driver\n\nNo core IDE code is touched by this diff\n\nEmbedded system testing and the ability to force raid mode off by David\nHowells\n\nMade possible by the ite reference code, documentation and also several\nclarifications and pieces of assistance provided by ITE themselves\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nAcked-by: Bartlomiej Zolnierkiewicz \u003cB.Zolnierkiewicz@elka.pw.edu.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bb732d7b3699afe8859f27e93000860bb4103cca",
      "tree": "e6ed8793f5065b34490e80d8efbc5ceac43ae712",
      "parents": [
        "b39b01ffb75e14ed76510e4229ffb575007df0fb"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Jun 27 15:24:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 17:36:40 2005 -0700"
      },
      "message": "[PATCH] ide: fix crashes with hotplug serverworks\n\nYou can\u0027t install the base kernel on a Stratus box because of the overuse of\n__init.  Affects both IDE layers identically.  It isn\u0027t the only misuser of\n__init so more review of other drivers (or fixing ide_register code to know\nabout hotplug v non-hotplug chipsets) would be good.\n\nOriginal issue found by Stratus and their patch was the inspiration for this\ntrivial one.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nAcked-by: Bartlomiej Zolnierkiewicz \u003cB.Zolnierkiewicz@elka.pw.edu.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b39b01ffb75e14ed76510e4229ffb575007df0fb",
      "tree": "85e5568ffa0f9dd4b1cf2d4fbd730dca7a48b370",
      "parents": [
        "b189346cd10e28fa080347591066f0688405faee"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Jun 27 15:24:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 17:36:40 2005 -0700"
      },
      "message": "[PATCH] ide: fix the HPT366 driver layer\n\nThe highpoint driver is unreadable, buggy and crashes on some chipsets.  The\n-ac one is more readable (but not ideal) and doesn\u0027t crash all over the place.\n Been in Fedora for some time.\n\nBackported from the Fedora one to the old Bartlomiej IDE core.  No other\ndependencies.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nAcked-by: Bartlomiej Zolnierkiewicz \u003cB.Zolnierkiewicz@elka.pw.edu.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b189346cd10e28fa080347591066f0688405faee",
      "tree": "abe63552e06223f082650cc0b97aadbc0d72ede1",
      "parents": [
        "68ad9910b0525d0194f9c316c7cb14adbf8e0c0c"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Jun 27 15:24:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 17:36:40 2005 -0700"
      },
      "message": "[PATCH] ide: ide-generic, allow for capture of other unsupported devices\n\nThe ide-generic driver gives you DMA at bios tuned speed so can actually run a\nlot of unsupported devices quite well.  It has a pci table so that it doesn\u0027t\ngrab disks owned by other drivers but no way to override this.  The patch adds\nan option ide-generic-all which makes the driver grab everything going that is\nIDE class.\n\nThe diff is messy because I put the special case as case 0 to make the if\nconditional and long term maintenance easier.\n\nThis has been in Fedora for some time.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nAcked-by: Bartlomiej Zolnierkiewicz \u003cB.Zolnierkiewicz@elka.pw.edu.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "22329b511a97557b293583194037d1f4c71e1504",
      "tree": "925e6c4566371e7ffb66a54b631049b958c19eca",
      "parents": [
        "e400bae98499583767da58fb0a1b9ad3e24fcb86"
      ],
      "author": {
        "name": "Brent Casavant",
        "email": "bcasavan@sgi.com",
        "time": "Tue Jun 21 17:15:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 21 18:46:32 2005 -0700"
      },
      "message": "[PATCH] ioc4: Core driver rewrite\n\nThis series of patches reworks the configuration and internal structure\nof the SGI IOC4 I/O controller device drivers.\n\nThese changes are motivated by several factors:\n\n- The IOC4 chip PCI resources are of mixed use between functions (i.e.\n  multiple functions are handled in the same address range, sometimes\n  within the same register), muddling resource ownership and initialization\n  issues.  Centralizing this ownership in a core driver is desirable.\n\n- The IOC4 chip implements multiple functions (serial, IDE, others not\n  yet implemented in the mainline kernel) but is not a multifunction\n  PCI device.  In order to properly handle device addition and removal\n  as well as module insertion and deletion, an intermediary IOC4-specific\n  driver layer is needed to handle these operations cleanly.\n\n- All IOC4 drivers are currently enabled by a single CONFIG value.  As\n  not all systems need all IOC4 functions, it is desireable to enable\n  these drivers independently.\n\n- The current IOC4 core driver will trigger loading of all function-level\n  drivers, as it makes direct calls to them.  This situation should be\n  reversed (i.e. function-level drivers cause loading of core driver)\n  in order to maintain a clear and least-surprise driver loading model.\n\n- IOC4 hardware design necessitates some driver-level dependency on\n  the PCI bus clock speed.  Current code assumes a 66MHz bus, but the\n  speed should be autodetected and appropriate compensation taken.\n\nThis patch series effects the above changes by a newly and better designed\nIOC4 core driver with which the function-level drivers can register and\nderegister themselves upon module insertion/removal.  By tracking these\nmodules, device addition/removal is also handled properly.  PCI resource\nmanagement and ownership issues are centralized in this core driver, and\nIOC4-wide configuration actions such as bus speed detection are also\nhandled in this core driver.\n\nThis patch:\n\nThe SGI IOC4 I/O controller chip implements multiple functions, though it is\nnot a multi-function PCI device.  Additionally, various PCI resources of the\nIOC4 are shared by multiple hardware functions, and thus resource ownership by\ndriver is not clearly delineated.  Due to the current driver design, all core\nand subordinate drivers must be loaded, or none, which is undesirable if not\nall IOC4 hardware features are being used.\n\nThis patch reorganizes the IOC4 drivers so that the core driver provides a\nsubdriver registration service.  Through appropriate callbacks the subdrivers\ncan now handle device addition and removal, as well as module insertion and\ndeletion (though the IOC4 IDE driver requires further work before module\ndeletion will work).  The core driver now takes care of allocating PCI\nresources and data which must be shared between subdrivers, to clearly\ndelineate module ownership of these items.\n\nSigned-off-by: Brent Casavant \u003cbcasavan@sgi.com\u003e\nAcked-by: Pat Gefre \u003cpfg@sgi.com\nAcked-by: Jeremy Higdon \u003cjeremy@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "af00f9811e0ccbd3db84ddc4cffb0da942653393",
      "tree": "5a9c3b7f7d61d96d3624ad130b173a761cb7dac2",
      "parents": [
        "2ac2610b26c9da72820443328ff2c56c7b8c87b8"
      ],
      "author": {
        "name": "Andy Currid",
        "email": "acurrid@nvidia.com",
        "time": "Mon May 23 08:55:45 2005 -0700"
      },
      "committer": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Tue May 31 14:26:38 2005 -0700"
      },
      "message": "[PATCH] PCI: amd74xx patch for new NVIDIA device IDs\n\nHere\u0027s the 2.6 amd74xx patch for NVIDIA MCP51.\n\nSigned-off-by: Andy Currid \u003cacurrid@nvidia.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2b0c4bed77041bf64e26b502cd2a767e355c3342",
      "tree": "0765d7187acc3919689bc464005af1b6dbdd1c67",
      "parents": [
        "b7e4e85337060354f8b860cc38066725559313a4"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu May 05 16:15:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu May 05 16:36:41 2005 -0700"
      },
      "message": "[PATCH] drivers/ide/pci/sis5513.c: section fixes\n\nThese three functions are referenced from the __devinitdata\nsis5513_chipset.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Bartlomiej Zolnierkiewicz \u003cB.Zolnierkiewicz@elka.pw.edu.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3bfffd97ef913045080861d1898286ac8975c22a",
      "tree": "482accb34d082f7460c8acc8db6e00331dbf3e29",
      "parents": [
        "9bfd354b1b9c2f4faee121892bdfbc1490b51ab5"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Sat Apr 16 15:25:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:25:37 2005 -0700"
      },
      "message": "[PATCH] fix u32 vs. pm_message_t in rest of the tree\n\nThis fixes u32 vs.  pm_message_t confusion in remaining places.  Fortunately\nthere\u0027s few of them.\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": "d69332b875efb52ea5276d5638ce572fcd7375f2",
      "tree": "e36fed981caa072abd3028b5f539c618e7a8faa2",
      "parents": [
        "e285f8091b4ae9972f812400dc8b4b40ee779010"
      ],
      "author": {
        "name": "Jason Gaston",
        "email": "jason.d.gaston@intel.com",
        "time": "Sat Apr 16 15:24:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:24:42 2005 -0700"
      },
      "message": "[PATCH] piix: IDE PATA patch for Intel ESB2\n\nThis patch adds the Intel ESB2 DID\u0027s to the piix.c file for IDE PATA support.\n\nSigned-off-by: Jason Gaston \u003cJason.d.gaston@intel.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"
    }
  ]
}
