)]}'
{
  "log": [
    {
      "commit": "b03efcfb2180289718991bb984044ce6c5b7d1b0",
      "tree": "f3b0c6c4eaf0991c28b7116a20994b48398eea57",
      "parents": [
        "a92b7b80579fe68fe229892815c750f6652eb6a9"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Jul 08 14:57:23 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Jul 08 14:57:23 2005 -0700"
      },
      "message": "[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()\n\nThis is part of the grand scheme to eliminate the qlen\nmember of skb_queue_head, and subsequently remove the\n\u0027list\u0027 member of sk_buff.\n\nMost users of skb_queue_len() want to know if the queue is\nempty or not, and that\u0027s trivially done with skb_queue_empty()\nwhich doesn\u0027t use the skb_queue_head-\u003eqlen member and instead\nuses the queue list emptyness as the test.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "44670d2b50efd2443c3810239d6ea3fd02f8ef64",
      "tree": "a32aa41a9dd5eb33e657f94f823d44948f5be9c2",
      "parents": [
        "2ffe6e280f792790c39f241e7e3c5d2ef8da1b94"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Jul 07 17:59:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jul 07 18:24:07 2005 -0700"
      },
      "message": "[PATCH] pcmcia: remove references to pcmcia/version.h\n\nAs a follow-up, remove the inclusion of pcmcia/version.h in many 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": "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": "5e6557722e69840506eb8bc5a1edcdb4e447a917",
      "tree": "965d19e55a56d2daaed47711c01a8c27e29e592c",
      "parents": [
        "159f597a8bd0f1d7650d5e580c93a2666c9c26d1"
      ],
      "author": {
        "name": "Jeff Mahoney",
        "email": "jeffm@suse.com",
        "time": "Wed Jul 06 15:44:41 2005 -0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 06 12:55:20 2005 -0700"
      },
      "message": "[PATCH] openfirmware: generate device table for userspace\n\nThis converts the usage of struct of_match to struct of_device_id,\nsimilar to pci_device_id.  This allows a device table to be generated,\nwhich can be parsed by depmod(8) to generate a map file for module\nloading.\n\nIn order for hotplug to work with macio devices, patches to\nmodule-init-tools and hotplug must be applied.  Those patches are\navailable at:\n\n ftp://ftp.suse.com/pub/people/jeffm/linux/macio-hotplug/\n\nSigned-off-by: Jeff Mahoney \u003cjeffm@suse.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "77b73f9b00e3bea43ab4d30ae70fb85660dd07f1",
      "tree": "4b8854d5c8a86d007416cfb4beadbe9c9f705a7b",
      "parents": [
        "707997343a1e5193fff74798af572a4d03740476"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:16 2005 -0700"
      },
      "message": "[PATCH] pcmcia: id_table for wl3501_cs.c\n\nAdd pcmcia_device_id table.\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": "4a17a119381a5467144b18eaa954ba324e8a140b",
      "tree": "ec777b3cde04100cd1b4ac09ea42c01592743fdc",
      "parents": [
        "e9a07afd9e7507ac02349b2ff59c579686dcd0fd"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:14 2005 -0700"
      },
      "message": "[PATCH] pcmcia: id_table for atmel_cs.c\n\nAdd pcmcia_device_id table.\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": "7422c56da9d985234e0b62307cbbd0dcf9b97593",
      "tree": "10195fd2a00a4bb3c1bf1843f10c1d580af71103",
      "parents": [
        "5c672220694345ee5c3f2cf0becd3bd27dd663ad"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:12 2005 -0700"
      },
      "message": "[PATCH] pcmcia: id_table for orinoco_cs\n\nAdd pcmcia_device_id table.\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": "b942123bcd6430afbb4d4c541bd6df996f02a68f",
      "tree": "9a5f108ad6aeec5873a4cd520bdb16d05cf5a914",
      "parents": [
        "f57ea2a23245ba6db68f6a84ae903b3901965ade"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:11 2005 -0700"
      },
      "message": "[PATCH] pcmcia: id_table for wavelan_cs\n\nAdd pcmcia_device_id table.\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": "f57ea2a23245ba6db68f6a84ae903b3901965ade",
      "tree": "e3d2ed06c3a7b12063c9f9ac7eefcc452348bd4f",
      "parents": [
        "0a10d73dad86a023f343f80cc9cb71ea4e140192"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:11 2005 -0700"
      },
      "message": "[PATCH] pcmcia: id_table for ray_cs\n\nAdd pcmcia_device_id table.\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": "5d402e95ebf8cc2fbf0e59e8424d65fe7847ad34",
      "tree": "3008bd1ebf9d701622287fff30c839bd1bfc71fc",
      "parents": [
        "469bf2b9389c9265ac0920da5b1a5c71fe496213"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:10 2005 -0700"
      },
      "message": "[PATCH] pcmcia: id_table for netwave_cs\n\nAdd pcmcia_device_id table.\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": "7018d06d2371d67bdc995160fe2d38c6421b7c74",
      "tree": "2d9378d48b138657006b50f3648aae19e695ee31",
      "parents": [
        "2dc27daa58ac579bff7d60043a23abd5e237cdda"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Mon Jun 27 16:28:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 27 18:03:09 2005 -0700"
      },
      "message": "[PATCH] pcmcia: id_table for airo_cs\n\nAdd pcmcia_device_id table.\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": "05ab195c9803946931390faa6cfb714bd1c1e3dc",
      "tree": "99caa5d8116f7f8b81621cc3b4aa86412b10cbb6",
      "parents": [
        "ae0a97bfda598088b6f97db9d9f65cd6c4f439c6"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Thu May 26 01:16:51 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:44:48 2005 -0400"
      },
      "message": "[PATCH] uninitialized variable in prism54 isl38xx_trigger_device\n\ndrivers/net/wireless/prism54/isl_38xx.c:131: warning: \u0027current_time.tv_sec\u0027 is used uninitialized in this function\ndrivers/net/wireless/prism54/isl_38xx.c:131: warning: \u0027current_time.tv_usec\u0027 is used uninitialized in this function\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\n"
    },
    {
      "commit": "9758d0f028b4c73a5222168a5ffc340606ecbea1",
      "tree": "e200e3c9ba060842ebfe4d763c10dc9700604e00",
      "parents": [
        "0dd3c7814750adc58ed3e7b79e1943a14a790db6",
        "1a9fe638ebdcb28bded8ec2f71d0a339ebf438ea"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Mon Jun 27 00:27:47 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:27:47 2005 -0400"
      },
      "message": "Merge /spare/repo/netdev-2.6/ branch \u0027orinoco\u0027\n"
    },
    {
      "commit": "1a9fe638ebdcb28bded8ec2f71d0a339ebf438ea",
      "tree": "ba9953b8f98744064a5d4b5f76bc83fff4481c9e",
      "parents": [
        "98c4cae1dafcf1abbfebc0189ff27df586a838b0"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Mon Jun 27 00:27:07 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:27:07 2005 -0400"
      },
      "message": "wireless/orinoco: remove changelog, bump version\n"
    },
    {
      "commit": "98c4cae1dafcf1abbfebc0189ff27df586a838b0",
      "tree": "dbd2374d0acbc068bb2679a868c2929361f25eb4",
      "parents": [
        "8f2abf4430ef2a131926a537ee6325dc43b0ec28"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sun Jun 19 01:28:06 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:23:55 2005 -0400"
      },
      "message": "[PATCH] orinoco: monitor mode support\n\nPatch from Pavel Roskin\n"
    },
    {
      "commit": "8f2abf4430ef2a131926a537ee6325dc43b0ec28",
      "tree": "c476955d07cc82b14c1a5b004b25a3961c05a028",
      "parents": [
        "95dd91fbd8d3c788ef93bc94b4b600889e04dba1"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sun Jun 19 01:28:02 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:23:55 2005 -0400"
      },
      "message": "[PATCH] orinoco: always use 802.11 header for rx processing\n\nIf the frame has ToDS flag set, mark it by setting skb-\u003epkt_type to\nPACKET_OTHERHOST, so that applications unaware of promiscous mode won\u0027t get\nuplink (STA-\u003eAP) packets for STA-\u003eSTA transmissions relayed by the AP.\nThanks to John Denker and David Gibson for finding the problem and the\nsolution.\n\nPatch from Pavel Roskin\n"
    },
    {
      "commit": "95dd91fbd8d3c788ef93bc94b4b600889e04dba1",
      "tree": "f9d1e9bb31856bc49d5853187b32c80f6ee79076",
      "parents": [
        "16739b065f4b0965d975f5c756204c7aa911cd61"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sun Jun 19 01:27:56 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:23:55 2005 -0400"
      },
      "message": "[PATCH] orinoco: scanning support\n\nPatch from Pavel Roskin\n"
    },
    {
      "commit": "16739b065f4b0965d975f5c756204c7aa911cd61",
      "tree": "b52614d4654009bcddf61ad44bb7b8cbbfaedc8e",
      "parents": [
        "1fab2e8b7a9dd0226e42ad5d3688edd5065bd231"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sun Jun 19 01:27:51 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:23:55 2005 -0400"
      },
      "message": "[PATCH] orinoco: manual roaming for Symbol and Intersilfirmware\n\nPatch from Pavel Roskin\n"
    },
    {
      "commit": "1fab2e8b7a9dd0226e42ad5d3688edd5065bd231",
      "tree": "6f81696f1f32c71e567fb29ab8dd17fb40a8172c",
      "parents": [
        "620554e406e3cc01434c658a1e597162d7e56fd6"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sun Jun 19 01:27:40 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:23:55 2005 -0400"
      },
      "message": "[PATCH] orinoco: basic ethtool support\n\nI completely reimplemented this based on ethtool_ops, CVS has an\nioctl-based version.\n"
    },
    {
      "commit": "620554e406e3cc01434c658a1e597162d7e56fd6",
      "tree": "c78c04de8b3809927de6ac0721a3cf5d2a4de8a6",
      "parents": [
        "5d558b7f36cc577d31b770d8987681ec6e6545e7"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sun Jun 19 01:27:33 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:23:54 2005 -0400"
      },
      "message": "[PATCH] orinoco: wireless API 15 support\n\n(patch from Moustafa Youssef, updated by Jim Carter and Pavel Roskin).\n"
    },
    {
      "commit": "5d558b7f36cc577d31b770d8987681ec6e6545e7",
      "tree": "ee7cb49de3d26c3b712aeb3f169b0dcf5485d45a",
      "parents": [
        "279385949ebb41ad166fd37505fe552cdb74ed59"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sun Jun 19 01:27:28 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon Jun 27 00:23:54 2005 -0400"
      },
      "message": "[PATCH] orinoco: include \u003cnet/ieee80211.h\u003e\n\nWe need constants from this header in the next patches.\n"
    },
    {
      "commit": "62595eb9066ea09f7f8a789a38bec16d70ee0321",
      "tree": "4b8e5e65e4d977b643bf4aeb7d4f6757e533330c",
      "parents": [
        "020f46a39eb7b99a575b9f4d105fce2b142acdf1"
      ],
      "author": {
        "name": "Domen Puncer",
        "email": "domen@coderock.org",
        "time": "Mon Jun 20 23:54:37 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Jun 26 23:47:57 2005 -0400"
      },
      "message": "[PATCH] wireless: char* -\u003e char[] conversion in airo.c\n\nThis conversion makes code from line 7101 right:\n\tif (copy_to_user(com.data, swversion, sizeof(swversion)))\n\nsize output (before, after):\n  55416    2228     160   57804    e1cc drivers/net/wireless/airo.o\n  55412    2228     160   57800    e1c8 drivers/net/wireless/airo.o\n\nmore outputs from Alexey Dobriyan:\n2.95.3:\n           text    data     bss     dec     hex filename\nbefore    51118    2156     160   53434    d0ba drivers/net/wireless/airo.o\nafter     51118    2156     160   53434    d0ba drivers/net/wireless/airo.o\n\n3.3.5-20050130:\nbefore    46999    2156     160   49315    c0a3 drivers/net/wireless/airo.o\nafter     46994    2156     160   49310    c09e drivers/net/wireless/airo.o\n\n4.1.0-20050522:\nbefore    45555    2220     160   47935    bb3f drivers/net/wireless/airo.o\nafter     45550    2220     160   47930    bb3a drivers/net/wireless/airo.o\n\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\n"
    },
    {
      "commit": "1cc68ae0cf9e3384d9eef6985b312bf2bf1161b3",
      "tree": "3b35b769ca28b28bb19bc020c17721a7dadcc446",
      "parents": [
        "feea1db26e5babbedf1f4f36223e21b2f2d6f499"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Mon Jun 20 15:33:04 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Jun 26 18:37:26 2005 -0400"
      },
      "message": "[PATCH] fix int vs. pm_message_t confusion in airo\n\nFix int vs. pm_message_t confusion in airo. Should change no code.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "5ccabb9b45aff50e41d27a5f384ae2d2dd7640de",
      "tree": "c490351576bd643d1943ff9a87e49e6bf18334e2",
      "parents": [
        "12b279f9c0cb70695865dc336161512fa6e75d50"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@opensource.se",
        "time": "Tue Apr 05 20:05:50 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun Jun 26 18:16:13 2005 -0400"
      },
      "message": "[PATCH] arlan: module parameter fixes\n\nMake sure the code compiles with and without ARLAN_ENTRY_EXIT_DEBUGGING.\nOnly provide parameter descriptions when parameters are defined.\nRemove \"arlan_\"-prefix to shape up built-in parameter names:\n\narlan.arlan_debug -\u003e arlan.debug\narlan.arlan_EEPROM_bad -\u003e arlan.EEPROM_bad\narlan.arlan_entry_and_exit_debug -\u003e arlan.entry_and_exit_debug\narlan.arlan_entry_debug -\u003e arlan.entry_debug\narlan.arlan_exit_debug -\u003e arlan.exit_debug\n\nSigned-off-by: Magnus Damm \u003cdamm@opensource.se\u003e\n"
    },
    {
      "commit": "3e1d1d28d99dabe63c64f7f40f1ca1d646de1f73",
      "tree": "d1e7c1e2e8902072042aefc3a7976b271cf76021",
      "parents": [
        "b3e112bcc19abd8e9657dca34a87316786e096f3"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "christoph@lameter.com",
        "time": "Fri Jun 24 23:13:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 25 17:10:13 2005 -0700"
      },
      "message": "[PATCH] Cleanup patch for process freezing\n\n1. Establish a simple API for process freezing defined in linux/include/sched.h:\n\n   frozen(process)\t\tCheck for frozen process\n   freezing(process)\t\tCheck if a process is being frozen\n   freeze(process)\t\tTell a process to freeze (go to refrigerator)\n   thaw_process(process)\tRestart process\n   frozen_process(process)\tProcess is frozen now\n\n2. Remove all references to PF_FREEZE and PF_FROZEN from all\n   kernel sources except sched.h\n\n3. Fix numerous locations where try_to_freeze is manually done by a driver\n\n4. Remove the argument that is no longer necessary from two function calls.\n\n5. Some whitespace cleanup\n\n6. Clear potential race in refrigerator (provides an open window of PF_FREEZE\n   cleared before setting PF_FROZEN, recalc_sigpending does not check\n   PF_FROZEN).\n\nThis patch does not address the problem of freeze_processes() violating the rule\nthat a task may only modify its own flags by setting PF_FREEZE. This is not clean\nin an SMP environment. freeze(process) is therefore not SMP safe!\n\nSigned-off-by: Christoph Lameter \u003cchristoph@lameter.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "64ccd715d3cf498318b14b646ce5f97e7ab15bb5",
      "tree": "b43bdaeec1b1175fe80ffe3648b1a98a2e21317b",
      "parents": [
        "bfb07599da289881d3bcbb601a110e997fc7444b"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Thu Jun 23 00:10:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 23 09:45:36 2005 -0700"
      },
      "message": "[PATCH] Convert users to tty_unregister_ldisc()\n\ntty_register_ldisc(N_FOO, NULL) \u003d\u003e tty_unregister_ldisc(N_FOO)\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4d8e11dcc29f4983bec67506d77728a04082e92d",
      "tree": "0d0041dd9c53593d154514e16c18413d3e2da630",
      "parents": [
        "21035ffeb7fa5abf6f178befc8b34752a629e1bf",
        "84d8a2fb56b1d3c915591a2c1aa321b783c7d00f"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Sat Jun 04 17:05:05 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Jun 04 17:05:05 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch orinoco-hch\n"
    },
    {
      "commit": "ee03a68c108cce4af3b4988cb1204e84d81f1243",
      "tree": "21554af057d7b1cdadbe8d0b0ccfd24bf72bcc21",
      "parents": [
        "0c2fc10901e1b516526c92849ccd03327f119dbe",
        "41480af27a85d6008d9e11db8bc2730407c25e1d"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 22:09:52 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 22:09:52 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch airo\n"
    },
    {
      "commit": "0c2fc10901e1b516526c92849ccd03327f119dbe",
      "tree": "30305af53abe091a862c3efe8f363dc8793bad14",
      "parents": [
        "d20c507f28dbee33086e8212b98f9ddc5372cd81",
        "e885b5e83965c320e8eff1ec3ebfbf821b375568"
      ],
      "author": {
        "name": "",
        "email": "jgarzik@pretzel.yyz.us",
        "time": "Wed May 25 22:07:51 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Wed May 25 22:07:51 2005 -0400"
      },
      "message": "Automatic merge of /spare/repo/netdev-2.6 branch atmel\n"
    },
    {
      "commit": "c8920ba041c8934b29370f5d62ab9ea8f147966b",
      "tree": "6e0e12acd812f221906289348bc4e08cd1047df6",
      "parents": [
        "c4cc26d3310a6614a20e32276228a5d44159fc9b"
      ],
      "author": {
        "name": "Daniel Andersen",
        "email": "daniel@linux-user.net",
        "time": "Thu May 05 15:14:09 2005 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Mon May 16 00:04:29 2005 -0400"
      },
      "message": "[PATCH] wireless: 3CRWE154G72 Kconfig help fix\n\nVersion 2 of the 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 is not\nsupported by the prism54 project.  To stop confusion, the kernel\ndocumentation should state so as 3com made a good job hiding the version.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n\ndiff -puN drivers/net/wireless/Kconfig~wireless-3crwe154g72-kconfig-help-fix drivers/net/wireless/Kconfig\n"
    },
    {
      "commit": "41480af27a85d6008d9e11db8bc2730407c25e1d",
      "tree": "4418c446791764ae018a56375d90d483bc3bc25f",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "Dan Williams",
        "email": "dcbw@redhat.com",
        "time": "Tue May 10 09:45:51 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:20:57 2005 -0400"
      },
      "message": "[PATCH] wireless/airo: WEXT and quality corrections\n\nThis patch brings the airo driver into line with the current\nWEXT specification of signal quality.  It also fixes the values\nused to determine signal quality and level for MPI \u0026 PCMCIA 350\ncards.  It turns out that BSSListRid.rssi was actually in dBm\nfor 350 series cards, and that we can use the normalized\nsignal strength reported by the card as our \"quality\" value, on\na scale of 0 - 100.  Since signal level values are in dBm for\nthis driver, max_qual-\u003elevel MUST be 0, as specified in the WEXT\nspec.  This patch also uses the IW_QUAL constants new in WEXT\nversion 17.\n\nSigned-off-by: Dan Williams \u003cdcbw@redhat.com\u003e\n"
    },
    {
      "commit": "e885b5e83965c320e8eff1ec3ebfbf821b375568",
      "tree": "6bc2e9d321149f6f57e1a762a960a223ae89d5bf",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "simon@thekelleys.org.uk",
        "email": "simon@thekelleys.org.uk",
        "time": "Sat May 07 21:33:31 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 18:11:54 2005 -0400"
      },
      "message": "[PATCH] atmel wireless\n\nBelow is a one-liner for the atmel wireless driver, just adding\nanother card to the table.\n"
    },
    {
      "commit": "84d8a2fb56b1d3c915591a2c1aa321b783c7d00f",
      "tree": "351f0ba1ab4a0d9e15439efed03a62a91138789e",
      "parents": [
        "ad8f451b41b3c3438ec4eef15527972bebd854eb"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sat May 14 17:30:22 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 17:53:26 2005 -0400"
      },
      "message": "[PATCH] orinoco: misc fixes\n\nsmall fixes from CVS that didn\u0027t fit elsewhere\n\nIndex: linux-2.6/drivers/net/wireless/orinoco.c\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "ad8f451b41b3c3438ec4eef15527972bebd854eb",
      "tree": "e5d1ebc82d13c650792b6b8bc2cd30c8ee75257e",
      "parents": [
        "649e59e6ab7817bf1c556b1898356c1a17aa2650"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sat May 14 17:30:17 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 17:53:26 2005 -0400"
      },
      "message": "[PATCH] orinoco: make orinoco_stop() static\n\nPatch from Pavel Roskin\n\nIndex: linux-2.6/drivers/net/wireless/orinoco.c\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "649e59e6ab7817bf1c556b1898356c1a17aa2650",
      "tree": "9f77b2088abb15e62fd694e3d344b43b14d6c4aa",
      "parents": [
        "8551cb980086eb9952387a9f135d6f96af3b82ee"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sat May 14 17:30:10 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 17:53:26 2005 -0400"
      },
      "message": "[PATCH] orinoco: Symbol 3.0x firmware needs broken_disableport\n\nPatch from Pavel Roskin.\n\nIndex: linux-2.6/drivers/net/wireless/orinoco.c\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "8551cb980086eb9952387a9f135d6f96af3b82ee",
      "tree": "710844d186229cf2f708970bb245d779ee5c803e",
      "parents": [
        "d0e3e87ff4516d1b9d7bc6734a99168838f79635"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sat May 14 17:30:04 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 17:53:26 2005 -0400"
      },
      "message": "[PATCH] orinoco: disconnect the network device on reset errors\n\nPatch from Pavel Roskin\n\nIndex: linux-2.6/drivers/net/wireless/orinoco.c\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "d0e3e87ff4516d1b9d7bc6734a99168838f79635",
      "tree": "062f69e28e027411f9db68b7a637ddf84104a6a8",
      "parents": [
        "b24d4582fd93f3654d0a0a89f85e95140efc7fd4"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Sat May 14 17:29:58 2005 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sun May 15 17:53:25 2005 -0400"
      },
      "message": "[PATCH] orinoco: fix setting of 32 character ESSIDs\n\nPatch from Thomas Schulz\n\nIndex: linux-2.6/drivers/net/wireless/orinoco.c\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n"
    },
    {
      "commit": "b24d4582fd93f3654d0a0a89f85e95140efc7fd4",
      "tree": "0226b89570a1f806f3f650612708f1d4aa214357",
      "parents": [
        "d51d8b1f249b23a717ae489d6ccf2c25030988e6"
      ],
      "author": {
        "name": "David Gibson",
        "email": "hermes@gibson.dropbear.id.au",
        "time": "Thu May 12 20:04:16 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:04:16 2005 -0400"
      },
      "message": "  [PATCH] Orinoco: consolidate allocation code\n  \n  Consolidate allocation of firmware buffers.  In the process, remove\n  duplication of a workaround for an old symbol firmware bug, and fix a\n  bug where we could retry the workaround, even if it already failed to\n  help.\n  \n  Signed-off-by: David Gibson \u003chermes@gibson.dropbear.id.au\u003e\n  Signed-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "d51d8b1f249b23a717ae489d6ccf2c25030988e6",
      "tree": "2fe062e1eb563e0223193c851ddacd9bf6791203",
      "parents": [
        "1fc5eb642805fa724b67fd17f008b582b0400919"
      ],
      "author": {
        "name": "David Gibson",
        "email": "hermes@gibson.dropbear.id.au",
        "time": "Thu May 12 20:03:36 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:03:36 2005 -0400"
      },
      "message": "  [PATCH] Orinoco: don\u0027t set channel in managed mode\n  \n  Don\u0027t attempt to manually set the channel in infrastructure mode, the\n  firmware doesn\u0027t like that much.  Also don\u0027t attempt to override the\n  firmware\u0027s default channel number for IBSS mode (I believe default\n  channel can vary by regulatory domain).\n  \n  Signed-off-by: David Gibson \u003chermes@gibson.dropbear.id.au\u003e\n  Signed-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "1fc5eb642805fa724b67fd17f008b582b0400919",
      "tree": "10d6b550196126e7d948210cb17bc2989aa09180",
      "parents": [
        "7bb7c3a326f509acbdaf550b54fba565544ef200"
      ],
      "author": {
        "name": "David Gibson",
        "email": "hermes@gibson.dropbear.id.au",
        "time": "Thu May 12 20:02:58 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:02:58 2005 -0400"
      },
      "message": "  [PATCH] Orinoco: kill dump_recs\n  \n  Remove the dump_recs debugging iwpriv command.  It will be replaced\n  later with the simpler and more flexible get_rid command.\n  \n  Signed-off-by: David Gibson \u003chermes@gibson.dropbear.id.au\u003e\n  Signed-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "7bb7c3a326f509acbdaf550b54fba565544ef200",
      "tree": "e45c81d6df74f73d970948f868a00b4f94a54f36",
      "parents": [
        "e67d9d9d9e3934fc2844b795ed68f2d87e9a047a"
      ],
      "author": {
        "name": "David Gibson",
        "email": "hermes@gibson.dropbear.id.au",
        "time": "Thu May 12 20:02:10 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:02:10 2005 -0400"
      },
      "message": "  [PATCH] Orinoco: ignore_disconnect flag\n  \n  Adds an ignore_disconnect module parameter.  When enabled, the driver\n  will continue attempting to send packets even when the firmware has\n  told us we\u0027ve lost our link to the AP.  On some firmwares this\n  substantially increases the usable range of the card (presumably\n  because we have an interrmittent connection, but the firmware is able\n  to queue the packets for us until we\u0027re connected again).  On some\n  other cards, it causes the firmware to fall in a screaming heap :(\n  (hence, default off).\n  \n  Signed-off-by: David Gibson \u003chermes@gibson.dropbear.id.au\u003e\n  Signed-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "e67d9d9d9e3934fc2844b795ed68f2d87e9a047a",
      "tree": "4252674efb4afd5ea1b7958297e3624b4a29a906",
      "parents": [
        "88d7bd8cb9eb8d64bf7997600b0d64f7834047c5"
      ],
      "author": {
        "name": "David Gibson",
        "email": "hermes@gibson.dropbear.id.au",
        "time": "Thu May 12 20:01:22 2005 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu May 12 20:01:22 2005 -0400"
      },
      "message": "  [PATCH] Orinoco: wireless stats updates\n  \n  Minor updates/bugfixes to the handling of wireless statistics.\n"
    },
    {
      "commit": "05adc3b7458e97a1d0180828000207a403083389",
      "tree": "b7ec16681719bfd3caac350a750b50ed5a4abf50",
      "parents": [
        "4fd416c14c583ee6ff1e2b17ab05e7e02e170e4c"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Sat Apr 16 15:25:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:25:25 2005 -0700"
      },
      "message": "[PATCH] u32 vs. pm_message_t fixes for drivers/net\n\nThis fixes remaining u32s in drivers/ net.\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": "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"
    }
  ]
}
