)]}'
{
  "log": [
    {
      "commit": "5c8c755ce508a9d41d8a8d80fff387cb4e2929fc",
      "tree": "6db5a7e195068fc4ca20651a23f20a2b0350295e",
      "parents": [
        "cd52d1ee9a92587b242d946a2300a3245d3b885a"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sat Nov 12 21:58:05 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Nov 12 21:58:05 2005 +0000"
      },
      "message": "[SERIAL] don\u0027t disable xscale serial ports after autoconfig\n\nxscale-type UARTs have an extra bit (UUE) in the IER register that has\nto be written as 1 to enable the UART.  At the end of autoconfig() in\ndrivers/serial/8250.c, the IER register is unconditionally written as\nzero, which turns off the UART, and makes any subsequent printch() hang\nthe box.\n\nSince other 8250-type UARTs don\u0027t have this enable bit and are thus\nalways \u0027enabled\u0027 in this sense, it can\u0027t hurt to enable xscale-type\nserial ports all the time as well.  The attached patch changes the\nautoconfig() exit path to see if the port has an UUE enable bit, and if\nyes, to write UUE\u003d1 instead of just putting a zero into IER, using the\nsame test as is used at the beginning of serial8250_console_write().\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "63f45b80947cb0819673860f6970f483e2cab21d",
      "tree": "6b0d46c7da70786c15ee893d8a48aa866ae3742c",
      "parents": [
        "85837ebdd7bb3e96a60e9b4c6af6c60d1273bc67",
        "b2d1a8adc9cf3bde32a18a1a1856641638a9c729"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 16:29:22 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 16:29:22 2005 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial\n"
    },
    {
      "commit": "85837ebdd7bb3e96a60e9b4c6af6c60d1273bc67",
      "tree": "3d2fd2178c3649a82cdb129b042595b071da9b89",
      "parents": [
        "39990b5eb93c624abc345f81c30f1a9c7f2ec3f3"
      ],
      "author": {
        "name": "Mike Christie",
        "email": "michaelc@cs.wisc.edu",
        "time": "Fri Nov 11 16:38:53 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 14:57:05 2005 -0800"
      },
      "message": "[PATCH] kill libata scsi_wait_req usage (make libata compile with scsi-misc changes)\n\nscsi_wait_req does not exist any more in the SCSI layer.  This patch\nmakes it so libata can compile again.\n\nSigned-off-by: Mike Christie \u003cmichaelc@cs.wisc.edu\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d72d6f1b5647258e83819b51f72fe37e2b7d7965",
      "tree": "d3a08af50624d9b3e2287367b7e9f5fcc93bdce5",
      "parents": [
        "33ddcbbfb1d9f1bf1259531ae0ba8400ea3c8ba1",
        "8a87a0b6313109d2fea87b1271d497c954ce2ca8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 14:04:37 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 14:04:37 2005 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6\n"
    },
    {
      "commit": "388f7ef720a982f49925e7b4e96f216f208f8c03",
      "tree": "75bfe3290db6d99232f56eadaf41a51197c5ba7c",
      "parents": [
        "d5eebf428ac91ad12d316a391b734670d61480d8",
        "560c22fe1fc8b3523ef422da4f1cf04aa22d1471"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:26:39 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:26:39 2005 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "d5eebf428ac91ad12d316a391b734670d61480d8",
      "tree": "2cf868d1e29714250697f03f5da1ac3a5934178c",
      "parents": [
        "5643f000c1e10ab991182478b76550e1364c3570",
        "e99f8b5efe78110e4af10f35ebf11feeef8f43b6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:25:54 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:25:54 2005 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n"
    },
    {
      "commit": "5643f000c1e10ab991182478b76550e1364c3570",
      "tree": "950b2f61a5dd742de1c668ba968a9c8a99f1eab6",
      "parents": [
        "177294d19174cf92de22434bb1fc9a8ecdbbe658",
        "3ae5eaec1d2d9c0cf53745352e7d4b152810ba24"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:24:26 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:24:26 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel\n"
    },
    {
      "commit": "177294d19174cf92de22434bb1fc9a8ecdbbe658",
      "tree": "0d85b7d96db3f6ca48972f4e4667aca0dec707f3",
      "parents": [
        "9b80b11c3faa460cf42904a1e368bf2cd075aff6"
      ],
      "author": {
        "name": "Hironobu Ishii",
        "email": "hishii@soft.fujitsu.com",
        "time": "Fri Nov 11 08:12:21 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:23:31 2005 -0800"
      },
      "message": "[PATCH] ipmi: fix inconsistent spinlock usage\n\nPart of a patch was accidentally reverted, this corrects an\ninconsistent spinlock use in the IPMI message handler.\n\nSigned-off-by: Hironobu Ishii \u003chishii@soft.fujitsu.com\u003e\nSigned-off-by: Corey Minyard \u003cminyard@acm.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b0b7b8eac33dc0f58ce9e7b7a61cf6529ee0b38c",
      "tree": "e5e30cc6516e0dc65181184f27b77bf71d055a18",
      "parents": [
        "c050970a257a4060e927e497a12323e961fcbadc",
        "402771c786b71765c39d9a91f31b8c7b91faaa0a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:22:08 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:22:08 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-mmc\n"
    },
    {
      "commit": "d12eb7e11cf30c30f639b2093735af2ac177830b",
      "tree": "bffb0a9d3670cde15c9e9456e427f8bff10de937",
      "parents": [
        "5e04e7fe774794b837e1d3897e6b96ae2d06679a"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Thu Nov 10 22:10:55 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 08:25:07 2005 -0800"
      },
      "message": "[PATCH] Input: convert hdaps to dynamic input_dev allocation.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "560c22fe1fc8b3523ef422da4f1cf04aa22d1471",
      "tree": "5be5e00b81e7793ebe5210c6b8ed5d33f3818677",
      "parents": [
        "557934554655ac119d96a1bdb6ed75319bb9d1b1"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Nov 08 22:02:35 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:32:47 2005 -0500"
      },
      "message": "[PATCH] gt96100eth.c: Don\u0027t concatenate __FUNCTION__ with strings.\n\nAs part of the ISO C9x conversion gcc deprecates concatenation with\n__FUNCTION__ because __FUNCTION__ is not a preprocessor macro.\n\nSigned-off-by: Clemens Buchacher \u003cdrizzd@aon.at\u003e\nSigned-off-by: Maximilian Attems \u003cjanitor@sternwelten.at\u003e\nSigned-off-by: Domen Puncer \u003cdomen@coderock.org\u003e\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "557934554655ac119d96a1bdb6ed75319bb9d1b1",
      "tree": "be50370f30729f13e5488162369861c8bad4f9aa",
      "parents": [
        "05d9c84dfbbb654f60d98d465b58d4c68222ef1c"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Wed Nov 09 22:46:05 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:32:47 2005 -0500"
      },
      "message": "[PATCH] smc91x: DB1200 support.\n\nThe following patch support the SMC9111 present on DB1200 boards.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "05d9c84dfbbb654f60d98d465b58d4c68222ef1c",
      "tree": "721025a8eab0b818f4e5eba19001cba521560220",
      "parents": [
        "62ff0d0a0769f08806d3f50449a78f17420971e8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Nov 09 17:10:05 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:31:35 2005 -0500"
      },
      "message": "[PATCH] SAA9730: Driver overhaul\n\n o Try to work around some of the undocumented \"features\" of the SAA9730\n o Use netdev_priv() instead of the previous broken mechanism to allocate\n   the private data structure.\n o Try to make sure we don\u0027t leak resources on exit.\n o No more need to call SET_MODULE_OWNER in 2.6.\n o Use pci_free_consistent instead of homegrown architecture-specific\n   allocation.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/saa9730.c |  531 +++++++++++++++++++++++---------------------------\n 1 files changed, 249 insertions(+), 282 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "62ff0d0a0769f08806d3f50449a78f17420971e8",
      "tree": "7a4908b104b68ffaf602d0659f73f1c315aa4b00",
      "parents": [
        "7a33e45a2498460d6daa20a1740d3185798d6026"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Nov 09 16:44:02 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:31:35 2005 -0500"
      },
      "message": "[PATCH] SAA9730: Whitespace cleanup.\n\nKill trailing whitespace, replace leading whitespace with tabs.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n drivers/net/saa9730.c |   98 +++++++++++++++++++++++++-------------------------\n 1 files changed, 49 insertions(+), 49 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "7a33e45a2498460d6daa20a1740d3185798d6026",
      "tree": "b86ff3a2f435b98e125610a1b66b6d69026d35f1",
      "parents": [
        "a971c32488569b5443c48168756e8ccfb0862c50"
      ],
      "author": {
        "name": "Ayaz Abdulla",
        "email": "aabdulla@nvidia.com",
        "time": "Fri Nov 11 08:31:11 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:31:11 2005 -0500"
      },
      "message": "[netdrvr forcedeth] phy address scan range\n\nAdded phy address 0 to the phy scan.\n\nSigned-off-by: Ayaz Abdulla \u003caabdulla@nvidia.com\u003e\n"
    },
    {
      "commit": "a971c32488569b5443c48168756e8ccfb0862c50",
      "tree": "4603c7507cf5a643fca7990ac660c62b75c6116e",
      "parents": [
        "4ea7f299bba0e4331bdbec4e1c1b90463478180d"
      ],
      "author": {
        "name": "Ayaz Abdulla",
        "email": "aabdulla@nvidia.com",
        "time": "Fri Nov 11 08:30:38 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:30:38 2005 -0500"
      },
      "message": "[netdrvr forcedeth] support for irq mitigation\n\nThis patch contains support for different modes of interrupt mitigation\nof forcedeth. It includes changes based on Jeff\u0027s comments. Currently,\nthe modes are changed through module parameters since ethtool does not\nsupport something similar.\n\nSigned-off-by: Ayaz Abdulla \u003caabdulla@nvidia.com\u003e\n"
    },
    {
      "commit": "4ea7f299bba0e4331bdbec4e1c1b90463478180d",
      "tree": "91b685eeae860bd311156b07ae510d048326b5cc",
      "parents": [
        "125d128bec1bbf81be4c198243334a6153c0b023"
      ],
      "author": {
        "name": "Ayaz Abdulla",
        "email": "aabdulla@nvidia.com",
        "time": "Fri Nov 11 08:29:59 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:29:59 2005 -0500"
      },
      "message": "[netdrvr forcedeth] remove superfluous rx engine stop/start\n\nSigned-off-by: Ayaz Abdulla \u003caabdulla@nvidia.com\u003e\n"
    },
    {
      "commit": "125d128bec1bbf81be4c198243334a6153c0b023",
      "tree": "0535e94300fe0e8f96d591c7a73fd2190d4b6255",
      "parents": [
        "1387780f7dbaa8c770fbbbec3b2f42cd9adf1921"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Wed Nov 09 12:13:11 2005 -0600"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:26:58 2005 -0500"
      },
      "message": "[PATCH] gianfar mii needs to zero out the mii_bus structure\n\nTo ensure that phy_mask and any future elements of the mii_bus\nstructure are initialized use kzalloc() instead of kmalloc().\n\nThis fixes an issue in which phy_mask was not being initialized\nand we would skip random phy addresses when scanning.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "1387780f7dbaa8c770fbbbec3b2f42cd9adf1921",
      "tree": "08487e078574bef3348672b7b78875aa6ff53683",
      "parents": [
        "6c951b9051f2094dd98bafcb46e7e6b3e8813231"
      ],
      "author": {
        "name": "Frank Pavlic",
        "email": "fpavlic@de.ibm.com",
        "time": "Thu Nov 10 13:51:42 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:26:22 2005 -0500"
      },
      "message": "[PATCH] s390: mail address changed\n\n[patch 7/7] s390: mail address changed\n\nFrom: Frank Pavlic \u003cfpavlic@de.ibm.com\u003e\n\t- mail address changed to fpavlic@de.ibm.com\n\nSigned-off-by: Frank Pavlic \u003cfpavlic@de.ibm.com\u003e\n\ndiffstat:\n lcs.c       |    4 ++--\n qeth_main.c |    4 ++--\n qeth_mpc.c  |    2 +-\n qeth_mpc.h  |    2 +-\n qeth_sys.c  |    2 +-\n qeth_tso.h  |    2 +-\n 6 files changed, 8 insertions(+), 8 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6c951b9051f2094dd98bafcb46e7e6b3e8813231",
      "tree": "6625f15a30e4efc90a5ff24e8a7140fbb67732c9",
      "parents": [
        "e08d88cccbe0dfcfbaffb704d24e19803407935d"
      ],
      "author": {
        "name": "Frank Pavlic",
        "email": "fpavlic@de.ibm.com",
        "time": "Thu Nov 10 13:51:25 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:26:22 2005 -0500"
      },
      "message": "[PATCH] s390: introduce guestLan sniffer support in qeth\n\n[patch 6/7] s390: introduce guestLan sniffer support in qeth\n\nFrom: Peter Tiedemann  \u003cptiedem@de.ibm.com\u003e\n\t- introduce guestLan sniffer support in qeth\n\t  feature allows a linux in a virtual machine\n\t  guest to become a network LAN sniffer,\n\t  monitoring and recording the networking traffic\n\t  within an entire guestLan.\n\nSigned-off-by: Frank Pavlic \u003cfpavlic@de.ibm.com\u003e\n\ndiffstat:\n qeth.h      |    2 +\n qeth_main.c |   93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n qeth_mpc.h  |   11 ++++---\n 3 files changed, 102 insertions(+), 4 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "e08d88cccbe0dfcfbaffb704d24e19803407935d",
      "tree": "097a17c40ec371e18d5676c0a5c788a3a7d897af",
      "parents": [
        "d805d7c692e414c3adf01bb414a8c542ac2e67d1"
      ],
      "author": {
        "name": "Frank Pavlic",
        "email": "fpavlic@de.ibm.com",
        "time": "Thu Nov 10 13:51:17 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:26:22 2005 -0500"
      },
      "message": "[PATCH] s390: fix recovery failure of non-guestLAN devices\n\n[patch 5/7] s390: fix recovery failure of non-guestLAN devices\n\nFrom: Frank Pavlic \u003cfpavlic@de.ibm.com\u003e\n\t- Recovery of non-guestLAN Layer 2 device failed due to\n\t  trying to register the real MAC address we got from\n\t  the READ_MAC adapter parameters command.\n\t  We have to keep the \"old\" MAC address when we process\n\t  the reply of a READ_MAC.\n\nSigned-off-by: Frank Pavlic \u003cfpavlic@de.ibm.com\u003e\n\ndiffstat:\n qeth.h      |   12 ++++++------\n qeth_main.c |   27 ++++++++++++++++-----------\n 2 files changed, 22 insertions(+), 17 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "d805d7c692e414c3adf01bb414a8c542ac2e67d1",
      "tree": "d1c3707b423e992970c24573a5d9689d569105ce",
      "parents": [
        "6c88ad2ded1de1fe87e917b4a0a45873939c16e1"
      ],
      "author": {
        "name": "Frank Pavlic",
        "email": "fpavlic@de.ibm.com",
        "time": "Thu Nov 10 13:50:58 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:26:21 2005 -0500"
      },
      "message": "[PATCH] s390: some more qeth fixes\n\n[patch 4/7] s390: some more qeth fixes\n\nFrom: Frank Pavlic \u003cfpavlic@de.ibm.com\u003e\nFrom: Peter Tiedemann \u003cptiedem@de.ibm.com\u003e\n\t- possible race on list fixed by reset\n\t  list processing after every operation\n\t- traffic hang fixed\n\nSigned-off-by: Frank Pavlic \u003cfpavlic@de.ibm.com\u003e\n\ndiffstat:\n qeth_main.c |   11 +++++++----\n 1 files changed, 7 insertions(+), 4 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "6c88ad2ded1de1fe87e917b4a0a45873939c16e1",
      "tree": "dd849c8ad285a86ca98813126ab1237526669b95",
      "parents": [
        "508cc2b0e078c806bb7cc8bba22fb97a4ca99b91"
      ],
      "author": {
        "name": "Frank Pavlic",
        "email": "fpavlic@de.ibm.com",
        "time": "Thu Nov 10 13:49:28 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:26:21 2005 -0500"
      },
      "message": "[PATCH] s390: qeth multicast address registration fixed\n\n[patch 3/7] s390: qeth multicast address registration fixed\n\nFrom: Klaus Dieter Wacker \u003ckdwacker@de.ibm.com\u003e\n\t- when running in Layer2 mode we don\u0027t have to register\n\t  the multicast IP address but only group mac address.\n\t  Therefore for Layer 2 devices it is enough to go\n\t  through dev-\u003emc_list list and register these entries.\n\nSigned-off-by: Frank Pavlic \u003cfpavlic@de.ibm.com\u003e\n\ndiffstat:\n qeth_main.c |  106 +++++++++++++++++++++++++++++++++++++++++++++---------------\n 1 files changed, 80 insertions(+), 26 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "508cc2b0e078c806bb7cc8bba22fb97a4ca99b91",
      "tree": "e6e4c9359feafcc34d01a8a6efac4f7d6db163d7",
      "parents": [
        "bd389b9059d8ba4edc563e77f71909d88e566b2d"
      ],
      "author": {
        "name": "Frank Pavlic",
        "email": "fpavlic@de.ibm.com",
        "time": "Thu Nov 10 13:49:15 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:26:21 2005 -0500"
      },
      "message": "[PATCH] s390: minor modification in qeth layer2 code\n\n[patch 2/7] s390: minor modification in qeth layer2 code\n\nFrom: Frank Pavlic \u003cfpavlic@de.ibm.com\u003e\n\t- use qeth_layer2_send_setdelvlan_cb to check\n\t  return code of a SET/DELVLAN IP Assist command.\n\t  It fits better in qeth\u0027s design and mechanism of IP Assist\n\t  command handling.\n\nSigned-off-by: Frank Pavlic \u003cfpavlic@de.ibm.com\u003e\n\ndiffstat:\n qeth_main.c |   40 ++++++++++++++++++++++++++--------------\n 1 files changed, 26 insertions(+), 14 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "bd389b9059d8ba4edc563e77f71909d88e566b2d",
      "tree": "af985cd4bad8ae19ab4fba1f04baaded601dd157",
      "parents": [
        "2ecc26b87a2b3e8650d3c7fe3fc85a8c73d5560d"
      ],
      "author": {
        "name": "Frank Pavlic",
        "email": "fpavlic@de.ibm.com",
        "time": "Thu Nov 10 13:49:02 2005 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:26:21 2005 -0500"
      },
      "message": "[PATCH] s390: synthax checking for VIPA addresses fixed\n\n[patch 1/7] s390: synthax checking for VIPA addresses fixed\n\nFrom: Peter Tiedemann \u003cptiedem@de.ibm.com\u003e\n\t- synthax checking for VIPA addresses fixed\n\nSigned-off-by: Frank Pavlic \u003cfpavlic@de.ibm.com\u003e\n\ndiffstat:\n qeth.h     |   65 ++++++++++++++++++++++++++++++++++++++++++++++++-------------\n qeth_sys.c |    6 ++---\n 2 files changed, 55 insertions(+), 16 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "e99f8b5efe78110e4af10f35ebf11feeef8f43b6",
      "tree": "749f7803380b81eb711acf5818b2c2db2bbc9cd2",
      "parents": [
        "29179539dac74bf46b519b889602f23841be12e8"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Tue Nov 08 14:09:44 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:19:55 2005 -0500"
      },
      "message": "[PATCH] libata: propogate host private data from probe function\n\nThis will let me chop the code size of several drivers right down. In\nmany cases the actual private data is very useful and constant for a\ngiven host controller so being able to just pass it at probe time would\nbe very useful indeed (eg with the via driver would could pass the udma\nclocking and reduce the code size, or with the AMD one the UDMA\nmultiplier and the offset)\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2ecc26b87a2b3e8650d3c7fe3fc85a8c73d5560d",
      "tree": "0453e556241830d675d2063b74ac3b769326b379",
      "parents": [
        "6af37fa9928a0d50cda1bad14b2eda8c1a4d1a0e",
        "b16a228d05a95b27d77d07a91688382f68ece8a7"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:14:56 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:14:56 2005 -0500"
      },
      "message": "Merge branch \u0027atmel\u0027\n"
    },
    {
      "commit": "b16a228d05a95b27d77d07a91688382f68ece8a7",
      "tree": "a76708ef80110839f6f8cc88da292962548d51f5",
      "parents": [
        "741b2252a5e14d6c60a913c77a6099abe73a854a"
      ],
      "author": {
        "name": "simon@thekelleys.org.uk",
        "email": "simon@thekelleys.org.uk",
        "time": "Sun Oct 30 15:50:15 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:12:17 2005 -0500"
      },
      "message": "[PATCH] Atmel wireless update\n\n* Merge PCMCIA card table with new Brodowski PCMCIA id table.\n* Add missing entries to PCMCIA id table.\n* Other tweaks to conform with Documentation/driver-changes.txt\n  (types, call request_region, etc)\n* Fix size of requested IO region.\n* Reduce printk verbosity.\n* Remove EXPERIMENTAL\n* tweak to association code - don\u0027t force shared key authentication\n  when wep in use.\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "29179539dac74bf46b519b889602f23841be12e8",
      "tree": "11a62334396ac1d5c8e4edac9cdb89498c99b681",
      "parents": [
        "f85272a97825d4a67098a8ad70fa5efb55e4847a"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:08:03 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 08:08:03 2005 -0500"
      },
      "message": "[libata sata_mv] add Adaptec 1420SA PCI ID\n\nContributed by Jeroen \u003cdekien@pandora.be\u003e\n"
    },
    {
      "commit": "f85272a97825d4a67098a8ad70fa5efb55e4847a",
      "tree": "e55b38e21b45213269057417032db4440e8f5eed",
      "parents": [
        "1c72d8d90da3b29540c3c281a3e0b743ee6b6f74",
        "5e04e7fe774794b837e1d3897e6b96ae2d06679a"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 05:50:22 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 05:50:22 2005 -0500"
      },
      "message": "Merge branch \u0027master\u0027\n"
    },
    {
      "commit": "6af37fa9928a0d50cda1bad14b2eda8c1a4d1a0e",
      "tree": "2e68792ee8d1628a1d453d3c24b2cd40a10ff82f",
      "parents": [
        "5e04e7fe774794b837e1d3897e6b96ae2d06679a"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Fri Nov 11 14:02:04 2005 +1100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Fri Nov 11 05:47:04 2005 -0500"
      },
      "message": "[PATCH] disable DEBUG in ibmveth\n\nAt the moment ibmveth has DEBUG enabled which is rather verbose. Disable\nit.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "a5cf8b7dc5ae69c65ef366325dfc1abb507276c7",
      "tree": "8765e8247ad7a58ca8e8b3b081b7a076c17fcdfe",
      "parents": [
        "79ffeeb9e66da8c60de8c8ab676658bcbc47c1f7"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Nov 10 20:34:12 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 10 21:25:04 2005 -0800"
      },
      "message": "[PATCH] lpfc build fix\n\nCurrent upstream \u0027allmodconfig\u0027 build is broken.  This is the obvious\npatch...\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a5aac37f1cdbbd1e587fc618e778ddae124e5ac3",
      "tree": "d30d91df404f8a3775f4c9c4337e12945deba35d",
      "parents": [
        "6e6ece5dc6022e8086c565498d23511bbceda811"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Thu Nov 10 21:14:16 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Nov 10 21:14:16 2005 -0800"
      },
      "message": "[SPARC]: display7seg build fix\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6560aa5c430fd8a7002b6e7abc1ee6c42521b06b",
      "tree": "c4dd51dee374c621877434b48ac7512a818b7fbd",
      "parents": [
        "b4033c1715cb5aa1dcb1a25bdaf71fea908bb3f1"
      ],
      "author": {
        "name": "Rajesh Shah",
        "email": "rajesh.shah@intel.com",
        "time": "Mon Nov 07 13:37:36 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:18 2005 -0800"
      },
      "message": "[PATCH] PCI: fix namespace clashes\n\nSigned-off-by: Rajesh Shah \u003crajesh.shah@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b4033c1715cb5aa1dcb1a25bdaf71fea908bb3f1",
      "tree": "cf9ba9ae7999573a507df301faf34170ab08e2c3",
      "parents": [
        "48b19148733b4826eeedfd8be9f19b61c8d010b1"
      ],
      "author": {
        "name": "Ashok Raj",
        "email": "ashok.raj@intel.com",
        "time": "Tue Nov 08 21:42:33 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:18 2005 -0800"
      },
      "message": "[PATCH] PCI: Change MSI to use physical delivery mode always\n\nMSI hardcoded delivery mode to use logical delivery mode. Recently\nx86_64 moved to use physical mode addressing to support physflat mode.\nWith this mode enabled noticed that my eth with MSI werent working.\n\nmsi_address_init()  was hardcoded to use logical mode for i386 and x86_64.\nSo when we switch to use physical mode, things stopped working.\n\nSince anyway we dont use lowest priority delivery with MSI, its always\ndirected to just a single CPU. Its safe  and simpler to use\nphysical mode always, even when we use logical delivery mode for IPI\u0027s\nor other ioapic RTE\u0027s.\n\nSigned-off-by: Ashok Raj \u003cashok.raj@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "48b19148733b4826eeedfd8be9f19b61c8d010b1",
      "tree": "808f72f581b3076fd2474baa2ecc8cd0c9f42461",
      "parents": [
        "26205e026cf2b3bb039d6169978ae520973f4141"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun Nov 06 01:45:08 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:18 2005 -0800"
      },
      "message": "[PATCH] PCI: drivers/pci/: small cleanups\n\nThis patch contains the following cleanups:\n- access.c should #include \"pci.h\" for getting the prototypes of it\u0027s\n  global functions\n- hotplug/shpchp_pci.c: make the needlessly global function\n  program_fw_provided_values() static\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5fa80fcdca9d20d30c9ecec30d4dbff4ed93a5c6",
      "tree": "156eef01eb5fb8431478f77ed01a2490064668a8",
      "parents": [
        "249bb070f5e821503c1118e1e87c0ccb1432d191"
      ],
      "author": {
        "name": "John Rose",
        "email": "johnrose@austin.ibm.com",
        "time": "Fri Nov 04 15:38:50 2005 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:17 2005 -0800"
      },
      "message": "[PATCH] dlpar regression for ppc64 - probe change\n\nThis patch contains the driver bits for enabling DLPAR and PCI Hotplug\nfor the new OF-based PCI probe.  This functionality was regressed when\nthe new PCI approach was introduced.  Please apply if appropriate.\n\nSigned-off-by: John Rose \u003cjohnrose@austin.ibm.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "249bb070f5e821503c1118e1e87c0ccb1432d191",
      "tree": "8736af4ab6dfa5e95001194603225b96def849bb",
      "parents": [
        "863b18f4b5e7d9e6903b353328cf6fa084dbb619"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 04 18:56:13 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:17 2005 -0800"
      },
      "message": "[PATCH] PCI: removed unneeded .owner field from struct pci_driver\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "863b18f4b5e7d9e6903b353328cf6fa084dbb619",
      "tree": "e181466c3e7e676fa08e4bce2052ada38d98228d",
      "parents": [
        "f8eb1005a5bdb019d2a4ff3ef8d8e8015b22afcb"
      ],
      "author": {
        "name": "Laurent riffard",
        "email": "laurent.riffard@free.fr",
        "time": "Thu Oct 27 23:12:54 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:16 2005 -0800"
      },
      "message": "[PATCH] PCI: automatically set device_driver.owner\n\nA nice feature of sysfs is that it can create the symlink from the\ndriver to the module that is contained in it.\n\nIt requires that the device_driver.owner is set, what is not the\ncase for many PCI drivers.\n\nThis patch allows pci_register_driver to set automatically the\ndevice_driver.owner for any PCI driver.\n\nCredits to Al Viro who suggested the method.\n\nSigned-off-by: Laurent Riffard \u003claurent.riffard@free.fr\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n--\n\n drivers/ide/setup-pci.c  |   12 +++++++-----\n drivers/pci/pci-driver.c |    9 +++++----\n include/linux/ide.h      |    3 ++-\n include/linux/pci.h      |   10 ++++++++--\n 4 files changed, 22 insertions(+), 12 deletions(-)\n"
    },
    {
      "commit": "f8eb1005a5bdb019d2a4ff3ef8d8e8015b22afcb",
      "tree": "5a39a4c39001217546b79f81530fc847f65dbd1d",
      "parents": [
        "a5312e28c195f6118ba52fb8abe17cf2efc6a427"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Fri Oct 28 20:36:51 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:16 2005 -0800"
      },
      "message": "[PATCH] pci-driver: store_new_id() not inline\n\nstore_new_id() should not be (and cannot be) inline;\nthe function pointer is stored in a device_attribute table.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a5312e28c195f6118ba52fb8abe17cf2efc6a427",
      "tree": "49a4812dd3c48b0a98c5acd94a8c7117a5155c1d",
      "parents": [
        "02f313b2cc5d8273e3f2ffa23fc72392b2174cef"
      ],
      "author": {
        "name": "Ivan Kokshaysky",
        "email": "ink@jurassic.park.msu.ru",
        "time": "Tue Nov 01 01:43:56 2005 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:16 2005 -0800"
      },
      "message": "[PATCH] PCI: NCR 53c810 quirk\n\nMove the PPC fixup for old NCR 810 controllers to generic quirks -\nit\u0027s needed for Alpha, x86 and other architectures that use\nsetup-bus.c.\n\nThanks to Jay Estabrook for pointing out the issue.\n\nSigned-off-by: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "02f313b2cc5d8273e3f2ffa23fc72392b2174cef",
      "tree": "60fdd7495907d60aeacc83be7bb1eb07188fbeaa",
      "parents": [
        "8239def1b56e0c0c8e0fd3754a12df3d60a64ed7"
      ],
      "author": {
        "name": "Meelis Roos",
        "email": "mroos@linux.ee",
        "time": "Sat Oct 29 13:31:49 2005 +0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:16 2005 -0800"
      },
      "message": "[PATCH] PCI: Fix VIA 686 PCI quirk names\n\nThe quirk names for VIA 686 are mistyped in 2.6.14 (686 vs 868). S3 868\ninfluence? :) Here is a patch to correct them.\n\nSigned-off-by: Meelis Roos \u003cmroos@linux.ee\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8239def1b56e0c0c8e0fd3754a12df3d60a64ed7",
      "tree": "330aad5965a885cbc8cd17f92cc8ac82e81a7a6b",
      "parents": [
        "a3a45ec8f8edaf088449e37fe81c99cbf580b9bd"
      ],
      "author": {
        "name": "rajesh.shah@intel.com",
        "email": "rajesh.shah@intel.com",
        "time": "Mon Oct 31 16:20:13 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:15 2005 -0800"
      },
      "message": "[PATCH] pciehp: fix handling of power faults during hotplug\n\nThe current pciehp implementation reports a power-fail error\neven if the condition has cleared by the time the corresponding\ninterrupt handling code gets a chance to run. This patch\nfixes this problem.\n\nSigned-off-by: Rajesh Shah \u003crajesh.shah@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a3a45ec8f8edaf088449e37fe81c99cbf580b9bd",
      "tree": "a6aaadb26ee068609b9520755e58a0fcdff588fd",
      "parents": [
        "427bf532b5ad6db5addc2bce675d13f874397c0c"
      ],
      "author": {
        "name": "rajesh.shah@intel.com",
        "email": "rajesh.shah@intel.com",
        "time": "Mon Oct 31 16:20:12 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:15 2005 -0800"
      },
      "message": "[PATCH] pciehp: clean-up how we request control of hotplug hardware\n\nThis patch further tweaks how we request control of hotplug\ncontroller hardware from BIOS. We first search the ACPI namespace\ncorresponding to a specific hotplug controller looking for an\n_OSC or OSHP method. On failure, we successively move to the\nACPI parent object, till we hit the highest level host bridge\nin the hierarchy. This allows for different types of BIOS\u0027s\nwhich place the _OSC/OSHP methods at various places in the acpi\nnamespace, while still not encroaching on the namespace of\nsome other root level host bridge.\n\nThis patch also introduces a new load time option (pciehp_force)\nthat allows us to bypass all _OSC/OSHP checking. Not supporting\nthese methods seems to be be the most common ACPI firmware problem\nwe\u0027ve run into. This will still _not_ allow the pciehp driver to\nwork correctly if the BIOS really doesn\u0027t support pciehp (i.e. if\nit doesn\u0027t generate a hotplug interrupt). Use this option with\ncaution.  Some BIOS\u0027s may deliberately not build any _OSC/OSHP\nmethods to make sure it retains control the hotplug hardware.\nUsing the pciehp_force parameter for such systems can lead to\ntwo separate entities trying to control the same hardware.\n\nSigned-off-by: Rajesh Shah \u003crajesh.shah@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "427bf532b5ad6db5addc2bce675d13f874397c0c",
      "tree": "3a099b05ab3b1252d6e441855d9b1da02e0daf8c",
      "parents": [
        "1a9ed1bfe2fb17cc30227a12a3c1212128bb78b6"
      ],
      "author": {
        "name": "rajesh.shah@intel.com",
        "email": "rajesh.shah@intel.com",
        "time": "Mon Oct 31 16:20:11 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:15 2005 -0800"
      },
      "message": "[PATCH] pciehp: request control of each hotplug controller individually\n\nThis patch tweaks the way pciehp requests control of the hotplug\nhardware from BIOS. It now tries to invoke the ACPI _OSC method\nfor a specific hotplug controller only, rather than walking the\nentire acpi namespace invoking all possible _OSC methods under\nall host bridges. This allows us to gain control of each hotplug\ncontroller individually, even if BIOS fails to give us control of\nsome other hotplug controller in the system.\n\nSigned-off-by: Rajesh Shah \u003crajesh.shah@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1a9ed1bfe2fb17cc30227a12a3c1212128bb78b6",
      "tree": "17972b04d16dca0bfb66771165928a4db50fb00b",
      "parents": [
        "ed6cbcf2ac706aa47194fd2f7a99865cc06833d7"
      ],
      "author": {
        "name": "rajesh.shah@intel.com",
        "email": "rajesh.shah@intel.com",
        "time": "Mon Oct 31 16:20:10 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:15 2005 -0800"
      },
      "message": "[PATCH] pciehp: reduce debug message verbosity\n\nReduce the number of debug messages generated if pciehp debug is\nenabled. I tried to restrict this to removing debug messages that\nare either early-driver-debug type messages, or print information\nthat can be inferred through other debug prints.\n\nSigned-off-by: Rajesh Shah \u003crajesh.shah@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ed6cbcf2ac706aa47194fd2f7a99865cc06833d7",
      "tree": "7c0dfc9a0c8078618f662f5d7a5dcad25d05ac77",
      "parents": [
        "ca22a5e4d70620b7f3d809e424daa5214b0aa00d"
      ],
      "author": {
        "name": "rajesh.shah@intel.com",
        "email": "rajesh.shah@intel.com",
        "time": "Mon Oct 31 16:20:09 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:15 2005 -0800"
      },
      "message": "[PATCH] pciehp: miscellaneous cleanups\n\nRemove un-necessary header includes, remove dead code, remove\nsome hardcoded constants...\n\nSigned-off-by: Rajesh Shah \u003crajesh.shah@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ca22a5e4d70620b7f3d809e424daa5214b0aa00d",
      "tree": "13f69e742475642f382bcb0350e399d14315b534",
      "parents": [
        "a8a2be949267cb0d1d933a92d9fb43eda4f4fe88"
      ],
      "author": {
        "name": "rajesh.shah@intel.com",
        "email": "rajesh.shah@intel.com",
        "time": "Mon Oct 31 16:20:08 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:14 2005 -0800"
      },
      "message": "[PATCH] pciehp: remove redundant data structures\n\nState information is currently stored in per-slot as well as\nper-pci-function data structures in pciehp. There\u0027s a lot of\noverlap in the information kept, and some of it is never used.\nThis patch consolidates the state information to per-slot and\neliminates unused data structures. The biggest change is to\neliminate the pci_func structure and the code around managing\nits lists.\n\nSigned-off-by: Rajesh Shah \u003crajesh.shah@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a8a2be949267cb0d1d933a92d9fb43eda4f4fe88",
      "tree": "08c0fd1ec2ee5236d201005021021491194f4153",
      "parents": [
        "71b720c0f96145f5868c87591c286b290bc1a6af"
      ],
      "author": {
        "name": "rajesh.shah@intel.com",
        "email": "rajesh.shah@intel.com",
        "time": "Mon Oct 31 16:20:07 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:14 2005 -0800"
      },
      "message": "[PATCH] pciehp: reduce dependence on ACPI\n\nReduce the PCI Express hotplug driver\u0027s dependence on ACPI.\nWe don\u0027t walk the acpi namespace anymore to build a list of\nbridges and devices. We go to ACPI only to run the _OSC or\n_OSHP methods to transition control of hotplug hardware from\nsystem BIOS to the hotplug driver, and to run the _HPP\nmethod to get hotplug device parameters like cache line size,\nlatency timer and SERR/PERR enable from BIOS.\n\nNote that one of the side effects of this patch is that pciehp\ndoes not automatically enable the hot-added device or its DMA\nbus mastering capability now. It expects the device driver to\ndo that. This may break some drivers and we will have to fix\nthem as they are reported.\n\nSigned-off-by: Rajesh Shah \u003crajesh.shah@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "71b720c0f96145f5868c87591c286b290bc1a6af",
      "tree": "797a97084494d99ec59670009242dc25174d3fb1",
      "parents": [
        "24a4e377068d15424cd6a921d41352f295548037"
      ],
      "author": {
        "name": "rajesh.shah@intel.com",
        "email": "rajesh.shah@intel.com",
        "time": "Mon Oct 31 16:20:06 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:14 2005 -0800"
      },
      "message": "[PATCH] patch 1/8] pciehp: use the PCI core for hotplug resource management\n\nThis patch converts the pci express hotplug controller driver\nto use the PCI core for resource management. This eliminates a\nlot of duplicated code and integrates pciehp with the system\u0027s\nnormal PCI handling code.\n\nSigned-off-by: Rajesh Shah \u003crajesh.shah@intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "24a4e377068d15424cd6a921d41352f295548037",
      "tree": "f6eb0e19f3828ca713d8151a63292de6d2287a90",
      "parents": [
        "6d23c8bc7a6af4300b3c5244f4c21211f9adb960"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Fri Oct 28 17:35:34 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:14 2005 -0800"
      },
      "message": "[PATCH] PCI: add pci_find_next_capability()\n\nSome devices have more than one capability of the same type.  For\nexample, the PCI header for the PathScale InfiniPath looks like:\n\n\t04:01.0 InfiniBand: Unknown device 1fc1:000d (rev 02)\n\t\tSubsystem: Unknown device 1fc1:000d\n\t\tFlags: bus master, fast devsel, latency 0, IRQ 193\n\t\tMemory at fea00000 (64-bit, non-prefetchable) [size\u003d2M]\n\t\tCapabilities: [c0] HyperTransport: Slave or Primary Interface\n\t\tCapabilities: [f8] HyperTransport: Interrupt Discovery and Configuration\n\nThere are _two_ HyperTransport capabilities, and the PathScale driver\nwants to look at both of them.\n\nThe current pci_find_capability() API doesn\u0027t work for this, since it\nonly allows us to get to the first capability of a given type.  The\npatch below introduces a new pci_find_next_capability(), which can be\nused in a loop like\n\n\tfor (pos \u003d pci_find_capability(pdev, \u003cID\u003e);\n\t     pos;\n\t     pos \u003d pci_find_next_capability(pdev, pos, \u003cID\u003e)) {\n\t\t/* ... */\n\t}\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Matthew Wilcox \u003cmatthew@wil.cx\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "985834a1c3a2e9639145bd8ea16af6e25f2143ad",
      "tree": "3a37e487882d1c6b1b8101ef160afb26405b1647",
      "parents": [
        "b8cbfa692485bf7568eda3d2f37545a76efb7c93",
        "f3b84ec2a67bbfbe44cf907203ee99b23b38fc30"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 10 14:46:07 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 10 14:46:07 2005 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "78b9c0f91cf908616b8f9f356e1d1220e727ea88",
      "tree": "84a581820bff0fa9830f18138da02d929e4edcb9",
      "parents": [
        "6b482c6779daaa893b277fc9b70767a7c2e7c5eb",
        "94382f3562e350ed7c8f7dcd6fc968bdece31328"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 10 13:27:06 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 10 13:27:06 2005 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband\n"
    },
    {
      "commit": "1064e944d03eb7a72c0fa11236d5e69cfd877a71",
      "tree": "719c11a7284a0255cd7875414dd52769b820933f",
      "parents": [
        "b6cbc3b6fe588c0ea1341d10413e12c2a96a6032"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Nov 10 12:58:24 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Nov 10 12:58:24 2005 -0800"
      },
      "message": "[BNX2]: simplify parameter checks in bnx2_{get,set}_eeprom\n\nRemove the superfluous parameter checking in bnx2_{get,set}_eeprom.\nThe parameters are already validated in ethtool_{get,set}_eeprom.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b6cbc3b6fe588c0ea1341d10413e12c2a96a6032",
      "tree": "a7d21d29e55f7ce6fd68f32884c1bbdb93eadda9",
      "parents": [
        "2f23c523f32324e5b5f39565cbcb0a8ff8923019"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Nov 10 12:58:00 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Nov 10 12:58:00 2005 -0800"
      },
      "message": "[BNX2]: check return of dev_alloc_skb in bnx2_test_loopback\n\nCheck return of dev_alloc_skb in bnx2_test_loopback, and handle\nappropriately.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2f23c523f32324e5b5f39565cbcb0a8ff8923019",
      "tree": "b7a53ef324504ed57920d2358b4c6a19143af13b",
      "parents": [
        "b925556cc9e82b32ab68a7620b247f47193501a7"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Nov 10 12:57:33 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Nov 10 12:57:33 2005 -0800"
      },
      "message": "[BNX2]: output driver name as prefix in error message\n\nOutput driver name as prefix to \"Unknown flash/EEPROM type.\" message.\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b925556cc9e82b32ab68a7620b247f47193501a7",
      "tree": "a83d5a008bc05143b689bca219ee408b10c43457",
      "parents": [
        "a46699c9a32505cb5bbfd16f76e7d4a2c84a7705"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Thu Nov 10 12:55:52 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Nov 10 12:55:52 2005 -0800"
      },
      "message": "[ATM]: [horizon] fix sparse warnings\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Chas Williams \u003ccmas@cmf.nrl.navy.mil\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "94382f3562e350ed7c8f7dcd6fc968bdece31328",
      "tree": "cf4cb4d1d1dc79326f68511addc1391d7d81e0ce",
      "parents": [
        "ae57e24a4006fd46b73d842ee99db9580ef74a02"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:18:23 2005 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:22:51 2005 -0800"
      },
      "message": "[IB] umad: further ib_unregister_mad_agent() deadlock fixes\n\nThe previous umad deadlock fix left ib_umad_kill_port() still\nvulnerable to deadlocking.  This patch fixes that by downgrading our\nlock to a read lock when we might end up trying to reacquire the lock\nfor reading.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "ae57e24a4006fd46b73d842ee99db9580ef74a02",
      "tree": "17115437026be55dcd74641be21561fecf33dcdb",
      "parents": [
        "64044bcf75063cb5a6d42712886a712449df2ce3"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@mellanox.co.il",
        "time": "Wed Nov 09 14:59:57 2005 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:22:51 2005 -0800"
      },
      "message": "[IB] mthca: fix posting long lists of receive work requests\n\nIn Tavor mode, when posting a long list of receive work requests, a\ndoorbell must be rung every 256 requests.  Add code to do this when\nrequired.\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "64044bcf75063cb5a6d42712886a712449df2ce3",
      "tree": "984d2fc62c548af3d01450135f33b5b97aecf00b",
      "parents": [
        "62abb8416f1923f4cef50ce9ce841b919275e3fb"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Wed Nov 09 12:23:17 2005 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:22:51 2005 -0800"
      },
      "message": "[IB] mthca: fix wraparound handling in mthca_cq_clean()\n\nHandle case where prod_index has wrapped around and become less than\ncq-\u003econs_index by checking that their difference as a signed int is\npositive rather than comparing directly.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "62abb8416f1923f4cef50ce9ce841b919275e3fb",
      "tree": "704990abeb22a51ed2722e92536d22135f60957f",
      "parents": [
        "77369ed31daac51f4827c50d30f233c45480235a"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@mellanox.co.il",
        "time": "Wed Nov 09 11:30:14 2005 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:22:50 2005 -0800"
      },
      "message": "[IB] mthca: fix posting of atomic operations\n\nThe size of work requests for atomic operations was computed\nincorrectly in mthca: all sizeofs need to be divided by 16.\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "77369ed31daac51f4827c50d30f233c45480235a",
      "tree": "308dce81364b1cbb563942a1a57146c1808e8911",
      "parents": [
        "ec914c52d6208d8752dfd85b48a9aff304911434"
      ],
      "author": {
        "name": "Jack Morgenstein",
        "email": "jackm@mellanox.co.il",
        "time": "Wed Nov 09 11:26:07 2005 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:22:50 2005 -0800"
      },
      "message": "[IB] uverbs: have kernel return QP capabilities\n\nMove the computation of QP capabilities (max scatter/gather entries,\nmax inline data, etc) into the kernel, and have the uverbs module\nreturn the values as part of the create QP response.  This keeps\nprecise knowledge of device limits in the low-level kernel driver.\n\nThis requires an ABI bump, so while we\u0027re making changes, get rid of\nthe max_sge parameter for the modify SRQ command -- it\u0027s not used and\nshouldn\u0027t be there.\n\nSigned-off-by: Jack Morgenstein \u003cjackm@mellanox.co.il\u003e\nSigned-off-by: Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "ec914c52d6208d8752dfd85b48a9aff304911434",
      "tree": "2741f22c820fb664f6958becc4f3d415eea0e61b",
      "parents": [
        "40de2e548c225e3ef859e3c60de9785e37e1b5b1"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Wed Nov 09 09:58:10 2005 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:22:50 2005 -0800"
      },
      "message": "[IB] umad: get rid of unused mr array\n\nNow that ib_umad uses the new MAD sending interface, it no longer\nneeds its own L_Key.  So just delete the array of MRs that it keeps.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "40de2e548c225e3ef859e3c60de9785e37e1b5b1",
      "tree": "e7b9ffe6fca9246f29a0a3cdf6417770f5821cef",
      "parents": [
        "0b4ff2c0e624089ad87dc1604e239b7c3201c53f"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Nov 08 11:10:25 2005 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:22:50 2005 -0800"
      },
      "message": "[IB] Have cq_resize() method take an int, not int*\n\nChange the struct ib_device.resize_cq() method to take a plain integer\nthat holds the new CQ size, rather than a pointer to an integer that\nit uses to return the new size.  This makes the interface match the\nexported ib_resize_cq() signature, and allows the low-level driver to\nupdate the CQ size with proper locking if necessary.\n\nNo in-tree drivers are exporting this method yet.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "0b4ff2c0e624089ad87dc1604e239b7c3201c53f",
      "tree": "08d94f59d6f80937db5d87f0bb60eafcedd811d1",
      "parents": [
        "8c608a32e3cd7ff14498ad996ca32d1452245a97"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Nov 07 22:01:02 2005 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:22:50 2005 -0800"
      },
      "message": "[IB] mthca: fix typo in catastrophic error polling\n\nFix a typo in the rearming of the catastrophic error polling timer: we\nshould rearm the timer as long as the stop flag is _not_ set.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "8c608a32e3cd7ff14498ad996ca32d1452245a97",
      "tree": "f96eacca4c5259be3981190bd6d3297afee6fd8c",
      "parents": [
        "2f76e82947b977a1008cfd2868351a701c93c69c"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Nov 07 10:49:38 2005 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:22:50 2005 -0800"
      },
      "message": "[IPoIB] no need to set skb-\u003edev right before freeing skb\n\nFor cut-and-paste reasons, the IPoIB driver was setting skb-\u003edev right\nbefore calling dev_kfree_skb_any().  Get rid of this.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "2f76e82947b977a1008cfd2868351a701c93c69c",
      "tree": "e6df3542a0a9dd36a8fa9939cdaeedf90f4884a5",
      "parents": [
        "1732b0ef3b3a02e3df328086fb3018741c5476da"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Nov 07 10:41:29 2005 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:22:50 2005 -0800"
      },
      "message": "[IB] umad: avoid potential deadlock when unregistering MAD agents\n\nib_unregister_mad_agent() completes all pending MAD sends and waits\nfor the agent\u0027s send_handler routine to return.  umad\u0027s send_handler()\ncalls queue_packet(), which does down_read() on the port mutex to look\nup the agent ID.  This means that the port mutex cannot be held for\nwriting while calling ib_unregister_mad_agent(), or else it will\ndeadlock.  This patch fixes all the calls to ib_unregister_mad_agent()\nin the umad module to avoid this deadlock.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "1732b0ef3b3a02e3df328086fb3018741c5476da",
      "tree": "380f460367321984ab7c7dcd72c37257d95de9a0",
      "parents": [
        "8b37b94721533f2729c79bcb6fa0bb3e2bc2f400"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Nov 07 10:33:11 2005 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 10 10:22:49 2005 -0800"
      },
      "message": "[IPoIB] add path record information in debugfs\n\nAdd ibX_path files to debugfs that contain information about the IPoIB\npath cache.  IPoIB ARP only gives GIDs, which the IPoIB driver must\nresolve to real IB paths through the ib_sa module.  For debugging,\nwhen the ARP table looks OK but traffic isn\u0027t flowing, it\u0027s useful to\nbe able to see if the resolution from GID to path worked.\n\nAlso clean up the formatting of the existing _mcg debugfs files.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "a46699c9a32505cb5bbfd16f76e7d4a2c84a7705",
      "tree": "5c0bc91dd1c07ab95769f5749b3b58235c758d50",
      "parents": [
        "7ed0175a462c4c30f6df6fac1cccac058f997739",
        "b216c01829d0b73a468204e2e763c0a818b77a46"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 10 10:17:11 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 10 10:17:11 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "759979ab17512a061c3a3e870f091af27ccdcbfb",
      "tree": "a70792ce7f3fcf724b1be4e7e14edef8dc8ba77a",
      "parents": [
        "3ae0af12b458461f36dfddb26e54056be32928dd",
        "a2932b35a0efd01b20a3f598d19db052d64935f5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 10 09:48:34 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 10 09:48:34 2005 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6\n"
    },
    {
      "commit": "078abcf95cdb95c78d786dbc61ae3c22ee70fb61",
      "tree": "fec0579ccb61371019248eee68c624734c8533d2",
      "parents": [
        "b1faebb672edecf48d4745fb05eeca3c704b6823"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Thu Nov 10 17:42:29 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Nov 10 17:42:29 2005 +0000"
      },
      "message": "[ARM] 3096/1: Add SharpSL Zaurus power and battery management core driver\n\nPatch from Richard Purdie\n\nThis patch adds a power and battery management core driver which with\nthe addition of the right device files, supports the c7x0 and cxx00\nseries of Sharp Zaurus handhelds.\n\nThe driver is complex for several reasons. Battery charging is manually\nmonitored and controlled. When suspended, the device needs to\nperiodically partially resume, check the charging status and then\nre-suspend. It does without bothering the higher linux layers as\na full resume and re-suspend is unnecessary. The code is carefully\nwritten to avoid interrupts or calling code outside the module under\nthese circumstances. It also vets the various wake up sources and\nmonitors the device\u0027s power situation.\n\nHooks to limit the backlight intensity and to notify the battery\nmonitoring code of backlight events are connected/added as the\nbacklight is one of the biggest users of power on the device.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3b7d697dfb7d03edb87e50b743a7ecff029618e9",
      "tree": "89b261a9344f8bfbf2837669ee03ed215a3ae4d6",
      "parents": [
        "f51750d5eab50f0db5396a5ca30d5bafc038c263"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Nov 10 11:04:11 2005 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Nov 10 11:04:11 2005 -0500"
      },
      "message": "[libata] constify PCI ID table in several drivers\n"
    },
    {
      "commit": "3ae0af12b458461f36dfddb26e54056be32928dd",
      "tree": "063059f24f42506ce2a86374a3b6e2b7a8ae3fcf",
      "parents": [
        "3b44f137b9a846c5452d9e6e1271b79b1dbcc942",
        "7c43ee40ec602db3fa27e6e2d4f092f06ab0901c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 10 07:37:51 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 10 07:37:51 2005 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge\n"
    },
    {
      "commit": "8a87a0b6313109d2fea87b1271d497c954ce2ca8",
      "tree": "1b7ae51ff681e27118590e9cab4bf0ce38f5d80e",
      "parents": [
        "e6a04466ba965875a6132700fabb2f2c0249c41a",
        "3b44f137b9a846c5452d9e6e1271b79b1dbcc942"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Thu Nov 10 08:29:07 2005 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Thu Nov 10 08:29:07 2005 -0600"
      },
      "message": "Merge by hand (whitespace conflicts in libata.h)\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "f51750d5eab50f0db5396a5ca30d5bafc038c263",
      "tree": "d81fd11e7acd0bbc6c273ef80603867c0c28333b",
      "parents": [
        "3b44f137b9a846c5452d9e6e1271b79b1dbcc942"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Nov 07 17:06:33 2005 +0000"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Thu Nov 10 07:30:37 2005 -0500"
      },
      "message": "[PATCH] libata: Note a nasty ATA quirk\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "a2932b35a0efd01b20a3f598d19db052d64935f5",
      "tree": "3a9e19970797aeda2f860136f5f05ab45e2a05f4",
      "parents": [
        "e34631508861237e598e7d72703eae4478761f37"
      ],
      "author": {
        "name": "Igor Popik",
        "email": "igor.popik@gmail.com",
        "time": "Thu Oct 06 20:32:58 2005 +0200"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Nov 10 11:42:16 2005 +0100"
      },
      "message": "[PCMCIA] i82365: release all resources if no devices are found\n\nThe i82365 driver does not release all the resources when the device is not\nfound. This can cause an oops when reading /proc/ioports after module\nunload.\n\nSigned-off-by: Igor Popik \u003cigor.popik@gmail.com\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "e34631508861237e598e7d72703eae4478761f37",
      "tree": "3b2e7959ade92a501940619e6e0c8eae85f5ae83",
      "parents": [
        "5ab0b374943b3e42a391a3929e91616ef37dda90"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Sat Nov 05 13:03:32 2005 -0200"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Nov 10 11:19:58 2005 +0100"
      },
      "message": "[PCMCIA] MPC8xx PCMCIA update\n\nKconfig entry: dependency on 8xx\nMakefile: fix whitespace breakage\nm8xx_pcmcia.c:\n\t- asm/segment.h is gone\n\t- use generic PCMCIA suspend/resume methods\n\nSigned-off-by: Marcelo Tosatti \u003cmarcelo.tosatti@cyclades.com\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "5ab0b374943b3e42a391a3929e91616ef37dda90",
      "tree": "7c3f8cdaf3648945e5d84d4d2e28a7e7f185a346",
      "parents": [
        "3b44f137b9a846c5452d9e6e1271b79b1dbcc942"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Nov 02 18:08:40 2005 +0000"
      },
      "committer": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Thu Nov 10 11:18:26 2005 +0100"
      },
      "message": "[PATCH] Alchemy PCMCIA: Fix config.h inclusion\n\nAdd rsp. remove the inclusion of \u003clinux/config.h\u003e as needed.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\n"
    },
    {
      "commit": "fe98aeab8494cf431ef62e080cbe1dc1b6f5bd49",
      "tree": "a0a66f8a8de8115d7310c4e9821f04194173987b",
      "parents": [
        "d9564ad11454581f85b77026f290f4bb24eecf25"
      ],
      "author": {
        "name": "Linas Vepstas",
        "email": "linas@linas.org",
        "time": "Thu Nov 03 18:51:17 2005 -0600"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Nov 10 16:02:35 2005 +1100"
      },
      "message": "[PATCH] ppc64: bugfix: crash on PHB add\n\n19-rpaphp-crashing.patch\n\nThis patch fixes a bug related to dlpar PHB add, after a PHB removal.\n\n-- The crash was due to the PHB not having a pci_dn structure yet,\n   when the phb is being added.\n\nThis code survived testing, of adding and removeig the PHB and all slots\nunderneath it, 17 times so far, as of this writing.\n\nSigned-off-by: Linas Vepstas \u003clinas@austin.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "3b44f137b9a846c5452d9e6e1271b79b1dbcc942",
      "tree": "2465db413b527b65f2000aa7aa33d0f962ca3479",
      "parents": [
        "b01a55a865eeac0371f1a73d36b134d23d938e1a",
        "07203f6471a11f4eda48acbe528c0ce4704ad42c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 19:57:25 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 19:57:25 2005 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6\n"
    },
    {
      "commit": "f7b9996990bccaa9f53cbea7aea8ab5355e7f10c",
      "tree": "c9b8bce007618ccde2e4f82cb12d18e3e0f4aaad",
      "parents": [
        "43cefe29d497c2a9d3c7eae89964260e7b35149e"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Wed Nov 09 11:00:16 2005 -0200"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Nov 10 11:25:02 2005 +1100"
      },
      "message": "[PATCH] fs_enet build fix\n\nDue to the recent update of the platform code, some platform device \ndrivers fail to compile. This fix is for fs_enet, adding #include of a \nnew header, to which a number of platform stuff has been relocated.\n\nSigned-off-by: Vitaly Bordug \u003cvbordug@ru.mvista.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "07203f6471a11f4eda48acbe528c0ce4704ad42c",
      "tree": "9038744d2ec1f6db3b401e9e7d4572e9a65f909b",
      "parents": [
        "d868dd19ad0828b1b3b56f3b06bd4a39971847be"
      ],
      "author": {
        "name": "Ondrej Zary",
        "email": "linux@rainbow-software.org",
        "time": "Thu Nov 10 00:25:15 2005 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Thu Nov 10 00:25:15 2005 +0100"
      },
      "message": "[PATCH] ide-floppy: software eject not working with LS-120 drive\n\nThe problem (eject not working on ATAPI LS-120 drive) is caused by\nidefloppy_ioctl() function which *first* tries generic_ide_ioctl()\nand *only* if it fails with -EINVAL, proceeds with the specific ioctls.\nThe generic eject command fails with something other than -EINVAL\nand the specific one is never executed.\n\nThis patch fixes it by first going through the internal ioctls\nand only trying generic_ide_ioctl() if none of them matches.\n\nSigned-off-by: Ondrej Zary \u003clinux@rainbow-software.org\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e"
    },
    {
      "commit": "402771c786b71765c39d9a91f31b8c7b91faaa0a",
      "tree": "6c2c3b785bf8a46ae02f6e7e6dc91970593ecc63",
      "parents": [
        "de1d09e3e2ac576ee1e257b7d141c3cae4ce5fa9"
      ],
      "author": {
        "name": "Pierre Ossman",
        "email": "drzeus@drzeus.cx",
        "time": "Wed Nov 09 23:22:27 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 23:22:27 2005 +0000"
      },
      "message": "[MMC] wbsd version 1.5\n\nNew kernel, new patches, new version.\n\nSigned-off-by: Pierre Ossman \u003cdrzeus@drzeus.cx\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "de1d09e3e2ac576ee1e257b7d141c3cae4ce5fa9",
      "tree": "447e01adddbf9dcb6c7e9dd17436d83e4954d1a9",
      "parents": [
        "93968d7551f1ff1806f70cdacf1bd997ef30836e"
      ],
      "author": {
        "name": "Pierre Ossman",
        "email": "drzeus@drzeus.cx",
        "time": "Wed Nov 09 23:21:49 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 23:21:49 2005 +0000"
      },
      "message": "[MMC] Add MODULE_AUTHOR to wbsd\n\n\u0027cause I\u0027m in it for the chicks. ;)\n\nSigned-off-by: Pierre Ossman \u003cdrzeus@drzeus.cx\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "93968d7551f1ff1806f70cdacf1bd997ef30836e",
      "tree": "b179fbc0444c7293bc5d6e728bdebb975e87c25d",
      "parents": [
        "ac111bfaa6b0b3c0edc63c27bd9617d6b08851ff"
      ],
      "author": {
        "name": "Pierre Ossman",
        "email": "drzeus@drzeus.cx",
        "time": "Wed Nov 09 23:21:06 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 23:21:06 2005 +0000"
      },
      "message": "[MMC] Use __devexit_p in wbsd\n\nwbsd_*_remove() is declared as __devexit but __devexit_p isn\u0027t used\nwhen taking their addresses.\n\nSigned-off-by: Pierre Ossman \u003cdrzeus@drzeus.cx\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d868dd19ad0828b1b3b56f3b06bd4a39971847be",
      "tree": "e037cbe83e3a5ebe4e77de5fff01538794d57339",
      "parents": [
        "25000c2c8a6cbf9bba2de6560370ee222b4c613d"
      ],
      "author": {
        "name": "John W. Linville",
        "email": "linville@tuxdriver.com",
        "time": "Thu Nov 10 00:19:14 2005 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Thu Nov 10 00:19:14 2005 +0100"
      },
      "message": "[PATCH] siimage: enable interrupts on Adaptec SA-1210 card\n\nThe siimage driver proports to support the Adaptec SA-1210 SATA\ncontroller.  However, at least some of those cards boot-up with their\ninterrupts disabled internally.  The siimage driver currently ignores\nthat fact, so that driver does not actually work with those cards.\nThis patch enables those interrupts on cards that need it.\n\n[ This is implemented based on similar code in the libata-based\n  sata_sil driver. ]\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e"
    },
    {
      "commit": "f5b2d8b4b5146fa2d70fec7d514fa0bd64636958",
      "tree": "c3c52ad069cf9afddeec9875cbcdec4b0da7b5ef",
      "parents": [
        "7fab773de16ccaeb249acdc6e956a9759c68225d"
      ],
      "author": {
        "name": "Jaya Kumar",
        "email": "jayakumar.ide@gmail.com",
        "time": "Wed Nov 09 23:58:16 2005 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Wed Nov 09 23:58:16 2005 +0100"
      },
      "message": "[PATCH] ide: CS5535 driver\n\nSigned-off-by: Jaya Kumar \u003cjayakumar.ide@gmail.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e"
    },
    {
      "commit": "6730c3c14421b7c924d06e31bb66e0adad225547",
      "tree": "e46448ce7930756b6ca2fb45104bc95b874c6a39",
      "parents": [
        "969780f8079994f161de991870feba68f49fc3d7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 14:56:00 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 14:56:00 2005 -0800"
      },
      "message": "Fix AGP compile on non-x86 architectures\n\nAGP shouldn\u0027t use \"global_flush_tlb()\" to flush the AGP mappings, that i\nspurely an x86\u0027ism.  The proper AGP mapping flusher that should be used\nis \"flush_agp_mappings()\", which on x86 obviously happens to do a global\nTLB flush.\n\nThis makes AGP (or at least the config _I_ happen to use) compile again\non ppc64.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3ae5eaec1d2d9c0cf53745352e7d4b152810ba24",
      "tree": "d8825be54cefb6ad6707478d719c8e30605bee7b",
      "parents": [
        "00d3dcdd96646be6059cc21f2efa94c4edc1eda5"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Nov 09 22:32:44 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 22:32:44 2005 +0000"
      },
      "message": "[DRIVER MODEL] Convert platform drivers to use struct platform_driver\n\nThis allows us to eliminate the casts in the drivers, and eventually\nremove the use of the device_driver function pointer methods for\nplatform device drivers.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "7fab773de16ccaeb249acdc6e956a9759c68225d",
      "tree": "4c9b7abc45a3390aff51cc7dbb5e831639aca9e2",
      "parents": [
        "0046b06a367cd853efd3223ce60143f3a7952522"
      ],
      "author": {
        "name": "Jordan Crouse",
        "email": "jordan.crouse@amd.com",
        "time": "Wed Nov 09 23:26:09 2005 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Wed Nov 09 23:26:09 2005 +0100"
      },
      "message": "[PATCH] ide: AMD Geode GX/LX support\n\nFrom: \"Jordan Crouse\" \u003cjordan.crouse@amd.com\u003e\n\nThe core IDE engine on the CS5536 is the same as the other AMD southbridges,\nso unlike the CS5535, we can simply add the appropriate PCI headers to\nthe existing amd74xx code.\n\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e"
    },
    {
      "commit": "0046b06a367cd853efd3223ce60143f3a7952522",
      "tree": "5c531a7d07e2f8ebb14e6e9cb2004e566c0bb225",
      "parents": [
        "e851b620e775c9f0e00b1c7e35072d6b98097cb9"
      ],
      "author": {
        "name": "Willem Riede",
        "email": "wrlk@riede.org",
        "time": "Wed Nov 09 23:18:22 2005 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Wed Nov 09 23:18:22 2005 +0100"
      },
      "message": "[PATCH] ide: ide-scsi fails to call idescsi_check_condition for things like \"Medium not present\"\n\nThis patch started life as a response to fedora specific ide subsystem changes\nthat made error handling of my ATAPI tape drive fail; the specifics are in\n\nhttps://bugzilla.redhat.com/bugzilla/show_bug.cgi?id\u003d160868\n\nThe insertion of the statement rq-\u003eerrors \u003d err; near the end of\nide_end_drive_cmd() in drivers/ide/ide-io.c means that rq-\u003eerrors does not\ncontain what it needs to in idescsi_end_request() in drivers/scsi/ide-scsi.c\nanymore. Recent mainline kernels now also have this change.\n\nThe patch below makes ide-scsi whole.\n\nSigned-off-by: Willem Riede \u003cwrlk@riede.org\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e"
    },
    {
      "commit": "969780f8079994f161de991870feba68f49fc3d7",
      "tree": "2e6664c43be38a6cfdd20338d20385368c1b7a80",
      "parents": [
        "ad8f76be48d817b48222411ae16a7dfe257bdb24",
        "8750197f0e8f5467297d72e11444cf32f29d790f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 14:13:53 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 14:13:53 2005 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6\n"
    },
    {
      "commit": "e851b620e775c9f0e00b1c7e35072d6b98097cb9",
      "tree": "e00b56c73a6a4d6bfbde39bf7f7aa5ac43fe7185",
      "parents": [
        "83ae20c849f1bff32100fa8584408dca99ce4a62"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Nov 09 23:07:56 2005 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Wed Nov 09 23:07:56 2005 +0100"
      },
      "message": "[PATCH] ide: possible cleanups\n\nThis patch contains the following possible cleanups:\n- pci/cy82c693.c: make a needlessly global function static\n- remove the following unneeded EXPORT_SYMBOL\u0027s:\n  - ide-taskfile.c: do_rw_taskfile\n  - ide-iops.c: default_hwif_iops\n  - ide-iops.c: default_hwif_transport\n  - ide-iops.c: wait_for_ready\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e"
    },
    {
      "commit": "4349d5cdf28d46c22d467079e80ee9695dcec0ad",
      "tree": "f16b8cb1689a82ebb48d95f9be2f66b56fb62189",
      "parents": [
        "a5ee3634630c218e86afc5bae2acb55b9e47625d"
      ],
      "author": {
        "name": "Hannes Reinecke",
        "email": "hare@suse.de",
        "time": "Wed Nov 09 22:47:18 2005 +0100"
      },
      "committer": {
        "name": "Bartlomiej Zolnierkiewicz",
        "email": "bzolnier@gmail.com",
        "time": "Wed Nov 09 22:47:18 2005 +0100"
      },
      "message": "[PATCH] ide: incorrect device link for ide-cs\n\nDevices driven by ide-cs will appear under /sys/devices instead of the\nappropriate PCMCIA device. To fix this I had to extend the hw_regs_t\nstructure with a \u0027struct device\u0027 field, which allows us to set the\nparent link for the appropriate hwif.\n\nSigned-off-by: Hannes Reinecke \u003chare@suse.de\u003e\nSigned-off-by: Jens Axboe \u003caxboe@suse.com\u003e\nSigned-off-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e"
    },
    {
      "commit": "e6a04466ba965875a6132700fabb2f2c0249c41a",
      "tree": "890efbb75205124780d445e3c5a07079c074f660",
      "parents": [
        "335a1cc976ffbb58491a9b6dc58955349e3f0388"
      ],
      "author": {
        "name": "Andrew Vasquez",
        "email": "andrew.vasquez@qlogic.com",
        "time": "Tue Nov 08 14:38:02 2005 -0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Wed Nov 09 16:19:44 2005 -0500"
      },
      "message": "[SCSI] qla2xxx: Update version number to 8.01.03-k.\n\nSigned-off-by: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "335a1cc976ffbb58491a9b6dc58955349e3f0388",
      "tree": "8a5fd35e3cbd278bccd34b241ef5c99d6ea477a6",
      "parents": [
        "8d5708f3b5ea0765af92a79ebc4144c91718e695"
      ],
      "author": {
        "name": "Andrew Vasquez",
        "email": "andrew.vasquez@qlogic.com",
        "time": "Tue Nov 08 14:37:48 2005 -0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Wed Nov 09 16:19:23 2005 -0500"
      },
      "message": "[SCSI] qla2xxx: Correct ISP24xx soft-reset handling.\n\nA driver must wait 100us before attempting an MMIO operation\nto the RISC after a soft-reset has been initiated.  A\nsimilar delay was needed with earlier ISPs.\n\nNote: a PCI config-space read is used to flush the MMIO\nwrite to the ISP, since the ISP\u0027s state machines are unable\nto respond to any MMIO read during the reset process.\n\nSigned-off-by: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8d5708f3b5ea0765af92a79ebc4144c91718e695",
      "tree": "4750dac77a1baf5f7265a72fc0df1249173ba77a",
      "parents": [
        "33135aa2a568ec1a30e734f18e5315e10516e4f3"
      ],
      "author": {
        "name": "Ravi Anand",
        "email": "ravi.anand@qlogic.com",
        "time": "Tue Nov 08 14:37:34 2005 -0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Wed Nov 09 16:19:18 2005 -0500"
      },
      "message": "[SCSI] qla2xxx: Correct abort issue during loop-down state.\n\nCorrect issue where abort I/O command was not being issued\nwhen the loop-state was down.\n\nSigned-off-by: Ravi Anand \u003cravi.anand@qlogic.com\u003e\nSigned-off-by: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "33135aa2a568ec1a30e734f18e5315e10516e4f3",
      "tree": "a039e0eb265bfd8b4bcb56d4c912c6e111071fa3",
      "parents": [
        "dcb36ce9d9100eb821c6ea314b02f215cbdd8aca"
      ],
      "author": {
        "name": "Ravi Anand",
        "email": "ravi.anand@qlogic.com",
        "time": "Tue Nov 08 14:37:20 2005 -0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Wed Nov 09 16:18:27 2005 -0500"
      },
      "message": "[SCSI] qla2xxx: Correct loop-in-transition issues\n\nWhen mulitple initiators are coming up in an FCAL topology.\n\nSigned-off-by: Ravi Anand \u003cravi.anand@qlogic.com\u003e\nSigned-off-by: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "dcb36ce9d9100eb821c6ea314b02f215cbdd8aca",
      "tree": "ce088495c46bfb08410b9cecdacfeb5dde08e3fa",
      "parents": [
        "07ce5eba857cb7dc8f6ae39eda74b108efe4a3f8"
      ],
      "author": {
        "name": "Andrew Vasquez",
        "email": "andrew.vasquez@qlogic.com",
        "time": "Tue Nov 08 14:37:06 2005 -0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Wed Nov 09 16:17:25 2005 -0500"
      },
      "message": "[SCSI] qla2xxx: Correct additional posting issues during NVRAM accesses.\n\nOn MMIO relaxed-order platforms, it is possible for the\nproper delay during NVRAM access to begin before the request\npasses through the PCI bus (via a MMIO write) to the ISP.\nThus, causing a subsequent read to the NVRAM part to fail.\nAdd a MMIO read, after the MMIO write to insure any posted\nwrites are flushed.\n\nSigned-off-by: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "07ce5eba857cb7dc8f6ae39eda74b108efe4a3f8",
      "tree": "b3db0e2bd1bcb627575eba90ea3f8513c7f31c28",
      "parents": [
        "f64a181d898e0518d5ae90c4870069510de977e1"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Tue Nov 08 14:26:33 2005 -0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Wed Nov 09 16:15:11 2005 -0500"
      },
      "message": "[SCSI] aacraid: Fix read capacity 16 return data\n\nReceived from Mark Salyzyn.\n\nThe return data from a read capacity 16 needs to have RTO_EN and PROT_EN\nzeroed out.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    }
  ],
  "next": "f64a181d898e0518d5ae90c4870069510de977e1"
}
