)]}'
{
  "log": [
    {
      "commit": "1393adb2ebb00a2cd54b293cd7ee71e3376f4e9f",
      "tree": "da25ea484bed1ce0f9ff3e2d2f485ca5980a8864",
      "parents": [
        "dbf4fcad62467ce1bd6966292b6850fc7a210e0b"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Tue Jan 31 10:02:55 2006 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:58 2006 -0800"
      },
      "message": "[PATCH] uhci-hcd: fix mistaken usage of list_prepare_entry\n\nA recent update to the uhci-hcd driver invoked the list_prepare_entry\nmacro incorrectly.  This patch (as646) corrects it.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "dbf4fcad62467ce1bd6966292b6850fc7a210e0b",
      "tree": "4b8da787d4f54fbd442a18a93658e3e5dd7ce176",
      "parents": [
        "8d402e1ae03656c1ad215514f8885ef4793f0948"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Tue Dec 20 09:58:08 2005 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:57 2006 -0800"
      },
      "message": "[PATCH] UHCI: Don\u0027t log short transfers\n\nEven when the URB_SHORT_NOT_OK flag is set, a short transfer shouldn\u0027t\ngenerate a debugging log message.  Especially not one with the confusing\nclaim that the transfer \"failed with status 0\".  This patch (as627)\nfixes that behavior in uhci-hcd.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8d402e1ae03656c1ad215514f8885ef4793f0948",
      "tree": "ceac7800d7e07be1a7320a0b729156b12fbf26d6",
      "parents": [
        "0ed8fee1c1d38a62e981025ba40b5eba30c4ce2a"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Sat Dec 17 18:03:37 2005 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:57 2006 -0800"
      },
      "message": "[PATCH] UHCI: improve debugging code\n\nThis patch (as626) makes some improvements to the debugging code in\nuhci-hcd.  The main change is that now the code won\u0027t get compiled if\nCONFIG_USB_DEBUG isn\u0027t set.  But there are other changes too, like\nadding a missing .owner field and printing a debugging dump if the\ncontroller dies.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0ed8fee1c1d38a62e981025ba40b5eba30c4ce2a",
      "tree": "5f006afb273d5657251c49ae7144f669db9ed05d",
      "parents": [
        "af0bb5998abe8ed28ee354dd4c71689cacdc91e9"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Sat Dec 17 18:02:38 2005 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:57 2006 -0800"
      },
      "message": "[PATCH] UHCI: remove main list of URBs\n\nAs part of reorienting uhci-hcd away from URBs and toward endpoint\nqueues, this patch (as625) eliminates the driver\u0027s main list of URBs.\nThe list wsa used mainly in checking for URB completions; now the driver\ngoes through the list of active endpoints and checks the members of the\nqueues.\n\nAs a side effect, I had to remove the code that looks for FSBR timeouts.\nFor now, FSBR will remain on so long as any URBs on a full-speed control\nor bulk queue request it, even if the queue isn\u0027t advancing.  A later\npatch can add more intelligent handling.  This isn\u0027t a huge drawback;\nit\u0027s pretty rare for an URB to get stuck for more than a fraction of a\nsecond.  (And it will help the people trying to use those insane HP USB\ndevices.)\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "af0bb5998abe8ed28ee354dd4c71689cacdc91e9",
      "tree": "20172dd9551d0e2497ef4b6dff1a84f010f981ab",
      "parents": [
        "dccf4a48d47120a42382ba526f1a0848c13ba2a4"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Sat Dec 17 18:00:12 2005 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:57 2006 -0800"
      },
      "message": "[PATCH] UHCI: use dummy TDs\n\nThis patch (as624) fixes a hardware race in uhci-hcd by adding a dummy\nTD to the end of each endpoint\u0027s queue.  Without the dummy the host\ncontroller will effectively turn off the queue when it reaches the end,\nwhich happens asynchronously.  This leads to a potential problem when\nnew transfer descriptors are added to the end of the queue; they may\nnever get used.\n\nWith a dummy TD present the controller never turns off the queue;\ninstead it just stops at the dummy and leaves the queue on but inactive.\nWhen new TDs are added to the end of the queue, the first new one gets\nwritten over the dummy.  Thus there\u0027s never any question about whether\nthe queue is running or needs to be restarted.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "dccf4a48d47120a42382ba526f1a0848c13ba2a4",
      "tree": "788a0a9f491d1a42df1dee1781156ccfc363b6ef",
      "parents": [
        "499003e815344304c7b0c93aad923ddf644d24e0"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Sat Dec 17 17:58:46 2005 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:57 2006 -0800"
      },
      "message": "[PATCH] UHCI: use one QH per endpoint, not per URB\n\nThis patch (as623) changes the uhci-hcd driver to make it use one QH per\ndevice endpoint, instead of a QH per URB as it does now.  Numerous areas\nof the code are affected by this.  For example, the distinction between\n\"queued\" URBs and non-\"queued\" URBs no longer exists; all URBs belong to\na queue and some just happen to be at the queue\u0027s head.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "499003e815344304c7b0c93aad923ddf644d24e0",
      "tree": "7a73626d56fd83174b342093f421d99e7e90e5b4",
      "parents": [
        "0eb8c7cafe8d4fa9a90ea8680200e3ae3d57b1bd"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jan 24 08:11:27 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:57 2006 -0800"
      },
      "message": "[PATCH] USB: Fix masking bug initialization of Freescale EHCI controller\n\nIn setting up the of PHY we masked off too many bits, instead just\ninitialize PORTSC for the type of PHY we are using.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nAcked-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0eb8c7cafe8d4fa9a90ea8680200e3ae3d57b1bd",
      "tree": "2365741645c76f7925f9e637ee68da2e1b2d3087",
      "parents": [
        "efafe6fb72b2bbab40080a08f7946f1eadb9bad9"
      ],
      "author": {
        "name": "Franck Bui-Huu",
        "email": "vagabon.xyz@gmail.com",
        "time": "Tue Feb 07 09:06:17 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:57 2006 -0800"
      },
      "message": "[PATCH] USB: Zero driver: Removed duplicated code\n\nSigned-off-by: Franck Bui-Huu \u003cvagabon.xyz@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "efafe6fb72b2bbab40080a08f7946f1eadb9bad9",
      "tree": "502053738219df278ecc7b0175d7fee4d8ec611c",
      "parents": [
        "aef4e266964bc15861b5835c1f5b9d2ebc155c2a"
      ],
      "author": {
        "name": "Malte Doersam",
        "email": "mdoersam@arcor.de",
        "time": "Sat Jan 28 17:48:33 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:56 2006 -0800"
      },
      "message": "[PATCH] USB: Pegasus: Linksys USBVPN1 support + cleanup\n\nThis patch adds a second linksys vendor-id (077b) and the product id of the\npegasus based adapter USBVPN1\n\nhttp://www1.linksys.com/Products/product.asp?prid\u003d3D543\u0026scid\u003d3D30\n\nFurthermore it replaces all LINKSYS_GPIO_RESET with DEFAULT_GPIO_RESET as both\nare declared like this:\n#define        DEFAULT_GPIO_RESET      0x24\n#define        LINKSYS_GPIO_RESET      0x24\n\nThis is misleading and confusing.\nThe check is now done via the VENDOR_ID in pegasus.c:\nif (usb_dev_id[pegasus-\u003edev_index].vendor \u003d\u003d VENDOR_LINKSYS\n\nSigned-off-by: Malte Doersam \u003cmdoersam@arcor.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "aef4e266964bc15861b5835c1f5b9d2ebc155c2a",
      "tree": "49d606bc0843231942231b801dc3010ca32ab4f7",
      "parents": [
        "fb669cc01ed778c4926f395e44a9b61644597d38"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Tue Jan 31 12:58:38 2006 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:56 2006 -0800"
      },
      "message": "[PATCH] usbhid: add error handling\n\nThis patch (as628c) adds error handling to the USB HID core.  When an\nerror is reported for an interrupt URB, the driver will do delayed\nretries, at increasing intervals, for up to one second.  If that doesn\u0027t\nwork, it will try to reset the device.  Testing by users has shown that\nboth the retries and the resets end up getting used.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "fb669cc01ed778c4926f395e44a9b61644597d38",
      "tree": "a81c4f655a0470f84dfa4fbfcff3e64d83da3463",
      "parents": [
        "6a9062f393fa48125df23c5491543828a21e1ae0"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Tue Jan 24 08:40:27 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:56 2006 -0800"
      },
      "message": "[PATCH] USB: remove usbcore-specific wakeup flags\n\nThis makes usbcore use the driver model wakeup flags for host controllers\nand for their root hubs.  Since previous patches have removed all users of\nthe HCD flags they replace, this converts the last users of those flags.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "6a9062f393fa48125df23c5491543828a21e1ae0",
      "tree": "ca79e036f5a00253af790b45da6a6102b58ff97c",
      "parents": [
        "b1e8f0a6a8805c971857cd10a65cf8caa4c1a672"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Jan 23 15:28:07 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:56 2006 -0800"
      },
      "message": "[PATCH] USB: ohci uses driver model wakeup flags\n\nThis makes OHCI use the driver model wakeup control bits for its root hub\n(e.g. disable on amd756, because of chip erratum) and for the controller\nitself.  It no longer uses the hcd glue bits with those roles, and depends\non the previous patch making the root hub available earlier.\n\nNote that on most platforms (boot code properly setting the RWC bit) this\ngives a partial workaround for the way PCI isn\u0027t currently flagging devices\nthat support PME# signals.  (Because of odd PCI init sequencing on PPC.)\nThat\u0027s because many OHCI controllers support \"legacy PCI PM\" ... without\ninvolving any PCI PM capability.\n\nUSB wakeup from STR, if it works on your system, may still involve\ntweaking things by hand in /proc/acpi/wakeup.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b1e8f0a6a8805c971857cd10a65cf8caa4c1a672",
      "tree": "395b7a91cbd0d5eb10a4c7429d7db6255b097b48",
      "parents": [
        "1c05ad4447e4ecbd61647c102fb6f2f5a6634ff3"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Jan 23 15:25:40 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:56 2006 -0800"
      },
      "message": "[PATCH] USB: usbcore sets up root hubs earlier\n\nMake the HCD initialization sequence more sane ... notably, setting up\nroot hubs before HCDs are asked to do their one-time init.  Among other\nthings, that lets the HCDs do custom root hub init along with all the\nother one-time initialization done in the (now misnamed) reset() method.\n\nThis also copies the controller wakeup flags into the root hub; it\u0027s\ndone a bit later than would be ideal, but that\u0027ll be necessary until\nthe PCI code initializes them correctly.  (The PCI patch breaks on PPC\ndue to how it sequences PCI initialization.)\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1c05ad4447e4ecbd61647c102fb6f2f5a6634ff3",
      "tree": "57e519afbd37b545a1e0cd9019d49ab38980f7b4",
      "parents": [
        "7802ac5c29d135345db1b06f9167075cd9f2d675"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Wed Jan 25 08:45:59 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:56 2006 -0800"
      },
      "message": "[PATCH] recognize three more usb peripheral controllers\n\nThis adds declarations for three USB peripheral controllers:\n\n  - Two high speed USB cores that can be licensed from Mentor Graphics\n    to be integrated into silicon:\n\n      * \"musbhsfc\" is for peripherals only, as found in for example the\n        IBM/AMCC 44EP processors.\n\n      * \"musbhdrc\" is OTG-capable (dual role), and is found in various\n        products including OMAP 2430 and the new DaVinci SOCs.\n\n    The \"musbh\" standing for \"Mentor USB Highspeed\", the rest standing\n    for \"Function Controller\" or \"Dual Role Controller\" (OTG-capable).\n\n  - The full speed controller on the FreeScale MPC8272.\n\nAdding these definitions just allows gadget driver code to handle any\ncontroller-specific logic; controller drivers are quite separate.\n\nSigned-off-by: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "7802ac5c29d135345db1b06f9167075cd9f2d675",
      "tree": "eac03ea017b9bd42581f699fa4b71fad692a6bea",
      "parents": [
        "bae4bd848dc0b7e6defc7a5d62834a35d1eed06d"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Sun Jan 22 10:33:27 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:56 2006 -0800"
      },
      "message": "[PATCH] USB: minor gadget/rndis tweak\n\nResove a minor FIXME:  don\u0027t change MTU while RNDIS link is active,\nthe other end won\u0027t expect such things...\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "bae4bd848dc0b7e6defc7a5d62834a35d1eed06d",
      "tree": "17f942f787c55e96afd13edc30875138a40c125c",
      "parents": [
        "39a269c09f854d3d98cbb755b3568175f04efa10"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Sun Jan 22 10:32:37 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:56 2006 -0800"
      },
      "message": "[PATCH] USB: add support for AT91 gadget\n\nThis adds support for the USB peripheral controller on AT91\n(rm9200, eventually also sam9261 or uClinux) platforms.\n\nMore SOC support for Linux-USB ... an uncomplicated pure PIO driver.\nIt\u0027d be worth using this as a model, if you\u0027re starting a driver\nfor some other peripheral controller.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "39a269c09f854d3d98cbb755b3568175f04efa10",
      "tree": "dcba12509961393e9f2920b23a337af8d6c4aec3",
      "parents": [
        "d0852299381326c5d8eb67771aa98108050e6901"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Sun Jan 22 10:32:13 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:55 2006 -0800"
      },
      "message": "[PATCH] USB: add support for OCHI on AT91rm9200\n\nThis adds support for OHCI on AT91rm9200 based boards.\n\nPossibly of interest here is the way this uses \u003clinux/clk.h\u003e to\ngate clocks on/off during system pm state transitions.  That\u0027s\ntypical for non-PCI systems.  Some can go further; Mini-A host\nside connectors enable ID-pin sensing.\n\nFrom: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d0852299381326c5d8eb67771aa98108050e6901",
      "tree": "e4965e920fceeada861e5722228eb4472627c991",
      "parents": [
        "d5fb7f1b5b832946eaf450b2a695ec3e7fd2d351"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Fri Jan 20 14:35:55 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:55 2006 -0800"
      },
      "message": "[PATCH] USB: EHCI unlink tweaks\n\nThis patch modifies the behavior of the EHCI driver in an unlink path\nthat seems to be causing various issues on some systems.  Those problems\nhave included issues with disconnection, driver unbinding, and similar\ncases where urb unlinking would just not work right.\n\nThis patch should help avoid those problems by not turning off the async\n(control/bulk) schedule until it\u0027s not expecting an \"async advance\" IRQ,\nwhich comes from the processing passing the schedule head.  Whether the\ndriver attempts to do such things is dependent on system timings, so\nmany folk would never have seen these problems.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d5fb7f1b5b832946eaf450b2a695ec3e7fd2d351",
      "tree": "1a6b09e2b5928f2eb10ec00ecc926034e6387df5",
      "parents": [
        "76fa9a240de4294a097235c9ddd470c21eb3449e"
      ],
      "author": {
        "name": "Jordan Crouse",
        "email": "jordan.crouse@amd.com",
        "time": "Fri Jan 20 14:09:54 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:55 2006 -0800"
      },
      "message": "[PATCH] USB: OHCI for AU1200\n\nALCHEMY:  Add OHCI support for AU1200\n\nUpdated by moving the OHCI support out of the EHCI patch.\n\nSigned-off-by: Jordan Crouse \u003cjordan.crouse@amd.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "76fa9a240de4294a097235c9ddd470c21eb3449e",
      "tree": "f29b42b106e5394942c59102b8387f5dd322b6b7",
      "parents": [
        "8cd42e97bf451bbbb2f54dc571366ae5a72faaea"
      ],
      "author": {
        "name": "Jordan Crouse",
        "email": "jordan.crouse@amd.com",
        "time": "Fri Jan 20 14:06:09 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:55 2006 -0800"
      },
      "message": "[PATCH] USB: EHCI for AU1200\n\nALCHEMY:  Add EHCI support for AU1200\n\nUpdated by removing the OHCI support\n\nSigned-off-by: Jordan Crouse \u003cjordan.crouse@amd.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8cd42e97bf451bbbb2f54dc571366ae5a72faaea",
      "tree": "9bd591f62813e477da3484bfe159228a7507eeb7",
      "parents": [
        "80cb9aee01245b38325dd84f1359b14a3f01f10d"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Fri Jan 20 13:57:52 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:55 2006 -0800"
      },
      "message": "[PATCH] USB: EHCI and Freescale 83xx quirk\n\nOn the MPC834x processors the multiport host (MPH) EHCI controller has an\nerratum in which the port number in the queue head expects to be 0..N-1\ninstead of 1..N.  If we are on one of these chips we subtract one from\nthe port number before putting it into the queue head.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "80cb9aee01245b38325dd84f1359b14a3f01f10d",
      "tree": "aa261392fa976e86dba2bea43b8afc9a64228b89",
      "parents": [
        "469d02293d494d30dba81895cd3d34b0a3a6d51a"
      ],
      "author": {
        "name": "Randy Vinson",
        "email": "rvinson@mvista.com",
        "time": "Fri Jan 20 13:53:38 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:55 2006 -0800"
      },
      "message": "[PATCH] USB: EHCI for Freescale 83xx\n\nAdding a Host Mode USB driver for the Freescale 83xx.\n\nThis driver supports both the Dual-Role (DR) controller and the\nMulti-Port-Host (MPH) controller present in the Freescale MPC8349. It has\nbeen tested with the MPC8349CDS reference system. This driver depends on\nplatform support code for setting up the pins on the device package in a\nmanner appropriate for the board in use. Note that this patch requires\nselecting the EHCI controller option under the USB Host menu.\n\nSigned-off-by: Randy Vinson \u003crvinson@mvista.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "469d02293d494d30dba81895cd3d34b0a3a6d51a",
      "tree": "a05096eed2144bcaa8918ce961d959761763c33e",
      "parents": [
        "f8aeb3bb8657b207895aa10f75e63f2c48d08985"
      ],
      "author": {
        "name": "Clemens Ladisch",
        "email": "clemens@ladisch.de",
        "time": "Fri Jan 20 13:49:10 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:55 2006 -0800"
      },
      "message": "[PATCH] USB: EHCI full speed ISO bugfixes\n\nThis patch replaces the split ISO raw_mask calculation code in the\niso_stream_init() function that computed incorrect numbers of high\nspeed transactions for both input and output transfers.\n\nIn the output case, it added a superfluous start-split transaction for\nall maxmimum packet sizes that are a multiple of 188.\n\nIn the input case, it forgot to add complete-split transactions for all\nmicroframes covered by the full speed transaction, and the additional\ncomplete-split transaction needed for the case when full speed data\nstarts arriving near the end of a microframe.\n\nThese changes don\u0027t affect the lack of full speed bandwidth, but at\nleast it removes the MMF errors that the HC raised with some input\nstreams.\n\nSigned-off-by: Clemens Ladisch \u003cclemens@ladisch.de\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f8aeb3bb8657b207895aa10f75e63f2c48d08985",
      "tree": "a752ed44de17a3f0315cffeddfb944cb33c778aa",
      "parents": [
        "4186ecf8ad16dd05759a09594de6a87e48759ba6"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Fri Jan 20 13:55:14 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:55 2006 -0800"
      },
      "message": "[PATCH] USB: EHCI and NF2 quirk\n\nThis teaches the EHCI driver about a quirk seen in older NForce2 chips,\nadding a workaround to ignore selective suspend requests.  Bus-wide\n(so-called \"global\") suspend still works, as does USB wakeup of a\nroot hub that\u0027s globally suspended.\n\nThere\u0027s still a hole in this support though.  Strictly speaking, this\nshould _fail_ selective suspend requests, rather than ignoring them,\nsince doing it this way means that devices which should be able to issue\nremote wakeup are not going to be able to do that.  For now, we\u0027ll just\nlive with that problem ... since usbcore expects to do selective suspend\non the way towards a full bus suspend, and usbcore needs to be able to\ndo full bus suspend.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4186ecf8ad16dd05759a09594de6a87e48759ba6",
      "tree": "3ee5292d9f4a36e3eb359b586289ec972bcbaf39",
      "parents": [
        "35cce732d9d4d9af6b4ad4d26d8f8c0eddb573a2"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Wed Jan 11 15:55:29 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:55 2006 -0800"
      },
      "message": "[PATCH] USB: convert a bunch of USB semaphores to mutexes\n\nthe patch below converts a bunch of semaphores-used-as-mutex in the USB\ncode to mutexes\n\nSigned-off-by: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "35cce732d9d4d9af6b4ad4d26d8f8c0eddb573a2",
      "tree": "1fbb63a0c8b5e661d70a8aa97c036f9e58edf197",
      "parents": [
        "e266a12492f7ca9142882710bff92e902b7c95c8"
      ],
      "author": {
        "name": "Pekka Enberg",
        "email": "penberg@cs.helsinki.fi",
        "time": "Thu Jan 12 20:35:25 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:54 2006 -0800"
      },
      "message": "[PATCH] USB: remove LINUX_VERSION_CODE macro usage\n\nThis patch removes unnecessary LINUX_VERSION_CODE macro usage from\ndrivers/usb/.\n\nSigned-off-by: Pekka Enberg \u003cpenberg@cs.helsinki.fi\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e266a12492f7ca9142882710bff92e902b7c95c8",
      "tree": "7554164a34ba64b5420858edbcd7bf49c4057c2f",
      "parents": [
        "9628416a542488230b53df48d90d4a967dea41c8"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Nov 08 21:05:43 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:54 2006 -0800"
      },
      "message": "[PATCH] USB: drivers/usb/core/message.c: make usb_get_string() static\n\nAfter the removal of usb-midi.c, there\u0027s no longer any external user of\nusb_get_string().\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9628416a542488230b53df48d90d4a967dea41c8",
      "tree": "b356d4c1ea8065263eda375284b87ba64d735d5f",
      "parents": [
        "29da7937a11a47bad64558c3be4d998c4ea5e823"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun Feb 05 00:03:28 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:54 2006 -0800"
      },
      "message": "[PATCH] USB: remove OBSOLETE_OSS_USB_DRIVER drivers\n\nThis patch removes the obsolete USB_MIDI and USB_AUDIO drivers.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "29da7937a11a47bad64558c3be4d998c4ea5e823",
      "tree": "9e73a3de1ad7e50d70ba0f65c0c06905e9602fe2",
      "parents": [
        "9ee884cc89dc339276c719ab4ff53913ac03d083"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Mon Feb 13 20:35:57 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:54 2006 -0800"
      },
      "message": "[PATCH] ub: use kzalloc\n\nSwitch from kmalloc+memset to kzalloc.\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@redhat.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9ee884cc89dc339276c719ab4ff53913ac03d083",
      "tree": "9d916c7ba07302edcff383c98e8eef97950d12ae",
      "parents": [
        "06d694748b5173d972d7e4169173adad62ee67c0"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 23:27:17 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:54 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc in sisusbvga\n\nthis does two things:\n- use kzalloc where appropriate\n- correct error return codes in ioctl\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "06d694748b5173d972d7e4169173adad62ee67c0",
      "tree": "bbc923c4bb49afc95daca72fb72306a0fe32ab34",
      "parents": [
        "d874a2bade6eec21abb30d4822d7b3e43cfbae95"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 22:44:52 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:54 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc in usbled\n\nanother one for kzalloc.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d874a2bade6eec21abb30d4822d7b3e43cfbae95",
      "tree": "cc5f677e871ed7b9cd67f48c9896a0b55c72f420",
      "parents": [
        "17590840dc3c14cb059817466884ac9bd97c4a35"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 22:43:32 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:53 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc in PhidgetServo\n\nanother for kzalloc.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "17590840dc3c14cb059817466884ac9bd97c4a35",
      "tree": "9ff51010413c6118de85bac332fd1ff54458ba36",
      "parents": [
        "1144cf7af2ff8e6816e360d03f867439f7efde40"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 22:41:51 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:53 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc in PhidgetInterfaceKit\n\nanother for kzalloc.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1144cf7af2ff8e6816e360d03f867439f7efde40",
      "tree": "d6e9463fbe66165723b1233b2de093ffef51e27e",
      "parents": [
        "092e462a537ba60e5f78ff208c8a95e6fd071fa5"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 22:40:02 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:53 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc in ldusb\n\nanother one for kzalloc\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "092e462a537ba60e5f78ff208c8a95e6fd071fa5",
      "tree": "87546f74115d694060781aa829509bbee963bdf9",
      "parents": [
        "5f7481337cc803926b5c43aac44441f683ff91ed"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 22:36:27 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:53 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc in idmouse\n\nanother for kzalloc.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5f7481337cc803926b5c43aac44441f683ff91ed",
      "tree": "094413d5b2cd102d7dc629934335d966b705ea90",
      "parents": [
        "51b208ddf6e492c58609e07fa50bce98bb02cb27"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 22:24:56 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:53 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc in cytherm\n\nanother one for kzalloc.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "51b208ddf6e492c58609e07fa50bce98bb02cb27",
      "tree": "3c656451163254ab88323e520cacf650459c8189",
      "parents": [
        "b10b4177881c50f22a79832558054f2e42be5cfa"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 21:35:08 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:53 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc in usbvideo\n\nanother for kzalloc.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b10b4177881c50f22a79832558054f2e42be5cfa",
      "tree": "354dded7e3a04d95dfa2112de6b4968437425458",
      "parents": [
        "d8e298dc9feed17f397be4bb2cd8c1dd47248c74"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 21:28:40 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:53 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc in w9968cf\n\nanother one for kzalloc.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d8e298dc9feed17f397be4bb2cd8c1dd47248c74",
      "tree": "1c478af244d9bf487df177fad37f4b54144a4965",
      "parents": [
        "bbdb7dafb5b5a3c0197cbabd5055d8e9c093e3ea"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 21:01:47 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:53 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc in dabusb\n\nkzalloc in dabusb.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "bbdb7dafb5b5a3c0197cbabd5055d8e9c093e3ea",
      "tree": "9ac23c97ef6a983e4e7a98e19f9307b8d3aad1f4",
      "parents": [
        "887c2560b6ceb5fe7ac24704e85af507c6d960e5"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 20:54:29 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:52 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc for hid\n\nthis uses kzalloc in hid.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "887c2560b6ceb5fe7ac24704e85af507c6d960e5",
      "tree": "dd363a707a717bb87c1b89a64ab46b3394524a3f",
      "parents": [
        "9ff87d7326d9e4666721070040474f60a68ab467"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Sun Jan 08 12:33:45 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:52 2006 -0800"
      },
      "message": "[PATCH] USB: kzalloc for storage\n\nanother one for kzalloc. This covers the storage subdirectory.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9ff87d7326d9e4666721070040474f60a68ab467",
      "tree": "eb698f3dcf856822290cf5fda7e45e9ace68352d",
      "parents": [
        "9fcd5c322ca2ee636e06e0c099cf8f1a692f832e"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 20:45:11 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:52 2006 -0800"
      },
      "message": "[PATCH] USB: mdc800.c to kzalloc\n\none more conversion to kzalloc.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9fcd5c322ca2ee636e06e0c099cf8f1a692f832e",
      "tree": "8fcc2c099ed815e2efbcb53d1662855298af97cf",
      "parents": [
        "8781ba0aa9d9dd2870b75dba8d9a47e0f5a3f96a"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Jan 18 23:55:07 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:52 2006 -0800"
      },
      "message": "[PATCH] USB: optimise devio.c usbdev_read fix\n\ndrivers/usb/core/devio.c: In function `usbdev_read\u0027:\ndrivers/usb/core/devio.c:140: error: invalid type argument of `-\u003e\u0027\ndrivers/usb/core/devio.c:141: error: invalid type argument of `-\u003e\u0027\ndrivers/usb/core/devio.c:142: error: invalid type argument of `-\u003e\u0027\ndrivers/usb/core/devio.c:143: error: invalid type argument of `-\u003e\u0027\n\nCc: Oliver Neukum \u003coliver@neukum.org\u003e\nCc: Pete Zaitcev \u003czaitcev@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8781ba0aa9d9dd2870b75dba8d9a47e0f5a3f96a",
      "tree": "164255fb2a2cf1bc87c3b214577bba401736da18",
      "parents": [
        "60f780528f3ae603eb169a221628b93b6c6929f9"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.org",
        "time": "Fri Jan 06 21:24:25 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:52 2006 -0800"
      },
      "message": "[PATCH] USB: optimise devio.c::usbdev_read\n\nthis is a small optimisation. It is ridiculous to do a kmalloc for\n18 bytes. This puts it onto the stack.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "60f780528f3ae603eb169a221628b93b6c6929f9",
      "tree": "535b75e9eafb445c7acd85ee350cdc0efbbcdecb",
      "parents": [
        "c4a1745aa09fc110afdefea0e5d025043e348bae"
      ],
      "author": {
        "name": "Luca Risolia",
        "email": "luca.risolia@studio.unibo.it",
        "time": "Mon Feb 06 16:29:35 2006 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 14:49:52 2006 -0800"
      },
      "message": "[PATCH] USB: Add ZC0301 Video4Linux2 driver\n\nThis patch adds a Video4Linux2 driver for ZC0301\nImage Processor and Control Chip.\n\nSigned-off-by: Luca Risolia \u003cluca.risolia@studio.unibo.it\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c4a1745aa09fc110afdefea0e5d025043e348bae",
      "tree": "6d28dc3a0c1bf18437b3d49f28e5c81b850cdb2f",
      "parents": [
        "88dcb91177cfa5b26143a29074389a2aa259c7cf",
        "ac0eb3eb7e54b700386068be025a43d2a3958ee5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 20 11:57:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 20 11:57:50 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6: (230 commits)\n  [SPARC64]: Update defconfig.\n  [SPARC64]: Fix 2 bugs in huge page support.\n  [SPARC64]: CONFIG_BLK_DEV_RAM fix\n  [SPARC64]: Optimized TSB table initialization.\n  [SPARC64]: Allow CONFIG_MEMORY_HOTPLUG to build.\n  [SPARC64]: Use SLAB caches for TSB tables.\n  [SPARC64]: Don\u0027t kill the page allocator when growing a TSB.\n  [SPARC64]: Randomize mm-\u003emmap_base when PF_RANDOMIZE is set.\n  [SPARC64]: Increase top of 32-bit process stack.\n  [SPARC64]: Top-down address space allocation for 32-bit tasks.\n  [SPARC64] bbc_i2c: Fix cpu check and add missing module license.\n  [SPARC64]: Fix and re-enable dynamic TSB sizing.\n  [SUNSU]: Fix missing spinlock initialization.\n  [TG3]: Do not try to access NIC_SRAM_DATA_SIG on Sun parts.\n  [SPARC64]: First cut at VIS simulator for Niagara.\n  [SPARC64]: Fix system type in /proc/cpuinfo and remove bogus OBP check.\n  [SPARC64]: Add SMT scheduling support for Niagara.\n  [SPARC64]: Fix 32-bit truncation which broke sparsemem.\n  [SPARC64]: Move over to sparsemem.\n  [SPARC64]: Fix new context version SMP handling.\n  ...\n"
    },
    {
      "commit": "c7cace6437b2f8bbab5ef05b465738283a9a100a",
      "tree": "304a7dca0354eaa8ac21aa05cd287e317fa21b8c",
      "parents": [
        "a90779bfc83b7489270a8ce2c3fc9df20dac2b24",
        "2e9ff56efbc005ab2b92b68df65940c7459446c6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 20 10:30:31 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 20 10:30:31 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (150 commits)\n  [PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2\n  [PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h\n  [PATCH] ipw2100: semaphore to mutexes conversion\n  [PATCH] ipw2100: Fix radiotap code gcc warning\n  [PATCH] ipw2100: add radiotap headers to packtes captured in monitor mode\n  [PATCH] ipw2x00: expend Copyright to 2006\n  [PATCH] drivers/net/wireless/ipw2200.c: fix an array overun\n  [PATCH] ieee80211: Don\u0027t update network statistics from off-channel packets.\n  [PATCH] ipw2200: Update ipw2200 version stamp to 1.1.1\n  [PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image format\n  [PATCH] ipw2200: wireless extension sensitivity threshold support\n  [PATCH] ipw2200: Enables the \"slow diversity\" algorithm\n  [PATCH] ipw2200: Set a meaningful silence threshold value\n  [PATCH] ipw2200: export `debug\u0027 module param only if CONFIG_IPW2200_DEBUG\n  [PATCH] ipw2200: Change debug level for firmware error logging\n  [PATCH] ipw2200: Filter unsupported channels out in ad-hoc mode\n  [PATCH] ipw2200: Fix ipw_sw_reset() implementation inconsistent with comment\n  [PATCH] ipw2200: Fix rf_kill is activated after mode change with \u0027disable\u003d1\u0027\n  [PATCH] ipw2200: remove the WPA card associates to non-WPA AP checking\n  [PATCH] ipw2200: Add signal level to iwlist scan output\n  ...\n"
    },
    {
      "commit": "a90779bfc83b7489270a8ce2c3fc9df20dac2b24",
      "tree": "53a41d0e419024619c621facb2baf6e782e16f35",
      "parents": [
        "7705a8792b0fc82fd7d4dd923724606bbfd9fb20",
        "e572ec7e4e432de7ecf7bd2e62117646fa64e518"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 20 10:28:51 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 20 10:28:51 2006 -0800"
      },
      "message": "Merge branch \u0027block-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/viro/block\n\n* \u0027block-fixes\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/viro/block:\n  [PATCH] fix rmmod problems with elevator attributes, clean them up\n  [PATCH] elevator_t lifetime rules and sysfs fixes\n  [PATCH] noise removal: cfq-iosched.c\n  [PATCH] don\u0027t bother with refcounting for cfq_data\n  [PATCH] fix sysfs interaction and lifetime rules handling for queues\n  [PATCH] regularize blk_cleanup_queue() use\n  [PATCH] fix cfq_get_queue()/ioprio_set(2) races\n  [PATCH] deal with rmmod/put_io_context() races\n  [PATCH] stop elv_unregister() from rogering other iosched\u0027s data, fix locking\n  [PATCH] stop cfq from pinning queue down\n  [PATCH] make cfq_exit_queue() prune the cfq_io_context for that queue\n  [PATCH] fix the exclusion for ioprio_set()\n  [PATCH] keep sync and async cfq_queue separate\n  [PATCH] switch to use of -\u003ekey to get cfq_data by cfq_io_context\n  [PATCH] stop leaking cfq_data in cfq_set_request()\n  [PATCH] fix cfq hash lookups\n  [PATCH] fix locking in queue_requests_store()\n  [PATCH] fix double-free in blk_init_queue_node()\n  [PATCH] don\u0027t do exit_io_context() until we know we won\u0027t be doing any IO\n"
    },
    {
      "commit": "2e9ff56efbc005ab2b92b68df65940c7459446c6",
      "tree": "8844a54f2b205bb5dceb6391d05df9a9f8bc62d2",
      "parents": [
        "d378aca6ec708bfb24df5c47801b1f2399efc481",
        "cc8279f68c34c3f32b3a85f3103b0ad755c57846"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 20 04:38:50 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 20 04:38:50 2006 -0500"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6\n"
    },
    {
      "commit": "d378aca6ec708bfb24df5c47801b1f2399efc481",
      "tree": "7535f96bf34314df071698d2e06054b8d5223ebb",
      "parents": [
        "abc71c46dc0a12ab7fddc18cfe4f4aa26808c79b",
        "7705a8792b0fc82fd7d4dd923724606bbfd9fb20"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 20 04:38:03 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 20 04:38:03 2006 -0500"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "b5e7ae5dd034c2c0ed75c31fca04a805097817bc",
      "tree": "5dc785f198f08502d99fa95dd0714b319f51e1c5",
      "parents": [
        "7a1ac5264108fc3ed22d17a3cdd76212ed1666d1"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Fri Mar 17 13:23:56 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:16:34 2006 -0800"
      },
      "message": "[SPARC64] bbc_i2c: Fix cpu check and add missing module license.\n\nShould allow cheetah_plus cpu types and don\u0027t taint\nthe kernel.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a858f1ca726edc5eb7ed39722f7966d005f1c9ca",
      "tree": "760fcedebb40e0ea7afaa788c09ef100b58fd6c0",
      "parents": [
        "72b845e04e99298e5179b31e8de16afed52a2627"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Mar 16 00:55:30 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:16:32 2006 -0800"
      },
      "message": "[SUNSU]: Fix missing spinlock initialization.\n\nCaught by CONFIG_DEBUG_SPINLOCK.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "72b845e04e99298e5179b31e8de16afed52a2627",
      "tree": "c0e832b4fcb404b7624fec700ba5f12981de9d7d",
      "parents": [
        "0c51ed93ca0ecbf44ec096f4bd04c12a3e761e6b"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Mar 14 14:11:48 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:14:27 2006 -0800"
      },
      "message": "[TG3]: Do not try to access NIC_SRAM_DATA_SIG on Sun parts.\n\nSun does\u0027t put an SEEPROM behind the tigon3 chip, among other things,\nso accesses to these areas just give bus timeouts.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f5deb807b8cd5c8fe48cbb4f7f5dd70cfbdb1178",
      "tree": "6b6c341791e32ea00d637b9f243f55b91da962bc",
      "parents": [
        "55555633bd4e72534b53c50525817259435e18df"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Feb 20 14:39:16 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:13:47 2006 -0800"
      },
      "message": "[SPARC] serial: Make sure sysfs nodes get named correctly.\n\nBecause we play this trick where we use ttyS? in increasing minor\nnumbers for different sunfoo.c drivers, we have to inform the TTY\nlayer of this.\n\nDo so by setting the tty-\u003ename_base appropriately.\n\nProbably there should be a generic way to do this in the serial core,\nbut for now...\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "843dfb4d99c41116601694f314092b3b6c4511f4",
      "tree": "44a5b1d757bb796466d0746d13d9fa4c49ad459a",
      "parents": [
        "11fc04e46a892563d0a9bb98560339f1672e3213"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Feb 18 16:32:22 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:13:38 2006 -0800"
      },
      "message": "[SPARC64] sunhv: Fix locking in sunhv_start_tx()\n\nCaller takes the lock already.\n\nAlso, fixup the poll loop in sunhv_break_ctl().  Just\nlike in console write, we udelay(2) and use a loop\nlimit of 1000000 iterations.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "11fc04e46a892563d0a9bb98560339f1672e3213",
      "tree": "972fcfd42325195b4556e6a676a6fe09ae1703ee",
      "parents": [
        "0f15952ac8641bde1045162ffd4a7b474cc318b0"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Feb 18 16:30:59 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:13:37 2006 -0800"
      },
      "message": "[SPARC64]: Put sunhv.o earliest in the list of sparc serial drivers.\n\nSo that it will show up as /dev/ttyS0.  Otherwise things like\ninstallers will try to run on whatever serial port gets probed\nfirst.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "135066a21129760e44a51a7ef31d8c861f8ddace",
      "tree": "7dacf1643c9110a4e0ac8e89fed5465a0f77f94d",
      "parents": [
        "e7a0453ef82c1433a35ab82d874296fff68f3639"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Feb 16 00:42:21 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:13:11 2006 -0800"
      },
      "message": "[SPARC64] sunhv: Support SYSRQ properly.\n\nBy calling uart_handle_break().  We\u0027ll still do the\n\"sun_do_break()\" handling if the user gives two\nbreaks in a row.\n\nWe should probably do this in the other Sparc serial\ndrivers too.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "db33f9bc09aaf68db7866374f9219c676787b4a2",
      "tree": "4b3bb99778f65966dd1d40122a3fcb2f1f07741c",
      "parents": [
        "c7f81d42d3d07115a7b92e36ade0f3167f75bc55"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Feb 15 21:56:49 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:13:10 2006 -0800"
      },
      "message": "[SPARC64]: Fix OOPS on sunhv interrupts.\n\nUntil the uart is openned, port-\u003einfo is NULL.\n\nAlso, init the port-\u003eirq properly and give a non-zero\nport-\u003emembase so that the uart device reporting is done.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9d29a3fafd06534ad73427fee3c968c094d05b9b",
      "tree": "4afd7455d6249d9143acea6c4704f69aa98d311a",
      "parents": [
        "7890f794e0e6f7dce2a5f4a03ba64b0b3fe306bd"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Wed Feb 15 19:48:54 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:13:05 2006 -0800"
      },
      "message": "[SPARC64]: Decode virtual-devices interrupts correctly.\n\nNeed to translate through the interrupt-map{,-mask] properties.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d5a2aa241aa0babf382d42d6033b30a5112e4c1e",
      "tree": "64b0ffb5b321827be583de8167f5f80f0befdb33",
      "parents": [
        "5259d5bfaf5b2953b130e9a500277a905bd37823"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Feb 13 21:28:40 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:12:46 2006 -0800"
      },
      "message": "[SPARC64] sunhv: Bug fixes.\n\nAdd udelay to polling console write loop, and increment\nthe loop limit.\n\nName the device \"ttyHV\" and pass that to add_preferred_console()\nwhen we\u0027re using hypervisor console.\n\nKill sunhv_console_setup(), it\u0027s empty.\n\nHandle the case where we don\u0027t want to use hypervisor console.\n(ie. we have a head attached to a sun4v machine)\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f4266ab45a3f08bd76c2d414a2d7a1a9dc2501c0",
      "tree": "637320d25c33e6ff5b71b9077143b8e54a1227d9",
      "parents": [
        "e77227eb4e17591a6a511b9c0ff6e8ad7350c575"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Feb 13 20:43:02 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:12:45 2006 -0800"
      },
      "message": "[SPARC64] sunhv: Use virtual-devices layer to get interrupt.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1ddb7c98d44b898cfe0443c1e242cebfb0479d46",
      "tree": "995bd63451677335e59d981c57e7369238afecb4",
      "parents": [
        "10951ee61056a9f91c00c16746f2042672d7af7c"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Feb 13 20:09:10 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:12:42 2006 -0800"
      },
      "message": "[SPARC64]: Prevent registering wrong serial console.\n\nIf the console is not for a particular Sun serial\ncontroller, set the drv-\u003econs to NULL.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "02fd473bd4844befc74f7ca67cd60891e0a2d890",
      "tree": "4c338418dcfdd73c88d3ca8e969944be42cde60e",
      "parents": [
        "4bdff41464c2954c6f62f849df0e73eb9fa21c65"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Feb 11 02:25:21 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Mar 20 01:12:18 2006 -0800"
      },
      "message": "[SPARC64]: Add SUN4V Hypervisor Console driver.\n\nSince it can do things like BREAK and HUP, we implement\nthis as a serial uart driver.\n\nThis still needs interrupt probing code, as I haven\u0027t figured\nout how interrupts will work or be probed for on SUN4V yet.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4a29cc2e503b33a1e96db4c3f9a94165f153f259",
      "tree": "74645b5ef3a92ad9857ed63d6446e2be0535060c",
      "parents": [
        "c7c694d196a39af6e644e24279953d04f30362db"
      ],
      "author": {
        "name": "Michael Chan",
        "email": "mchan@broadcom.com",
        "time": "Sun Mar 19 13:21:12 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Mar 19 13:21:12 2006 -0800"
      },
      "message": "[TG3]: 40-bit DMA workaround part 2\n\nThe 40-bit DMA workaround recently implemented for 5714, 5715, and\n5780 needs to be expanded because there may be other tg3 devices\nbehind the EPB Express to PCIX bridge in the 5780 class device.\n\nFor example, some 4-port card or mother board designs have 5704 behind\nthe 5714.\n\nAll devices behind the EPB require the 40-bit DMA workaround.\n\nThanks to Chris Elmquist again for reporting the problem and testing\nthe patch.\n\nSigned-off-by: Michael Chan \u003cmchan@broadcom.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1312f40e11c57edb5c3250f1b782cef8e3efea82",
      "tree": "0aae9e7fe6211d83212991e84789fcd7e9908ced",
      "parents": [
        "6f325a13442d4e4a6c93d06d8e6deff79b6540b1"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Sun Mar 12 11:02:03 2006 -0500"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Sat Mar 18 18:34:20 2006 -0500"
      },
      "message": "[PATCH] regularize blk_cleanup_queue() use\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "60a6dc55b93b3321afa52f650a149fb7e87fa85a",
      "tree": "efecc6f31f68df2d7db8b7baaf2ca3f2b49cd773",
      "parents": [
        "7215fdb214ad8d76c9d667be07f870f0f0544959"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 15 02:36:13 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 18 12:12:18 2006 -0800"
      },
      "message": "[PATCH] Kconfig: swap VIDEO_CX88_ALSA and VIDEO_CX88_DVB\n\nVIDEO_CX88_ALSA should not be between VIDEO_CX88_DVB and\nVIDEO_CX88_DVB_ALL_FRONTENDS\n\nWhen cx88-alsa was added to cx88/Kconfig, it was added in between\nVIDEO_CX88_DVB and VIDEO_CX88_DVB_ALL_FRONTENDS.  This caused\nundesireable effects to the appearance of the menu options in\nmenuconfig.\n\nThis fix reorders cx88-alsa and cx88-dvb in Kconfig, to match saa7134,\nand restore the correct menuconfig appearance.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7215fdb214ad8d76c9d667be07f870f0f0544959",
      "tree": "9b6efd33cdceacaf3e488dd78f2d4204c4001afa",
      "parents": [
        "2d61b86775a5676a8fba2ba2f0f869564e35c630"
      ],
      "author": {
        "name": "Markus Rechberger",
        "email": "mrechberger@gmail.com",
        "time": "Tue Feb 07 08:49:13 2006 -0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 18 10:52:45 2006 -0800"
      },
      "message": "[PATCH] Fixed em28xx based system lockup\n\nFixed em28xx based system lockup, device needs to be initialized before\nstarting the isoc transfer otherwise the system will completly lock up.\n\nSigned-off-by: Markus Rechberger \u003cmrechberger@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cc8279f68c34c3f32b3a85f3103b0ad755c57846",
      "tree": "13c896b8a0bba7244818b62b767ebb807c30541e",
      "parents": [
        "3234eeec18315356166cd89bd93fc4630192eece"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Tue Feb 21 18:46:15 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:48 2006 -0500"
      },
      "message": "[PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "3234eeec18315356166cd89bd93fc4630192eece",
      "tree": "462a95c09b9a745e4dcab6589bd2bea36355c050",
      "parents": [
        "752e377bfdad61482e39cafedb3a6bb1b5bb0289"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Tue Feb 28 08:38:07 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:48 2006 -0500"
      },
      "message": "[PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "752e377bfdad61482e39cafedb3a6bb1b5bb0289",
      "tree": "2d3cda9de2ffd0776aea72d7f8d41f6c6a673632",
      "parents": [
        "cae1629515cf6d166fa20657e68b75619d563280"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 28 07:20:54 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:48 2006 -0500"
      },
      "message": "[PATCH] ipw2100: semaphore to mutexes conversion\n\nsemaphore to mutexes conversion.\n\nthe conversion was generated via scripts, and the result was validated\nautomatically via a script as well.\n\nbuild-tested.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "cae1629515cf6d166fa20657e68b75619d563280",
      "tree": "a40dbc0c8e7d6fed80be63bcc4182ef42b3ca84d",
      "parents": [
        "15745a7dd1ac6bf1ef7959040f864c78a95aa35b"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Tue Feb 21 18:41:14 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:48 2006 -0500"
      },
      "message": "[PATCH] ipw2100: Fix radiotap code gcc warning\n\nFix gcc warning: ipw2100.c:2460: ISO C90 forbids mixed declarations and code\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "15745a7dd1ac6bf1ef7959040f864c78a95aa35b",
      "tree": "b9e95a75c83f2d1b5eba9af2a36cc9912e0188ee",
      "parents": [
        "171e7b2f1f50f112d3ce8a829a3e79c5739b3132"
      ],
      "author": {
        "name": "Stefan Rompf",
        "email": "stefan@loplof.de",
        "time": "Tue Feb 21 18:36:17 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:48 2006 -0500"
      },
      "message": "[PATCH] ipw2100: add radiotap headers to packtes captured in monitor mode\n\nSigned-off-by: Stefan Rompf \u003cstefan@loplof.de\u003e\nSigned-off-by: Andrea Merello \u003candreamrl at tiscali it\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "171e7b2f1f50f112d3ce8a829a3e79c5739b3132",
      "tree": "31a5b5cb8a0306b1e5469d967365d6d019a9a7f1",
      "parents": [
        "71e585fca25c9ccde82196fd1aef78e34312e899"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Wed Feb 15 07:17:56 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 16:14:47 2006 -0500"
      },
      "message": "[PATCH] ipw2x00: expend Copyright to 2006\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "71e585fca25c9ccde82196fd1aef78e34312e899",
      "tree": "4cb6cf43dcc6f7cae5c0191f0e409b0eb2a72261",
      "parents": [
        "f44349f2217d05e4575f24edc3c0e0022f5d448f"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Mar 11 04:42:58 2006 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:41:20 2006 -0500"
      },
      "message": "[PATCH] drivers/net/wireless/ipw2200.c: fix an array overun\n\nThis patch fixes a big array overun found by the Coverity checker.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "7c567894480daef05bc13abdc4b9414541e245cb",
      "tree": "4e9c6f80427eb269914c6aab24cac246e16ca06b",
      "parents": [
        "9006ea75cfaded82acbc34d03e9d4e86447f40a9"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Fri Feb 24 04:20:48 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:04 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Update ipw2200 version stamp to 1.1.1\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "9006ea75cfaded82acbc34d03e9d4e86447f40a9",
      "tree": "a65ca3227d09488495444b9f4d43179c595191c4",
      "parents": [
        "651be26f2daf31e61faf4b55ada709cf39ec76a2"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Wed Mar 08 03:22:28 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:04 2006 -0500"
      },
      "message": "[PATCH] ipw2200: switch to the new ipw2200-fw-3.0 image format\n\nThis patch modifies the driver to support the ipw2200-fw-3.0 image format.\n\nThe 3.0 fw image does not add any new capabilities, but as a result of\nimage format changes, it should fix two problems experienced by users:\n\n1) Race conditions with the request_firmware interface and udev/hotplug\nare improved as only a single request_firmware call is now required to\nload the firmware and microcode (vs. 3 separate calls previously)\n\n2) The monitor mode firmware (sniffer) is now packaged with the correct\nboot image so it can now function without frequent restarts.\n\nNote: Once you apply this patch, you will also need to upgrade your\nfirmware image to the 3.0 version available from:\n\n        http://ipw2200.sf.net/firmware.php\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "651be26f2daf31e61faf4b55ada709cf39ec76a2",
      "tree": "cac9bac812d1ecc1f85bce54a2591cab34752627",
      "parents": [
        "71de1f3dd14e3e39cef929506a9526779f5a447d"
      ],
      "author": {
        "name": "Olivier Hochreutiner",
        "email": "olivier.hochreutiner@epfl.ch",
        "time": "Wed Mar 08 03:13:55 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:04 2006 -0500"
      },
      "message": "[PATCH] ipw2200: wireless extension sensitivity threshold support\n\nThe patch allows the user to set the handover threshold, i.e. the number\nof consecutively missed beacons that will trigger a roaming attempt. The\ndisassociation threshold is set to 3 times the handover threshold.\n\nSigned-off-by: Olivier Hochreutiner \u003colivier.hochreutiner@epfl.ch\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "71de1f3dd14e3e39cef929506a9526779f5a447d",
      "tree": "d87676e1eee0670e23a506dc34ec16b615181732",
      "parents": [
        "12977154e7cb4d72b1295f009a040c56a7e05d90"
      ],
      "author": {
        "name": "Cahill, Ben M",
        "email": "ben.m.cahill@intel.com",
        "time": "Wed Mar 08 03:02:27 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:04 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Enables the \"slow diversity\" algorithm\n\nThis forces one antenna or the other, if the background noise is\nsignificantly quieter in one than the other. It favors the quieter\nantenna, and won\u0027t kick in unless the difference is significant.\n\nSigned-off-by: Cahill, Ben M \u003cben.m.cahill@intel.com\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "12977154e7cb4d72b1295f009a040c56a7e05d90",
      "tree": "45e0f0d861158c76f37ac8731a100d4dfadadb4e",
      "parents": [
        "3e1555bae145ab2d079a1823cbdd5c486503d147"
      ],
      "author": {
        "name": "Cahill, Ben M",
        "email": "ben.m.cahill@intel.com",
        "time": "Wed Mar 08 02:58:02 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:04 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Set a meaningful silence threshold value\n\nSet a meaningful silence threshold value (replacing our previous \"0\"\ndefault), which gets rid of the gratuitous \"Link deterioration\"\nnotifications that we\u0027ve been receiving from firmware.  This\nnotification feature tells the driver information to help it determine\nwhen to pre-emptively restart the firmware/ucode in anticipation of\nfirmware errors!  But since setting this new threshold, I haven\u0027t seen\nany such notifications.  At least it keeps the logs a little less busy.\n\nSigned-off-by: Cahill, Ben M \u003cben.m.cahill@intel.com\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "3e1555bae145ab2d079a1823cbdd5c486503d147",
      "tree": "2c89fadf472483b76175b7bfc779ce56baed25ca",
      "parents": [
        "1d1b09eb144e414ade1f44e21852fc60f2cf965b"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Mon Mar 06 05:48:37 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: export `debug\u0027 module param only if CONFIG_IPW2200_DEBUG\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1d1b09eb144e414ade1f44e21852fc60f2cf965b",
      "tree": "bce6f18ed69a27bbcc9d77e96a619ebe66a761c8",
      "parents": [
        "e815de422c1dc2fe787c6f3edba81f3cf0176e32"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Thu Mar 02 06:40:59 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Change debug level for firmware error logging\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "e815de422c1dc2fe787c6f3edba81f3cf0176e32",
      "tree": "bf2bd807d9741934872f2f87c24ddefa4095c6bb",
      "parents": [
        "e8c69e27d14a5fb15df9967f8c8ec5978af33ba8"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Thu Mar 02 05:55:51 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Filter unsupported channels out in ad-hoc mode\n\nCurrently iwlist ethX freq[uency]/channel lists all the channels the card\nsupported for the current region, which includes some channels can only\nbe used in infrastructure mode. This patch filters these channels out if\nthe card is currently in ad-hoc mode.\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "e8c69e27d14a5fb15df9967f8c8ec5978af33ba8",
      "tree": "d428648e976c8844ff68a1328204af14ebb9d20a",
      "parents": [
        "d6d5b5c13e5003c9d33dcdcfdf1febc6efd7d319"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Fri Feb 17 08:25:12 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Fix ipw_sw_reset() implementation inconsistent with comment\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "d6d5b5c13e5003c9d33dcdcfdf1febc6efd7d319",
      "tree": "d7de88aace32d5be27afcae756c94187fd9f53b2",
      "parents": [
        "8da374fc44a5e0fb71a485497cae38eb562d078c"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Thu Feb 16 16:21:09 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Fix rf_kill is activated after mode change with \u0027disable\u003d1\u0027\n\nWhen loading the ipw2200 module with disabled\u003d1, rf_kill is activated after\nevery mode change. This is caused by ipw_sw_reset() is called when a mode\nis changed. The patch fixed the problem by distinguishing the purposes with\nthe \u0027option\u0027 paramenter.\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8da374fc44a5e0fb71a485497cae38eb562d078c",
      "tree": "48bec1c7d8f0a2c7bc0ac7e1b5cef5fa3c9a2f6d",
      "parents": [
        "b191608a451e75ed7f979cac268f5f423176feb3"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Fri Feb 17 07:46:16 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:03 2006 -0500"
      },
      "message": "[PATCH] ipw2200: remove the WPA card associates to non-WPA AP checking\n\nwpa_supplicant needs to set wpa_enabled unconditionally, with this check\nit hasn\u0027t been possible to connect to non-WPA networks using wpa_supplicant.\nSo remove below check.\n\nif (priv-\u003eieee-\u003ewpa_enabled \u0026\u0026\n\tnetwork-\u003ewpa_ie_len \u003d\u003d 0 \u0026\u0026 network-\u003ersn_ie_len \u003d\u003d 0)\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "b191608a451e75ed7f979cac268f5f423176feb3",
      "tree": "3f0037006a39d8c8507392bca15b326471fc76a2",
      "parents": [
        "9d0be03aeeadcd59bd8f57219817e876a5e88e88"
      ],
      "author": {
        "name": "Bill Moss",
        "email": "bmoss@clemson.edu",
        "time": "Wed Feb 15 08:50:18 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:02 2006 -0500"
      },
      "message": "[PATCH] ipw2200: Add signal level to iwlist scan output\n\nThis patch does two things. It uses the parameter IW_QUAL_DBM which is new\nin WE-19 to cause signal level and noise to be reported in dBm by the\nwireless tools. It also defines the signal level as an unsigned integer\nso that the signal level will be reported by iwlist iface scan.\n\nSigned-off-by: Bill Moss \u003cbmoss@clemson.edu\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "9d0be03aeeadcd59bd8f57219817e876a5e88e88",
      "tree": "2b8f12a59c1e2d643c90ecd645ac508a43324eaa",
      "parents": [
        "85149bace30eae1dc1f86d2c327329673123dd22"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Wed Feb 15 06:18:19 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:02 2006 -0500"
      },
      "message": "[PATCH] ipw2200: use generic ieee80211_get_hdrlen() to get packet length\n\nreplace ipw2200 specific frame_hdr_len() with generic\nieee80211 routine ieee80211_get_hdrlen()\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "85149bace30eae1dc1f86d2c327329673123dd22",
      "tree": "53bf83b9b3bde433cc79f82479ba1dab5df5cc85",
      "parents": [
        "f697014af90c1db3c7b299327bf5a9548945b8bf"
      ],
      "author": {
        "name": "Zhu Yi",
        "email": "yi.zhu@intel.com",
        "time": "Tue Feb 14 16:02:22 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:02 2006 -0500"
      },
      "message": "[PATCH] ipw2200: fix a potential NULL pointer dereference\n\nOnly on CONFIG_IPW2200_DEBUG is not defined\n\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "f697014af90c1db3c7b299327bf5a9548945b8bf",
      "tree": "983fd3e7a6c3c365a78f9d79cfdfd5761b60c7ea",
      "parents": [
        "48a847709f821b5eecd45ae7660add1869f9cd37"
      ],
      "author": {
        "name": "James Ketrenos",
        "email": "jketreno@linux.intel.com",
        "time": "Tue Feb 14 09:10:51 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:02 2006 -0500"
      },
      "message": "[PATCH] ipw2200: stop netdev queue if h/w doesn\u0027t have space for new packets\n\nThe patch roll back the change we made to support for the ability to\nstart/stop independent Tx queues within a single net device in order to\nsupport 802.11e QoS. We need to be able to indicate to the upper layers\nthat packets of a given priority can not be sent any more without halting\ntransmission of all packets, and without rescheduling high priority packets\ndown to the next priority level.\n\nSo we return NETDEV_TX_BUSY in this case and rely on the stack would\ntake care of rescheduling... which it apparently does immediately and\nconsumes the CPU. This caused the ksoftirqd kernel thread consuming almost\nall the CPU...\n\nTo put the code back to the way it was before we made these changes we\nput the call netif_queue_stop back in ipw_tx_skb.  This effectively\ndisables multiple priority based transmit queues for 802.11e, but given\nthat its broken anyway...\n\nSigned-off-by: James Ketrenos \u003cjketreno@linux.intel.com\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "48a847709f821b5eecd45ae7660add1869f9cd37",
      "tree": "d119ae07dbaf63a77362307cbb3fbebf6218636e",
      "parents": [
        "53d0bcf82a5f59c96f1ffb202c02d2541200bf58"
      ],
      "author": {
        "name": "Henrik Brix Andersen",
        "email": "brix@gentoo.org",
        "time": "Tue Feb 14 09:09:52 2006 +0800"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 15:08:02 2006 -0500"
      },
      "message": "[PATCH] ipw2200: print geography code upon module load\n\nGiven the amount of support requests for the meaning of the geography code\nI\u0027ve written a patch for printing this information on module load no matter\nthe debug level.\n\nI\u0027ve also added a section to the README.ipw2200 file listing the geography\ncodes and their meaning.\n\nSigned-off-by: Henrik Brix Andersen \u003cbrix@gentoo.org\u003e\nSigned-off-by: Zhu Yi \u003cyi.zhu@intel.com\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "53d0bcf82a5f59c96f1ffb202c02d2541200bf58",
      "tree": "dd0920c3215300614b67c38ced9d3c919ac333ce",
      "parents": [
        "1867b117d944ce333e79b9a61c9a048656bee14b"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Mar 04 13:14:31 2006 +0100"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 14:16:44 2006 -0500"
      },
      "message": "[PATCH] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static\n\nThis patch makes the needlessly global function ipw_qos_current_mode()\nstatic.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "1867b117d944ce333e79b9a61c9a048656bee14b",
      "tree": "068a78c91f1cf9f7b491afa08a1877e278cc3beb",
      "parents": [
        "dd288e7d75b9041f79fecae77d61cfa345da7266"
      ],
      "author": {
        "name": "Larry Finger",
        "email": "Larry.Finger@lwfinger.net",
        "time": "Tue Feb 28 09:48:28 2006 -0600"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Fri Mar 17 14:01:34 2006 -0500"
      },
      "message": "[PATCH] Remove duplicated code from ipw2200.c\n\nAs stated in a comment, the ipw2200 driver uses several routines that\nwere borrowed from ieee80211_geo.c. As ipw2200 requires ieee80211,\nthese routines are duplicated. The attached patch, which is sent\nas an attachment to preserve whitespace, converts ipw2200.c to use\nthe ieee80211 versions, thereby reducing bloat in both the source\nand binary.\n\nSigned-Off-By: Larry Finger \u003cLarry.Finger@lwfinger.net\u003e\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\n"
    },
    {
      "commit": "8ba32fde2c5be52865b2fd7e5e3752a46971fabe",
      "tree": "91988d69b76b1d142117b0ed827fc20eb11c9360",
      "parents": [
        "82c3c03a4096badd026c6e337f3c5dde020e9ec6"
      ],
      "author": {
        "name": "Kevin Corry",
        "email": "kevcorry@us.ibm.com",
        "time": "Thu Mar 16 23:04:03 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 17 07:51:25 2006 -0800"
      },
      "message": "[PATCH] dm stripe: Fix bounds\n\nThe dm-stripe target currently does not enforce that the size of a stripe\ndevice be a multiple of the chunk-size.  Under certain conditions, this can\nlead to I/O requests going off the end of an underlying device.  This\ntest-case shows one example.\n\necho \"0 100 linear /dev/hdb1 0\" | dmsetup create linear0\necho \"0 100 linear /dev/hdb1 100\" | dmsetup create linear1\necho \"0 200 striped 2 32 /dev/mapper/linear0 0 /dev/mapper/linear1 0\" | \\\n   dmsetup create stripe0\ndd if\u003d/dev/zero of\u003d/dev/mapper/stripe0 bs\u003d1k\n\nThis will produce the output:\ndd: writing \u0027/dev/mapper/stripe0\u0027: Input/output error\n97+0 records in\n96+0 records out\n\nAnd in the kernel log will be:\nattempt to access beyond end of device\ndm-0: rw\u003d0, want\u003d104, limit\u003d100\n\nThe patch will check that the table size is a multiple of the stripe\nchunk-size when the table is created, which will prevent the above striped\ndevice from being created.\n\nThis should not affect tools like LVM or EVMS, since in all the cases I can\nthink of, striped devices are always created with the sizes being a\nmultiple of the chunk-size.\n\nThe size of a stripe device must be a multiple of its chunk-size.\n\n(akpm: that typecast is quite gratuitous)\n\nSigned-off-by: Kevin Corry \u003ckevcorry@us.ibm.com\u003e\nSigned-off-by: Alasdair G Kergon \u003cagk@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "abc71c46dc0a12ab7fddc18cfe4f4aa26808c79b",
      "tree": "b0c846052b994d57d58713a0cc8da30a22baaf1c",
      "parents": [
        "30dcbf29cc6d92d70fa262e79e84011fe6913bed",
        "232a347a444e687b5f8cf0f6485704db1c6024d3"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Mar 16 19:27:08 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Mar 16 19:27:08 2006 -0500"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    },
    {
      "commit": "232a347a444e687b5f8cf0f6485704db1c6024d3",
      "tree": "7b538d45346c328cd143675c54d043eda25f618c",
      "parents": [
        "c3d7a3a4eb5e8f290d7b1d61430eed1ebedeb936"
      ],
      "author": {
        "name": "Scott Bardone",
        "email": "sbardone@chelsio.com",
        "time": "Thu Mar 16 19:20:40 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Mar 16 19:20:40 2006 -0500"
      },
      "message": "[netdrvr] fix array overflows in Chelsio driver\n\nAdrian Bunk wrote:\n\u003e The Coverity checker spotted the following two array overflows in\n\u003e drivers/net/chelsio/sge.c (in both cases, the arrays contain 3\n\u003e elements):\n[snip]\n\nThis is a bug. The array should contain 2 elements.  Here is the fix.\n\nSigned-off-by: Scott Bardone \u003csbardone@chelsio.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c3d7a3a4eb5e8f290d7b1d61430eed1ebedeb936",
      "tree": "a616111ca9d23e58bb4e2b434216104831a1e186",
      "parents": [
        "b27a1ed571e12e7ec75b8907bf02fd69fd2bfe10"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Mar 15 14:26:28 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Mar 16 19:17:38 2006 -0500"
      },
      "message": "[PATCH] e1000 endianness bugs\n\n\treturn -E_NO_BIG_ENDIAN_TESTING;\n\n[E1000]: Fix 4 missed endianness conversions on RX descriptor fields.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "dd288e7d75b9041f79fecae77d61cfa345da7266",
      "tree": "85ff1d1ea0fe1d6eae0b6819422d5c6c05f862cd",
      "parents": [
        "30dcbf29cc6d92d70fa262e79e84011fe6913bed",
        "72df16f109b73be37977a26d342e9103e8851cb6"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Mar 15 17:02:08 2006 -0500"
      },
      "committer": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Wed Mar 15 17:02:08 2006 -0500"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027\n"
    },
    {
      "commit": "aa49cdd93be6328113f0c146fc72be173d578d27",
      "tree": "38346543e8567d031749f220bc9ba76d8352361b",
      "parents": [
        "f13b83580acef03a36c785dccc534ccdd7e43084"
      ],
      "author": {
        "name": "Jesse Brandeburg",
        "email": "jesse.brandeburg@intel.com",
        "time": "Wed Mar 15 10:55:24 2006 -0800"
      },
      "committer": {
        "name": "Jesse Brandeburg",
        "email": "jesse.brandeburg@intel.com",
        "time": "Wed Mar 15 10:55:24 2006 -0800"
      },
      "message": "e100: fix eeh on pseries during ethtool -t\n\nOlaf Hering reported a problem on pseries with e100 where ethtool -t would\ncause a bus error, and the e100 driver would stop working.  Due to the new\nload ucode command the cb list must be allocated before calling\ne100_init_hw, so remove the call and just let e100_up take care of it.\n\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\n\n"
    },
    {
      "commit": "e843e280cbe218fc8387339806d344708dee348a",
      "tree": "ca40d7016db511cfaf3001e799a0f2693882270a",
      "parents": [
        "0ee10a4423f6eb0702a71c1d1072bdfe42e4a1a7"
      ],
      "author": {
        "name": "Greg Smith",
        "email": "gsmith@nc.rr.com",
        "time": "Tue Mar 14 19:50:17 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 14 21:43:02 2006 -0800"
      },
      "message": "[PATCH] \"s390: multiple subchannel sets support\" fix\n\nIt seems this patch got dropped (it was in addition to the `s390:\nimprove response code handling in chsc_enable_facility()\u0027 patch).\n\nAcked-by: Cornelia Huck \u003ccornelia.huck@de.ibm.com\u003e\nCc: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nCc: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0f511ea70600efb1e06d7b55e1c51a83aff8713c",
      "tree": "aff23d774e17528c27c57b949c5a60aa5c464dbf",
      "parents": [
        "67963132638e67ad3c5aa16765e6f3f2f3cdd85c",
        "ad58f7dbeb6f5ea82679962f18985f16b660a2d9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 14 11:03:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 14 11:03:50 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:\n  [SCSI] zfcp: fix device registration issues\n  [SCSI] scsi_transport_fc: fix FC_HOST_NUM_ATTRS\n  [SCSI] scsi: aha152x pcmcia driver needs spi transport\n  [SCSI] zfcp: correctly set this_id for hosts\n  [SCSI] Add Brownie to blacklist\n"
    }
  ],
  "next": "ceb2ca9cb0bfd885127fa9a2c27127b3fe1c8f28"
}
