)]}'
{
  "log": [
    {
      "commit": "f9705fcb9887fcff364a0c8dffbac693aa221d4f",
      "tree": "5126de9a40199f1c6b3c7797109b83f577f30d33",
      "parents": [
        "153a9df01c0d1ecdc56161c7a0f830325145dd64"
      ],
      "author": {
        "name": "Nicolas Bellido",
        "email": "ml@acolin.be",
        "time": "Fri Nov 24 00:42:50 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Nov 24 00:42:50 2006 -0500"
      },
      "message": "Input: add driver for keyboard on AAED-2000 development board (ARM)\n\nThe keyboard is connected via GPIOs to the processor, and scanned\nusing a column sample register. The hardware provides no debouncing\nmechanism, so the state of the keys is read KBDSCAN_STABLE_COUNT\ntimes before being reported to the input layer.\n\nThe status of the keys needs to be polled because there is no\ninterrupt hooked to the lines. A workqueue is used for this.\n\nSigned-off-by: Nicolas Bellido Y Ortega \u003cml@acolin.be\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "153a9df01c0d1ecdc56161c7a0f830325145dd64",
      "tree": "6645b72a6036bb2491d1e54317009259e41bf568",
      "parents": [
        "ed7b1f6d6ea1054ea4fe293a7fd8015fc3803d93"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Thu Nov 23 23:35:10 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 23 23:35:10 2006 -0500"
      },
      "message": "Input: handle serio_register_driver() errors\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "ed7b1f6d6ea1054ea4fe293a7fd8015fc3803d93",
      "tree": "eb4d4f4e0eb07e7ae923f654ea09297b437409cc",
      "parents": [
        "9d92fe17b652f5496c97bc83fdfe925f3182f602"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 23 23:34:49 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 23 23:34:49 2006 -0500"
      },
      "message": "Input: serio - make serio_register_driver() return errors\n\nPerform actual driver registration right in serio_register_driver()\ninstead of offloading it to kseriod and return proper error code to\ncallers if driver registration fails.\n\nNote that driver \u003c-\u003e port matching is still done by kseriod to\nspeed up boot process since probing for PS/2 mice and keyboards\nis pretty slow.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "9d92fe17b652f5496c97bc83fdfe925f3182f602",
      "tree": "d4b4e014922294794b6f1c3efb61ef4f814cdcc8",
      "parents": [
        "f40219bf936bb677566f42758d505e27fad0908e"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Nov 17 01:07:39 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Nov 17 01:07:39 2006 -0500"
      },
      "message": "Input: serio - remove serio_unregister_port_delayed()\n\nNow that i8042 reserves IRQs early there are no more users of this\nfunction and it should be removed.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "f40219bf936bb677566f42758d505e27fad0908e",
      "tree": "1ec1c5d580a6f6f4ff621d8d4599805d6543b364",
      "parents": [
        "a216a4b6e6f1fdfd3d1f20f03d9d45f05a63d643"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Fri Nov 17 01:07:26 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Nov 17 01:07:26 2006 -0500"
      },
      "message": "Input: add Philips UCB1400 touchscreen driver\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "a216a4b6e6f1fdfd3d1f20f03d9d45f05a63d643",
      "tree": "6c593ead32aadd41014fec7a54357ff90b51de77",
      "parents": [
        "6c595fb12fa6c1fe382cc086fdade4acd93c643f"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Nov 17 01:07:06 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Nov 17 01:07:06 2006 -0500"
      },
      "message": "Input: i8042 - fix shutdown issue on some boxes with active MUXes\n\nMUX error handling has a workaround for KBCs that get confused which\nport data came from and signal MUXERR while data is actually good.\nUnfortunately this workaround hurts with KBCs that signal timeouts\nas 0xfc (spec says that only 0xfd, 0xfe and 0xff are alowed with\nMUXERR) since it causes endless attempts to rescan i8042 serio\nports. The solution is to treat 0xfc as timeout (0xfe).\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "6c595fb12fa6c1fe382cc086fdade4acd93c643f",
      "tree": "5e7d9ccdfec99179e70fc45294bd81c7a781d2b4",
      "parents": [
        "5b44f1aaee7e3b24f6e21662d7fef1534111a2df"
      ],
      "author": {
        "name": "Marton Nemeth",
        "email": "nm127@freemail.hu",
        "time": "Fri Nov 17 01:06:54 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Nov 17 01:06:54 2006 -0500"
      },
      "message": "Input: mousedev - remap BTN_FORWARD from BTN_LEFT to BTN_MIDDLE\n\nIn mousedev the BTN_LEFT and BTN_FORWARD were mapped to mouse button 0,\ncausing that the user space program cannot distinguish between them through\n/dev/input/mice. All mice have BTN_LEFT, but not all have BTN_MIDDLE (e.g.\nClevo D410J laptop). Mapping BTN_FORWARD to mouse button 2 makes the\nBTN_FORWARD button useful on this laptop.\n\nSigned-off-by: Marton Nemeth \u003cnm127@freemail.hu\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "5b44f1aaee7e3b24f6e21662d7fef1534111a2df",
      "tree": "0f3177afe73661374c12a75d5f279ce8ae7752aa",
      "parents": [
        "e5d9832c207f952e15ccddda5f2d52c94036acd7"
      ],
      "author": {
        "name": "Stelian Pop",
        "email": "stelian@popies.net",
        "time": "Fri Nov 17 01:06:36 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Nov 17 01:06:36 2006 -0500"
      },
      "message": "Input: MAC mouse button emulation - relax dependencies\n\nMouse button emulation for the one-button mouse Apple machines isn\u0027t\nrestricted to older ADB based machines. There are PPC Powerbooks where\nthe keyboard and the mouse are no longer on the ADB bus but regular USB,\nand users still like (and need) to be able to emulate the middle mouse\nbutton with F11 and the right mouse button with F12.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "e5d9832c207f952e15ccddda5f2d52c94036acd7",
      "tree": "a3e48cf8ebc6c3d6ca785e0247eafbce45dc5f56",
      "parents": [
        "009ad0e7b43d6cabd74e47db6180f14315b71417"
      ],
      "author": {
        "name": "Julien BLACHE",
        "email": "jb@jblache.org",
        "time": "Fri Nov 17 01:06:25 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Nov 17 01:06:25 2006 -0500"
      },
      "message": "Input: appletouch - use canonical names in USB IDs\n\nSmall readability improvement for appletouch: use canonical names\ninstead of raw USB IDs for some of the devices.\n\nSigned-off-by: Julien BLACHE \u003cjb@jblache.org\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "009ad0e7b43d6cabd74e47db6180f14315b71417",
      "tree": "67095657307a30064c8dfd79cd3cdb5050c01ba5",
      "parents": [
        "00081d3729a450c37afb01c01528f4f305806d86"
      ],
      "author": {
        "name": "Julien BLACHE",
        "email": "jb@jblache.org",
        "time": "Fri Nov 17 01:06:13 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Nov 17 01:06:13 2006 -0500"
      },
      "message": "Input: appletouch - add Geyser IV support\n\nThe new Core2 Duo MacBook Pro has a new keyboard+trackpad named\n\"Geyser IV\".\n\nAccording to the Info.plist in the OS X kext, it looks like the Geyser\nIV trackpad is identical to the Geyser III trackpad: same IOClass\n(AppleUSBGrIIITrackpad), same acceleration tables.\n\nSigned-off-by: Julien BLACHE \u003cjb@jblache.org\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "00081d3729a450c37afb01c01528f4f305806d86",
      "tree": "c572b8b4da05d3828b66c91debe7a160ee259165",
      "parents": [
        "eb5d5829b368c5e32f248a70797bee5a414a2ef0"
      ],
      "author": {
        "name": "Jason Parekh",
        "email": "jasonparekh@gmail.com",
        "time": "Fri Nov 17 01:05:58 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Nov 17 01:05:58 2006 -0500"
      },
      "message": "Input: appletouch - verious updates for MacBooks\n\nChange a bit the finger detection method used by the appletouch\ndriver to reduce touchpad \"jumpiness\":\n\n - Adjust the method for detecting multiple fingers. Previously, it\n   recognized a new finger when a low sensor reading is followed by\n   a high sensor reading. The new method checks for \u0027humps\u0027 in the\n   sensor readings, so there doesn\u0027t necessarily have to be a low\n   sensor between two high sensors for two fingers to be triggered.\n   This allows detecting presence of two fingers on the touchpad\n   even when they touch each other.\n\n - Change absolute coordinate calculation to us to get rid of \"jumps\".\n   Instead of using full value from a sensor once it passes the\n   threshold subtract theshold value from the reading.\n\n - Allow adjusting threshold value via module parameter.\n\nThe patch doesn\u0027t seem to affect the Powerbooks but does greatly improve\nthe touchpad behaviour on the MacBooks.\n\nSigned-off-by: Jason Parekh \u003cjasonparekh@gmail.com\u003e\nSigned-off-by: Stelian Pop \u003cstelian@popies.net\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "eb5d5829b368c5e32f248a70797bee5a414a2ef0",
      "tree": "5c65bfd305a720f0d9802f4a086a09e129091b91",
      "parents": [
        "721556150e397f606a3f029736d77a27503f94e2"
      ],
      "author": {
        "name": "Sergey Vlasov",
        "email": "vsu@altlinux.ru",
        "time": "Thu Nov 09 00:34:27 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 09 00:34:27 2006 -0500"
      },
      "message": "Input: psmouse - fix attribute access on 64-bit systems\n\npsmouse_show_int_attr() and psmouse_set_int_attr() were accessing\nunsigned int fields as unsigned long, which gave garbage on x86_64.\n\nSigned-off-by: Sergey Vlasov \u003cvsu@altlinux.ru\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "721556150e397f606a3f029736d77a27503f94e2",
      "tree": "1bdce32c4d1421f0dfbd9871986fcb7eaa6aba56",
      "parents": [
        "127278ce2254c61f1346500374d61e33f74a8729"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sun Nov 05 22:40:19 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sun Nov 05 22:40:19 2006 -0500"
      },
      "message": "Input: mice - handle errors when registering input devices\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "127278ce2254c61f1346500374d61e33f74a8729",
      "tree": "f7460f3f452d3dbe2d7a52dfa23a51dee0d312f3",
      "parents": [
        "52c1f5704d7555a16641429b2e7af5d26d7b119a"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sun Nov 05 22:40:09 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sun Nov 05 22:40:09 2006 -0500"
      },
      "message": "Input: joysticks - handle errors when registering input devices\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "52c1f5704d7555a16641429b2e7af5d26d7b119a",
      "tree": "eb55cec7167646ba18f09d7d4b0009712fe45062",
      "parents": [
        "2b03b60e6b8635fffdd15d5d24943950f2bbf96e"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sun Nov 05 22:40:03 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sun Nov 05 22:40:03 2006 -0500"
      },
      "message": "Input: touchscreens - handle errors when registering input devices\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "2b03b60e6b8635fffdd15d5d24943950f2bbf96e",
      "tree": "17f0354b7edb08920a89e663ef724c84518c49fa",
      "parents": [
        "41ad5fbabda0c3930136bb40cfc7a0c23013365f"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sun Nov 05 22:39:56 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sun Nov 05 22:39:56 2006 -0500"
      },
      "message": "Input: keyboards - handle errors when registering input devices\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "41ad5fbabda0c3930136bb40cfc7a0c23013365f",
      "tree": "db544c34e7cb6a4b785ab1c3b6aef69bc79363e3",
      "parents": [
        "752c58a471c108d64da1676b2925dfbd83eb177e"
      ],
      "author": {
        "name": "Anssi Hannula",
        "email": "anssi.hannula@gmail.com",
        "time": "Sat Nov 04 22:49:53 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sat Nov 04 22:49:53 2006 -0500"
      },
      "message": "Input: HID - add a quirk for the Logitech USB Receiver\n\nLogitech USB Receiver (046d:c101) has two interfaces. The first one\ncontains fields from HID_UP_KEYBOARD and HID_UP_LED, and the other one\ncontains fields from HID_UP_CONSUMER and HID_UP_LOGIVENDOR. This device\nis used with multiple wireless Logitech products, including UltraX Media\nRemote.\n\nAll fields on both interfaces are either keys or leds. All fields in the\nfirst interface are marked as Absolute, while the fields in the second\ninterface are marked as Relative. Marking the keys as relative causes\nhidinput_hid_event() to send release events right after key press\nevents.\n\nThe device has EV_REP set, so the userspace expects the device to send\nrepeat events if a key is held down. However, as hidinput_hid_event()\nsends release events immediately, repeat events are not sent at all. In\nfact, the userspace has no way of knowing if a key is being held down.\n\nFix this by adding a quirk for 046d:c101 which changes relative keys to\nabsolute ones.\n\nSigned-off-by: Anssi Hannula \u003canssi.hannula@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "752c58a471c108d64da1676b2925dfbd83eb177e",
      "tree": "fbffa0d7c54cd812950dffc16d642c9d449f4faf",
      "parents": [
        "e52b29c2a637f6854d71a45646d7283d984a6dad",
        "10b1fbdb0a0ca91847a534ad26d0bc250c25b74f"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sat Nov 04 22:42:39 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sat Nov 04 22:42:39 2006 -0500"
      },
      "message": "Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n"
    },
    {
      "commit": "e52b29c2a637f6854d71a45646d7283d984a6dad",
      "tree": "111216d61788217334eca976e4fe3e2d34d2fb3d",
      "parents": [
        "0fea0e9a9c72dab526447895605fc236c87c2726"
      ],
      "author": {
        "name": "Brandon Philips",
        "email": "brandon@ifup.org",
        "time": "Sat Nov 04 22:09:08 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Sat Nov 04 22:09:08 2006 -0500"
      },
      "message": "Input: drivers/char/keyboard.c - small cleanup in k_cur()\n\nTo save a char pointer in the final assembly change to alternate string\nform.\n\nSigned-off-by: Brandon Philips \u003cbrandon@ifup.org\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "a0d2db26582a67b61f883d1469e561fbdef28419",
      "tree": "e8a4a0bdd1f12fd127d132f1901cee813b06517d",
      "parents": [
        "ced3985faebc232deec0dd9cc375cb5a43d18391",
        "bb44c308ee37c14ab63251e27d6d8b4dc73a10a4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 03 12:28:45 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 03 12:28:45 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6:\n  PCI: Let PCI_MULTITHREAD_PROBE depend on BROKEN\n  PCI: Revert \"PCI: i386/x86_84: disable PCI resource decode on device disable\"\n"
    },
    {
      "commit": "ced3985faebc232deec0dd9cc375cb5a43d18391",
      "tree": "373ec11d9af6046dbb81e08c7317d1a8eea63a69",
      "parents": [
        "f1f2d8713d16a1e198880bbc716eb24fae09c858",
        "18ee91fa9815fa3bb4e51cdcb8229bd0a0f11a70"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 03 12:28:27 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 03 12:28:27 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6:\n  USB: use MII hooks only if CONFIG_MII is enabled\n  USB Storage: unusual_devs.h entry for Sony Ericsson P990i\n  USB: xpad: additional USB id\u0027s added\n  USB: fix compiler issues with newer gcc versions\n  USB: HID: add blacklist AIRcable USB, little beautification\n  USB: usblp: fix system suspend for some systems\n  USB: failure in usblp\u0027s error path\n  usbtouchscreen: use endpoint address from endpoint descriptor\n  USB: sierra: Fix id for Sierra Wireless MC8755 in new table\n  USB: new VID/PID-combos for cp2101\n  hid-core: big-endian fix fix\n  USB: usb-storage: Unusual_dev update\n  USB: add another sierra wireless device id\n"
    },
    {
      "commit": "cda5e61a8e0b11826780b8e5a4155683f0557c8b",
      "tree": "8bc585d535f5377a4898a9e71f383af844b3af21",
      "parents": [
        "8804023061b3447fbaddbd286d78170ad88d1a43"
      ],
      "author": {
        "name": "Peer Chen",
        "email": "pchen@nvidia.com",
        "time": "Thu Nov 02 22:07:27 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 03 12:27:59 2006 -0800"
      },
      "message": "[PATCH] IDE: Add the support of nvidia PATA controllers of MCP67 to amd74xx.c\n\nAdd support for PATA controllers of MCP67 to amd74xx.c.\n\nSigned-off-by: Peer Chen \u003cpchen@nvidia.com\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1f604c4bc078213aa1c4576efa0e8dad98522fa7",
      "tree": "ace4a7db5da33a894009877e2b327bf56624efaa",
      "parents": [
        "43530d2b04b63ac4bb4ac25deee5f1180ccedc2e"
      ],
      "author": {
        "name": "Amol Lad",
        "email": "amol@verismonetworks.com",
        "time": "Thu Nov 02 22:07:25 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 03 12:27:59 2006 -0800"
      },
      "message": "[PATCH] drivers/isdn/hysdn/hysdn_sched.c: sleep after taking spinlock fix\n\nspin_lock_irq{save,restore} is incorrectly called here (the function can\nsleep after acquring the lock).\n\ndone the necessary corrections and removed unwanted cli/sti.\n\nSigned-off-by: Amol Lad \u003camol@verismonetworks.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": "d3e5a938e7ed718f6d191e8b6b176fcfeb88a294",
      "tree": "fe47bcfa52e985e48af5e3e7628fb2210a90fe93",
      "parents": [
        "b918f6e62cd46774f9fc0a3fbba6bd10ad85ee14"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Thu Nov 02 22:07:20 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 03 12:27:58 2006 -0800"
      },
      "message": "[PATCH] spi section fix\n\nWARNING: vmlinux - Section mismatch: reference to .init.text:spi_register_board_info from __ksymtab_gpl between \u0027__ksymtab_spi_register_board_info\u0027 (at offset 0xc032f7d0) and \u0027__ksymtab_spi_alloc_master\u0027\n\nFix this by removing the export.\n\nAcked-by: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d13adb604693374c5fce47cd1a2017bcf3178eae",
      "tree": "bc7f77900f0a0665451fe9da1ac631b9b9e7a4df",
      "parents": [
        "7ef55b8a05c02db7c07d81827c69fe8f124e8654"
      ],
      "author": {
        "name": "Yvan Seth",
        "email": "bugzilla.kernel.org@malignity.net",
        "time": "Thu Nov 02 22:07:13 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 03 12:27:57 2006 -0800"
      },
      "message": "[PATCH] ipmi_si_intf.c sets bad class_mask with PCI_DEVICE_CLASS\n\nTaken from http://bugzilla.kernel.org/show_bug.cgi?id\u003d7439\n\nIt looks like device registration in drivers/char/ipmi/ipmi_si_intf.c was\ncleaned up and a small error was made when setting the class_mask.  The fix\nis simple as the correct mask value is defined in the code but is not used.\n\nAcked-by: Corey Minyard \u003cminyard@acm.org\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": "77d6e1397a004c9376fed855e4164ca2b1dba2ed",
      "tree": "163c9f556d989843d84d7f347772c090af40cb7b",
      "parents": [
        "7011774db8afca43be466f0f0428434a9edf053e"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Thu Nov 02 22:07:10 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 03 12:27:57 2006 -0800"
      },
      "message": "[PATCH] edac_mc: fix error handling\n\nCall sysdev_class_unregister() on failure in edac_sysfs_memctrl_setup()\nand decrease identation level for clear logic.\n\nAcked-by: Doug Thompson \u003cnorsk5@xmission.com\u003e\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5d861d920a86523bbeb56c19b9906c3fb1b58048",
      "tree": "b63ea4540c37d1c595c3995a430619b706becd60",
      "parents": [
        "86f4f0f9ba6e35fbbc409dfc3d8615c1a9822482"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Thu Nov 02 22:07:06 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 03 12:27:56 2006 -0800"
      },
      "message": "[PATCH] lkdtm: cleanup headers and module_param/MODULE_PARM_DESC\n\nFix module_param/sysfs file permission typo.\n\nClean up MODULE_PARM_DESC strings to avoid fancy (and incorrect)\nformatting.\n\nFix header includes for lkdtm; add some needed ones, remove unused ones;\nand fix this gcc warning:\ndrivers/misc/lkdtm.c:150: warning: \u0027struct buffer_head\u0027 declared inside parameter list\ndrivers/misc/lkdtm.c:150: warning: its scope is only this definition or declaration, which is probably not what you want\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nCc: Ankita Garg \u003cankita@in.ibm.com\u003e\nCc: Vivek Goyal \u003cvgoyal@in.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7870db4c7fa1b03fec133c4f4e67fdaa04c5ac15",
      "tree": "90b821219d4841c8f77b2e0116a3460a0e71a13e",
      "parents": [
        "df66b8552be5fdab5c4b4d53ee08b99388b9bd02"
      ],
      "author": {
        "name": "NeilBrown",
        "email": "neilb@suse.de",
        "time": "Thu Nov 02 22:06:57 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 03 12:27:55 2006 -0800"
      },
      "message": "[PATCH] md: send online/offline uevents when an md array starts/stops\n\nThis allows udev to do something intelligent when an array becomes\navailable.\n\nAcked-by: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Neil Brown \u003cneilb@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "18ee91fa9815fa3bb4e51cdcb8229bd0a0f11a70",
      "tree": "e1725a4cc51c73007b14045e548956b490d4b694",
      "parents": [
        "9b823b43ff308c914530ec7fde5e2d79cb37b51a"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Thu Nov 02 12:29:12 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:19 2006 -0800"
      },
      "message": "USB: use MII hooks only if CONFIG_MII is enabled\n\nFix mcs7830 patch\n\nThe recent mcs7830 update to make the MII support sharable goofed various\npre-existing configurations in two ways:\n\n  - it made the usbnet infrastructure reference MII symbols even\n    when they\u0027re not needed in the kernel being built\n\n  - it didn\u0027t enable MII along with the mcs7830 minidriver\n\nThis patch fixes these two problems.\n\nHowever, there does seem to be a Kconfig reverse dependency bug in that MII\ngets wrongly enabled in some cases (like USBNET\u003dy and USBNET_MII\u003dn); I think\nI\u0027ve noticed that same problem in other situations too.  So the result can\nmean kernels being bloated by stuff that\u0027s needlessly enabled ... better\nthan wrongly being disabled, but contributing to bloat.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "9b823b43ff308c914530ec7fde5e2d79cb37b51a",
      "tree": "f43b5ee7900a4ef235e7c1d48c1c4cf43f18d2c1",
      "parents": [
        "d518b2b48a9c11fc381b179709f5321bce1f3b39"
      ],
      "author": {
        "name": "Jan Mate",
        "email": "mate@fiit.stuba.sk",
        "time": "Fri Oct 20 14:51:44 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:18 2006 -0800"
      },
      "message": "USB Storage: unusual_devs.h entry for Sony Ericsson P990i\n\nUSB Storage: this patch adds support for Sony Ericsson P990i\n\nSigned-off-by: Jan Mate \u003cmate@fiit.stuba.sk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d518b2b48a9c11fc381b179709f5321bce1f3b39",
      "tree": "957b45c8d2993ed209ef3f49dca4d816abb3cbf0",
      "parents": [
        "11bd44abbd204f580ea91e75c84e012988971012"
      ],
      "author": {
        "name": "Dominic Cerquetti",
        "email": "binary1230@yahoo.com",
        "time": "Fri Oct 20 14:51:45 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:18 2006 -0800"
      },
      "message": "USB: xpad: additional USB id\u0027s added\n\nAdding additional USB vendor/product ID\u0027s for XBOX pads provided by the\nXBOX Linux team.\n\nSigned-off-by: Dominic Cerquetti \u003cbinary1230@yahoo.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "11bd44abbd204f580ea91e75c84e012988971012",
      "tree": "a382f3554170368fc3d9abe811313d7f7c19afeb",
      "parents": [
        "23b0d968c2c82c2574ca97148ce092eff4ab84a6"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Wed Nov 01 14:26:26 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:18 2006 -0800"
      },
      "message": "USB: fix compiler issues with newer gcc versions\n\nRemove complaint from newer GCCs; they don\u0027t like forward function\ndeclarations except in top-level contexts.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "23b0d968c2c82c2574ca97148ce092eff4ab84a6",
      "tree": "d21e28bae6fb52671620d27d1eb45875cd9930a7",
      "parents": [
        "5a69ebe1e90d9e8d43131f08d344751cf42254c5"
      ],
      "author": {
        "name": "Naranjo Manuel Francisco",
        "email": "naranjo.manuel@gmail.com",
        "time": "Fri Oct 27 16:08:54 2006 -0300"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:18 2006 -0800"
      },
      "message": "USB: HID: add blacklist AIRcable USB, little beautification\n\nThis patch add AIRcable USBto USB-HID blacklist, makes some little\nchanges things in the Kconfig to make AIRcable USB look as all the rest\nof drivers. And it removes the readme part that was on\nDocumentation/usb/usb-serial.txt because it is not needed anymore.\n\n\nSigned-off-by: Naranjo Manuel Francisco \u003cnaranjo.manuel@gmail.com\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "5a69ebe1e90d9e8d43131f08d344751cf42254c5",
      "tree": "6c1a77b3f6855ad8e1151b7a2b4b42fef59a510a",
      "parents": [
        "6c8df79f8c0f8d861ea25e6e104a29398d8398f4"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.name",
        "time": "Sat Oct 28 18:07:25 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:18 2006 -0800"
      },
      "message": "USB: usblp: fix system suspend for some systems\n\nthis has been confirmed to fix suspend problems with usblp.\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "6c8df79f8c0f8d861ea25e6e104a29398d8398f4",
      "tree": "32b00cd81e9b708c42e892d849a38f3ae779e055",
      "parents": [
        "d8fa59a8f6f7c9a1bc294154fd6805c6b247683d"
      ],
      "author": {
        "name": "Oliver Neukum",
        "email": "oliver@neukum.name",
        "time": "Sat Oct 28 11:36:59 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:18 2006 -0800"
      },
      "message": "USB: failure in usblp\u0027s error path\n\nif urb submission fails due to a transient error here eg. ENOMEM\n, the driver is dead. This fixes it.\n\n\tRegards\n\t\tOliver\n\nSigned-off-by: Oliver Neukum \u003coliver@neukum.name\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d8fa59a8f6f7c9a1bc294154fd6805c6b247683d",
      "tree": "28bcca9b144827546224b8394abbc33bc20fc7de",
      "parents": [
        "baafe37c6a58d4ddb8c2c62cd0f20340b4c66b35"
      ],
      "author": {
        "name": "Daniel Ritz",
        "email": "daniel.ritz-ml@swissonline.ch",
        "time": "Fri Oct 27 22:46:03 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:18 2006 -0800"
      },
      "message": "usbtouchscreen: use endpoint address from endpoint descriptor\n\nuse the endpoint address from the endpoint descriptor instead of the hardcoding\nit to 0x81. at least some ITM based screen use a different address and don\u0027t work\nwithout this.\n\nSigned-off-by: Daniel Ritz \u003cdaniel.ritz@gmx.ch\u003e\nCc: Ralf Lehmann \u003cralf@lehmann.cc\u003e\nCc: J.P. Delport \u003cjpdelport@csir.co.za\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "baafe37c6a58d4ddb8c2c62cd0f20340b4c66b35",
      "tree": "eef8b844e619620e7977dd0baf3ebe4109fbf2d5",
      "parents": [
        "78001e3d75c5d3ae1e8dc9875892b9461e4c8d4b"
      ],
      "author": {
        "name": "Jan Luebbe",
        "email": "jluebbe@lasnet.de",
        "time": "Fri Oct 27 18:59:24 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:18 2006 -0800"
      },
      "message": "USB: sierra: Fix id for Sierra Wireless MC8755 in new table\n\nThe new version of sierra.c has introduced tables for the 1 port and 3\nport variants. The device id i added in my last patch needs to be added\nto the 3 port table.\n\nSigned-off-by: Jan Luebbe \u003cjluebbe@lasnet.de\u003e\nCc: Kevin Lloyd \u003clinux@sierrawireless.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "78001e3d75c5d3ae1e8dc9875892b9461e4c8d4b",
      "tree": "d1d543b9d34cf3ef30c7a45d2625ad8dbcac585f",
      "parents": [
        "68717950e11eab8ff754b2721d23e9cb3a47b56f"
      ],
      "author": {
        "name": "Bjorn Schneider",
        "email": "schneider@lipowsky.de",
        "time": "Sat Oct 28 12:42:04 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:18 2006 -0800"
      },
      "message": "USB: new VID/PID-combos for cp2101\n\n3 new VID/PID combinations (registered with Silicon Laboratories Inc.)\nadded for devices made by Lipowsky Industrie Elektronik GmbH all using\nthe CP2102 usb-to-serial converter (Baby-JTAG, Baby-LIN, HARP-1).\n\nSigned-off-by: Bjorn Schneider \u003cschneider@lipowsky.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "68717950e11eab8ff754b2721d23e9cb3a47b56f",
      "tree": "a64053d0288df2151769b9a038ede7ca5bf66b64",
      "parents": [
        "bc724b98c5e782c2d6781428ed87768daa34921d"
      ],
      "author": {
        "name": "Grant Grundler",
        "email": "grundler@parisc-linux.org",
        "time": "Thu Oct 19 15:09:51 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:18 2006 -0800"
      },
      "message": "hid-core: big-endian fix fix\n\nAdam Kropelin had posted 32-bit fix in June 2005 about two weeks after I\noriginally had posted my fixes for big endian support.  Adam has a UPS\ndevice which reports LINEV using 32-bits.\n\nAdded comments to describe the limitations of the code.\n\nextract() is the same version I posted earlier and tested in user space. \nMade similar changes to implement() routine.  I\u0027ve written (and will\nshortly post) a test for implement().  Code tested on C3600 (parisc) with\nUSB keyboard/mouse attached.\n\n\nI\u0027ve dropped test_implement.c and a few other user space test programs on\nhttp://iou.parisc-linux.org/~grundler/tests/\n\n-rw-r--r-- 1 grundler grundler 1750 Oct 18 09:13 test_extract.c\n-rw-r--r-- 1 grundler grundler  561 Jan 25  2006 test_ffs.c\n-rw-r--r-- 1 grundler users    7175 Apr  8  2005 test_fls.c\n-rw-r--r-- 1 grundler grundler  206 Sep  1 15:52 test_gettimeofday.c\n-rw-r--r-- 1 grundler grundler 1886 Oct 19 09:20 test_implement.c\n-rw-r--r-- 1 grundler users    2707 Jun  4  2005 test_unaligned.c\n\nI would appreciate if someone else would look at the output of\ntest_implement.c to make it does The Right Thing.\n\nSigned-off-by: Grant Grundler \u003cgrundler@parisc-linux.org\u003e\nCc: Matthew Wilcox \u003cmatthew@wil.cx\u003e\nCc: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nAcked-By: Adam Kropelin \u003cakropel1@rochester.rr.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "bc724b98c5e782c2d6781428ed87768daa34921d",
      "tree": "cf86d71b8b85eb61698b159e07ebce543a714a24",
      "parents": [
        "90ac3c8124453fb355c10d3e1a27af5c0ab21099"
      ],
      "author": {
        "name": "Phil Dibowitz",
        "email": "phil@ipom.com",
        "time": "Thu Oct 19 00:11:17 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:17 2006 -0800"
      },
      "message": "USB: usb-storage: Unusual_dev update\n\nThe protocol in this entry is needed for some versions of the device but\nnot others. This adds the NEED_OVERRIDE flag to prevent it complaining\nto users who don\u0027t need it.\n\nSigned-off-by: Phil Dibowitz \u003cphil@ipom.com\u003e\n\n\n"
    },
    {
      "commit": "90ac3c8124453fb355c10d3e1a27af5c0ab21099",
      "tree": "89632f60e14cfbf173d2582fcb3fe120ba0e9c06",
      "parents": [
        "2de6c39f389f25442389c3ab0f2d9b50e3f4a77d"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Apr 09 12:14:34 2002 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:57:17 2006 -0800"
      },
      "message": "USB: add another sierra wireless device id\n\nAs reported by Peter Kucmeroski and Jason Ganovsky.\n\nCc: Peter Kucmeroski \u003cPKucmeroski@novell.com\u003e\nCc: Jason Ganovsky \u003cJGanovsky@novell.com\u003e\nCc: Kevin Lloyd \u003cklloyd@sierrawireless.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "bb44c308ee37c14ab63251e27d6d8b4dc73a10a4",
      "tree": "dddf54bf2e8174361fd8c4422fd62192c913861a",
      "parents": [
        "6851ecc6e2fa4a01449a0fec9f4abd9aec43afde"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Oct 27 16:12:30 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 03 11:49:04 2006 -0800"
      },
      "message": "PCI: Let PCI_MULTITHREAD_PROBE depend on BROKEN\n\nPCI_MULTITHREAD_PROBE is an interesting feature, but in its current state\nit seems to be more of a trap for users who accidentally enable it.\n\nThis patch lets PCI_MULTITHREAD_PROBE depend on BROKEN for 2.6.19.\n\nThe intention is to get this patch reversed in -mm as soon as it\u0027s in\nLinus\u0027 tree, and reverse it for 2.6.20 or 2.6.21 after the fallout of\nin-kernel problems PCI_MULTITHREAD_PROBE causes got fixed.\n\n(akpm: I get enough bug reports already)\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "0fea0e9a9c72dab526447895605fc236c87c2726",
      "tree": "cac0f23b68f65d14763ccd9e7d49973f8acade74",
      "parents": [
        "8ff22ea7d29d99b3dbec08fd541eb406c6775ec1"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Nov 02 23:59:40 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:59:40 2006 -0500"
      },
      "message": "Input: logips2pp - handle sysfs errors\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "8ff22ea7d29d99b3dbec08fd541eb406c6775ec1",
      "tree": "88d875a9723ce05f227389cab1e4862fe3ee0f18",
      "parents": [
        "8dd51650baf0861b0a73acb2c08bb944aa45bc61"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Nov 02 23:59:30 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:59:30 2006 -0500"
      },
      "message": "Input: trackpoint - handle sysfs errors\n\nAlso use kzalloc instead of kcalloc since we are allocating single object.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "8dd51650baf0861b0a73acb2c08bb944aa45bc61",
      "tree": "bb65d2a4db270e70961dfcee40d4105f4b8357ee",
      "parents": [
        "f4e3c711b31cea401b03ce39d4b5f1a30279094c"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:34:09 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:34:09 2006 -0500"
      },
      "message": "Input: ads7846 - handle errors from sysfs\n\nAdd sysfs error handling and switch to using attribute groups\nto simplify it.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "f4e3c711b31cea401b03ce39d4b5f1a30279094c",
      "tree": "a86a801533d962e5773d9c9e4d42d6793e54acf9",
      "parents": [
        "b1b2965057700d6dc9e1f986e8f7743b95ead424"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:27:49 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:27:49 2006 -0500"
      },
      "message": "Input: i8042 - remove unneeded call to i8042_interrupt()\n\nRemove call to i8042_interrupt() from i8042_aux_write(). According\nto Vojtech it may cause problems with older controllers if it is\ncalled right after real interrupt. Also it is not needed anymore\nsince we register IRQs early and not waiting for serio ports to\nbe opened.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "b1b2965057700d6dc9e1f986e8f7743b95ead424",
      "tree": "e40af7971e6aecdf8dfb2144065120884a886ae2",
      "parents": [
        "15e9acb83c299963490b1f12d46498ae257d8f4e"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Thu Nov 02 23:27:44 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:27:44 2006 -0500"
      },
      "message": "Input: lifebook - learn about hard tabs\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "15e9acb83c299963490b1f12d46498ae257d8f4e",
      "tree": "c5ca525e6789a6bfecd5c211b9d8baa382f40369",
      "parents": [
        "b187dd7b5231bb359f587bf4d276ffd467ebc884"
      ],
      "author": {
        "name": "Greg Chandler",
        "email": "Greg.Chandler@wellsfargo.com",
        "time": "Thu Nov 02 23:27:38 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:27:38 2006 -0500"
      },
      "message": "Input: lifebook - add Hitachi Flora-IE 55mi tablet DMI signature\n\nThis adds another DMI detected touchscreen.  It is exactly the same\ndriver as the existing ones, but this allows it to be detected on the\nHitachi Flora-IE 55mi tablet.  The original Midori drivers are \"abeo\nantiquus\".  This should allow new life for these machines.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "b187dd7b5231bb359f587bf4d276ffd467ebc884",
      "tree": "b296afbaa817b0a5a6c594aa6353e2db57fd3ca0",
      "parents": [
        "1ea2a69d54f40ecebf594ce5abfa02d53682df8a"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:27:30 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:27:30 2006 -0500"
      },
      "message": "Input: gameport - rearrange gameport_bus initialization\n\nInitialize gameport_bus structure at compile time instead of at runtime\nin gameport_init().\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "1ea2a69d54f40ecebf594ce5abfa02d53682df8a",
      "tree": "2f785211ef3cfe54dfb7d4ecb90a60a14bfd923c",
      "parents": [
        "6a89bc0004c8d9400439db6167c9887456d5d18d"
      ],
      "author": {
        "name": "Marton Nemeth",
        "email": "nm127@freemail.hu",
        "time": "Thu Nov 02 23:27:21 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:27:21 2006 -0500"
      },
      "message": "Input: serio - rearrange serio_bus initialization\n\nInitialize serio_bus structure at compile time instead of at runtime\nin serio_init().\n\nSigned-off-by: Marton Nemeth \u003cnm127@freemail.hu\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "6a89bc0004c8d9400439db6167c9887456d5d18d",
      "tree": "39f768cf55b7a5c036aea0eb10fed7c3f54a4d6e",
      "parents": [
        "1447190e39847cc2cc8a826e7061989c83ff4362"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Thu Nov 02 23:27:11 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:27:11 2006 -0500"
      },
      "message": "Input: lightning - return proper error codes from l4_init()\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "1447190e39847cc2cc8a826e7061989c83ff4362",
      "tree": "22353af22bc854d8a203b3cb8a4281de607a48bd",
      "parents": [
        "b435fdcda126db42343b8055d04a0a27c229717b"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:26:55 2006 -0500"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Thu Nov 02 23:26:55 2006 -0500"
      },
      "message": "Input: add comments to input_{allocate|free}_device()\n\nHopefully this will stop people from using input_free_device()\nincorrectly.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "895663cd92574367054e0eb604a7428852f359b8",
      "tree": "fa55d0407877cb1187be13300a0fb20187cdf6fc",
      "parents": [
        "05e2867a7bcc76de37e103a97ed48ba6872db797"
      ],
      "author": {
        "name": "Peer Chen",
        "email": "pchen@nvidia.com",
        "time": "Thu Nov 02 17:59:46 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Nov 02 17:59:46 2006 -0500"
      },
      "message": "[libata] Add support for AHCI controllers of MCP67.\n\nSigned-off-by: Peer Chen \u003cpchen@nvidia.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "05e2867a7bcc76de37e103a97ed48ba6872db797",
      "tree": "3748928fe7c8f773ae581560450b1ae4ba251bc0",
      "parents": [
        "40eb006685387b2861bd7196be0ab7144c5d5b71"
      ],
      "author": {
        "name": "Peer Chen",
        "email": "pchen@nvidia.com",
        "time": "Thu Nov 02 17:58:21 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Thu Nov 02 17:58:21 2006 -0500"
      },
      "message": "[libata] Add support for PATA controllers of MCP67 to pata_amd.c.\n\nSigned-off-by: Peer Chen \u003cpchen@nvidia.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "40eb006685387b2861bd7196be0ab7144c5d5b71",
      "tree": "c43ba94aa8632127ce9433dce0832e4e2734a2b4",
      "parents": [
        "e957b00a8caece90cbc2afd0a4cb4c4d61b9efa8",
        "7a118df3ea23820b9922a1b51cd2f24e464f4c17"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 02 14:36:05 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Nov 02 14:36:05 2006 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband\n\n* \u0027for-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband:\n  RDMA/addr: Use client registration to fix module unload race\n  IB/mthca: Fix MAD extended header format for MAD_IFC firmware command\n  IB/uverbs: Return sq_draining value in query_qp response\n  IB/amso1100: Fix incorrect pr_debug()\n  IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_single\n  IB/ehca: Fix eHCA driver compilation for uniprocessor\n  RDMA/cma: rdma_bind_addr() leaks a cma_dev reference count\n  IB/iser: Start connection after enabling iSER\n"
    },
    {
      "commit": "7a118df3ea23820b9922a1b51cd2f24e464f4c17",
      "tree": "723e979c84263c52971494b7ba69cbee25f602bc",
      "parents": [
        "68586b67ab1a2fd618f79e29a06f10ae886f4b46"
      ],
      "author": {
        "name": "Sean Hefty",
        "email": "sean.hefty@intel.com",
        "time": "Tue Oct 31 11:12:59 2006 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Thu Nov 02 14:26:04 2006 -0800"
      },
      "message": "RDMA/addr: Use client registration to fix module unload race\n\nRequire registration with ib_addr module to prevent caller from\nunloading while a callback is in progress.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "aefba081d7b7dfd1c5752f6e6e709d8b5ab80ab7",
      "tree": "1fd355ab8273cf6d3cc4d7f744370a8e8969a0a5",
      "parents": [
        "3ccfc65c5004e5fe5cfbffe43b8acc686680b53e",
        "732f74a46711c0724885703fb689c79139c84a3c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 01 19:16:31 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 01 19:16:31 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:\n  Revert \"[PATCH] Add 0x7110 piix to ata_piix.c\"\n  [libata] sata_nv: Add PCI IDs\n  [PATCH] ahci: fix status register check in ahci_softreset\n"
    },
    {
      "commit": "732f74a46711c0724885703fb689c79139c84a3c",
      "tree": "83edb6b795e8f6328647e2058228cfc870994384",
      "parents": [
        "8fc2d9cae99e47e236cb7b77015b9faf69a097cc"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Nov 01 22:09:21 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Nov 01 22:09:21 2006 -0500"
      },
      "message": "Revert \"[PATCH] Add 0x7110 piix to ata_piix.c\"\n\nThis reverts commit f833229c96c0bf53c05995e4bd58709d9e9edd67:\n\nAccording to reviewers and the lspci data provided in commit message\nitself, PCI ID 0x7110 should not have been added to ata_piix.\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "4b1c46a383aafc137bc91a0f9698bfc11e062d1b",
      "tree": "dd8b793c534b6f83cc16f38ba96d0ff4722a7344",
      "parents": [
        "30574b61611ccd29677989097f8c8a5d9a73d873",
        "4393c4f6788cee65095dd838cfeca6edefbfeb52"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 01 06:38:20 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 01 06:38:20 2006 -0800"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:\n  [POWERPC] Make alignment exception always check exception table\n  [POWERPC] Disallow kprobes on emulate_step and branch_taken\n  [POWERPC] Make mmiowb\u0027s io_sync preempt safe\n  [POWERPC] Make high hugepage areas preempt safe\n  [POWERPC] Make current preempt-safe\n  [POWERPC] qe_lib: qe_issue_cmd writes wrong value to CECDR\n  [POWERPC] Use 4kB iommu pages even on 64kB-page systems\n  [POWERPC] Fix oprofile support for e500 in arch/powerpc\n  [POWERPC] Fix rmb() for e500-based machines it\n  [POWERPC] Fix various offb issues\n"
    },
    {
      "commit": "8fc2d9cae99e47e236cb7b77015b9faf69a097cc",
      "tree": "ef34f30b32d1c89928bf053b035775061ed42d86",
      "parents": [
        "1244a19cde42c268aa159d264fc2df072a3ff82f"
      ],
      "author": {
        "name": "Peer Chen",
        "email": "pchen@nvidia.com",
        "time": "Wed Nov 01 05:23:11 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Nov 01 05:23:11 2006 -0500"
      },
      "message": "[libata] sata_nv: Add PCI IDs\n\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "1244a19cde42c268aa159d264fc2df072a3ff82f",
      "tree": "8ec73ccd9bc59b221d8bd9b315656ad3b521cfb6",
      "parents": [
        "30574b61611ccd29677989097f8c8a5d9a73d873"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Wed Nov 01 17:19:18 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Nov 01 04:20:45 2006 -0500"
      },
      "message": "[PATCH] ahci: fix status register check in ahci_softreset\n\nahci_softreset() used to use ahci_tf_read() which reads D2H_REG area\nto check for the Status register.  However, this area is zeroed on\ninitialization and not set by initial signature FIS.  Replace it with\nahci_check_status().\n\nThis bug prevented CLO code from being activated whenever BSY and/or\nDRQ is set prior to softreset.  This fix makes\nAHCI_FLAG_RESET_NEEDS_CLO flag redundant.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "30574b61611ccd29677989097f8c8a5d9a73d873",
      "tree": "8385fb5018037402db9adb727b9755bc5b43ac92",
      "parents": [
        "0ca43235b34c92278fa903297acef37198ec3e26",
        "c6446a4cdadaf411bafe1565e9fa7666f3c2fe95"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 31 21:17:23 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 31 21:17:23 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:\n  [PATCH] ata_piix: allow 01b MAP for both ICH6M and ICH7M\n  [PATCH] libata: unexport ata_dev_revalidate()\n  [PATCH] Add 0x7110 piix to ata_piix.c\n  [PATCH] sata_sis: fix flags handling for the secondary port\n"
    },
    {
      "commit": "441cbd8dace80545db2ac43175ac1c097d96f75c",
      "tree": "fd56c377409091420b9fb159730779bb6d68b3bb",
      "parents": [
        "d5b9b787b5e1618dfe82a2c2a6972374e85b02db"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Oct 26 15:38:10 2006 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Nov 01 14:52:48 2006 +1100"
      },
      "message": "[POWERPC] Fix various offb issues\n\nThis patch fixes a few issues in offb:\n\n - A test was inverted causing the palette hack to never work\n(no device node was passed down to the init function)\n\n - Some cards seem to have their assigned-addresses property in a random\norder, thus we need to try using of_get_pci_address() first, which will\nfail if it\u0027s not a PCI device, and fallback to of_get_address() in that\ncase. of_get_pci_address() properly parsees assigned-addresses to test\nthe BAR number and thus will get it right whatever the order is.\n\n - Some cards (like GXT4500) provide a linebytes of 0xffffffff in the\ndevice-tree which does no good. This patch handles that by using the\nscreen width when that happens. (Also fixes btext.c while at it).\n\n - Add detection of the GXT4500 in addition to the GXT2000 for the\npalette hacks (we use the same hack, palette is linear in register space\nat offset 0x6000).\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c6446a4cdadaf411bafe1565e9fa7666f3c2fe95",
      "tree": "3604bf9c703b186688ccb94d3ecbc5edbae96e10",
      "parents": [
        "6e42acc4115bc376b8523acbcba2b2b7cc27d016"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Mon Oct 09 13:23:58 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 21:10:29 2006 -0500"
      },
      "message": "[PATCH] ata_piix: allow 01b MAP for both ICH6M and ICH7M\n\nICH7M was separated from ICH6M to allow undocumented MAP value 01b\nwhich was spotted on an ASUS notebook.  However, there is also\nnotebooks with MAP value 01b on ICH6M.  This patch re-merges ICH6M and\nICH7M entries and allows MAP value 01b for both.\n\nThis problem has been reported and initial patch provided by Jonathan\nDieter.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nCc: Jonathan Dieter \u003cjdieter@gmail.com\u003e\nCc: Tom Deblauwe \u003ctom.deblauwe@telenet.be\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "6e42acc4115bc376b8523acbcba2b2b7cc27d016",
      "tree": "c4783213a996aa07ba43bef5b0f337f3f0d3b9b9",
      "parents": [
        "f833229c96c0bf53c05995e4bd58709d9e9edd67"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Fri Oct 27 19:08:42 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:40:09 2006 -0500"
      },
      "message": "[PATCH] libata: unexport ata_dev_revalidate()\n\nata_dev_revalidate() isn\u0027t used outside of libata core.  Unexport it.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "f833229c96c0bf53c05995e4bd58709d9e9edd67",
      "tree": "3f7493567008ca62bc16a9e5d21635e5e8f5f4cf",
      "parents": [
        "cf0e812f0e90ee496af072b136e8bd02770387e6"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "jens.axboe@oracle.com",
        "time": "Tue Oct 31 09:31:37 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:40:09 2006 -0500"
      },
      "message": "[PATCH] Add 0x7110 piix to ata_piix.c\n\nHi Jeff,\n\nI tested the PATA support on my old VAIO notebook, and it failed to find\nmy piix device:\n\n00:07.1 Class 0101: 8086:7111 (rev 01) (prog-if 80 [Master])\n        Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-\nParErr- Stepping- SERR- FastB2B-\n        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL\u003dmedium \u003eTAbort-\n\u003cTAbort- \u003cMAbort- \u003eSERR- \u003cPERR-\n        Latency: 64\n        Region 4: I/O ports at fc90 [size\u003d16]\n\nThis patch adds the pci id to ata_piix.c and things then work as\nexpected.\n\nSigned-off-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "cf0e812f0e90ee496af072b136e8bd02770387e6",
      "tree": "2396b3407663ba2e3567c8b20fe1bdf077e51648",
      "parents": [
        "d5b9b787b5e1618dfe82a2c2a6972374e85b02db"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Fri Oct 27 19:08:47 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:26:10 2006 -0500"
      },
      "message": "[PATCH] sata_sis: fix flags handling for the secondary port\n\nsis_init_one() modifies probe_ent-\u003eport_flags after allocating and\ninitializing it using ata_pci_init_native_mode().  This makes port_flags\nfor the secondary port (probe_ent-\u003epinfo2-\u003eflags) go out of sync resulting\nin misdetection of device due to incorrectly initialized SCR access flag.\n\nThis patch make probe_ent alloc/init happen after the final port flags\nvalue is determined.  This is fragile but probe_ent and all the related\nmess are scheduled to go away soon for exactly this reason.  We just need\nto hold everything together till then.\n\nThis has been spotted and diagnosed and tested by Patrick McHardy.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nCc: Patric McHardy \u003ckaber@trash.net\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "0ca43235b34c92278fa903297acef37198ec3e26",
      "tree": "df6a9dc9ad39e7aa45abbcc7f6cb7db781c7f69b",
      "parents": [
        "798b6b19d7a4b6e1ea5340ec8b3b92811e05b81b"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Oct 18 13:39:28 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:22:06 2006 -0500"
      },
      "message": "[PATCH] sky2: netpoll on dual port cards\n\nThe sky2 driver uses a single NAPI poll routine for both ports on dual ported\ncards (because there is a single IRQ and status ring). Netpoll makes assumptions\nabout the relationship between network device and NAPI that aren\u0027t correct\non the second port, this will cause the port to never clear work.\n\nMost systems, just have single port, so not a big issue.\nThe easy fix is just make the second port, not netpoll capable.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "798b6b19d7a4b6e1ea5340ec8b3b92811e05b81b",
      "tree": "746c4a144dd53d0efe679e73153b0b9c46e4759f",
      "parents": [
        "2ceaac755423cb93c1bb2f59ebd1a06f027ac095"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Sun Oct 22 20:16:57 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:22:06 2006 -0500"
      },
      "message": "[PATCH] skge, sky2, et all. gplv2 only\n\nI don\u0027t want my code to downgraded to GPLv3 because of\ncut-n-pasted the comments. These files which I hold copyright\non were started before it was clear what GPLv3 was going to be.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "2ceaac755423cb93c1bb2f59ebd1a06f027ac095",
      "tree": "b453d54375166f142b2cbca436689f170f3f89f9",
      "parents": [
        "1e1675ccf758cbb4303ab052d58405cda6c745a7"
      ],
      "author": {
        "name": "David Rientjes",
        "email": "rientjes@cs.washington.edu",
        "time": "Mon Oct 30 14:19:25 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:22:06 2006 -0500"
      },
      "message": "[PATCH] net s2io: return on NULL dev_alloc_skb()\n\nChecks for NULL dev_alloc_skb() and returns on true to avoid subsequent\ndereference.\n\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nCc: Christoph Hellwig \u003chch@infrared.org\u003e\nSigned-off-by: David Rientjes \u003crientjes@cs.washington.edu\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "1e1675ccf758cbb4303ab052d58405cda6c745a7",
      "tree": "b40697d45bba6e0a1c5d0271240db00f78023259",
      "parents": [
        "1e7bed081968c42469bd02842b4190a115008221"
      ],
      "author": {
        "name": "Jan-Bernd Themann",
        "email": "ossthema@de.ibm.com",
        "time": "Wed Oct 25 13:11:42 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:22:06 2006 -0500"
      },
      "message": "[PATCH] ehea: kzalloc GFP_ATOMIC fix\n\nThis patch fixes kzalloc parameters (GFP_ATOMIC instead of GFP_KERNEL)\n\nSigned-off-by: Jan-Bernd Themann \u003cthemann@de.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "1e7bed081968c42469bd02842b4190a115008221",
      "tree": "8dad5312be2a289669a83d7dec363215e54cf1d8",
      "parents": [
        "f479b322a0949d540b45aea645793058b0c50be5"
      ],
      "author": {
        "name": "Brice Goglin",
        "email": "brice@myri.com",
        "time": "Thu Oct 26 22:51:33 2006 +0200"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:22:05 2006 -0500"
      },
      "message": "[PATCH] myri10ge: ServerWorks HT2000 PCI id is already defined in pci_ids.h\n\nNo need to keep defining PCI_DEVICE_ID_SERVERWORKS_HT2000_PCIE\nin the driver code since it is now defined in pci_ids.h.\n\nSigned-off-by: Brice Goglin \u003cbrice@myri.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "f479b322a0949d540b45aea645793058b0c50be5",
      "tree": "a5686d252a9b70c65b39a419a78dac8319dd2463",
      "parents": [
        "09669585b5d0cfdebe28250d442693b3baac66a2"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Fri Oct 27 10:22:10 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:22:05 2006 -0500"
      },
      "message": "[PATCH] sky2: not experimental\n\nThe sky2 driver is no longer in experimental state.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "09669585b5d0cfdebe28250d442693b3baac66a2",
      "tree": "02c09eca3922476c9c5f59432588f9348e4c1413",
      "parents": [
        "9d4df9e0fadfc84cd826e0f7e946691b4d7baee5"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Sun Oct 29 03:47:12 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:22:05 2006 -0500"
      },
      "message": "[PATCH] n2: fix confusing error code\n\nmodprobe n2 with no parameters or no such devices\nwill get confusing error message.\n\n# modprobe n2\n...  Kernel does not have module support\n\nThis patch replaces return code from -ENOSYS to -EINVAL.\n\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nCc: Krzysztof Halasa \u003ckhc@pm.waw.pl\u003e\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\n\n drivers/net/wan/n2.c |    6 +++---\n 1 file changed, 3 insertions(+), 3 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9d4df9e0fadfc84cd826e0f7e946691b4d7baee5",
      "tree": "dc1aebc200dfe6b6598167e569b157e2e04176f4",
      "parents": [
        "06f0015ace46ce9d313ec02d6b13c47c8e795a6c"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Sun Oct 29 03:52:14 2006 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:22:05 2006 -0500"
      },
      "message": "[PATCH] tokenring: fix module_init error handling\n\n- Call platform_driver_unregister() before return when no cards found.\n  (fixes data corruption when no cards found)\n\n- Check platform_device_register_simple() return value\n\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nCc: Mike Phillips \u003cmikep@linuxtr.net\u003e\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\n\n drivers/net/tokenring/proteon.c |    9 +++++++--\n drivers/net/tokenring/skisa.c   |    9 +++++++--\n 2 files changed, 14 insertions(+), 4 deletions(-)\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "06f0015ace46ce9d313ec02d6b13c47c8e795a6c",
      "tree": "16df40b4cb8d65e1255dbad3cf9be04dbb63ace2",
      "parents": [
        "79c356f44b26da9fe357ed1a11e7faec4fd94e13"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Oct 30 19:54:08 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:22:05 2006 -0500"
      },
      "message": "[PATCH] ep93xx_eth: don\u0027t report RX errors\n\nFlooding the console with error messages for every RX FIFO overrun,\nchecksum error and framing error isn\u0027t very sensible.  Each of these\nerrors can occur during normal operation, so stop printk\u0027ing error\nmessages for RX errors at all.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "79c356f44b26da9fe357ed1a11e7faec4fd94e13",
      "tree": "0c710e9b3a9263155fb52b5c55ffeee9d09790a2",
      "parents": [
        "2d38caba5fd148976f54930782e8209fa45879a0"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Oct 30 19:52:54 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:22:05 2006 -0500"
      },
      "message": "[PATCH] ep93xx_eth: fix unlikely(x) \u003e y test\n\nFix unlikely(x) \u003e y test in ep93xx_eth.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "2d38caba5fd148976f54930782e8209fa45879a0",
      "tree": "7f8bc1ee29d9bfc79ecb9a609084526a874df492",
      "parents": [
        "d5b9b787b5e1618dfe82a2c2a6972374e85b02db"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Mon Oct 30 19:52:31 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 31 20:22:05 2006 -0500"
      },
      "message": "[PATCH] ep93xx_eth: fix RX/TXstatus ring full handling\n\nRay Lehtiniemi reported that an incoming UDP packet flood can lock up\nthe ep93xx ethernet driver.  Herbert Valerio Riedel noted that due to\nthe way ep93xx_eth manages the RX/TXstatus rings, it cannot distinguish\na full ring from an empty one, and correctly suggested that this was\nlikely to be causing this lockup to occur.\n\nInstead of looking at the hardware\u0027s RX/TXstatus ring write pointers\nto determine when to stop reading from those rings, we should just check\nevery individual RX/TXstatus descriptor\u0027s valid bit instead, since there\nis no other way to distinguish an empty ring from a full ring, and if\nthere is a descriptor waiting, we take the hit of reading the descriptor\nfrom memory anyway.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c21e6d65f70d64b359a37545592f39e28074864e",
      "tree": "689f0131814392db26e00db4aadc59affaaee9f8",
      "parents": [
        "e8f05de54055e90e6d58e45866f84ecdb0b48acd"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 31 13:41:59 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 31 20:13:20 2006 +0000"
      },
      "message": "[MIPS] Sort out missuse of __init for prom_getcmdline()\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "68586b67ab1a2fd618f79e29a06f10ae886f4b46",
      "tree": "0a764201c970dc7a97103df7875bbd982bf4ef46",
      "parents": [
        "0b26c88f29ad8bcf91a2ea8f25a36f2028ebabea"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@mellanox.co.il",
        "time": "Mon Oct 30 16:31:52 2006 +0200"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Oct 31 10:51:26 2006 -0800"
      },
      "message": "IB/mthca: Fix MAD extended header format for MAD_IFC firmware command\n\nSeveral fields in an incoming MAD extended info header were passed\ninto the MAD_IFC firmware command at incorrect offsets (mostly off by\n4 bytes).  As the result, the HCA will fail to generate traps in which\nthis info is needed (e.g. traps which include the GRH of the incoming\npacket), in violation of the IB spec.\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "80fc115d461031dc66bb7f31b8c84868e370fea6",
      "tree": "9a539a84c09c5838090c05b925e7d2b5c6a1b316",
      "parents": [
        "5fccbf61be2a7f32d2002b04afca4c5009612a58"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Mon Oct 30 20:41:11 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 31 08:13:19 2006 -0800"
      },
      "message": "[PATCH] SCSI: ISCSI build failure\n\nSCSI_QLA_ISCSI needs to depend on NET to prevent build (link) failures\nthat are caused by selecting SCSI_ISCSI_ATTRS.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "eafa6cb18ec7e5424ce54017b5ce6d11dff58b79",
      "tree": "d930417cd7d252fe171663aecd9229d19d42aa99",
      "parents": [
        "612b322ade7954a1d984fa410a70d4ae50f75c0d",
        "4731f2dfd5049b7a2b3b5a7131525f6151855f0d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 31 08:10:03 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 31 08:10:03 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6:\n  sh: Titan defconfig update.\n  sh: Fix IPR-IRQ\u0027s for IRQ-chip change breakage.\n  sh: Update r7780rp_defconfig.\n  video: Fix include in hp680_bl.\n  sh: Wire up new syscalls.\n"
    },
    {
      "commit": "0b26c88f29ad8bcf91a2ea8f25a36f2028ebabea",
      "tree": "8d8f3417f9ccc1fb24a112c8fa256e1f215cc677",
      "parents": [
        "d7b748d63c908a0a85099ce546594192ae0926f6"
      ],
      "author": {
        "name": "Jack Morgenstein",
        "email": "jackm@dev.mellanox.co.il",
        "time": "Wed Oct 25 12:54:20 2006 +0200"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Oct 30 21:19:35 2006 -0800"
      },
      "message": "IB/uverbs: Return sq_draining value in query_qp response\n\nReturn the sq_draining value back to user space for query_qp instead\nof the en_sqd_async notify value, which is valid only for\nmodify_qp.  For query_qp, the draining status should returned.\n\nSigned-off-by: Jack Morgenstein \u003cjackm@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "d7b748d63c908a0a85099ce546594192ae0926f6",
      "tree": "d1a04c03e19ca2ffb647c6d77b0a53ace23dbc34",
      "parents": [
        "8de94ce19dd3c6fc6e9d9658da11cf3d76841ee5"
      ],
      "author": {
        "name": "Steve Wise",
        "email": "swise@opengridcomputing.com",
        "time": "Mon Oct 30 20:52:53 2006 -0800"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Oct 30 20:52:53 2006 -0800"
      },
      "message": "IB/amso1100: Fix incorrect pr_debug()\n\npr_debug() was printing the wrong stuff.\n\nSigned-off-by: Steve Wise \u003cswise@opengridcomputing.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "8de94ce19dd3c6fc6e9d9658da11cf3d76841ee5",
      "tree": "a9dfc1ed6ebee7112a593cc6505563295185ace7",
      "parents": [
        "04d03bc576f244bfa9692452aab83fa357ac0d57"
      ],
      "author": {
        "name": "Steve Wise",
        "email": "swise@opengridcomputing.com",
        "time": "Fri Oct 27 17:28:35 2006 -0500"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Oct 30 20:52:52 2006 -0800"
      },
      "message": "IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_single\n\nThe Ammasso driver needs to use dma_alloc_coherent() for\nallocating memory that will be used by the HW for dma.\n\nSigned-off-by: Steve Wise \u003cswise@opengridcomputing.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "04d03bc576f244bfa9692452aab83fa357ac0d57",
      "tree": "a8f272c35f90d68509a6497341b64204ad7d1571",
      "parents": [
        "255d0c14b3757e8bd85add874e4dca4c3621b39e"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Oct 25 15:28:08 2006 +1000"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Oct 30 20:52:51 2006 -0800"
      },
      "message": "IB/ehca: Fix eHCA driver compilation for uniprocessor\n\nThe eHCA driver does not compile for a uniprocessor configuration\n(CONFIG_SMP\u003dn), due to H_SUCCESS and other symbols being undefined.\nThis fixes it.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nAcked-by: Hoang-Nam Nguyen \u003cHNGUYEN@de.ibm.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "255d0c14b3757e8bd85add874e4dca4c3621b39e",
      "tree": "7b12b21a99da6dfba8097558d270b9c9e84dfd9f",
      "parents": [
        "2e7a7426282bfa2d7dff6eddc5485af8c79a68f3"
      ],
      "author": {
        "name": "Krishna Kumar",
        "email": "krkumar2@in.ibm.com",
        "time": "Tue Oct 24 13:22:28 2006 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Oct 30 20:52:51 2006 -0800"
      },
      "message": "RDMA/cma: rdma_bind_addr() leaks a cma_dev reference count\n\nrdma_bind_addr() leaks a cma_dev reference count in failure case.\n\nSigned-off-by: Krishna Kumar \u003ckrkumar2@in.ibm.com\u003e\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\n"
    },
    {
      "commit": "2e7a7426282bfa2d7dff6eddc5485af8c79a68f3",
      "tree": "1ee6bd2220745b04eeb5346081fbfda56781762c",
      "parents": [
        "ae99a78af33f00565a05dbbc6ca9b247fed002c5"
      ],
      "author": {
        "name": "Erez Zilber",
        "email": "erezz@voltaire.com",
        "time": "Sun Oct 22 10:28:38 2006 +0200"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Oct 30 20:52:50 2006 -0800"
      },
      "message": "IB/iser: Start connection after enabling iSER\n\nWhen a connection is started (a new connection or a recovered one),\niSER should prepare its resources for full-featured mode and only then\nnotify the iSCSI layer that it is ready to start queueing commands.\n\nSigned-off-by: Erez Zilber \u003cerezz@voltaire.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "1aea7e00f6b83d32d359aeb8d670f1f7aaa88d55",
      "tree": "5541e628b481d46b091943dce35a5bde440f8c55",
      "parents": [
        "6887d83d6a537b5002edff7efa1a7c600af0ce26"
      ],
      "author": {
        "name": "Kristoffer Ericson",
        "email": "kristoffer_e1@hotmail.com",
        "time": "Tue Oct 31 11:47:27 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Oct 31 12:53:28 2006 +0900"
      },
      "message": "video: Fix include in hp680_bl.\n\nThe hp6xx.h header moved location, causing the build to fail,\nfix it up.\n\nSigned-off-by: Kristoffer Ericson \u003ckristoffer_e1@hotmail.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c20e3945c761502b9d5d73ef0ff5f1a84b3a717e",
      "tree": "91ae6f4305174b929936d5ace5535b1e722976b2",
      "parents": [
        "234af4840135342ab295b4e1219fd35c27fdd439"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Oct 29 16:14:55 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Oct 30 15:24:38 2006 -0800"
      },
      "message": "[ETH1394]: Fix unaligned accesses.\n\nSeveral u64 objects are derefernced in situations where the\npointer is not guarenteed to be aligned correctly.  Use\nget_unaligned() as needed.\n\nThanks to Will Simoneau for lots of testing and debugging\nhelp.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\nAcked-by: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\n"
    },
    {
      "commit": "d458fd82c9bb536e4a582955e88554a02a92bf78",
      "tree": "7552a44bfaf5d4b08bf16e88ddd4615431142cb2",
      "parents": [
        "a7aacdf9ea45bf6139cfd750e558a3dcbc6f16c3"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Thu Oct 26 17:15:20 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Oct 30 15:24:33 2006 -0800"
      },
      "message": "[NET] sealevel: uses arp_broken_ops\n\nOn Wed, 25 Oct 2006 18:03:13 +0200 Toralf Förster wrote:\n\n\u003e WARNING: \"arp_broken_ops\" [drivers/net/wan/sealevel.ko] undefined!\n\u003e make[1]: *** [__modpost] Error 1\n\u003e make: *** [modules] Error 2\n\u003e\n\u003e Here\u0027s the config:\n...\n\u003e # CONFIG_INET is not set\n\u003e CONFIG_SEALEVEL_4021\u003dm\n\nSealevel uses arp_broken_ops so it needs to depend on INET.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2b52c9590d5ad2fb67b720ec12018dd2cf061480",
      "tree": "b856671a159e4ee47fccdb360016b6fd93061f6c",
      "parents": [
        "f0ec1aaf54caddd21c259aea8b2ecfbde4ee4fb9"
      ],
      "author": {
        "name": "Sergey Vlasov",
        "email": "vsu@altlinux.ru",
        "time": "Sun Oct 29 22:46:44 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 30 12:08:41 2006 -0800"
      },
      "message": "[PATCH] drivers/ide/pci/generic.c: add missing newline to the all-generic-ide message\n\nSigned-off-by: Sergey Vlasov \u003cvsu@altlinux.ru\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7259f0d05d595b73ef312a082e628627c6414969",
      "tree": "6227c5e3cd0c31fa80c7a35113007caaf70bf3b6",
      "parents": [
        "70812522b847bdb8fabee963191734f5fa3143f3"
      ],
      "author": {
        "name": "Peter Zijlstra",
        "email": "a.p.zijlstra@chello.nl",
        "time": "Sun Oct 29 22:46:36 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 30 12:08:40 2006 -0800"
      },
      "message": "[PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEAD\n\nkernel: INFO: trying to register non-static key.\nkernel: the code is fine but needs lockdep annotation.\nkernel: turning off the locking correctness validator.\nkernel:  [\u003cc04051ed\u003e] show_trace_log_lvl+0x58/0x16a\nkernel:  [\u003cc04057fa\u003e] show_trace+0xd/0x10\nkernel:  [\u003cc0405913\u003e] dump_stack+0x19/0x1b\nkernel:  [\u003cc043b1e2\u003e] __lock_acquire+0xf0/0x90d\nkernel:  [\u003cc043bf70\u003e] lock_acquire+0x4b/0x6b\nkernel:  [\u003cc061472f\u003e] _spin_lock_irqsave+0x22/0x32\nkernel:  [\u003cc04363d3\u003e] prepare_to_wait+0x17/0x4b\nkernel:  [\u003cf89a24b6\u003e] lpfc_do_work+0xdd/0xcc2 [lpfc]\nkernel:  [\u003cc04361b9\u003e] kthread+0xc3/0xf2\nkernel:  [\u003cc0402005\u003e] kernel_thread_helper+0x5/0xb\n\nAnother case of non-static lockdep keys; duplicate the paradigm set by\nDECLARE_COMPLETION_ONSTACK and introduce DECLARE_WAIT_QUEUE_HEAD_ONSTACK.\n\nSigned-off-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Greg KH \u003cgregkh@suse.de\u003e\nCc: Markus Lidel \u003cmarkus.lidel@shadowconnect.com\u003e\nAcked-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Arjan van de Ven \u003carjan@infradead.org\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nCc: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "70812522b847bdb8fabee963191734f5fa3143f3",
      "tree": "5e1c4372cfe9437a9a7eeaf65d627596299fbddf",
      "parents": [
        "0e2d57fc6e7dabdbfdd4f26c861e7e6c75d5bdcf"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Sun Oct 29 22:46:35 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 30 12:08:40 2006 -0800"
      },
      "message": "[PATCH] isdn/gigaset: avoid cs-\u003edev null pointer dereference\n\nWhen gigaset_initbcs() is called, cs-\u003edev is not initialized yet.  If\ndev_alloc_skb() failed in this function, NULL poinster dereference will\nhappen at dev_warn().\n\nCc: Kai Germaschewski \u003ckai.germaschewski@gmx.de\u003e\nCc: Hansjoerg Lipp \u003chjlipp@web.de\u003e\nCc: Tilman Schmidt \u003ctilman@imap.cc\u003e\nAcked-by: Karsten Keil \u003ckkeil@suse.de\u003e\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a5a89bae0449634fdb7aa7cdb1c5ba154e4a789b",
      "tree": "7c068807b82bb1409582c4c67b10e8e0a02cc611",
      "parents": [
        "37af6560f7978c60791b5f3df17ce8b3e97f2d6e"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sun Oct 29 22:46:33 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 30 12:08:40 2006 -0800"
      },
      "message": "[PATCH] ioc4_serial: irq flags fix\n\nUse the correct type for the CPU flags.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "37af6560f7978c60791b5f3df17ce8b3e97f2d6e",
      "tree": "6c8d68e7d79b2d49088e8be408b2f8a0a38f5212",
      "parents": [
        "c1b707d253fe918b92882cff1dbd926b47e14fd2"
      ],
      "author": {
        "name": "Christophe Saout",
        "email": "christophe@saout.de",
        "time": "Mon Oct 30 20:39:08 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 30 12:02:57 2006 -0800"
      },
      "message": "[PATCH] Fix dmsetup table output change\n\nFix dm-crypt after the block cipher API changes to correctly return the\nbackwards compatible cipher-chainmode[-ivmode] format for \"dmsetup\ntable\".\n\nSigned-off-by: Christophe Saout \u003cchristophe@saout.de\u003e\nCc: Alasdair G Kergon \u003cagk@redhat.com\u003e\nCc: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n\ndiff linux-2.6.19-rc3.orig/drivers/md/dm-crypt.c linux-2.6.19-rc3/drivers/md/dm-crypt.c\n"
    },
    {
      "commit": "209ad53bc19667a128d9c51beba873a5c62bff6e",
      "tree": "d33657bb32ada69baf79015d7d484402e2937a43",
      "parents": [
        "9ca0e5474d11ca044e0aacfa6e78bf17957118d2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 29 17:31:49 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 29 17:31:49 2006 -0800"
      },
      "message": "Revert \"r8169: mac address change support\"\n\nThis reverts commit a2b98a697fa4e7564f78905b83db122824916cf9.\n\nAs per Guennadi Liakhovetski, the mac address change support code breaks\nsome normal uses (_without_ any address changes), and until it\u0027s all\nsorted out, we\u0027re better off without it.\n\nSays Francois:\n\n  \"Go revert it.\n\n   Despite what I claimed, I can not find a third-party confirmation by\n   email that it works elsewhere.\n\n   It would probably be enough to remove the call to\n   __rtl8169_set_mac_addr() in rtl8169_hw_start() though.\"\n\nSee also\n\n\thttp://bugzilla.kernel.org/show_bug.cgi?id\u003d6032\n\nCc: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nAcked-by: Francois Romieu \u003cromieu@fr.zoreil.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9ca0e5474d11ca044e0aacfa6e78bf17957118d2",
      "tree": "2ffa4b51a73070e41b53644e0adfd39adf1eb501",
      "parents": [
        "c0f79c4cb11acca545f9802ee0e14ad3b5cc123d",
        "9f0f9313cec8c76c89bc8a68653f928fa12fab96"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 29 17:25:48 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 29 17:25:48 2006 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\n* master.kernel.org:/home/rmk/linux-2.6-arm:\n  [ARM] 3914/1: [Jornada7xx] - Typo Fix in cpu-sa1110.c (b !\u003d B)\n  [ARM] 3913/1: n2100: fix IRQ routing for second ethernet port\n  [ARM] Add KBUILD_IMAGE target support\n  [ARM] Fix suspend oops caused by PXA2xx PCMCIA driver\n  [ARM] Fix i2c-pxa slave mode support\n  [ARM] 3900/1: Fix VFP Division by Zero exception handling.\n  [ARM] 3899/1: Fix the normalization of the denormal double precision number.\n  [ARM] 3909/1: Disable UWIND_INFO for ARM (again)\n  [ARM] Add __must_check to uaccess functions\n  [ARM] Add realview SMP default configuration\n  [ARM] Fix SMP irqflags support\n"
    },
    {
      "commit": "c0f79c4cb11acca545f9802ee0e14ad3b5cc123d",
      "tree": "89d44f772a625bca06c7cf1bbed748f58dcab24a",
      "parents": [
        "7a20655bc5316ccec0f036cde46e609ba5571f5e",
        "f901b8c46fa9748b9d6836e9b158cf7be89447f1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 29 17:21:42 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 29 17:21:42 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6:\n  [PATCH] PCMCIA: fix __must_check warnings\n  [PATCH] PCMCIA: handle sysfs, PCI errors\n  [PATCH] Export soc_common_drv_pcmcia_remove to allow modular PCMCIA.\n  [PATCH] ioremap balanced with iounmap for drivers/pcmcia\n  [PATCH] pcmcia: au1000_generic fix\n  [PATCH] i82092: wire up errors from pci_register_driver()\n  [PATCH] CONFIG_PM\u003dn slim: drivers/pcmcia/*\n  [PATCH] pcmcia/ds: driver layer error checking\n  [PATCH] pcmcia: update alloc_io_space for conflict checking for multifunction PC card\n  [PATCH] pcmcia: add more IDs to hostap_cs.c\n  [PATCH] pcmcia: at91_cf update\n"
    },
    {
      "commit": "7a20655bc5316ccec0f036cde46e609ba5571f5e",
      "tree": "c61933e48a85737b8279512d661357d6bb83ea4c",
      "parents": [
        "e6c9f716ba91c1e065b75949f643383d1888bed5",
        "150ed8ed63b96d7f93ef7e6081797aa0df2b1abd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 29 13:53:05 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 29 13:53:05 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:\n  [WATCHDOG] sc1200wdt.c pnp unregister fix.\n"
    }
  ],
  "next": "150ed8ed63b96d7f93ef7e6081797aa0df2b1abd"
}
