)]}'
{
  "log": [
    {
      "commit": "bd65a68574b787304a0cd90f22cfd44540ce3695",
      "tree": "d3a1b36b28a270509304be29f8e17bcb66ee2350",
      "parents": [
        "d3feb1844ad33911ab1fe9df1ead66082b3bce9b"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "Brice.Goglin@ens-lyon.org",
        "time": "Fri Sep 09 13:03:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:48 2005 -0700"
      },
      "message": "[PATCH] pcmcia: add pcmcia to IRQ information\n\nAdd a devname parameter to the pcmcia_device structure, fills it with\n\"pcmcia\u003cbus_id\u003e\" in pcmcia_device_add, and passes it to request_irq in\npcmcia_request_irq.\n\nSigned-off-by: Brice Goglin \u003cBrice.Goglin@ens-lyon.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "76fa82fb7156aa7191dfd1fdede1fc0da51d45dd",
      "tree": "40278b8ff4816d46e66261f8b5ac02b42123c6ca",
      "parents": [
        "4da006c63fb4758ee2d688aa65a461337b3ed065"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Sep 09 13:03:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 13:57:46 2005 -0700"
      },
      "message": "[PATCH] pcmcia: reduce ds.c stack footprint\n\nThis patch reduces the stack footprint of pcmcia_device_query() from 416 bytes\nto 36 bytes.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5d546f54324e04747e82ccbb4ea85f54bdcacd6d",
      "tree": "58b217d83948d56dbb8d874941ad9aca1ab28f45",
      "parents": [
        "2b8d4669376332a6819e21994a78ecd5502d3ebc"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Aug 01 14:55:51 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Aug 01 10:03:56 2005 -0700"
      },
      "message": "[PATCH] pcmcia: fix multiple insertion of multifunction cards\n\nThe ordering of setting and clearing device_add_pending went wrong on some\noccasions, causing multifunction cards only to be handled correctly on the\nfirst insertion, not on subsequent ones.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ba5bb6b58490693fb9b5de3ffee48c6dc9ae0d6c",
      "tree": "c905f6a5637672a255b519f5dc9ff4d6381782e1",
      "parents": [
        "698e22c4bf7dad25d63f5c2ec6ca07047579c434"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Thu Jul 28 01:07:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 28 08:38:59 2005 -0700"
      },
      "message": "[PATCH] pcmcia: fix comment\n\nThere are two problems with the message about missing callback functions: it\u0027s\nnot written in correct English and it lacks newline at the end.\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2bc5a9bdc56fac6f7cbf95b89443e3809141c247",
      "tree": "b9cc15e994df40ca5f1e9748f2bb32e9e292c5d7",
      "parents": [
        "e12a9a93a8417c4f2aa46ce8346c2d27e656b9a2"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 07 17:59:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: reduce client_handle_t usage\n\nReduce the occurences of \"client_handle_t\" which is nothing else than a\npointer to struct pcmcia_device by now.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e12a9a93a8417c4f2aa46ce8346c2d27e656b9a2",
      "tree": "ca4295237f29c54901c199b322e504f89a45c902",
      "parents": [
        "1e212f3645a6b355de8c43a23376bc0e2ac49a63"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 07 17:59:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: remove client_t usage\n\nReduce the occurences of \"client_handle_t\" which is nothing else than a\npointer to struct pcmcia_device by now.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1e212f3645a6b355de8c43a23376bc0e2ac49a63",
      "tree": "89324df417c19a1a63efb2ec6630e7d4b47181a0",
      "parents": [
        "bf45d9b0ac108b11245203ebb082d30f5059846b"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 07 17:59:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:05 2005 -0700"
      },
      "message": "[PATCH] pcmcia: move event handler\n\nMove the \"event handler\" to struct pcmcia_driver -- the unified event handler\nwill disappear really soon, but switching it to struct pcmcia_driver in the\nmeantime allows for better \"step-by-step\" patches.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3704511b2ee8b01475ca7c171d62c682342fa38e",
      "tree": "e6f59bcdaf513b241ba3ecb65900149e0c419564",
      "parents": [
        "9b4311eedb17fa88f02e4876cd6aa9a08e383cd6"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jun 30 02:58:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 30 08:45:08 2005 -0700"
      },
      "message": "[PATCH] pcmcia: fix modalias attribute in sysfs\n\nFix up PCMCIA modalias file in sysfs\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3248ff43f86493368b321376d447d84fa9a2737d",
      "tree": "36b11c42479f7370e669f8c6747501ad5a72795b",
      "parents": [
        "57b6281cea59639cce995745f1dc42fe9da2c533"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:29:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:22 2005 -0700"
      },
      "message": "[PATCH] pcmcia: export modalias in sysfs\n\nProvide a \"modalias\" entry in sysfs for PCMCIA devices.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3b659fb862db02c77ea7e6db7e70b6e888681579",
      "tree": "6b2e67d09d8738ecc727f3cf376a3f731f142fd4",
      "parents": [
        "dc109497bd5799770fedfc6503119808497b3677"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:19 2005 -0700"
      },
      "message": "[PATCH] pcmcia: remove unneeded includes in ds.c\n\nRemove unnecessary includes in ds.c and pcmcia_ioctl.c\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dc109497bd5799770fedfc6503119808497b3677",
      "tree": "04b2a219ab92511c2fe37220543405fa4ff86d49",
      "parents": [
        "b5e43913cfe95a18ad8929585a0bb58e46cf3390"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:19 2005 -0700"
      },
      "message": "[PATCH] pcmcia: merge struct pcmcia_bus_socket into struct pcmcia_socket\n\nMerge struct pcmcia_bus_socket into struct pcmcia_socket.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b5e43913cfe95a18ad8929585a0bb58e46cf3390",
      "tree": "2dbdcf979e3a300141c1ffdaf96e03127675cb1e",
      "parents": [
        "90c6cdd1fa8dd4d69af792541a37b38576aa9b5a"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:19 2005 -0700"
      },
      "message": "[PATCH] pcmcia: make PCMCIA status a bitfield\n\nmake pcmcia_bus_socket-\u003estate a bitfield, and rename it pcmcia_state to\nprepare for struct pcmcia_bus_socket integration into struct pcmcia_socket.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "90c6cdd1fa8dd4d69af792541a37b38576aa9b5a",
      "tree": "f8294e94811eb9cf6c121a65c4afbce485d7d6f6",
      "parents": [
        "e7a480d229461e54a0b3b0439b2bf0e652545e3d"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:19 2005 -0700"
      },
      "message": "[PATCH] pcmcia: clean up cs ds callback\n\nstruct pcmcia_callback isn\u0027t needed for each socket, one is enough for all\nsockets.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e7a480d229461e54a0b3b0439b2bf0e652545e3d",
      "tree": "a1a8226fcd713e5db3e26a99ad877e4fd1a58edd",
      "parents": [
        "9a5555b81fde402119a6b4f2b38d3373d272ff69"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:18 2005 -0700"
      },
      "message": "[PATCH] pcmcia: move PCMCIA ioctl to a separate file\n\nMove all PCMCIA_IOCTL-related code to a different file.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n\nFrom: Richard Purdie \u003crpurdie@rpsys.net\u003e\n\nThe pcmcia-move-pcmcia-ioctl-to-a-separate-file patch was corrupted in -mm2\ncausing this problem.\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9a5555b81fde402119a6b4f2b38d3373d272ff69",
      "tree": "68f5af92d99dc320e7d2954fd1173fa14780f8a8",
      "parents": [
        "3c29976a6469b81a7858812dc2d4b8430d74004a"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:18 2005 -0700"
      },
      "message": "[PATCH] pcmcia: add a config option for the PCMICA ioctl\n\nAdd a new config option to control the building of the PCMCIA IOCTL. Currently,\nit is not yet made public, though the help text is there already.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowksi.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5085cb26503a662a5cfdf53ce96fd606c1fbe9ba",
      "tree": "93f4cc37b516e4f6a812b760e3a52d1b2d0dfd5b",
      "parents": [
        "f4d7510d3d3b4501c94b4b00cf42fd58d49aeddd"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:18 2005 -0700"
      },
      "message": "[PATCH] pcmcia: add some Documentation\n\nAdd some information useful for PCMCIA device driver authors to\nDocumentation/pcmcia/, and reference it in dmesg in case of hash mismatches.\n\nAlso add a reference to pcmciautils to Documentation/Changes.  With recent\nchanges, you don\u0027t need to concern yourself with pcmcia-cs even if you have\nPCMCIA hardware, so the example above the list needed to be adapted as well.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowksi.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e2f0b5344161dabfab102ac0a54f330f61477972",
      "tree": "74ecdbd6bd7e875c56f78a5a1d7822ade2159794",
      "parents": [
        "e94e15f70559962f60915a09d44658b73a453fe2"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:08 2005 -0700"
      },
      "message": "[PATCH] pcmcia: rescan bus always upon echoing into setup_done\n\nAlways rescan the devices upon echo\u0027ing something to\navailable_resources_setup_done.  This is needed for proper \"coldplug\" support.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e94e15f70559962f60915a09d44658b73a453fe2",
      "tree": "0ce8fb08e276cfc93a65b82ded38c4c1a1c9169b",
      "parents": [
        "daa9517d9eccc3598b2b0cdfa0b016ae4a4fcdce"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:08 2005 -0700"
      },
      "message": "[PATCH] pcmcia: cleanups\n\nFrom: Adrian Bunk \u003cbunk@stusta.de\u003e\n\nThis patch contains the following cleanups:\n- make needlessly global code static\n- remove the following unneeded EXPORT_SYMBOL\u0027s:\n  - ds.c: pcmcia_report_error\n  - ds.c: pcmcia_bus_type\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": "daa9517d9eccc3598b2b0cdfa0b016ae4a4fcdce",
      "tree": "e62d4533e29344a9e0259020e8e3818ecb6f220e",
      "parents": [
        "90829cfe1df2466c98a831f6c44f71026665cec1"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:14 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:08 2005 -0700"
      },
      "message": "[PATCH] pcmcia: request CIS via firmware interface\n\nUse the firmware method to load replacement CIS tables.  It is recommended\nthat the /lib/firmware/cis/ points to /etc/pcmcia/cis or the other way round\nso that both old-style cardmgr and new-style hotplug/firmware can access these\n\"overwrite\" files\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a5b5577898d9330a78dea1c9e75da1540c36bf72",
      "tree": "8f0b51b7267e765582fc53a4c95e5d7c70b06b35",
      "parents": [
        "f602ff7eb4e44e7245bfeeba4d078144703fcd76"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:07 2005 -0700"
      },
      "message": "[PATCH] pcmcia: allow function-ID based match\n\nThe \"func_id\"-based matching is very fuzzy and can lead to false positives.\nTherefore, it should be tried to avoid relying on these matches.  Until\nmost/all existing func_id-based matches are replaced by\nmanf_id/card_id/prod_id matches (a patch which will ask to send the\nappropriate card information to the PCMCIA mailing list will be added once\nother, more pressing issues are adressed), we need to emulate cardmgr\nbehaviour by allowing func_id matches if no manf_id/card_id/prod_id match\noccurs.  This can only be done in userspace because of modules possibly loaded\nwith long delays.  So, add a per-device sysfs file for this purpose.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Brice Goglin \u003cBrice.Goglin@ens-lyon.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f602ff7eb4e44e7245bfeeba4d078144703fcd76",
      "tree": "e919cf5470a7e963ae4ce9f21b7fa1ed3bd4cb71",
      "parents": [
        "ff1fa9ef3c9fb23a6baa06b63f4bdf3de089b29a"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:07 2005 -0700"
      },
      "message": "[PATCH] pcmcia: match \"anonymous\" cards\n\nIf a card doesn\u0027t provide _any_ information about itself, assume it is a\nso-called \"anonymous\" card.  pcmciamtd will bind to it if it is configured to\ndo so.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ff1fa9ef3c9fb23a6baa06b63f4bdf3de089b29a",
      "tree": "05cd82cc6bbb4c9881de5d9c5584cc64f15262d1",
      "parents": [
        "7f299bccb422d707be3b074f9a669b34cb207a14"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:07 2005 -0700"
      },
      "message": "[PATCH] pcmcia: CIS overrid via sysfs\n\nThe one thing which surprises me in this patch that cis-\u003eLength needs to be\nset to count+1.  Without it, it doesn\u0027t work, but with it, it doesn\u0027t make\nsense to me.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ea7b38825bba66a81745a706da70a1c81adc95bd",
      "tree": "e4a55eb31a250cfc5465d17cc89450e0b5445862",
      "parents": [
        "23a83bfe6ab51c745d109d979c78a96fe3e93f5c"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:07 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: match for fake CIS\n\nAdd another match flag for devices needing a CIS override.  The driver will\nonly probe/attach if the CIS has been replaced before.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "23a83bfe6ab51c745d109d979c78a96fe3e93f5c",
      "tree": "32f7e48ab0eb18966c709880747d8ed1c616e4a2",
      "parents": [
        "1ad275e3e7d253d44f03868e85977c908e334fed"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:07 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: check for invalid crc32 hashes in id_tables\n\nCheck for invalid crc32 hashes in drivers\u0027 id_tables if CONFIG_PCMCIA_DEBUG is\nset.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1ad275e3e7d253d44f03868e85977c908e334fed",
      "tree": "82f0a1fc070f32c015be14596c50c681d90d4c1a",
      "parents": [
        "3ee13937525f6044d769b1a84d5db5669ac1959e"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:06 2005 -0700"
      },
      "message": "[PATCH] pcmcia: device and driver matching\n\nThe actual matching of pcmcia drivers and pcmcia devices.  The original\nversion of this was written by David Woodhouse.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "840c2ac5d3c1d50e8a181e3f661da814e89c8cf8",
      "tree": "bd9239d8116ff69a9be8085a2e8ae3f7499a55f5",
      "parents": [
        "7925407aa02653ba462b1d8b0b1229b99aee5411"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:05 2005 -0700"
      },
      "message": "[PATCH] pcmcia: hotplug event for PCMCIA devices\n\nExport information to /sbin/hotplug for PCMCIA devices: card_id, manf_id,\nfunc_id, bus_id (like pcmcia1.0) and crc32-hashes of the prod_id strings.\n\nWhy not the prod_id strings themselves?\n\na) They may contain all sorts of strange and difficult to handle characters,\n   like \" \".\n\nb) It\u0027s impossible to pass multiple strings to userspace.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e404e274f62665f3333d6a539d0d3701f678a598",
      "tree": "ef6618291524edaab45c4123274730c7d57ae852",
      "parents": [
        "a5099cfc2e82240b0a3e72ad79a5969d5af1a7dc"
      ],
      "author": {
        "name": "Yani Ioannou",
        "email": "yani.ioannou@gmail.com",
        "time": "Tue May 17 06:42:58 2005 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jun 20 15:15:34 2005 -0700"
      },
      "message": "[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacks\n\nSigned-off-by: Yani Ioannou \u003cyani.ioannou@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "afbf510d47c4009f5d67ec3c0e0b45eb0441bca3",
      "tree": "129434483daa8180e35751f231d28045f9e8ead0",
      "parents": [
        "24d568ed1b97cb93c2a917cd90296655a8b661a6"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Mon May 16 21:53:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 17 07:59:21 2005 -0700"
      },
      "message": "[PATCH] pcmcia/ds: handle any error code\n\nregister_chrdev() can return errors (negative) other then -EBUSY, so check\nfor any negative error code.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\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"
    }
  ]
}
