)]}'
{
  "log": [
    {
      "commit": "b05121b29e8af45ccb424bf71dadc1d04bd23f03",
      "tree": "34355406f3aaf7b08fb6775f6c53c118764da69f",
      "parents": [
        "7cb9478f0d5b2424af974646dcbe10ce7c19b550"
      ],
      "author": {
        "name": "Karsten Keil",
        "email": "kkeil@suse.de",
        "time": "Mon Mar 06 15:42:41 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 06 18:40:43 2006 -0800"
      },
      "message": "[PATCH] i4l: fix compatiblity issue with big endian systems\n\nThis patch fix some compatiblity issues with big endian systems\n\nSigned-off-by: Martin Bachem \u003cinfo@colognechip.com\u003e\nSigned-off-by: Karsten Keil \u003ckkeil@suse.de\u003e\nCc: Al Viro \u003cviro@ftp.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7cb9478f0d5b2424af974646dcbe10ce7c19b550",
      "tree": "a645f882deef35c0ebe040a9ee0bb8ce7fc6e8c2",
      "parents": [
        "1e4b27df55166ce3b276f55bab223fa4ae8c5525"
      ],
      "author": {
        "name": "Karsten Keil",
        "email": "kkeil@suse.de",
        "time": "Mon Mar 06 15:42:39 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 06 18:40:43 2006 -0800"
      },
      "message": "[PATCH] i4l: fix refcounting problem with ttyIx devices\n\nIf the same ttyIx device was opened by two processes the module was not\nreleased and so the usage count went never to zero again.  This oneliner fixes\nthe issue.\n\nSigned-off-by: Oskar Senft \u003co.senft@sirrix.com\u003e\nSigned-off-by: Karsten Keil \u003ckkeil@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1e4b27df55166ce3b276f55bab223fa4ae8c5525",
      "tree": "f73e7b8016f1ab63be67629507120012c554a848",
      "parents": [
        "ff3aea0e68bfd46120ce2d08bc1f8240fa2bd36a"
      ],
      "author": {
        "name": "Karsten Keil",
        "email": "kkeil@suse.de",
        "time": "Mon Mar 06 15:42:37 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 06 18:40:43 2006 -0800"
      },
      "message": "[PATCH] i4l: add new PCI IDs for HFC-S PCI\n\nAdd new PCI IDs for HFC-S PCI based ISDN TA \u0027Primux II S0\u0027 and \u0027Primux II S0\u0027\nfrom Gerdes AG\n\nSigned-off-by: Martin Bachem \u003cinfo@colognechip.com\u003e\nSigned-off-by: Karsten Keil \u003ckkeil@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f716d8303345698728d9f8ce76a82a795a5be275",
      "tree": "20004f3dc2f11b83b5debe3a784d3f105c6e4daa",
      "parents": [
        "8ba7b0a14b2ec19583bedbcdbea7f1c5008fc922"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 06 17:41:44 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 06 17:41:44 2006 -0800"
      },
      "message": "Allocate 96 bytes for SCSI sense data reply\n\nThe SCSI layer uses SCSI_SENSE_BUFFERSIZE (96) for the sense buffer\nsize, even though some other code uses \"sizeof(struct request_sense)\"\n(which is 64 bytes).  Allocate the buffer using the bigger of the two\nfor safety.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "91c0bce29e4050a59ee5fdc1192b60bbf8693a6d",
      "tree": "e364c095b85e9b90b0e94869065d7be5370c2d00",
      "parents": [
        "b6f57864eeacd556013c4b40917d50d7c8c38f8c"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 06 13:25:52 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 06 13:29:00 2006 -0800"
      },
      "message": "[PATCH] USB Serial: fix use-after-free bug in usb-serial core\n\nThis fixes a use-after-free bug in the usb-serial core.  It is simple to\ntrigger this (open a usb-serial port, then yank the device out before\nclosing the port.)  Thanks to Stefan Seyfried \u003cseife@suse.de\u003e for\nreporting this, and to the slab debugging code which enabled it to be\ntracked down.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b6f57864eeacd556013c4b40917d50d7c8c38f8c",
      "tree": "f06af675059a506bfb0b70489796f97f13214a2f",
      "parents": [
        "264132bc62fe071d0ff378c1103bae9d33212f10",
        "2d66806d740eeb410aa785bd7fba3bd24bb082c1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 06 12:10:42 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Mar 06 12:10:42 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n\n* \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:\n  [PATCH] chelsio: fix kmalloc failure in t1_espi_create\n  Merge branch \u0027master\u0027\n  s2io: set_multicast_list bug\n"
    },
    {
      "commit": "2d66806d740eeb410aa785bd7fba3bd24bb082c1",
      "tree": "7e38e871b3848253ac64166d2ddad02461e86c15",
      "parents": [
        "d033d9345101c07aa6965590109eac0bf7f25b8d"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Sun Mar 05 01:16:00 2006 +0300"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 06 14:38:00 2006 -0500"
      },
      "message": "[PATCH] chelsio: fix kmalloc failure in t1_espi_create\n\nmemset() is called before check.\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "d033d9345101c07aa6965590109eac0bf7f25b8d",
      "tree": "280205c395791ba2316ab3940aed953f89ee7f38",
      "parents": [
        "a7a80d5ad3735554338199b9d976dfda5c10d3c7",
        "501f74f29498543c27f4f9697f5c1e980dd2de0d"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 06 14:37:47 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Mar 06 14:37:47 2006 -0500"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "c027f5f995d8b6efc934be384085e3e8425638e4",
      "tree": "b067b04108d7e231d465c0b5bd7625b6570c4d93",
      "parents": [
        "0f8f325b25919619559f0f47aa46cd7dc2dbef92"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Fri Mar 03 17:50:37 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Mar 04 21:06:27 2006 -0800"
      },
      "message": "[ATM]: [fore200e] fix section mismatch warnings\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Chas Williams \u003cchas@cmf.nrl.navy.mil\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "501f74f29498543c27f4f9697f5c1e980dd2de0d",
      "tree": "a73666df60eea38aaf0ee8f9a48adef5ae30e3e7",
      "parents": [
        "ea088b8d481fcff001f7e628c44daf39a229d9fc",
        "28e02bac9c943ed85a29b41ccb9bf95641b2e263"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 04 18:51:45 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 04 18:51:45 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6\n\n* \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6:\n  [PATCH] Add missing ifdef for VIA RNG code\n"
    },
    {
      "commit": "732b82886017e9ceccb27c8b69e9210d5305088a",
      "tree": "a700d0628b93c15783c0c727b7fbcc51da52e7b7",
      "parents": [
        "e142c24cf8f471c2a6cb95a4a26923d9621770ff"
      ],
      "author": {
        "name": "Martin Michlmayr",
        "email": "tbm@cyrius.com",
        "time": "Sat Mar 04 23:02:10 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Mar 04 23:02:10 2006 +0000"
      },
      "message": "[MMC] au1xmmc: Fix a compilation warning (\u0027status\u0027 is not used)\n\nFix a trivial compilation warning:\n\n  CC      drivers/mmc/au1xmmc.o\ndrivers/mmc/au1xmmc.c: In function ‘au1xmmc_dma_callback’:\ndrivers/mmc/au1xmmc.c:743: warning: unused variable ‘status’\n\nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nAcked-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e142c24cf8f471c2a6cb95a4a26923d9621770ff",
      "tree": "a807b2f1c9b5a9676428aba0599d3573bc198979",
      "parents": [
        "b256f9df4a7da248263ed95c2517ddb714f9ca95"
      ],
      "author": {
        "name": "Martin Michlmayr",
        "email": "tbm@cyrius.com",
        "time": "Sat Mar 04 23:01:39 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Mar 04 23:01:39 2006 +0000"
      },
      "message": "[MMC] au1xmmc: Fix linking error because mmc_rsp_type doesn\u0027t exist\n\ndrivers/mmc/au1xmmc.c doesn\u0027t compile because commit\ne92251762d02a46177d4105d1744041e3f8bc465 introduced a typo and passes\nthe wrong argument to the mmc_resp_type macro.\n\nError because of the typo:\n\n  CC      drivers/mmc/au1xmmc.o\ndrivers/mmc/au1xmmc.c: In function ‘au1xmmc_send_command’:\ndrivers/mmc/au1xmmc.c:197: warning: implicit declaration of function ‘mmc_rsp_type’\n...\n  LD      .tmp_vmlinux1\ndrivers/built-in.o: In function `au1xmmc_request\u0027:au1xmmc.c:(.text+0x89504): undefined reference to `mmc_rsp_type\u0027\n:au1xmmc.c:(.text+0x8968c): undefined reference to `mmc_rsp_type\u0027\nmake: *** [.tmp_vmlinux1] Error 1\n\nError because of the wrong argument:\n\n  CC      drivers/mmc/au1xmmc.o\ndrivers/mmc/au1xmmc.c: In function ‘au1xmmc_send_command’:\ndrivers/mmc/au1xmmc.c:197: error: invalid type argument of ‘-\u003e’\n\nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nAcked-by: Jordan Crouse \u003cjordan.crouse@amd.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b256f9df4a7da248263ed95c2517ddb714f9ca95",
      "tree": "3f9baba126313e35fec32a8ade61c08a29bab382",
      "parents": [
        "c499ec24c31edf270e777a868ffd0daddcfe7ebd"
      ],
      "author": {
        "name": "Martin Michlmayr",
        "email": "tbm@cyrius.com",
        "time": "Sat Mar 04 23:01:13 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Mar 04 23:01:13 2006 +0000"
      },
      "message": "[MMC] au1xmmc: Fix compilation error by using platform_driver\n\ndrivers/mmc/au1xmmc.c currently doesn\u0027t compile; it needs to be\nconverted to use platform_driver.  I cannot test this change because\nof lack of hardware but I followed the drivers this one is based on,\nand the code is certainly not worse than before.\n\ndrivers/mmc/au1xmmc.c: At top level:\ndrivers/mmc/au1xmmc.c:1002: error: ‘platform_bus_type’ undeclared here (not in a function)\nmake[2]: *** [drivers/mmc/au1xmmc.o] Error 1\n\nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nAcked-by: Jordan Crouse \u003cjordan.crouse@amd.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a7a80d5ad3735554338199b9d976dfda5c10d3c7",
      "tree": "fb637b295a1614b919a205896612d88673c066c6",
      "parents": [
        "c499ec24c31edf270e777a868ffd0daddcfe7ebd"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 04 12:06:51 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Mar 04 12:06:51 2006 -0500"
      },
      "message": "s2io: set_multicast_list bug\n\nThe mac_addr variable doesn\u0027t get reset between\n(re)additions of multicast addresses. One byte\nof all multicast addresses (except the first)\ncan be incorrect.\n\nSigned-off-by: Arthur Kepner \u003cakepner@sgi.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "28e02bac9c943ed85a29b41ccb9bf95641b2e263",
      "tree": "ca3e0206b77daf23dcae162a1349a93a6178a110",
      "parents": [
        "c499ec24c31edf270e777a868ffd0daddcfe7ebd"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@sirena.org.uk",
        "time": "Fri Mar 03 21:05:58 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Mar 03 21:05:58 2006 -0500"
      },
      "message": "[PATCH] Add missing ifdef for VIA RNG code\n\nAlmost all the code for the VIA RNG is guarded with __i386__ #ifdefs,\nthe only exception being the enumeration of RNG types which is used to\nindex into the rng_vector ops array.  This patch adds an ifdef around\nthat for consistency and since the guard makes a difference when adding\nnew RNG types on non-i386 hardware.\n\nSigned-Off-By: Mark Brown \u003cbroonie@sirena.org.uk\u003e\nSigned-Off-By: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "77a3313551afd53c90012e5a87f7f2b2195fc67e",
      "tree": "996a210b97311a1af71c9c9faa71eeb8e4c69c00",
      "parents": [
        "140ffcec4def3ee3af7565b2cf1d3b2580f7e180"
      ],
      "author": {
        "name": "John Bowler",
        "email": "jbowler@acm.org",
        "time": "Thu Mar 02 02:54:29 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Mar 02 08:33:07 2006 -0800"
      },
      "message": "[PATCH] \"drivers/mtd/redboot.c: recognise a foreign byte sex partition table\" update\n\nSync up the recent redboot fix with MTD CVS.  It uses the correct swab()\nfunctions.\n\nCc: John Bowler \u003cjbowler@acm.org\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e0a5c57848f7690a247bb8af4fa412844b0b00bb",
      "tree": "3cf1fd6858cab9c030e5cd0d98d04fc0b7bd41b3",
      "parents": [
        "fe05f54181db868c5720cc4dc0741227b9ba5a60",
        "b5b9d6647c1cd5eee90b58941c55f874c2a7e707"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Mar 01 15:10:45 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Mar 01 15:10:45 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "fe05f54181db868c5720cc4dc0741227b9ba5a60",
      "tree": "922b7aaefa56cdd82f2152db57806a7a06dd6425",
      "parents": [
        "e5cef95d58d1e711b0bd6b00018278a06defb274",
        "67bc620006a30cf5dcbf409dbbd4fd93179ddfb1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Mar 01 14:17:59 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Mar 01 14:17:59 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6\n"
    },
    {
      "commit": "71efa38c0eef581c69c221ceb8645f61d1e93270",
      "tree": "456c1894e26fb3aa362fc8e1fd8382160dfcb344",
      "parents": [
        "96789ac4b3943fec27fb6bf2713633b01a3903ad",
        "e2482fa16e9eef88344a4dca1a390d29432d4add"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Mar 01 10:22:04 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Mar 01 10:22:04 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6\n"
    },
    {
      "commit": "67bc620006a30cf5dcbf409dbbd4fd93179ddfb1",
      "tree": "166869f4c251da22cd7aca06811250fdaac81ba3",
      "parents": [
        "2fe22a8bba0c3a60db58dfdcaa200f8528c057e4"
      ],
      "author": {
        "name": "Harald Welte",
        "email": "laforge@gnumonks.org",
        "time": "Tue Feb 14 09:21:26 2006 +0100"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed Mar 01 11:18:30 2006 +0100"
      },
      "message": "[PATCH] pcmcia: CM4000, CM4040 Driver fixes\n\nUsing this patch, Omnikey CardMan 4000 and 4040 devices automatically\nget their device nodes created by udev.\n\nAlso, we now check for (and handle) failure of pcmcia_register_driver()\n\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "2fe22a8bba0c3a60db58dfdcaa200f8528c057e4",
      "tree": "64bdaea6c3225f61d006d9aa54776d0acbd0626c",
      "parents": [
        "40e3cad61197fce63853e778db020f7637d988f2"
      ],
      "author": {
        "name": "Jesse Allen",
        "email": "the3dfxdude@gmail.com",
        "time": "Mon Feb 20 22:08:18 2006 -0800"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed Mar 01 11:15:45 2006 +0100"
      },
      "message": "[PATCH] pcmcia: add id for AMB8110 PC Card\n\nThe axnet_cs driver can support the AMB8110 PC Card, so add the id for it.\n\nIn the old pcmcia-cs config file, this card is listed with the comment \"not\nspecific enough\".  The last entry in the axnet_ids has the same comment.\nThey are disabled, and for good reason as it was originally identified by\nthe MANFID, and that is shared with several cards that use both the\npcnet_cs driver and axnet_cs driver.  I tried my AMB8110 with pcnet_cs, and\nfound that it works fine, and I cannot find a reason for either, except\nthat the old config file recommended axnet_cs.\n\nSigned-off-by: Jesse Allen \u003cthe3dfxdude@gmail.com\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "40e3cad61197fce63853e778db020f7637d988f2",
      "tree": "6e086c930e1aef0bb24eb61af42d1f3c1fb7d38c",
      "parents": [
        "f0892b89e3c19c7d805825ca12511d26dcdf6415"
      ],
      "author": {
        "name": "Pavel Roskin",
        "email": "proski@gnu.org",
        "time": "Tue Feb 28 01:18:31 2006 -0500"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed Mar 01 11:12:00 2006 +0100"
      },
      "message": "[PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards\n\nDon\u0027t just use cards with PCMCIA ID 0x0156, 0x0002.  Make sure that the\nvendor string is \"Intersil\" or \"INTERSIL\"\n\nSigned-off-by: Pavel Roskin \u003cproski@gnu.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "42935656914b813c99f91cbac421fe677a6f34ab",
      "tree": "d37a0d20998f4d87a4bd014300f707c3852ef5f9",
      "parents": [
        "82d56e6d2e616bee0e712330bad06b634f007a46"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Wed Jan 25 06:36:32 2006 -0800"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed Mar 01 10:52:12 2006 +0100"
      },
      "message": "[PATCH] pcmcia: add another ide-cs CF card id\n\nAdd another CF card ID.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "82d56e6d2e616bee0e712330bad06b634f007a46",
      "tree": "e18a81cbe959428aa75e1d99e0760ce827d2c366",
      "parents": [
        "96789ac4b3943fec27fb6bf2713633b01a3903ad"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Fri Jan 27 19:15:02 2006 +0100"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed Mar 01 10:52:11 2006 +0100"
      },
      "message": "[PATCH] pcmcia: properly handle pseudo multi-function devices\n\nThe second pseudo multi-function device of a PCMCIA card may only be\nconfigured once the first one is initialized. Therefore, delay the\nregistration of the second device until the first one is initialized.\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\n"
    },
    {
      "commit": "b5b9d6647c1cd5eee90b58941c55f874c2a7e707",
      "tree": "1f582c2f4ab7aeed74d3ce70c6da8b829e47c6f4",
      "parents": [
        "96789ac4b3943fec27fb6bf2713633b01a3903ad",
        "a1415ee65500597e19c0ac44872db66105bad0e7"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Mar 01 01:53:32 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Mar 01 01:53:32 2006 -0500"
      },
      "message": "Merge branch \u0027e1000\u0027 of ssh://198.78.49.142/srv/git/intel/linux-2.6\n"
    },
    {
      "commit": "96789ac4b3943fec27fb6bf2713633b01a3903ad",
      "tree": "5fa9dce4561072e64e460c8d920851a63a3b0b98",
      "parents": [
        "77eebf346dfe87587ee8a54c76349a996e80c24f",
        "958ddb75b04b792c701b2b08acdb200d638abf4e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 20:57:20 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 20:57:20 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "77eebf346dfe87587ee8a54c76349a996e80c24f",
      "tree": "d8b7685cbc7dbc993ec39d3028e6f0246924bf40",
      "parents": [
        "2641dfd981e4a3eebf387f21cf10685af06e1641",
        "d2b176ed878d4d5fcc0bd35656dfd373f3702af9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 20:56:24 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 20:56:24 2006 -0800"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6\n"
    },
    {
      "commit": "2641dfd981e4a3eebf387f21cf10685af06e1641",
      "tree": "2ccabad4e6237d18866da9269c92425ee5fe258a",
      "parents": [
        "d6713e046336ffa98060418c4d2c65243639e107"
      ],
      "author": {
        "name": "Darren Jenkins",
        "email": "darrenrjenkins@gmail.com",
        "time": "Tue Feb 28 16:59:20 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 20:53:44 2006 -0800"
      },
      "message": "[PATCH] synclink_gt: make -\u003einit_error signed\n\nExamples of misuse are\n\n3112 info-\u003einit_error \u003d -1;\n\n4440 if ((info-\u003einit_error \u003d register_test(info)) \u003c 0) {\n\nSigned-off-by: Darren Jenkins \u003cdarrenrjenkins@gmail.com\u003e\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nAcked-by: Paul Fulghum \u003cpaulkf@microgate.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6af6aab34a88050c8270ef75ddbdefef5c1dca00",
      "tree": "95e5d813603b25bdad3b83f6c20ab7514caaf216",
      "parents": [
        "1f050a19e122100507302a77f1969a014e21650e"
      ],
      "author": {
        "name": "Paul Fulghum",
        "email": "paulkf@microgate.com",
        "time": "Tue Feb 28 16:59:15 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 20:53:44 2006 -0800"
      },
      "message": "[PATCH] tty buffering: comment out debug code\n\nComment out debug code in tty receive buffering.  For performance reasons\n(I\u0027ll keep it enabled in -mm).\n\nSigned-off-by: Paul Fulghum \u003cpaulkf@microgate.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1f050a19e122100507302a77f1969a014e21650e",
      "tree": "b86b102b42e8db510301b1a16545fd34193b811b",
      "parents": [
        "8b613e1ccf1b7ac9acc73eaa07f5aeffd3c2bb8d"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Feb 28 16:59:13 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 20:53:43 2006 -0800"
      },
      "message": "[PATCH] video1394: fix \"return E;\" typo\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: Ben Collins \u003cbcollins@debian.org\u003e\nCc: Jody McIntyre \u003cscjody@modernduck.com\u003e\nCc: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8b613e1ccf1b7ac9acc73eaa07f5aeffd3c2bb8d",
      "tree": "e4e686791cc9cca374ff5506b58be1dee7a6a451",
      "parents": [
        "15b370c95cbc1553eec30a99a5ffb3ac3c8d7b81"
      ],
      "author": {
        "name": "Adam Belay",
        "email": "ambx1@neo.rr.com",
        "time": "Tue Feb 28 16:59:10 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 20:53:43 2006 -0800"
      },
      "message": "[PATCH] pnp bus type fix\n\nThis is Adam\u0027s pnp probing fix.  It\u0027s been reported to fix hangs on several\npeople\u0027s machines.  I don\u0027t know if it\u0027s official or final, and Adam isn\u0027t\ncontactable at present.  But I\u0027m not aware of the patch causing any\nregressions.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "15b370c95cbc1553eec30a99a5ffb3ac3c8d7b81",
      "tree": "267315602c0e5304c8b705ede315de53234dc010",
      "parents": [
        "9cff3372bf665652e9dd71c09b817c20f58f754a"
      ],
      "author": {
        "name": "Pat Gefre",
        "email": "pfg@sgi.com",
        "time": "Tue Feb 28 16:59:09 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 20:53:43 2006 -0800"
      },
      "message": "[PATCH] Altix: more ioc3 cleanups and locking fixes\n\nSome \"inline\" removing that Andrew suggested, removed some locking on\nadd/remove at this level - we\u0027ll let the callees decide.\n\nSigned-off-by: Patrick Gefre \u003cpfg@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9cff3372bf665652e9dd71c09b817c20f58f754a",
      "tree": "e2e19cac59e733870e4e334ef2e12854fd32f267",
      "parents": [
        "50322fe7d46b544d5649edb58bdbe5c95dd44b98"
      ],
      "author": {
        "name": "John Bowler",
        "email": "jbowler@acm.org",
        "time": "Tue Feb 28 16:59:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 20:53:43 2006 -0800"
      },
      "message": "[PATCH] drivers/mtd/redboot.c: recognise a foreign byte sex partition table\n\nThe RedBoot boot loader writes flash partition tables containing native\nbyte sex 32 bit values.  When booting an opposite byte sex kernel (e.g.  an\nLE kernel from BE RedBoot) the current MTD driver fails to handle the\npartition table and therefore is unable to generate the correct partition\nmap for the flash.\n\nSo far as I am aware this problem is ARM specific, because only ARM\nsupports software change of the CPU (memory system) byte sex, however the\npartition table parsing is in generic MTD code.  The patch below has been\ntested on NSLU2 (an IXP4XX based system) with a patch,\n10-ixp4xx-copy-from.patch (submitted to linux-arm-kernel - it\u0027s ARM\nspecific) required to make the maps/ixp4xx.c driver work with an LE kernel.\n\nBuilds of the patched system are in the \u0027unstable\u0027 release of OpenSlug and\nUcSlugC available from www.nslu2-linux.org.  These builds are BE, the\narchives at www.nslu2-linux.org and www.handhelds.org (see\nmonotone.vanille.de) can be built LE (currently DISTRO targets\nnslu-ltu.conf for LE thumb uclibc (32 bit kernel) and nslu2-lau.conf,\nnslu2-lag.conf for LE arm uclibc/glibc) and this patch has been tested\nextensively will both BE and LE systems on the NSLU2 (including swapping\nbetween BE and LE by reflashing from both RedBoot and Linux).\n\nThe patch recognises that the FIS directory (the partition table) is\nbyte-reversed by examining the partition table size, which is known to be\none erase block (this is an assumption made elsewhere in redboot.c).  If\nthe size matches the erase block after byte swapping the value then\nbyte-reversal is assumed, if not no further action is taken.  The patched\ncode is fail safe; should redboot.c be changed to support a partition table\nwith a modified size field the test will fail and the partition table will\nbe assumed to have the host byte sex.\n\nIf byte-reversal is detected the patch byte swaps the remainder of the 32\nbit fields in the copy of the table; this copy is then used to set up the\nMTD partition map.\n\nSigned-off-by: John Bowler \u003cjbowler@acm.org\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a1415ee65500597e19c0ac44872db66105bad0e7",
      "tree": "d7c1b8da83d052006335244dfcedd0122a94c470",
      "parents": [
        "bd71c2b17468a2531fb4c81ec1d73520845e97e1"
      ],
      "author": {
        "name": "Jeff Kirsher",
        "email": "jeffrey.t.kirsher@intel.com",
        "time": "Tue Feb 28 20:24:07 2006 -0800"
      },
      "committer": {
        "name": "root",
        "email": "root@jk-desktop.jf.intel.com",
        "time": "Tue Feb 28 20:24:07 2006 -0800"
      },
      "message": "[PATCH] e1000: revert to single descriptor for legacy receive path\n\nA recent patch attempted to enable more efficient memory usage by using\nonly 2kB descriptors for jumbo frames.  The method used to implement this\nhas since been commented upon as \"illegal\" and in recent kernels even\ncauses a BUG when receiving ip fragments while using jumbo frames.\nThis patch simply goes back to the way things were.  We expect some\ncomplaints due to order 3 allocations failing to come back due to this\nchange.\n\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\n\n"
    },
    {
      "commit": "958ddb75b04b792c701b2b08acdb200d638abf4e",
      "tree": "8bf0346b654d7d2a9dec60291e0a46535217e501",
      "parents": [
        "ce7eeb6b52bf1fc2a219503072732f35741d11de"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Feb 27 13:13:54 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Feb 28 18:06:25 2006 -0500"
      },
      "message": "[PATCH] sky2: remove MSI support\n\nRemove Message Signaled Interrupt support (for 2.6.16).\nMSI is inherently edge-triggered and that is incompatiable (without more\nwork) with NAPI.\n\nIn future, will replace with smarter lockless-IRQ handling like\ntg3.c\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "816fd404718fc6064ddb05e6b310b2bc2ae7a187",
      "tree": "5b882a42fe51888fe175af28f62ecde5540b0a0c",
      "parents": [
        "ec72070b1201203387e0c32a23ed17e35a24b170",
        "576cfa934e357c44d6259f90c7d065de328a3691"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Feb 28 18:03:45 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Feb 28 18:03:45 2006 -0500"
      },
      "message": "Merge branch \u0027for-jeff\u0027 of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6\n"
    },
    {
      "commit": "ec72070b1201203387e0c32a23ed17e35a24b170",
      "tree": "f28d715cb39c145267f0e7c0dd376ee27873f263",
      "parents": [
        "436002e3293472e4a7e47e5025999fc312794c4a",
        "34d1a8aa882df916e1b078dc935e3d2d3792aea2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 14:02:10 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 28 14:02:10 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6\n"
    },
    {
      "commit": "34d1a8aa882df916e1b078dc935e3d2d3792aea2",
      "tree": "0d67d1d4996af41a581c80ed9d40679d1e9c0403",
      "parents": [
        "04d52461c6ecfc5b72e688b0eb2ead7b555eca25"
      ],
      "author": {
        "name": "Ian Abbott",
        "email": "abbotti@mev.co.uk",
        "time": "Mon Feb 27 14:05:32 2006 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Feb 28 12:42:07 2006 -0800"
      },
      "message": "[PATCH] USB: ftdi_sio: new microHAM device IDs\n\nThis patch adds a bunch of new device IDs to the ftdi_sio driver for\nvarious devices from microHAM using FTDI chips.\n\nMicheal Studer supplied the PID for the USB-Y9 device.  I examined the\nINF file in microHAM\u0027s Windows driver package for the USB-KW, USB-YS,\nUSB-IC, USB-DB9 and USB-RS232 devices.\n\nSigned-off-by: Ian Abbott \u003cabbotti@mev.co.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "04d52461c6ecfc5b72e688b0eb2ead7b555eca25",
      "tree": "7c46319f8c3cc7a2a863c00b313dad8a7d94b908",
      "parents": [
        "8763716bfe4d8a16bef28c9947cf9d799b1796a5"
      ],
      "author": {
        "name": "Hendrik Schweppe",
        "email": "hendrik@somehost.de",
        "time": "Sun Feb 19 19:00:04 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Feb 28 12:42:07 2006 -0800"
      },
      "message": "[PATCH] USB: visor.c id for gspda smartphone\n\nAdded the USB vendorID of GSPDA and the productID of GSPDA\u0027s palm\nsmartphone \u0027xplore m68\u0027 to the list of known devices.\n\nSigned-off-by: Hendrik Schweppe \u003clinuxkpatch@hendrik.fam-schweppe.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8763716bfe4d8a16bef28c9947cf9d799b1796a5",
      "tree": "f0e8d0dcbf55953ea084f110c013743716b2a068",
      "parents": [
        "d5ec33490c67affef93aebf76e1238260c82d377"
      ],
      "author": {
        "name": "Shaun Tancheff",
        "email": "shaun@tancheff.com",
        "time": "Wed Feb 22 19:47:19 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Feb 28 12:42:06 2006 -0800"
      },
      "message": "[PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow)\n\nRemote NDIS response to OID_GEN_SUPPORTED_LIST only allocated space\nfor the data attached to the reply, and not the reply structure\nitself. This caused other kmalloc\u0027d memory to be corrupted.\n\nSigned-off-by: Shaun Tancheff \u003cshaun@tancheff.com\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d5ec33490c67affef93aebf76e1238260c82d377",
      "tree": "3e12575848db0034de60bc44c3e1127aac2c59e3",
      "parents": [
        "754501b324fc3c42522a46d3ace205e7a6a50e77"
      ],
      "author": {
        "name": "Franck Bui-Huu",
        "email": "vagabon.xyz@gmail.com",
        "time": "Thu Feb 23 09:35:06 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Feb 28 12:42:06 2006 -0800"
      },
      "message": "[PATCH] USB: lh7a40x gadget driver: Fixed a dead lock\n\nThere is a dead lock in lh7a40x udc driver. When the driver receive a\nSET_FEATURE HALT request, the dev lock is taken by the interrupt\nhandler lh7a40x_udc_irq then the handler will call lh7a40x_set_halt\nfunction which in its turn will try to acquire the dev lock.\n\nSigned-off-by: Franck Bui-Huu \u003cfranck.bui-huu@innova-card.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "754501b324fc3c42522a46d3ace205e7a6a50e77",
      "tree": "86f87be3fd0218d560e0a0f901243caf9a01e824",
      "parents": [
        "e65335ef187c9cbc50bbc56be0fe966b593beb49"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Thu Feb 23 10:19:25 2006 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Feb 28 12:42:06 2006 -0800"
      },
      "message": "[PATCH] USB: unusual_devs entry for Lyra RCA RD1080\n\nThis patch (as656) adds an unusual_devs.h entry for the Lyra RCA RD1080\nMP3 player.  Its card-reader firmware has the common\nreport-one-too-many-sectors bug.  This fixes Novell bug #152175.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e65335ef187c9cbc50bbc56be0fe966b593beb49",
      "tree": "e3a640d7f6774bde233e644e82b182c0c184ca27",
      "parents": [
        "8c450802a3abf0e8a45238fcb7d22ed9d6f191ce"
      ],
      "author": {
        "name": "Andrew Fuller",
        "email": "mactalla.obair@gmail.com",
        "time": "Sat Feb 25 09:52:27 2006 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Feb 28 12:42:06 2006 -0800"
      },
      "message": "[PATCH] USB: Wisegroup MP-8866 Dual USB Joypad\n\nThis patch is for the Dual USB Joypad [0925:8866] from Wisegroup.  The\nHID_QUIRK_NOGET is necessary for it to respond to input, and the\nHID_QUIRK_MULTI_INPUT is necessary to have two js# nodes appear.\n\nSigned-off-by: Andrew Fuller \u003cmactalla.obair@gmail.com\u003e\nCc: \"Dmitry Torokhov\" \u003cdmitry.torokhov@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8c450802a3abf0e8a45238fcb7d22ed9d6f191ce",
      "tree": "7b950d665abb07ef3afd07c6135e685d5a70a817",
      "parents": [
        "b9756c047ce6b60e3b96aa3c5db958acbdacedde"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Fri Feb 24 16:55:52 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Feb 28 12:42:06 2006 -0800"
      },
      "message": "[PATCH] USB: fix EHCI BIOS handshake\n\nFix http://bugzilla.kernel.org/show_bug.cgi?id\u003d6128\n\nFinish morphing the \"early handoff\" version of the EHCI BIOS handshake over\nto match the previous implementation inside the EHCI driver (except that\nnow we forcibly disable the SMI).  The version that had been with the PCI\ncode was surprisingly full of bugs.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: \u003cyazar256@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "436002e3293472e4a7e47e5025999fc312794c4a",
      "tree": "00194f9a7b662e5e067971fe2b9f7dff0b1fdee3",
      "parents": [
        "b9756c047ce6b60e3b96aa3c5db958acbdacedde"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Feb 28 11:55:36 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Feb 28 11:55:36 2006 -0800"
      },
      "message": "[SUNSU]: Fix locking error in sunsu_stop_rx().\n\nThe caller takes the UART port lock, so we shouldn\u0027t try\nto take it again.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e2482fa16e9eef88344a4dca1a390d29432d4add",
      "tree": "65e321b57683f5b92dcc41ee7ce1a4a3289dfa6c",
      "parents": [
        "23ff51e9fe24f98c1053ac1cdded434012eee342"
      ],
      "author": {
        "name": "Jürgen E. Fischer",
        "email": "fischer@linux-buechse.de",
        "time": "Sun Feb 19 00:31:51 2006 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Feb 28 11:20:45 2006 -0600"
      },
      "message": "[SCSI] aha152x: fix variable use before initialisation and other bugs\n\n- change interface of the reset functions from Scsi_Cmnd to Scsi_Host.\n- add functions with the original interface and rename the new\n  functions to reflect the new interface.\n- call these from the pcmcia driver, thereby avoiding the need to\n  construct a (broken) Scsi_Cmnd from a Scsi_Host.\n- just run the bh if the interrupt is from the controller and if so\n  ensure that it\u0027s only called once per interrupt.\n\nSigned-off-by: Juergen E. Fischer \u003cfischer@linux-buechse.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "23ff51e9fe24f98c1053ac1cdded434012eee342",
      "tree": "e9135185f58e34e17e79a340a6bac89c1c48b0bf",
      "parents": [
        "123fc7fd6f609a000061f586a794c89d1122ede1"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "matthew@wil.cx",
        "time": "Tue Feb 28 06:28:15 2006 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Feb 28 09:36:14 2006 -0600"
      },
      "message": "[SCSI] Fix uninitialised width and speed in sym2\n\nsym2 boards without NVRAM currently negotiate narrow due to this missed\ninitialisation\n\nSigned-off-by: Matthew Wilcox \u003cmatthew@wil.cx\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "123fc7fd6f609a000061f586a794c89d1122ede1",
      "tree": "180f9c7cdd51efbb77c6e8396309cb449da39bb5",
      "parents": [
        "8884efab1516613215816d48132dd724508970bf"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Feb 09 11:16:38 2006 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Tue Feb 28 09:36:11 2006 -0600"
      },
      "message": "[SCSI] Delete duplicate driver template.\n\nStuborn as compilers are they don\u0027t like duplicate definitions.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "a8b76b491510b7591c584838d0d7922f9ffe5c2c",
      "tree": "b0d9e8b9c428b59beaf3251db17a54dfc1fd1a11",
      "parents": [
        "637029c6cb5efcbaa3d5831af4c1972bdd629779",
        "c3c013a2c218cdede2d2e73df01ed4f813538941"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 27 20:43:36 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 27 20:43:36 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n"
    },
    {
      "commit": "8884efab1516613215816d48132dd724508970bf",
      "tree": "613b80a6adea59defeed3a1fa9fdc6dde7313a28",
      "parents": [
        "147aab6aa22ce7775be944f8fb9932aa000dda61"
      ],
      "author": {
        "name": "Brian King",
        "email": "brking@us.ibm.com",
        "time": "Fri Feb 24 17:10:04 2006 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Mon Feb 27 21:38:39 2006 -0600"
      },
      "message": "[SCSI] scsi: scsi command retries off by one fix\n\nFix up an off by one error in calculating retries for scsi\ncommands. This bug was discovered when an SG_IO request\nwas sent to scsi core with retries \u003d 0, causing the overall\ntimeout check to go off in scsi_softirq_done.\n\nSigned-off-by: Brian King \u003cbrking@us.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "147aab6aa22ce7775be944f8fb9932aa000dda61",
      "tree": "21e01c0387755e6607e050beac0504ff1f4866cf",
      "parents": [
        "938050916f57f08e20595b1fa1c1e57c2fbf7243"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Fri Feb 17 12:13:48 2006 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Mon Feb 27 21:36:46 2006 -0600"
      },
      "message": "[SCSI] megaraid_sas: fix physical disk handling\n\nThis patch hides the devices completely from the midlayer instead.\nIt requires the patch to handle the slave_configure failure I posted\nearlier.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "c3c013a2c218cdede2d2e73df01ed4f813538941",
      "tree": "1e7bfa4c687bb54fd328f06ac141937de1bb0470",
      "parents": [
        "e95a9ec1bb66e07b138861c743192f06e7b3e4de"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Feb 27 22:31:19 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Mon Feb 27 22:31:19 2006 -0500"
      },
      "message": "[libata] Disable FUA\n\nUntil problems are sorted.\n"
    },
    {
      "commit": "938050916f57f08e20595b1fa1c1e57c2fbf7243",
      "tree": "461104c764c00d7824eaa7df8cba8d9cdd0dbb66",
      "parents": [
        "8b097a67264ba3e10620b268979de3be6fe5e3cd"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Fri Feb 17 12:11:29 2006 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Mon Feb 27 21:26:45 2006 -0600"
      },
      "message": "[SCSI] scsi: handle -\u003eslave_configure return value\n\nWhen ­\u003eslave_configure fails the scsi midlayer should handle it.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8b097a67264ba3e10620b268979de3be6fe5e3cd",
      "tree": "a014abfb3e58ddf7b71e1c37dbecdac44020a312",
      "parents": [
        "eca7be5e1899626db01ae42b0123458d6fb34930"
      ],
      "author": {
        "name": "Andrew Vasquez",
        "email": "andrew.vasquez@qlogic.com",
        "time": "Tue Feb 14 14:22:14 2006 -0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Mon Feb 27 21:25:40 2006 -0600"
      },
      "message": "[SCSI] fc_transport: stop creating duplicate rport entries.\n\nCurrent fc_transport consumers initially register rports\nwith an UNKNOWN role-state and follow-up with a call to\nfc_remote_port_rolechg().  Modify code in\nfc_remote_port_add() to scan the fc_host_rport_bindings()\narray for consistent bindings regardless of role-type.\nOriginal code would only scan bindings array for targets,\ncausing duplicate fc_remote_ports/rport-X:Y-Z entries to be\ncreated for the yet-to-be-role-changed rports.\n\nSigned-off-by: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "eca7be5e1899626db01ae42b0123458d6fb34930",
      "tree": "b49c5a1f0056ebb5e6a5f71aa4d8c713f17a78d1",
      "parents": [
        "b9a33cebac70d6f67a769ce8d4078fee2b254ada"
      ],
      "author": {
        "name": "Brian King",
        "email": "brking@us.ibm.com",
        "time": "Tue Feb 14 12:42:24 2006 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.il.steeleye.com",
        "time": "Mon Feb 27 21:25:40 2006 -0600"
      },
      "message": "[SCSI] sg: Remove aha1542 hack\n\nRemove a hack in the sg driver that alters the total buffer\nlength for SG_IO commands to ensure buffers are not odd byte\nlengths. This breaks on the ipr driver since it requires the\nrequest_bufflen to equal the length specified in the cdb.\nThe block layer SG_IO code does not appear to have this hack.\n\nSigned-off-by: Douglas Gilbert \u003cdougg@torque.net\u003e\nSigned-off-by: Brian King \u003cbrking@us.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "50e300dead8dadf32e930ebd80d9810d631aa1a0",
      "tree": "ac8df9f2c8495bf6b3c28330fdce4f498c23e774",
      "parents": [
        "e95a9ec1bb66e07b138861c743192f06e7b3e4de"
      ],
      "author": {
        "name": "Jes Sorensen",
        "email": "jes@sgi.com",
        "time": "Fri Feb 17 10:25:39 2006 -0500"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Feb 27 15:06:41 2006 -0800"
      },
      "message": "[IA64] show \"SN Devices\" menu only if CONFIG_SGI_SN\n\nAdrian\u003e On architectures like i386, the \"Multimedia Capabilities Port\nAdrian\u003e drivers\" menu is visible, but it can\u0027t be visited since it\nAdrian\u003e contains nothing usable for CONFIG_SGI_SN\u003dn.\n\nJes\u003e Thats only a third of the patch, if you want to do that, you should\nJes\u003e remove the redundant SGI_SN checks below.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "576cfa934e357c44d6259f90c7d065de328a3691",
      "tree": "1a82797c3c394aa3d0d4c37cebab0f55ad2afc89",
      "parents": [
        "b3c3e7d7d9795df16012d5c60e5f789e7fade311"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Mon Feb 27 23:15:06 2006 +0100"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Mon Feb 27 23:15:06 2006 +0100"
      },
      "message": "8139cp: fix broken suspend/resume\n\n- check that the device is up before it is enabled again;\n- the descriptor ring indexes must be set to zero before\n  cp_init_hw() is issued. Add a nice comment to remember\n  that skb allocation failure is still not handled.\n\nFixes http://bugzilla.kernel.org/show_bug.cgi?id\u003d5681\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\n"
    },
    {
      "commit": "b3c3e7d7d9795df16012d5c60e5f789e7fade311",
      "tree": "7ad463d353263e765b302060da884a2eefb24173",
      "parents": [
        "de5f503cfbe4f942492269c6bd97a16a4d61e488"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Mon Feb 27 23:11:08 2006 +0100"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Mon Feb 27 23:11:08 2006 +0100"
      },
      "message": "via-velocity: fix memory corruption when changing the mtu\n\nvelocity_rx_refill() only replenishes the descriptor entries which\nbelong to the CPU. It works great in the Rx path but the driver must\nensure that all the descriptors are freed before velocity_rx_refill()\nis used in velocity_change_mtu(). The patch resets the Rx descriptors\nin velocity_free_rd_ring().\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\n"
    },
    {
      "commit": "051d3cbd96909b2fe6b5038e7bbe77f41356db05",
      "tree": "6decc4a2a4f1c3df66df5d78602ab8b4f971375d",
      "parents": [
        "de5f503cfbe4f942492269c6bd97a16a4d61e488"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 27 12:51:27 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 27 12:51:27 2006 -0800"
      },
      "message": "[TG3]: Fix Sun tg3 variant detection.\n\nSome Sun parts don\u0027t have PCI_VENDOR_ID_SUN in the subsystem\nvendor ID.  So add another fallback test, which is the name\nof the OBP firmware device tree node.  If it\u0027s a Sun part we\u0027ll\nget \"network\", else it will be named \"ethernet\".\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d904ffd6e0c3ab7631b07c21c9f9234a2e72d1f3",
      "tree": "e872c4fcbbf661cccd40d5c414801544c5ef8a5c",
      "parents": [
        "e95a9ec1bb66e07b138861c743192f06e7b3e4de"
      ],
      "author": {
        "name": "Marc Zyngier",
        "email": "maz@misterjones.org",
        "time": "Mon Feb 27 12:08:00 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 27 08:18:04 2006 -0800"
      },
      "message": "[PATCH] Fix Specialix SX corruption\n\nWith the latest kernels, I experienced some strange corruption, some\n\u0027*****\u0027 being randomly inserted in the character flow, like this:\n\n\tashes:~#\n\tashes:~#\n\ta*******shes:~#\n\tashes:~#\n\tashes:~#\n\nFurther investigation shows that the problem was introduced during\nAlan\u0027s \"TTY layer buffering revamp\" patch, the amount of data to be\ncopied being reduced after buffer allocation.  Moving the count fixup\naround solves the problem.\n\nSigned-off-by: Marc Zyngier \u003cmaz@misterjones.org\u003e\nApproved-by: Rogier Wolff \u003cR.E.Wolff@BitWizard.nl\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e95a9ec1bb66e07b138861c743192f06e7b3e4de",
      "tree": "8ee8b2c5339af31f9f79423b3c503f30e0651e4a",
      "parents": [
        "6d6585e490d985d421d7cd3cfc7d77b618c44130",
        "e4e10e3e7995f5bd481d2720bf30d3a661d110ca"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 27 07:41:30 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 27 07:41:30 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n"
    },
    {
      "commit": "6d6585e490d985d421d7cd3cfc7d77b618c44130",
      "tree": "bf8c941eec540f0e30a37252be031c5504a24e16",
      "parents": [
        "b9a33cebac70d6f67a769ce8d4078fee2b254ada",
        "7bef4b397874eee4484457040e8a1013361d7758"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 27 07:41:11 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 27 07:41:11 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "2eb1bdbad89b19c99f8ac1de1492cdabbff6b3d3",
      "tree": "eb0182da181df8022003182a8566629f8ca56c22",
      "parents": [
        "1f9921539208f6d88f600a801e333d718e4a13ff"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Sun Feb 26 04:18:43 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 26 09:53:30 2006 -0800"
      },
      "message": "[PATCH] x86_64: Disable ACPI blacklist by year for now on x86-64\n\nACPI is initialized very early on x86-64, before the DMI code is\ninitialized.  This means it would often discover a 0 year and then turn\noff ACPI because it thought the BIOS was too old.  Some systems don\u0027t\nboot without ACPI so this was a problem.\n\nI have a full fix by adding new very early DMI detection, but it needs\nmore testing before it can be merged.  For 2.6.16 let\u0027s just turn the\ncheck off.  It never made much sense anyways because there are no x86-64\nsystems older than 2002 or so and they generally all have working ACPI.\n\nCc: len.brown@intel.com\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e78256b8f3e2850ad55c2d69e1429e6c2607afd3",
      "tree": "0d0e0f7d49000d3b047beaaa7f47a273c16b047d",
      "parents": [
        "6070f9ec6b03cc46cd0242523326f7a296f47c1c"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Sun Feb 26 04:18:37 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 26 09:53:30 2006 -0800"
      },
      "message": "[PATCH] x86-64/i386: Use common X86_PM_TIMER option and make it EMBEDDED\n\nThis makes x86-64 use the common X86_PM_TIMER Kconfig entry in drivers/acpi\n\nAnd since PM timer is needed for correct timing on a lot of systems\nnow (e.g. AMD dual cores) and we often get bug reports from people\nwho forgot to set it make it depend on CONFIG_EMBEDDED. x86-64 had\nthis change before and it\u0027s a good thing.\n\nI also fixed the description slightly to make this more clear.\n\nCc: len.brown@intel.com\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "04a3d311c01d3ad287750c5c8d03fa614475af91",
      "tree": "e3d4f7f3d242ed687d7417c3619622fa224f2d9c",
      "parents": [
        "489708007785389941a89fa06aedc5ec53303c96"
      ],
      "author": {
        "name": "Marc Zyngier",
        "email": "maz@misterjones.org",
        "time": "Sun Feb 26 12:02:56 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 26 09:10:58 2006 -0800"
      },
      "message": "[PATCH] Fix Specialix SI probing\n\nAs the (probably) last user of a Specialix SI board, I noticed that\nrecent kernels would fail to probe the sucker.  Quick investigation\nindicate a few missing braces...\n\nI left the double probing in place, as it looks like it\u0027s been here\nforever.\n\nSigned-off-by: Marc Zyngier \u003cmaz@misterjones.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "489708007785389941a89fa06aedc5ec53303c96",
      "tree": "425e0dda8d5fec842ffdd3b2cdadfeaf60f5a668",
      "parents": [
        "a0124d780d06db711e8a92135d774940588a27da"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Sun Feb 26 08:34:10 2006 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 26 09:09:49 2006 -0800"
      },
      "message": "[PATCH] sd: fix memory corruption with broken mode page headers\n\nThere\u0027s a problem in sd where we blindly believe the length of the\nheaders and block descriptors.  Some devices return insane values for\nthese and cause our length to end up greater than the actual buffer\nsize, so check to make sure.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n\nAlso removed the buffer size magic number (512) and added DPOFUA of\nzero to the defaults\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7bef4b397874eee4484457040e8a1013361d7758",
      "tree": "9a13e891ade50d32806ad303b80526bef9b9df3f",
      "parents": [
        "a0124d780d06db711e8a92135d774940588a27da"
      ],
      "author": {
        "name": "Daniele Venzano",
        "email": "venza@brownhat.org",
        "time": "Sat Feb 25 17:01:09 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Feb 25 17:01:09 2006 -0500"
      },
      "message": "Fix Wake on LAN support in sis900\n\nFix two bugs in the WoL implementation of sis900. The first causes\nhangs on some system on driver load, the second causes troubles\nwhen disabling WoL support.  Both fixes are one liner and really\nsimple.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Daniele Venzano \u003cvenza@brownhat.org\u003e\n"
    },
    {
      "commit": "e4e10e3e7995f5bd481d2720bf30d3a661d110ca",
      "tree": "14dbbab4fcc8c2fd10376751516c2f0088459247",
      "parents": [
        "0ee304d5802dc62746f13f12d4cb4ec4ed285f66"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Sat Feb 25 13:52:30 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Feb 25 16:52:31 2006 -0500"
      },
      "message": "[PATCH] sata_sil: implement R_ERR on DMA activate FIS errata fix\n\nSilicon Image has disclosed a new sil3114/3152 errata and workaround\nwhich causes the controller to return R_ERR on DMA activate FIS if the\nFIS is received while the next PRD is being fetched.  This patch\nimplements the workaround.\n\nThis errata results in lock up and doesn\u0027t trigger if m15w workaround\nis in effect.  We stopped applying m15w to 3512 and 3114 in 2.6.14-rc1\nwhich makes 3512/3114 lock up with some drives on all kernel versions\nsince 2.6.14-rc1 upto now (2.6.16-rc4).  This patch should fix the\nregression.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "0ee304d5802dc62746f13f12d4cb4ec4ed285f66",
      "tree": "f3f7924305c78b714e671e8525de5c1eb02dd268",
      "parents": [
        "a0124d780d06db711e8a92135d774940588a27da"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Sat Feb 25 13:52:30 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Sat Feb 25 16:52:31 2006 -0500"
      },
      "message": "[PATCH] sata_sil: add board ID for 3512\n\n3512 is slightly different from 3112 errata-wise.  Differentiate it.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "5c1ca65c93503b2c94359ba39640f9687bd192a3",
      "tree": "74dfbe4da8d39e302ae343379e20585ffee4b940",
      "parents": [
        "c946160e601c70a0ae0aa807461dd0232bcaf3a7",
        "d856c66618f953fc3cd1e613226d5f098ad322c8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 24 16:01:07 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 24 16:01:07 2006 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-serial\n"
    },
    {
      "commit": "63d94e482df769f31e8b1097f06c3a3fba7bced4",
      "tree": "0461197daa1d7df50087b4dfa2b692dfcd81d745",
      "parents": [
        "d9dde59ba03095e526640988c0fedd75e93bc8b7"
      ],
      "author": {
        "name": "Jun\u0027ichi Nomura",
        "email": "j-nomura@ce.jp.nec.com",
        "time": "Fri Feb 24 13:04:25 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 24 14:31:39 2006 -0800"
      },
      "message": "[PATCH] dm: free minor after unlink gendisk\n\nMinor number should be freed after del_gendisk().  Otherwise, there could\nbe a window where 2 registered gendisk has same minor number.\n\nSigned-off-by: Jun\u0027ichi Nomura \u003cj-nomura@ce.jp.nec.com\u003e\nAcked-by: Alasdair G Kergon \u003cagk@redhat.com\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d9dde59ba03095e526640988c0fedd75e93bc8b7",
      "tree": "5a56884f1e380906ad41cc257891f93ff6cb2cb5",
      "parents": [
        "8dde0509e74ff6044cf1788c917a22facce9f68d"
      ],
      "author": {
        "name": "Jun\u0027ichi Nomura",
        "email": "j-nomura@ce.jp.nec.com",
        "time": "Fri Feb 24 13:04:24 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 24 14:31:39 2006 -0800"
      },
      "message": "[PATCH] dm: missing bdput/thaw_bdev at removal\n\nNeed to unfreeze and release bdev otherwise the bdev inode with\ninconsistent state is reused later and cause problem.\n\nSigned-off-by: Jun\u0027ichi Nomura \u003cj-nomura@ce.jp.nec.com\u003e\nAcked-by: Alasdair G Kergon \u003cagk@redhat.com\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ee713059d4922e4ee17700496d9eb3b95b1ab836",
      "tree": "fe56c8f04342938813edce2bb0c92a984b125457",
      "parents": [
        "cacfc8cf4ed6e05a0d9a8bd17ab85536abd0f6c5"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Fri Feb 24 13:04:20 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 24 14:31:39 2006 -0800"
      },
      "message": "[PATCH] Fix pseudo_palette setup in asiliantfb_setcolreg()\n\nThe setcolreg function will attempt to write 24 color entries to the\npseudo_pallette.  However, the pseudo_palette has only space for 16 entries.\n\nThanks to Atsushi Nemoto for reporting this bug.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cacfc8cf4ed6e05a0d9a8bd17ab85536abd0f6c5",
      "tree": "51969d297683c72da0bc9af5317fd15ba89d8e9b",
      "parents": [
        "80c410dc14f7783411b4becf083069d69daaa4a7"
      ],
      "author": {
        "name": "Freddy Spierenburg",
        "email": "freddy@dusktilldawn.nl",
        "time": "Fri Feb 24 13:04:17 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 24 14:31:38 2006 -0800"
      },
      "message": "[PATCH] au1100fb: replaced io_remap_page_range() with io_remap_pfn_range()\n\nReplaced the no longer existing io_remap_page_range() routine with the\nio_remap_pfn_range() routine.  Did not have a chance yet to test the\nfunctionality of the driver, but at least the kernel compiles cleanly again.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "80c410dc14f7783411b4becf083069d69daaa4a7",
      "tree": "7783c93df94ea059272a672d2aa6764aee3485a6",
      "parents": [
        "68b06deb2b343c040485a9fc6c813577bf6d5cf5"
      ],
      "author": {
        "name": "Martin Michlmayr",
        "email": "tbm@cyrius.com",
        "time": "Fri Feb 24 13:04:16 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 24 14:31:38 2006 -0800"
      },
      "message": "[PATCH] gbefb: Set default of FB_GBE_MEM to 4 MB\n\nAllocating more than 4 MB memory for the GBE (SGI O2) framebuffer completely\nbreakfs gbefb support at the moment.  According to comments on #mipslinux,\nmore than 4 MB has never worked correctly in Linux.  Therefore, the default\nshould be 4 MB.\n\nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "68b06deb2b343c040485a9fc6c813577bf6d5cf5",
      "tree": "19cde23467a006c488f46bfebca19b7207b2d553",
      "parents": [
        "2b932f6cf052920fb3a6281499e08209b08f5086"
      ],
      "author": {
        "name": "Kaj-Michael Lang",
        "email": "milang@tal.org",
        "time": "Fri Feb 24 13:04:15 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 24 14:31:38 2006 -0800"
      },
      "message": "[PATCH] gbefb: IP32 gbefb depth change fix\n\nThe gbefb driver does not update the framebuffer layers visual setting when\ndepth is changed with fbset, resulting in strange colors (very dark blue in\n16-bit, almost black in 24-bit).\n\nSigned-off-by: Kaj-Michael Lang \u003cmilang@tal.org\u003e\nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c314b6f1fa462acdb89323c75c597eeaae056e7c",
      "tree": "af2b8f4ea1d4d04bf34deee23b70625104cb07ab",
      "parents": [
        "124d90be62343f71bbb7a6b4a907b5584181e6d5"
      ],
      "author": {
        "name": "Simon Vogl",
        "email": "simon.vogl@researchstudios.at",
        "time": "Fri Feb 24 13:04:09 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 24 14:31:37 2006 -0800"
      },
      "message": "[PATCH] cfi: init wait queue in chip struct\n\nFix a kernel oops for Intel P30 flashes, where the wait queue head was not\ninitialized for the flchip struct, which in turn caused a crash at the\nfirst read operation.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d1521260f57d70d0ba86d2a309ec1ce7979be2fc",
      "tree": "1dcdb33e5c9a82a137d15f6857faf02acb435755",
      "parents": [
        "fe1db50c7222c67466e41241bc7ef17b469bcf1d"
      ],
      "author": {
        "name": "Samuel Thibault",
        "email": "samuel.thibault@ens-lyon.org",
        "time": "Fri Feb 24 13:03:59 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 24 14:31:37 2006 -0800"
      },
      "message": "[PATCH] vgacon: no vertical resizing on EGA\n\nEGA boards suck: they mostly have write-only registers.  This is\nparticularly problematic for the overflow register: for being able to write\nto it, we would have to handle vertical sync \u0026 such too, which (I\u0027d say)\nwould potentially break a lot of configurations.  Instead, just disabling\nvertical resize for EGA boards is just nice enough (horizontal resize still\nworks).\n\nFixes http://bugzilla.kernel.org/show_bug.cgi?id\u003d6106\n\nSigned-off-by: Samuel Thibault \u003csamuel.thibault@ens-lyon.org\u003e\nCc: Rafal Olearski \u003colearski@mail2.kim.net.pl\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f52ee1410d563cd409b08822492273a5bc235821",
      "tree": "18694453f85c25cf7ffea2d9111067451cbaed0b",
      "parents": [
        "c0eea79bd2adcc4708973fdbf72a0a292aa60d71",
        "ad9f6713ae59f319ed676c2d014a7756b62f1c51"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Feb 23 22:21:29 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Feb 23 22:21:29 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "ad9f6713ae59f319ed676c2d014a7756b62f1c51",
      "tree": "ac693004a23586ab8294c46a0eb19903547aa518",
      "parents": [
        "22fe472cb430ce45c4fb9b6d13060dd724d6dbc8"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun Feb 05 00:37:47 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Fri Feb 24 00:20:08 2006 -0500"
      },
      "message": "[PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific code\n\ndrivers/net/tlan.c compiles with CONFIG_PCI\u003dn only with a warning and\ndue to the dead code elimination of gcc.\n\nAdditionally, this fixes the only compile error I found with\nCONFIG_PCI\u003dn and the gcc -Werror-implicit-function-declaration\nflag on i386.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c0eea79bd2adcc4708973fdbf72a0a292aa60d71",
      "tree": "5736f242252532e65098e13398c9609f256de548",
      "parents": [
        "adb9c9ac2e82ddbae4f635a9488ea4ee0a88feb6",
        "35eaa31e5d6b0653c11b5661572152295b45b7a7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Feb 23 20:40:17 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Feb 23 20:40:17 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "adb9c9ac2e82ddbae4f635a9488ea4ee0a88feb6",
      "tree": "0c43684d343e6e59015b402ff7c73e2e6b9ef3dd",
      "parents": [
        "a80614d1adba903a1e5cb22bf14ebc640fc2ba4c",
        "fb5c594c2acc441f0d2d8f457484a0e0e9285db3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Feb 23 20:38:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Feb 23 20:38:50 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge\n"
    },
    {
      "commit": "22fe472cb430ce45c4fb9b6d13060dd724d6dbc8",
      "tree": "8dc87d464537feb9b74cde1d171867685a9e0f37",
      "parents": [
        "a80614d1adba903a1e5cb22bf14ebc640fc2ba4c",
        "80dd857daca1cf541b10118991569470d62c1d38"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Feb 23 21:16:07 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Feb 23 21:16:07 2006 -0500"
      },
      "message": "Merge branch \u0027for-jeff\u0027 of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6\n"
    },
    {
      "commit": "fb5c594c2acc441f0d2d8f457484a0e0e9285db3",
      "tree": "0465b7b5fb518f21f6d4689e027f0f04bb3ebe35",
      "parents": [
        "4558f417f49595337b7e9cc3e92bc0856c588ac1"
      ],
      "author": {
        "name": "Michal Ostrowski",
        "email": "mostrows@watson.ibm.com",
        "time": "Sat Feb 18 09:29:59 2006 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Feb 24 11:36:40 2006 +1100"
      },
      "message": "[PATCH] Fix race condition in hvc console.\n\ntty_schedule_flip() would schedule a thread that would call flush_to_ldisc().\nIf tty_buffer_request_room() gets called prior to that thread running --\nwhich is likely in this loop in hvc_poll(), it would set the active flag\nin the tty buffer and consequently flush_to_ldisc() would ignore it.\n\nThe result is that input on the hvc console is not processed.\n\nThis fix calls tty_flip_buffer_push (and flags the tty as\n\"low_latency\").  The push to the ldisc thus happens synchronously.\n\nSigned-off-by: Michal Ostrowski \u003cmostrows@watson.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "35eaa31e5d6b0653c11b5661572152295b45b7a7",
      "tree": "fa62ae77e50253a558fdf39e66fb6cb750774f2e",
      "parents": [
        "4da3089f2b582b21e1374ccc6df722d4361eb915"
      ],
      "author": {
        "name": "Richard Lucassen",
        "email": "spamtrap@lucassen.org",
        "time": "Thu Feb 23 16:23:51 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Feb 23 16:23:51 2006 -0800"
      },
      "message": "[NET]: Increase default IFB device count.\n\nThe most usable number of ifb devices is 2. Change the default to 2.\n\nSigned-off-by: Richard Lucassen \u003cspamtrap@lucassen.org\u003e\nSigned-off-by: Jamal Hadi Salim \u003chadi@cyberus.ca\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "80dd857daca1cf541b10118991569470d62c1d38",
      "tree": "a02a62684dee38af8bb91bb261de8659f08e9d55",
      "parents": [
        "0781191cf69b7635e0d3ea55c6019e789d1936fa"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Feb 22 10:28:35 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 23:07:08 2006 +0100"
      },
      "message": "skge: protect interrupt mask\n\nThere is a race between updating the irq mask and setting it\nwhich can be triggered on SMP with a bad cable.\nSimilar patch from Ingo Molnar and Thomas Gleixner\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    },
    {
      "commit": "0781191cf69b7635e0d3ea55c6019e789d1936fa",
      "tree": "439cf41fdfe02dd501d3820095f96c3a0e2a45f7",
      "parents": [
        "a9cdab869ec343ccc601484fb535813e16c25f70"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Feb 22 10:28:34 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 23:07:07 2006 +0100"
      },
      "message": "skge: genesis phy initialzation\n\nThe SysKonnect Genesis based board would fail on initialization\nwith phy_read errors caused by not waiting for last phy write.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    },
    {
      "commit": "a9cdab869ec343ccc601484fb535813e16c25f70",
      "tree": "64d12d8befe316c1e7ef1254612b84acfc8024d4",
      "parents": [
        "61a4dcc2f9b5c6861e7198b80dd73dd6e9247b7b"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Feb 22 10:28:33 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 23:07:07 2006 +0100"
      },
      "message": "skge: NAPI/irq race fix\n\nFix a race in the receive NAPI, irq handling. The interrupt clear and the\nstart need to be separated.  Otherwise there is a window between the last\nframe received and the NAPI done level handling.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    },
    {
      "commit": "61a4dcc2f9b5c6861e7198b80dd73dd6e9247b7b",
      "tree": "af9a8e4c32af8dc92bf443361337a0b8e58ff4c6",
      "parents": [
        "5d06a99f543e734ceb53bbc9e550537be97f0c49"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 00:55:25 2006 +0100"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 23:06:48 2006 +0100"
      },
      "message": "r8169: enable wake on lan\n\nSimilar to 8139cp code but more inspired/lucky.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\n"
    },
    {
      "commit": "5d06a99f543e734ceb53bbc9e550537be97f0c49",
      "tree": "7b8112f808f59ecde35b3de9900b1221e9aeb162",
      "parents": [
        "791917deb63c6d8beb3f347ea0911371deff1624"
      ],
      "author": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 00:47:58 2006 +0100"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 23:06:07 2006 +0100"
      },
      "message": "r8169: fix broken ring index handling in suspend/resume\n\nrtl8169_hw_start() requires that the descriptor ring indexes be\nset to zero. Let a deferred invocation of rtl8169_reset_task()\nhandle it. Enabling a few power management bits will not hurt\neither.\n\nsuspend/resume is issued with irq on: the spinlock do not need\nto save the irq flag.\n\nSigned-off-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\n"
    },
    {
      "commit": "d856c66618f953fc3cd1e613226d5f098ad322c8",
      "tree": "dce2070e912327921ad2d1635eaa0bf2cfb12047",
      "parents": [
        "85edae14e4ee5e68cf037e9e4bca7498ea16874d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Feb 23 10:22:13 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 23 10:22:13 2006 +0000"
      },
      "message": "[SERIAL] Add comment about early_serial_setup()\n\nearly_serial_setup() must not be called after console initialisation.\nAdd a comment prior to the function explicitly stating this.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a80614d1adba903a1e5cb22bf14ebc640fc2ba4c",
      "tree": "353e980f946f22cd49805794da70ff221981a8fb",
      "parents": [
        "35bdddb83f62978b5fad82a14fbfd78cc3a5a60c"
      ],
      "author": {
        "name": "Stefan Richter",
        "email": "stefanr@s5r6.in-berlin.de",
        "time": "Tue Feb 14 22:04:19 2006 -0500"
      },
      "committer": {
        "name": "Jody McIntyre",
        "email": "scjody@modernduck.com",
        "time": "Thu Feb 23 00:29:31 2006 -0500"
      },
      "message": "sbp2: update 36byte inquiry workaround (fix compatibility regression)\n\nSince about Linux 2.6.14, sbp2\u0027s inquiry workaround did not work anymore\ndue to changes in the SCSI layer. Update it to become effective again.\nTesting one of the two known affected bridges has shown that skip_ms_page_8\nis required as well.\n\nAlso, make force_inquiry_hack tunable via /sys/module/sbp2/parameters.\n\nSigned-off-by: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\nSigned-off-by: Jody McIntyre \u003cscjody@modernduck.com\u003e\n(cherry picked from 99496037c6744fd938ffb8ccfc8fc91762322ff8 commit)\n"
    },
    {
      "commit": "35bdddb83f62978b5fad82a14fbfd78cc3a5a60c",
      "tree": "b5fcfd00b9af8815dd42e3d65e2f9f2e453f4a89",
      "parents": [
        "bf637ec3ef4159da3dd156ecf6f6987d8c8c5dae"
      ],
      "author": {
        "name": "Stefan Richter",
        "email": "stefanr@s5r6.in-berlin.de",
        "time": "Tue Jan 31 00:13:33 2006 -0500"
      },
      "committer": {
        "name": "Jody McIntyre",
        "email": "scjody@modernduck.com",
        "time": "Thu Feb 23 00:28:52 2006 -0500"
      },
      "message": "sbp2: variable status FIFO address (fix login timeout)\n\nLet the ieee1394 core select a suitable 1394 address range for sbp2\u0027s\nstatus FIFO instead of using a fixed range. Since the core only selects\naddresses which are guaranteed to be out of the \"physical range\" as per\nOHCI 1.1, this patch also fixes an old bug:\n\nOHCI controllers which implement a writeable PhysicalUpperBound register\nincluded sbp2\u0027s status FIFO in the physical range. That way sbp2 was\nnever notified of a succesful login and always failed after timeout.\nAffected OHCI host adapters include ALi and Fujitsu controllers.\n\nAs another side effect of this patch, the status FIFO is no longer\nlocated in a range for which OHCI chips perform \"posted writes\". Each\nstatus write now requires a response subaction. But since large data\ntransfers involve only few status writes, there is no measurable\ndecrease of I/O throughput. What\u0027s more, the status FIFO is now safe\nfrom potential host bus errors. Nevertheless, posted writes could be\nre-enabled by extensions to the ARM features of the 1394 stack.\n\nSigned-off-by: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\nSigned-off-by: Jody McIntyre \u003cscjody@modernduck.com\u003e\n(cherry picked from b2d38cccad4ef80d6b672b8f89aae5fe2907b113 commit)\n"
    },
    {
      "commit": "bf637ec3ef4159da3dd156ecf6f6987d8c8c5dae",
      "tree": "4d90e883515171529e74ab9446e19bc1030abe4c",
      "parents": [
        "9e956c2dac9bec602ed1ba29181b45ba6d2b6448"
      ],
      "author": {
        "name": "Stefan Richter",
        "email": "stefanr@s5r6.in-berlin.de",
        "time": "Tue Jan 31 00:13:06 2006 -0500"
      },
      "committer": {
        "name": "Jody McIntyre",
        "email": "scjody@modernduck.com",
        "time": "Thu Feb 23 00:25:08 2006 -0500"
      },
      "message": "sbp2: fix another deadlock after disconnection\n\nIf there were commands enqueued but not completed before an SBP-2 unit\nwas unplugged (or an attempt to reconnect failed), knodemgrd or any\nprocess which tried to remove the device would sleep uninterruptibly\nin blk_execute_rq().  Therefore make sure that all commands are\ncompleted when sbp2 retreats.\n\nSigned-off-by: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\nSigned-off-by: Jody McIntyre \u003cscjody@modernduck.com\u003e\n(cherry picked from 61daa34c132c5d4ed8630e2c46e9bf2f0c7b3428 commit)\n"
    },
    {
      "commit": "791917deb63c6d8beb3f347ea0911371deff1624",
      "tree": "170bc081f03326f75b6b5ccce7d7d1df28a2c833",
      "parents": [
        "56a645cc1bc16ab33b33a3e0854a46c5d2c864f3"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Feb 22 11:45:03 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 01:25:26 2006 +0100"
      },
      "message": "[PATCH] sky2: close race on IRQ mask update.\n\nNeed to avoid race in updating IRQ mask.  This can probably be replaced\nsmarter use of the interrupt control registers (if/when chipset\ndocs are available).\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    },
    {
      "commit": "56a645cc1bc16ab33b33a3e0854a46c5d2c864f3",
      "tree": "22ecf36723c1a60d87168583dd2f85f049ccfd88",
      "parents": [
        "9a6d343188f5f1e9537e700fc4139c2d905ff129"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Feb 22 11:45:02 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 01:25:23 2006 +0100"
      },
      "message": "[PATCH] sky2: use device iomem to access PCI config\n\nTo avoid problems with PCI config access without ACPI (or busted ACPI tables),\nuse the device\u0027s window into PCI config space.\n\nI know this probably will upset the purists, but I would rather have users\nthan ACPI testers. It also generates less code.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    },
    {
      "commit": "9a6d343188f5f1e9537e700fc4139c2d905ff129",
      "tree": "6e41f133f4e229b4cd301c36c4deb8c04e5038c7",
      "parents": [
        "a8fd6266dafd564bae6758cb78c8c152e7d4115e"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Feb 22 11:45:01 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 01:25:03 2006 +0100"
      },
      "message": "[PATCH] sky2: force early transmit status\n\nNeed to force a transmit coalesce timer restart after processing\ntransmit packets. Otherwise, can get transmit status after last\nupdate and chip doesn\u0027t send the next one.\n\nCan go with the chip defaults for coalescing timers, except for\nTx timer which needs to be bigger.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    },
    {
      "commit": "a8fd6266dafd564bae6758cb78c8c152e7d4115e",
      "tree": "0a06bcd302199fa55f7a04958ab84c46f19c342e",
      "parents": [
        "ff81fbbe321c3a468b6225c673ca57efa501fbed"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Feb 22 11:45:00 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 01:24:04 2006 +0100"
      },
      "message": "[PATCH] sky2: poke coalescing timer to fix hang\n\nNeed to restart the interrupt coalescing timer after clearing the interrupt,\nto avoid races with interrupt timer and processing.\n\nPatch from Carl-Daniel Halfinger\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    },
    {
      "commit": "ff81fbbe321c3a468b6225c673ca57efa501fbed",
      "tree": "ae715c27debaee2ef0bc1f36faccc7ef8bac2b09",
      "parents": [
        "977bdf06ca8dd7ed081fab8d30249d9e6b1c24d3"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Feb 22 11:44:59 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 01:23:40 2006 +0100"
      },
      "message": "[PATCH] sky2: limit coalescing values to ring size\n\nDon\u0027t allow coalescing values to be bigger than the transmit ring.\nSince if you set them that big, the interrupt never happens and driver\nlivelocks.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    },
    {
      "commit": "977bdf06ca8dd7ed081fab8d30249d9e6b1c24d3",
      "tree": "dd12c7e2ad88e6dc33e70af401910d70941645d5",
      "parents": [
        "c45ec6566021ba3162233b575e7bc76d57b86688"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Feb 22 11:44:58 2006 -0800"
      },
      "committer": {
        "name": "Francois Romieu",
        "email": "romieu@fr.zoreil.com",
        "time": "Thu Feb 23 01:23:36 2006 +0100"
      },
      "message": "[PATCH] sky2: yukon-ec-u chipset initialization\n\nAdd more complete setup code for Yukon EC_U chipset.\nBased on matching code in 8.31 code in SysKonnect vendor driver.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\n"
    }
  ],
  "next": "a6ceda7457b2303dcb07d3c472b25d52bbdb5a29"
}
