)]}'
{
  "log": [
    {
      "commit": "e0aa8afd97536a9d94f82a07b4c4b3f05aef6f82",
      "tree": "a0ac7eb5814f61f8205ce88d31529f8090b74f2e",
      "parents": [
        "e4ff4d7f9d85a2bc714307eb9113617182e62845"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 17:08:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 17:08:21 2005 -0700"
      },
      "message": "Fix up qla2xxx configuration bogosity\n\nIf we haven\u0027t configured the qla24xx driver, then the Makefile shouldn\u0027t\ndo it for us.\n\nThis also means that we can avoid the unnecessary selection of FC_ATTRS.\n\nDebugged by James Bottomley\n"
    },
    {
      "commit": "839c5d2511fadc35cc4e8a8ffa833d76668700b2",
      "tree": "8c5150c50dba619ec88818e1610263582d476217",
      "parents": [
        "96fad28a781069eb40156f78b8f50c349805b652",
        "5e43db7730e7cef7d37968ea789c41392519a864"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:37:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:37:59 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "59904159c316f7bc02d00ff7b0dc3f9d3afd07fd",
      "tree": "97ae16e0588c1f3e9c61b2a49dad267600f1b4b0",
      "parents": [
        "77933d7276ee8fa0e2947641941a6f7a100a327b"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl-lkml@dif.dk",
        "time": "Wed Jul 27 11:46:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:20 2005 -0700"
      },
      "message": "[PATCH] Update CREDITS entry and listings in source files for Jesper Juhl\n\na) update entry in CREDITS for Jesper Juhl\nb) remove email address from source files so it\u0027s only listed in credits.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "77933d7276ee8fa0e2947641941a6f7a100a327b",
      "tree": "e3a42724642410f5257c794a71b34642092eedd5",
      "parents": [
        "03e259a9cdbd0583e71468293aaa1ccadbdaeff1"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "juhl@dif.dk",
        "time": "Wed Jul 27 11:46:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:20 2005 -0700"
      },
      "message": "[PATCH] clean up inline static vs static inline\n\n`gcc -W\u0027 likes to complain if the static keyword is not at the beginning of\nthe declaration.  This patch fixes all remaining occurrences of \"inline\nstatic\" up with \"static inline\" in the entire kernel tree (140 occurrences in\n47 files).\n\nWhile making this change I came across a few lines with trailing whitespace\nthat I also fixed up, I have also added or removed a blank line or two here\nand there, but there are no functional changes in the patch.\n\nSigned-off-by: Jesper Juhl \u003cjuhl-lkml@dif.dk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "03e259a9cdbd0583e71468293aaa1ccadbdaeff1",
      "tree": "ee41f6bcfbeeeb6f3cd269622d499ee9eb6df233",
      "parents": [
        "dbd4f12859307c20a4c65a7de4cdd5f9f518dc7a"
      ],
      "author": {
        "name": "Michal Januszewski",
        "email": "spock@gentoo.org",
        "time": "Wed Jul 27 11:46:08 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:19 2005 -0700"
      },
      "message": "[PATCH] fbdev: update info-\u003ecmap when setting cmap from user-/kernelspace.\n\nThe fb_info struct, as defined in include/linux/fb.h, contains an element\nthat is supposed to hold the current color map:\n  struct fb_cmap cmap;            /* Current cmap */\n\nThis cmap is currently never updated when either fb_set_cmap() or\nfb_set_user_cmap() are called.  As a result, info-\u003ecmap contains the\ndefault cmap that was set by a device driver/fbcon and a userspace\napplication using the FBIOGETCMAP ioctl will not always get the *currently*\nused color map.\n\nThe patch fixes this by making sure the cmap is copied to info-\u003ecmap after\nit is set correctly.  It moves most of the code that is responsible for\nsetting the cmap to fb_set_cmap() and out of fb_set_user_cmap() to avoid\ncode-duplication.\n\nSigned-off-by: Michal Januszewski \u003cspock@gentoo.org\u003e\nCc: \u003clinux-fbdev-devel@lists.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dbd4f12859307c20a4c65a7de4cdd5f9f518dc7a",
      "tree": "16aa37137555ce5234d723a69b143bfd0902178b",
      "parents": [
        "d210224732b3d32e802e3537499297d387852166"
      ],
      "author": {
        "name": "Michal Januszewski",
        "email": "spock@gentoo.org",
        "time": "Wed Jul 27 11:46:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:19 2005 -0700"
      },
      "message": "[PATCH] fbcon: don\u0027t repaint the cursor when it is disabled.\n\nCurrently even when the cursor is disabled (`setterm -cursor off`), it is\nstill repainted as a black rectangle the size of a single char.  This can\nbe seen, for example, by chvt\u0027ing to a free tty, disabling the cursor and\ndoing `dd if\u003d3D/dev/urandom of\u003d3D/dev/fb0`.\n\nThe patch changes this behaviour by avoiding painting anything when the\ncursor is disabled.\n\nSigned-off-by: Michal Januszewski \u003cspock@gentoo.org\u003e\nCc: \u003clinux-fbdev-devel@lists.sourceforge.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d210224732b3d32e802e3537499297d387852166",
      "tree": "17014af0ea8b19dae7848736d324499715b7a1a3",
      "parents": [
        "3ca34fcbfbf8a7cbe99d54ae81c4e28fdc6f4ac6"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] fbdev: colormap fixes\n\nColor maps have up to 256 entries.  4096/256 allows for 16 characters per\nline.  The format for a cmap entry is \"%02x%c%4x%4x%4x\\n\" %02x entry %c\ntransp %4x red %4x blue %4x green\n\nYou can read the color_map with cat fb0/color_map.\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3ca34fcbfbf8a7cbe99d54ae81c4e28fdc6f4ac6",
      "tree": "767ed7d2cf9932e015f4b5753a1a849ca47a2ce3",
      "parents": [
        "5a340cce09f5dfd89b7b7eea1a52d1a2d1c99a2e"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] radeonfb: clean up EDID sysfs attribute\n\nradeonfb does not clean up EDID sysfs attribute\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5a340cce09f5dfd89b7b7eea1a52d1a2d1c99a2e",
      "tree": "cb7a68d23fb93e3b72d9338b1b2f69aaa0f3e91b",
      "parents": [
        "0a793b77f786022bd0fef1a18142c1b9be9e421d"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] fbmem: use unregister_chrdev() on unload\n\nfbdev is missing unregister_chrdev() on unload.\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0a793b77f786022bd0fef1a18142c1b9be9e421d",
      "tree": "3a1c92ad2728db09f465eb32f7e31ccbb483d381",
      "parents": [
        "4e4b7952cd34af4dd78e012265d4bc858db6adf3"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Wed Jul 27 11:46:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] fbmon: horizontal frequency rounding fix\n\nFix rounding error when mode frequency is very close to monitor limit\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nAcked-by: James Simmons \u003cjsimmons@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4e4b7952cd34af4dd78e012265d4bc858db6adf3",
      "tree": "ccb9d2de5605b749132847e3d8e9da0ef548a96d",
      "parents": [
        "6ddcc9197beef7cba993c38cdcad45aefb557d33"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Wed Jul 27 11:46:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:18 2005 -0700"
      },
      "message": "[PATCH] cpm_uart: use DPRAM for early console\n\nm8xx_cpm_hostalloc() can\u0027t rely on using the coherent DMA allocator early\non boot because the VM is not fully up yet.  Change it to use the on-board\nDPRAM instead.\n\nThe current code relies on the \"bootmem_page\" allocated by\nm8xx_cpm_reset(), which must be killed.\n\nThis is done in v2.4 but has never been forward ported to v2.6.\n\nSigned-off-by: Marcelo Tosatti \u003cmarcelo.tosatti@cyclades.com\u003e\nCc: Pantelis Antoniou \u003cpanto@intracom.gr\u003e\nCc: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6ddcc9197beef7cba993c38cdcad45aefb557d33",
      "tree": "85c5f8a20c4c14e2ce6f8ad5b4e17b0f1500e22c",
      "parents": [
        "9d2599d98e9cb511f326b2d1b353e462bc360774"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:46:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:17 2005 -0700"
      },
      "message": "[PATCH] dvb: rename lgdt3302 frontend module to lgdt330x\n\nRename lgdt3302 to lgdt330x, to make way for the addition of lgdt3303\nsupport in future revisions.\n\nI am changing the name of this module now so that hopefully the name will\nbe changed before the release of 2.6.13 ...  It wouldn\u0027t make sense to\nrelease 2.6.13 with the name lgdt3302 in it, which will only be renamed to\nlgdt330x in later versions.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9d2599d98e9cb511f326b2d1b353e462bc360774",
      "tree": "cf7f6af005d331c4115a60c33729e2adeb622dc0",
      "parents": [
        "29780bb7af61752924cf4814f2d8180747b38105"
      ],
      "author": {
        "name": "Michael Hunold",
        "email": "hunold@linuxtv.org",
        "time": "Wed Jul 27 11:46:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:17 2005 -0700"
      },
      "message": "[PATCH] v4l: fix tuning with MXB driver\n\nI noticed that some past changes to the gerneric Video4Linux tuner module\nfor analog tuners broke my \"Multimedia eXtension Board\" driver.\n\nThe tuner driver was made aware of Video4Linux2 tuning ioctls, but my\ndriver was not ported and still uses the Video4Linux1 ioctls.  This does\nnot work anymore as intendend, the tuning is currently broken.\n\nThe attached patch fixes non-working tuning in MXB driver introduced by\nsome recent generic tuner changes by replacing Video4Linux1 tuner ioctls\nwith proper Video4Linux2 tuner ioctls.\n\n- fix non-working tuning in MXB driver introduced by some recent generic\n  tuner changes by replacing Video4Linux1 tuner ioctls with proper\n  Video4Linux2 tuner ioctls\n\nSigned-off-by: Michael Hunold \u003chunold@linuxtv.org\u003e\nCc: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "29780bb7af61752924cf4814f2d8180747b38105",
      "tree": "6af2ff17efb50983c03f035e2f0ebae8adab072b",
      "parents": [
        "84de2eff1390a89a76507abc3073dad8de751869"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:17 2005 -0700"
      },
      "message": "[PATCH] v4l: hybrid dvb: rename CFLAGS from CONFIG_DVB_xxxx back to original HAVE_xxxx\n\nThe #define CONFIG_DVB_* are actually CFLAGS set by Makefile.  CONFIG_*\nnamespace is reserved for Kconfig.  This renames them back to HAVE_*\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "84de2eff1390a89a76507abc3073dad8de751869",
      "tree": "d132b0a93d69467a2100e45a473dad05bdd69c29",
      "parents": [
        "0b1cd0c77429083d6ceb379b1d15c6bca165e90b"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:17 2005 -0700"
      },
      "message": "[PATCH] v4l: hybrid dvb: move #defines to Makefile\n\nThis patch moves #define from cx88-dvb.c and saa7134-dvb.c into Makefile as\nCFLAGS, allowing code compatability with video4linux cvs.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0b1cd0c77429083d6ceb379b1d15c6bca165e90b",
      "tree": "6db82fb068ec1b25d67d980a844027be1a58da33",
      "parents": [
        "d975872c5c94615a12040009cde71c82cddeb1be"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mike@krufky.com",
        "time": "Wed Jul 27 11:45:57 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:17 2005 -0700"
      },
      "message": "[PATCH] v4l: hybrid dvb: fix warnings with -Wundef\n\nThis patch adds a missing #ifdef to saa7134-dvb.c (thanks to Mauro Carvalho\nChehab) and changes #if to #ifdef in both files.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d975872c5c94615a12040009cde71c82cddeb1be",
      "tree": "142f2437d3dec95a9d8ba2266c4e572769833b54",
      "parents": [
        "723d52e6a6391e8c4954dca0a7efd3645181981f"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] dvb/v4l: cx88 cleanup\n\nRemove unneeded comment.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "723d52e6a6391e8c4954dca0a7efd3645181981f",
      "tree": "6d282e5d4ba092001858e5e3b42e8cbc7d68fedc",
      "parents": [
        "0ccef6dbb08770bf21ffc82094c2117bd7977ff8"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] lgdt3302: warning fix\n\nwarning: `i2c_readbytes\u0027 defined but not used\n\nThis code will either be re-enabled or deleted in a future patch.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0ccef6dbb08770bf21ffc82094c2117bd7977ff8",
      "tree": "9c3ce535dd9fbe22d922b8f48b0e3c285b73327f",
      "parents": [
        "b6aef071bdef0cd9f69113bb3575aa45fafdbbbf"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:55 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] dvb/4vl: RF input selection fir\n\nSelect the RF input connector based upon the type of demodulation selected.\n ANT RF connector is selected for 8-VSB and CABLE RF connector is selected\nfor QAM64/QAM256.  This only affects the cards that use the Microtune 4042\ntuner.\n\nSigned-off-by: Mac Michaels \u003cwmichaels1@earthlink.net\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b6aef071bdef0cd9f69113bb3575aa45fafdbbbf",
      "tree": "d6c7d89190119811244f1c039671d7483296e7c1",
      "parents": [
        "7fd0f3acfa7dfc6e8aba7ce1639b8590ddb98fea"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:54 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] dvb/v4l: lgdt3302: isolate tuner\n\nRemove the dvb_pll_desc from the frontend and replace with a\npll_set-callback to isolate the tuner programming from the frontend.\n\nSigned-off-by: Mac Michaels \u003cwmichaels1@earthlink.net\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7fd0f3acfa7dfc6e8aba7ce1639b8590ddb98fea",
      "tree": "2c0c0ff117ebb3d5358d4a13c7f65268abdcf63f",
      "parents": [
        "b96d611f373b2cbf5ffc093d859b3a9b1009e096"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Wed Jul 27 11:45:53 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] v4l: fix regression modprobe bttv freezes the computer\n\nRemove redundant bttv_reset_audio() which caused the computer to freeze\nwith some bt8xx based DVB cards when loading the bttv driver.\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b96d611f373b2cbf5ffc093d859b3a9b1009e096",
      "tree": "1f63e1ec89549d5db1f65569d7da34354d1f5285",
      "parents": [
        "82ee3e6fa347dcba19e36afb23a01020bc2e77e2"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Jul 27 11:45:52 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:16 2005 -0700"
      },
      "message": "[PATCH] VIDEO_SAA7134 must depend on SOUND\n\nVIDEO_SAA7134\u003dy and SOUND\u003dn results in the following compile error:\n\n  LD      .tmp_vmlinux1\ndrivers/built-in.o(.text+0x4fafcb): In function `saa7134_initdev\u0027:\n: undefined reference to `unregister_sound_dsp\u0027\ndrivers/built-in.o(.text+0x4fb141): In function `saa7134_initdev\u0027:\n: undefined reference to `register_sound_dsp\u0027\ndrivers/built-in.o(.text+0x4fb17c): In function `saa7134_initdev\u0027:\n: undefined reference to `register_sound_mixer\u0027\ndrivers/built-in.o(.text+0x4fb339): In function `saa7134_finidev\u0027:\n: undefined reference to `unregister_sound_mixer\u0027\ndrivers/built-in.o(.text+0x4fb341): In function `saa7134_finidev\u0027:\n: undefined reference to `unregister_sound_dsp\u0027\nmake: *** [.tmp_vmlinux1] Error 1\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "82ee3e6fa347dcba19e36afb23a01020bc2e77e2",
      "tree": "5bffda0707ba1fe1a1c1e59029762c9b76b026b3",
      "parents": [
        "9e00e48626474854bf712372fe6656ef4621af0f"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Jul 27 11:45:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:15 2005 -0700"
      },
      "message": "[PATCH] drivers/media/video/tveeprom.c: possible cleanups\n\nThis patch contains the following possible cleanups:\n- make two needlessly global structs static\n- #if 0 the EXPORT_SYMBOL\u0027ed but unused function tveeprom_dump\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9e00e48626474854bf712372fe6656ef4621af0f",
      "tree": "c8d4633c86d5160fb476c7b25b80c7283d8331da",
      "parents": [
        "617b586bca4eda775f93915b8efd586dddf7903c"
      ],
      "author": {
        "name": "Gregory B Frost",
        "email": "frosts1@hotkey.net.au",
        "time": "Wed Jul 27 11:45:48 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:15 2005 -0700"
      },
      "message": "[PATCH] DVICO Fusion DVB-T1 Tuner (LG-Z201) fix\n\nIt is a small modification to the table that defines the way that the\nLG-Z201 tuner is controlled for the DVICO Fusion DVB-T1 tuner card.\n\nI believe that a mistake was made when the dvb tuner code was reorganised\n(to use a generic table for the tuner information instead of inline code)\nand as a result, the DVICO card doesn\u0027t tune properly.\n\nThe modification I have made to the table makes it behave like it did with\nthe old inline tuner code that worked.  The patch is on top of the 2.6.12\nkernel.\n\nSigned-off-by: Gregory B Frost \u003cfrosts1@hotkey.net.au\u003e\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f13f9f501a6eee14e495aba56ec6f70cf2328180",
      "tree": "9be60e2b98f3c65dbe6c5f0f3291cfbea86c549e",
      "parents": [
        "8fd65b096a7ba1fff69c7991f481ebac5498673e"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:15 2005 -0700"
      },
      "message": "[PATCH] IB: Eliminate sparse warnings in SA client\n\nEliminate sparse warnings in SA client\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8fd65b096a7ba1fff69c7991f481ebac5498673e",
      "tree": "a7f6730751006a4f7382845a849480ea51669dd6",
      "parents": [
        "2d0d099f1950bda2f712364a3bf74f20ddb61190"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:15 2005 -0700"
      },
      "message": "[PATCH] IB: Hook up userspace CM to the make system\n\nHook up userspace CM to the make system\n\nSigned-off-by: Libor Michalek \u003clibor@topspin.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2d0d099f1950bda2f712364a3bf74f20ddb61190",
      "tree": "df817baa8fa2bc78f28f4248a18ad825bd3b650a",
      "parents": [
        "a5b74540770cb28b8ae779d0c27e228fe7500669"
      ],
      "author": {
        "name": "Tom Duffy",
        "email": "tduffy@sun.com",
        "time": "Wed Jul 27 11:45:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:15 2005 -0700"
      },
      "message": "[PATCH] Add kernel portion of user CM implementation (fix)\n\nInclude the patch openib-general changing class_simple to class.\n\nSigned-off-by: Tom Duffy \u003ctduffy@sun.com\u003e\nCc: Hal Rosenstock \u003chalr@voltaire.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a5b74540770cb28b8ae779d0c27e228fe7500669",
      "tree": "9fdfc613760026f02a2a288de2f2ab2dd8c60997",
      "parents": [
        "8aa009191d157de53735646552421f3d1595364a"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:14 2005 -0700"
      },
      "message": "[PATCH] IB: Add kernel portion of user CM implementation\n\nAdd kernel portion of user CM implementation\n\nSigned-off-by: Libor Michalek \u003clibor@topspin.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8aa009191d157de53735646552421f3d1595364a",
      "tree": "248746da7bc7b88c0187a7a2db1ef77d773f5d37",
      "parents": [
        "cb183a06b381652b7637fedfa7ef85ec0baf2a1f"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:43 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:14 2005 -0700"
      },
      "message": "[PATCH] IB: Add the header file for user space CM\n\nAdd the header file for user space CM.  This file defines the ABI used by the\nCM for kernel/user communication.\n\nSigned-off-by: Libor Michalek \u003clibor@topspin.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cb183a06b381652b7637fedfa7ef85ec0baf2a1f",
      "tree": "8b559d3fd574af62dfbe39751980d5cb71e32598",
      "parents": [
        "3f75daddb4fc6b695faa4e12e76894389e913dcb"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:14 2005 -0700"
      },
      "message": "[PATCH] IB: Implementation for RMPP support in user MAD\n\nImplementation for RMPP support in user MAD\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3f75daddb4fc6b695faa4e12e76894389e913dcb",
      "tree": "33f665bd5d0c42d616196dbbc15d9925519feb50",
      "parents": [
        "a977049dacdef6a9e69fb4872b42a68e93a69956"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:14 2005 -0700"
      },
      "message": "[PATCH] IB: User MAD ABI changes to support RMPP\n\nUser MAD ABI changes to support RMPP\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a977049dacdef6a9e69fb4872b42a68e93a69956",
      "tree": "b4840d9f66cb77524d64ef5d733122f0d88c6707",
      "parents": [
        "c3e0164758fc24623020e0ad7bd278607b4693e3"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:40 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:14 2005 -0700"
      },
      "message": "[PATCH] IB: Add the kernel CM implementation\n\nAdd the kernel CM implementation\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c3e0164758fc24623020e0ad7bd278607b4693e3",
      "tree": "181e83b68549a7dd9cfcdcd9f31a6d2893491116",
      "parents": [
        "cbae32c56314fa3032f92db36caab49f08ab0601"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:13 2005 -0700"
      },
      "message": "[PATCH] IB: Add the header file for kernel CM (Communications Manager)\n\nAdd the header file for kernel CM (Communications Manager)\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cbae32c56314fa3032f92db36caab49f08ab0601",
      "tree": "41d73b52df4050fa772b6c7223fd020d50793a6b",
      "parents": [
        "fa619a77046bef30478697aba0553991033afb8e"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:13 2005 -0700"
      },
      "message": "[PATCH] IB: Add Service Record support to SA client\n\nAdd Service Record support to SA client\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fa619a77046bef30478697aba0553991033afb8e",
      "tree": "3783af8ac0c6804c9f437f6dfb08ecda8ce92fc3",
      "parents": [
        "d2082ee516200095956bd66279be4f62f4a5843d"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:13 2005 -0700"
      },
      "message": "[PATCH] IB: Add RMPP implementation\n\nAdd RMPP implementation.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d2082ee516200095956bd66279be4f62f4a5843d",
      "tree": "d8e08d2af67730a312e000833971ef281669e32c",
      "parents": [
        "497677ab940e637a41351dca6610bc4320abc8f1"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:12 2005 -0700"
      },
      "message": "[PATCH] IB: Introduce RMPP APIs\n\nIntroduce RMPP APIs\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "497677ab940e637a41351dca6610bc4320abc8f1",
      "tree": "256357c9aba1e8ccefb8df62432aa8eab4389bcf",
      "parents": [
        "513789ed995fb2ba72ba2a5bee53ea11d1170580"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:12 2005 -0700"
      },
      "message": "[PATCH] IB: A couple of IB core bug fixes\n\nReplace be32_to_cpup with be32_to_cpu and fix bug referencing pointer rather\nthan value in ib_create_ah_from_wc().\n\nSigned-off-by: Tom Duffy \u003ctduffy@sun.com\u003e\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "513789ed995fb2ba72ba2a5bee53ea11d1170580",
      "tree": "fa9a4e73b9420a06af37290ba6ae405200dd0935",
      "parents": [
        "cabe3cbcbb3b09637b9e706c49eadb180fca057e"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:12 2005 -0700"
      },
      "message": "[PATCH] IB: Add ib_create_ah_from_wc to IB verbs\n\nAdded new call: ib_create_ah_from_wc.  Call will allocate an address handle\ngiven work completion information, including any received GRH.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cabe3cbcbb3b09637b9e706c49eadb180fca057e",
      "tree": "37c9179b4f43d7a63e7d55ae6a77a9fb44537b0c",
      "parents": [
        "29bb33dd87dbe8db07c2b19df3fb453d999c96de"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:12 2005 -0700"
      },
      "message": "[PATCH] IB: Fix a couple of MAD code paths\n\nFixed locking to handle error posting MAD send work requests.  Fixed handling\ncanceling a MAD with an active work request.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "29bb33dd87dbe8db07c2b19df3fb453d999c96de",
      "tree": "be4e391cf2c79e618a934a2b0fb9c2bd4a053e6b",
      "parents": [
        "03b61ad2f29295f019e095d0f490f30a4d678d3f"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:11 2005 -0700"
      },
      "message": "[PATCH] IB: Optimize canceling a MAD\n\nOptimize canceling a MAD.\n- Eliminate searching timeout list in cancel case.\n- Remove duplicate calls to queue work item.\n- Eliminate resending a MAD before MAD is completed.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "03b61ad2f29295f019e095d0f490f30a4d678d3f",
      "tree": "499d78432420c3fc4339d784940348a9f06010e5",
      "parents": [
        "2c153b934dca08d58e0aafde18a182e0891aa201"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:11 2005 -0700"
      },
      "message": "[PATCH] IB: Add ib_modify_mad API to MAD\n\nAdd new MAD layer call to modify (ib_modify_mad) the timeout of a sent MAD,\nand simplify cancel code.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2c153b934dca08d58e0aafde18a182e0891aa201",
      "tree": "e650b3894abf254694e71a8f11ce8b3f72ec5558",
      "parents": [
        "dbf9227bd3dff71c3c2f540cc3e96098d2ab41e7"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:11 2005 -0700"
      },
      "message": "[PATCH] IB: Eliminate MAD cache leak associated with local completions\n\nEliminate MAD cache leak associated with local completions.  Also, when\ncanceling MAD, empty local completion list as well.\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "dbf9227bd3dff71c3c2f540cc3e96098d2ab41e7",
      "tree": "2f5c8825e820bdae35121573505fc511a0783b66",
      "parents": [
        "f75b7a5294949cd1b7bc301e3087c7bb78e22520"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:11 2005 -0700"
      },
      "message": "[PATCH] IB: Simplify calling of list_del in MAD\n\nSimplify calling of list_del.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f75b7a5294949cd1b7bc301e3087c7bb78e22520",
      "tree": "faea8070eb47b3526daa32dbb60f405f958e4a7e",
      "parents": [
        "df9f9ead746e9607099d7024f312133944173609"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Add automatic retries to MAD layer\n\nAdd automatic retries to MAD layer.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "df9f9ead746e9607099d7024f312133944173609",
      "tree": "3a7da0dcfd4a6c916dea2ba736abcd7e7d583998",
      "parents": [
        "f68bcc2df8115b4ea45bfa4f8de22ec7232562b5"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Add ib_coalesce_recv_mad to MAD\n\nAdd implementation for ib_coalesce_recv_mad.  Also, clear allocated MAD data\nbuffer in ib_create_send_mad.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f68bcc2df8115b4ea45bfa4f8de22ec7232562b5",
      "tree": "6ea6cb7843f8e5ff7aa19de97b20918b91203b5e",
      "parents": [
        "6a0c435ef9e2473934442282054d0f58235d1de2"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Minor cleanup during MAD startup and shutdown\n\nMinor cleanup during startup and shutdown\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6a0c435ef9e2473934442282054d0f58235d1de2",
      "tree": "71a5d054bde7447f10c611e359ecbcc36462a312",
      "parents": [
        "d760ce8f71ec5336c4a750a1293f26c0eb938c8a"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Fix timeout/cancelled MAD handling\n\nFixes an issue processing a sent MAD after it has timed out or been canceled.\nThe race occurs when a response MAD matches with the send request.  The\nrequest could time out or be canceled after the response MAD matches with the\nrequest, but before the request completion can be processed.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d760ce8f71ec5336c4a750a1293f26c0eb938c8a",
      "tree": "44a4ce8a53c40ac41c614b4a6283890074ce9c1c",
      "parents": [
        "f8197a4ed1bba8c80ed6ddf4535ded80cb4152cf"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Change ib_mad_send_wr_private struct\n\nHave ib_mad_send_wr_private reference the private agent structure directly,\nrather than the exposed agent definition.  Remove unneeded parameters to\nfunctions and simplify code were possible from this change.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f8197a4ed1bba8c80ed6ddf4535ded80cb4152cf",
      "tree": "0f3bcc7445938c3ff0f5f9e241faa08dafe90ea9",
      "parents": [
        "4a0754fae8fb5162d1cf4f738d48bb1e8190c09f"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:10 2005 -0700"
      },
      "message": "[PATCH] IB: Change saving of user\u0027s send wr_id in MAD\n\nMove saving of user\u0027s send wr_id to better match layering of received response\nhandling.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4a0754fae8fb5162d1cf4f738d48bb1e8190c09f",
      "tree": "b5c7358f565c6216fd45b350c6f167b879049991",
      "parents": [
        "824c8ae7d05bb4d21af707832c5bfa45d5494ec8"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:24 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:09 2005 -0700"
      },
      "message": "[PATCH] IB: Combine some MAD routines\n\nCombine response_mad() and solicited_mad() routines into a single function and\nsimplify/encapsulate its usage.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "824c8ae7d05bb4d21af707832c5bfa45d5494ec8",
      "tree": "ce268a0f9268efae69fc4735b0d650d19aeec6e6",
      "parents": [
        "b82cab6b331b51d82f90d2207f3bbfdf09361ac9"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:23 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:09 2005 -0700"
      },
      "message": "[PATCH] IB: Add MAD helper functions\n\nAdd new helper routines for allocating MADs for sending and formatting a send\nWR.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b82cab6b331b51d82f90d2207f3bbfdf09361ac9",
      "tree": "5aad260a806939b2ea5b2d5a029b38b77a4fcd07",
      "parents": [
        "c183a4c33528d17cde0dcb093ae4248d8cb8f649"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:22 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:09 2005 -0700"
      },
      "message": "[PATCH] IB: Update MAD client API\n\nAutomatically allocate a MR when registering a MAD agent.\nMAD clients are modified to use this updated API.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c183a4c33528d17cde0dcb093ae4248d8cb8f649",
      "tree": "57d07087c9a99d6002529b956719853008a9acdd",
      "parents": [
        "896e5518da74f9d20db8163526014fba16b1f2b4"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Jul 27 11:45:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:09 2005 -0700"
      },
      "message": "[PATCH] IB: Update FMR functions\n\nChange some functions to return void rather than an int since they are always\nreturning 0, thus making checking return values rather pointless.\n\nSigned-off-by: Tom Duffy \u003ctduffy@sun.com\u003e\nSigned-off-by: Libor Michalek \u003clibor@topspin.com\u003e\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "44456d37b59d8e541936ed26d8b6e08d27e88ac1",
      "tree": "11ca6fa29b8cfb56ecef2d1f4f9dc2d9d71d2a2f",
      "parents": [
        "02b775696fee75a04041d8d94db26a9462216d24"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Wed Jul 27 11:45:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:08 2005 -0700"
      },
      "message": "[PATCH] turn many #if $undefined_string into #ifdef $undefined_string\n\nturn many #if $undefined_string into #ifdef $undefined_string to fix some\nwarnings after -Wno-def was added to global CFLAGS\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3dcce8e22bf9956ac2c5233539cac07c978e58c7",
      "tree": "33de592099774c7c2d6a5cf3d9664dd88df9f985",
      "parents": [
        "ebb81fdb3dd0be7514b84197c4f8388a17130f04"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Jul 27 11:45:14 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:07 2005 -0700"
      },
      "message": "[PATCH] ppc64: tpm_infineon build fix\n\nppc64 uses symbol `DAR\u0027, as does the TPM driver, causing a build failure.\nChange the TPM name.\n\nCc: Marcel Selhorst \u003cselhorst@crypto.rub.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ebb81fdb3dd0be7514b84197c4f8388a17130f04",
      "tree": "8dd41338a44bb5194134828a8a14a36311193dac",
      "parents": [
        "e77e17161ccb8bd877bf83b3611cd318e451c605"
      ],
      "author": {
        "name": "Marcel Selhorst",
        "email": "selhorst@crypto.rub.de",
        "time": "Wed Jul 27 11:45:12 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:06 2005 -0700"
      },
      "message": "[PATCH] tpm: Support for Infineon TPM\n\nThis patch provides a new device driver for the Infineon SLD 9630 TT Trusted\nPlatform Module (TPM 1.1b) [1] which is embedded on Intel- mainboards or in\nHP/ Fujitsu-Siemens / Toshiba-Notebooks.  A nearly complete list where this\nmodule is integrated in can be found in [2].\n\nThis kernel module acts as a communication gateway between the linux kernel\nand the hardware chip and fits the TPM-specific interfaces created by IBM in\ndrivers/char/tpm/tpm.h\n\nFurther information about this module and a list of succesfully tested and\ntherefore supported hardware can be found at our project page [3].\n\n[1]\nhttp://www.infineon.com/cgi/ecrm.dll/ecrm/scripts/public_download.jsp?oid\u003d114135\u0026parent_oid\u003d29049\n\n[2]\nhttp://www.tonymcfadden.net/tpmvendors.htm\n\n[3]\nhttp://www.prosec.rub.de/tpm\n\nSigned-off-by: Marcel Selhorst \u003cselhorst@crypto.rub.de\u003e\nAcked-by: Kylene Jo Hall \u003ckjhall@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3e5ea098446e19175fdee4c2c4ec9366b0217db4",
      "tree": "66280c997a0fbb1d864302c5fde7364b8fe73b2c",
      "parents": [
        "8ffa7405afe0eaf34db6254160b734f084601f68"
      ],
      "author": {
        "name": "Christian Borntraeger",
        "email": "cborntra@de.ibm.com",
        "time": "Wed Jul 27 11:45:06 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:06 2005 -0700"
      },
      "message": "[PATCH] s390: use __cpcmd in vmcp_write\n\nvmcp_write uses GPF_DMA for the memory allocation of the response buffer, so\nit can use the low level function __cpcmd directly, no need to call the\nwrapper.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4111796d89b8cfa36054d65d9858460b5ec0e8c7",
      "tree": "f42f2822983882f391a99414d98a572cbc330f77",
      "parents": [
        "6bb0e01081c2ca585b5e145783fea53bb0589786"
      ],
      "author": {
        "name": "Stefan Bader",
        "email": "shbader@de.ibm.com",
        "time": "Wed Jul 27 11:45:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:05 2005 -0700"
      },
      "message": "[PATCH] s390: channel tape fixes\n\nTape driver fixes:\n - Added deferred condition handling to tape driver core.\n - Added ability to handle busy conditions.\n - Code cleanup.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6bb0e01081c2ca585b5e145783fea53bb0589786",
      "tree": "d4bb81e6dfa15df6e9b9dd718a0e44fab804da78",
      "parents": [
        "d61f6f3d8b63a2aadcf8b058fe65581ccd8dee97"
      ],
      "author": {
        "name": "Horst Hummel",
        "email": "horst.hummel@de.ibm.com",
        "time": "Wed Jul 27 11:45:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:05 2005 -0700"
      },
      "message": "[PATCH] s390: free dasd slab cache\n\nFree dasd slab cache on module unload.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d61f6f3d8b63a2aadcf8b058fe65581ccd8dee97",
      "tree": "8aa23d9d1edd7bf2329f5e307ba3a0537f30aeec",
      "parents": [
        "c63307f164a79e0ff6dd2da33436c59b3d3396cd"
      ],
      "author": {
        "name": "Horst Hummel",
        "email": "horst.hummel@de.ibm.com",
        "time": "Wed Jul 27 11:45:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:05 2005 -0700"
      },
      "message": "[PATCH] s390: fba dasd i/o errors\n\nThe FBA discipline does not use retries for failed requests.  A request fails\nafter the first unsuccessful start attempt.  There are some rare conditions\n(e.g.  CIO path recovery) in which the start of an i/o on a fba device can\nfail.  A tiny amount of retries is therefore reasonable.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c63307f164a79e0ff6dd2da33436c59b3d3396cd",
      "tree": "af500819ac91248ddb72c105cf500cfb7499776b",
      "parents": [
        "1d3ac7aadbccd8456fdca09394ddb570b95fe7dc"
      ],
      "author": {
        "name": "Cornelia Huck",
        "email": "cohuck@de.ibm.com",
        "time": "Wed Jul 27 11:45:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:05 2005 -0700"
      },
      "message": "[PATCH] s390: resource accessibility event handling\n\nWhen processing resource accessibility events, continue searching for further\naffected subchannels if a link address is provided in the event information.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1d3ac7aadbccd8456fdca09394ddb570b95fe7dc",
      "tree": "0279210d7d3c08224259790a257182ace82771e6",
      "parents": [
        "99b2d8df1d06f1072a949fc1e01a08b94b084d5f"
      ],
      "author": {
        "name": "Cornelia Huck",
        "email": "cohuck@de.ibm.com",
        "time": "Wed Jul 27 11:45:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:04 2005 -0700"
      },
      "message": "[PATCH] s390: debug data for ifcc/ccc\n\nFix debug data in case of an interface-control or channel-control check: don\u0027t\nlog the not yet accumulated interrupt-response-block, but the one we just\nreceived.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e63b68de5c9bf68cfb4a272469147b19176d76d6",
      "tree": "b7360d771a16fee23a2309c2b66726d1880e24f5",
      "parents": [
        "51533b615e605d86154ec1b4e585c8ca1b0b15b7"
      ],
      "author": {
        "name": "Mikael Starvik",
        "email": "mikael.starvik@axis.com",
        "time": "Wed Jul 27 11:44:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:26:02 2005 -0700"
      },
      "message": "[PATCH] CRIS IDE driver\n\n  * Added abstraction layer for subarchs.\n  * Added v32 support.\n  * Renamed driver.\n\nSigned-off-by: Mikael Starvik \u003cstarvik@axis.com\u003e\nAcked-by: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "62b662a30963c2e7bdfc129f78c3da0559202379",
      "tree": "13ca71a87bfb0ea7c9990fa9fccba245865c995f",
      "parents": [
        "64c74de7a3a744bc546ef76872be6285307ce101"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Jul 27 11:44:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:57 2005 -0700"
      },
      "message": "[PATCH] ppc64: genrtc build fix\n\ngenrtc.c won\u0027t compile on ppc64.  Seems that ppc32 does support it though?\n\nWe do this wrong btw - we should be selecting GEN_RTC in each\narch/xxx/Kconfig.\n\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "64c74de7a3a744bc546ef76872be6285307ce101",
      "tree": "5fb195afdf5163cb6983bc0348490f247c82eeb3",
      "parents": [
        "1bc3a1ec6030f7a6a9e78172e1221be9baed68e8"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Wed Jul 27 11:44:16 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:57 2005 -0700"
      },
      "message": "[PATCH] ppc64: hide CONFIG_ADB\n\nThis bites me all day when I use our default config for ppc64.  We use a\npatch to fix the compile errors and provide the CONFIG_MAC_EMUMOUSEBTN\nfunctionality (which is behind CONFIG_INPUT_ADBHID).  But Benh doesnt like\nit.\n\nhttp://ozlabs.org/pipermail/linuxppc64-dev/2005-March/003423.html\n\nJust hide all the ADB parts from via-pmu on ppc64 instead.\n\ndrivers/macintosh/adbhid.c: In function `adbhid_init\u0027:\ndrivers/macintosh/adbhid.c:1199: error: `_MACH_chrp\u0027 undeclared (first use in this function)\ndrivers/macintosh/adbhid.c:1199: error: (Each undeclared identifier is reported only once\ndrivers/macintosh/adbhid.c:1199: error: for each function it appears in.)\n\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4bfdf37830111321e2cd1fe0102dd776ce93194d",
      "tree": "9791422b964d2aeae7772ac0462f1953e2f63447",
      "parents": [
        "7657e20e46e26b198b24e2aefc696410bbe889c9"
      ],
      "author": {
        "name": "Andrey Panin",
        "email": "pazke@donpac.ru",
        "time": "Wed Jul 27 11:43:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:54 2005 -0700"
      },
      "message": "[PATCH] consolidate CONFIG_WATCHDOG_NOWAYOUT handling\n\nAttached patch removes #ifdef CONFIG_WATCHDOG_NOWAYOUT mess duplicated in\nalmost every watchdog driver and replaces it with common define in\nlinux/watchdog.h.\n\nSigned-off-by: Andrey Panin \u003cpazke@donpac.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bbaf364103cee15c895e2086723d0ad9ef47ae99",
      "tree": "50ba44d1a55f00c2d328a6943acc4495337b7020",
      "parents": [
        "db1de1595d03d3ddea3e0548b20decb0a32e4258"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Wed Jul 27 11:43:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:54 2005 -0700"
      },
      "message": "[PATCH] drm: via: fix sparse warnings\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: Dave Airlie \u003cairlied@linux.ie\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "db1de1595d03d3ddea3e0548b20decb0a32e4258",
      "tree": "e1c6da0f4112d30f6306054c78a912bca15e10e0",
      "parents": [
        "7e8c9e14e8fdce0af9f5eed7ce6dd26b91fc8f4e"
      ],
      "author": {
        "name": "David Ranson",
        "email": "spam.david.trap@unsolicited.net",
        "time": "Wed Jul 27 11:43:55 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:53 2005 -0700"
      },
      "message": "[PATCH] serial: MRi MRI-PCIDS1 dual port serial card\n\nAdd support for the MRi PCIDS1 dual port serial card.  This card is a\nlittle controversial since it is the subject of a PCI vendor/device ID\nclash.  (See\nhttp://www.ussg.iu.edu/hypermail/linux/kernel/0303.1/0516.html).  I have\nfor now just used the hex ID 0x950a.  The divisor was part calculated part\niterated, so may not be exactly correct (but works for me at all settings\nbetween 300 - 115300 bps).\n\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1872bcebbcd6ad7ddd99e92fb1e4f3d19e73919c",
      "tree": "dc1fe75f915fb58edb36b0bab877b2787e663b92",
      "parents": [
        "90c5029e471636f21221bf66b9a46ada2ab79a22"
      ],
      "author": {
        "name": "Pete Zaitcev",
        "email": "zaitcev@redhat.com",
        "time": "Wed Jul 27 11:43:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:52 2005 -0700"
      },
      "message": "[PATCH] ub: fix for blank CDs\n\nThis patch fixes a microcode lockup in my CD-ROM adapters when a blank CD\nis inserted.  However, do not try to burn CDs yet!  I\u0027m pretty sure that\ntrying it will end in coasters.\n\n - Fix a few cases where we were unable to resynchronize with replies\n   for previous commands. The main thing is to keep reading replies\n   in case of a stall. This is done with the new state CLRRS.\n - Since I am forgetting the basic state machine already, document it.\n - Move counter increments in the looping path in its own function.\n - Fix a harmless buglet in case CSW read fails to submit: do not\n   override state.\n - Implement the Alan Stern\u0027s idea for adaptive signature checking.\n\nSigned-off-by: Pete Zaitcev \u003czaitcev@yahoo.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c223695634fb360ed65e5a811161853a05e46962",
      "tree": "0339c37cb05b028dbc0c2cfd9224afb158df423a",
      "parents": [
        "9539c1d495c8d92837e7b6382a1219ac275b94b2"
      ],
      "author": {
        "name": "V. ANANDA KRISHNAN",
        "email": "mansarov@us.ibm.com",
        "time": "Wed Jul 27 11:43:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:52 2005 -0700"
      },
      "message": "[PATCH] jsm: warning fixes\n\n- updates the version\n\n- fix mixing of declarations and code.  The mixing of declarations and\n  code displays warnings when used against RedHat RHEL4.0 distro (compiler\n  version is 3.4.3-22.1) and hence I separated them out.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9539c1d495c8d92837e7b6382a1219ac275b94b2",
      "tree": "b0371e81e678b391555ce2bfb118a0a3e5530bc8",
      "parents": [
        "49f29915856435ad8e34a4a3a907b09682a5826e"
      ],
      "author": {
        "name": "V. ANANDA KRISHNAN",
        "email": "mansarov@us.ibm.com",
        "time": "Wed Jul 27 11:43:48 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:52 2005 -0700"
      },
      "message": "[PATCH] jsm: use dynamic major number allocation\n\nThe jsm driver uses a static number of 253.  The major number 253 is a\nreserved for \"LOCAL/EXPERIMENTAL USE\" by both char and block devices.  So\ntake advantage of the dynamic allocation of major number by the kernel.\n\nSigned-off-by: V. Ananda Krishnan \u003cmansarov@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "49f29915856435ad8e34a4a3a907b09682a5826e",
      "tree": "27faa6ed2fa2d6d11728ffcf4bc96fdd0e1deb4b",
      "parents": [
        "b24b1033451fcc87087a692fc47ca45daebd51ac"
      ],
      "author": {
        "name": "Olivier Blin",
        "email": "oblin@mandriva.com",
        "time": "Wed Jul 27 11:43:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:51 2005 -0700"
      },
      "message": "[PATCH] i4l: add Olitec ISDN PCI card in hisax gazel driver\n\nThis patch adds support for the Olitec ISDN PCI card in the hisax gazel\ndriver.  The gazel driver supports this card, but wasn\u0027t aware of its PCI\nids.  Users used to modify the PCI ids of a supported card in\ninclude/linux/pci_ids.h and recompile their kernel to get this card\nrunning, as said in most Howtos.  This patch makes the hisax gazel driver\nrecognize the PCI ids of the Olitec ISDN PCI card.\n\nSigned-off-by: Olivier Blin \u003coblin@mandriva.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": "b24b1033451fcc87087a692fc47ca45daebd51ac",
      "tree": "6a0bba28834105976dad411f37d98a494f6312b0",
      "parents": [
        "104e49fc1e1656142869fab0e75d7df52b72eed9"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Wed Jul 27 11:43:46 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:51 2005 -0700"
      },
      "message": "[PATCH] scsi_scan: check return code from scsi_sysfs_add_sdev\n\nAdds a missing check for an error return code from scsi_sysfs_add_sdev.\nThis resolves entry #4863 in the OSDL bugzilla.  Although in that bug\nreport the failure occurred because of a confusion over scanning vs.\nrescanning, in general add_sdev can fail for a number of reasons (the\nsimplest being insufficient memory) and the caller should cope properly.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b7343f01e326374e69666ca6001bdb6a7c67e9f7",
      "tree": "2c1dc0a41127956dc5661a1fecb46ab25f136550",
      "parents": [
        "bba0e4670a4e1841a96b561dcc60ebe335049891"
      ],
      "author": {
        "name": "Rolf Eike Beer",
        "email": "eike-kernel@sf-tec.de",
        "time": "Wed Jul 27 11:43:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:51 2005 -0700"
      },
      "message": "[PATCH] watchdog: add missing 0x in alim1535_wdt.c\n\nUsually the device IDs are given in hex.  This one is a bit strange: it is\nwithout 0x in the first place and used with it some lines later.  I suspect\nthe first one to be the wrong.\n\nSigned-off-by: Rolf Eike Beer \u003ceike-kernel@sf-tec.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9a14d4c898285623d1f5c338b659fa82cf4480fb",
      "tree": "29d284a62137a8b56e5fe242c845a1965f0722ad",
      "parents": [
        "ab6862e6dab813ecde9ae7da506188dc1e9f11bb"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Jul 27 11:43:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:50 2005 -0700"
      },
      "message": "[PATCH] drivers/pnp/pnpbios/rsparser.c: fix compile error with PCI\u003dn\n\ndrivers/pnp/pnpbios/rsparser.c: In function \u0027pnpbios_parse_allocated_irqresource\u0027:\ndrivers/pnp/pnpbios/rsparser.c:67: error: too many arguments to function \u0027pcibios_penalize_isa_irq\u0027\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c9b3ad673460fc997a652cd58aa3a345d40e5218",
      "tree": "a91d0f452ccfe72fb2cb4c2db75cddc36a2ef21d",
      "parents": [
        "ef2a701d444a4ea9790146e92756b0dde5070a15"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "axboe@suse.de",
        "time": "Wed Jul 27 11:43:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:50 2005 -0700"
      },
      "message": "[PATCH] as-iosched tunable encoding fix\n\nAS is doing internal msec\u003c-\u003ejiffies conversions twice, so the sysfs tunables\nwhich represent time are coming out wrong.  The switch from HZ\u003d1000 exposed\nthis.\n\nCc: Nick Piggin \u003cnickpiggin@yahoo.com.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5e50e7a99d04774506f4e1dee51afba37125cd3c",
      "tree": "5fa2905ceae0791573b735b5a2f26ff4326deeb4",
      "parents": [
        "0e6c1f5facffd94000832d402be1ea75f73c90e3"
      ],
      "author": {
        "name": "Nigel Cunningham",
        "email": "ncunningham@cyclades.com",
        "time": "Wed Jul 27 11:43:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:49 2005 -0700"
      },
      "message": "[PATCH] Add missing tvaudio try_to_freeze()\n\nTvaudio lacks a refrigerator call. This patch fixes that.\n\nSigned-off-by: Nigel Cunningham \u003cncunningham@suspend2.net\u003e\nCc: \u003cvideo4linux-list@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4b5c7ae83704320e2afb0912f4c42eadabc7535b",
      "tree": "2db30198606683da3b683cabac531d902a249b27",
      "parents": [
        "b38817dda45bc2990a8d593f3a1b4d444b2dcf4f"
      ],
      "author": {
        "name": "NeilBrown",
        "email": "neilb@cse.unsw.edu.au",
        "time": "Wed Jul 27 11:43:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:48 2005 -0700"
      },
      "message": "[PATCH] md: when resizing an array, we need to update resync_max_sectors as well as size\n\nWithout this, and attempt to \u0027grow\u0027 an array will claim to have synced the\nextra part without actually having done anything.\n\nSigned-off-by: Neil Brown \u003cneilb@cse.unsw.edu.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b38817dda45bc2990a8d593f3a1b4d444b2dcf4f",
      "tree": "1e787d4fb0a7a6e6d26ec2bfba00a1a4ff280047",
      "parents": [
        "c10b873695c6a1de0d8ebab40b525575ca576683"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yuasa@hh.iij4u.or.jp",
        "time": "Wed Jul 27 11:43:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:48 2005 -0700"
      },
      "message": "[PATCH] mips: fbdev Kcofnig fix\n\narch/mips/Kconfig is defining CONFIG_FB as bool and drivers/video/Kconfig\nwas changed a while ago to define it as tristate.  Remove the MIPS\ndefinition.\n\nSigned-off-by: Yoichi Yuasa \u003cyuasa@hh.iij4u.or.jp\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8c86cb127b2b7614903cb2a38db3207488a0405a",
      "tree": "001592dd2b508ed6ebcb4ba4322f2909c520df29",
      "parents": [
        "388b0925f59461cb482447ea87e6942b5653ee1d"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Wed Jul 27 11:43:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:47 2005 -0700"
      },
      "message": "[PATCH] I2C-MPC: Restore code removed\n\nA previous patch to remove support for the OCP device model was way to\ngenerious and moved some of the platform device model code, oops.\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5e43db7730e7cef7d37968ea789c41392519a864",
      "tree": "fc62684947bba192c649af7701ba85e2eedaabe5",
      "parents": [
        "7cee432a22bb328ea7a4012dacc5a3471fabeb07"
      ],
      "author": {
        "name": "Matt Mackall",
        "email": "mpm@selenic.com",
        "time": "Wed Jul 27 15:24:42 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jul 27 15:24:42 2005 -0700"
      },
      "message": "[NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.c\n\nMove in_aton to allow netpoll and pktgen to work without the rest of\nthe IPv4 stack. Fix whitespace and add comment for the odd placement.\n\nDelete now-empty net/ipv4/utils.c\n\nRe-enable netpoll/netconsole without CONFIG_INET\n\nSigned-off-by: Matt Mackall \u003cmpm@selenic.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "cbcd2a4cca1a6223e4f98661ef524919d322675e",
      "tree": "555f2e6e4eb777a9a507ee81763010a8686634ab",
      "parents": [
        "eaa1c5d05947819643b2e72cbfc51ae2ddcf1991"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Wed Jul 27 13:04:35 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jul 27 13:04:35 2005 -0700"
      },
      "message": "[NET]: Improve presentation of networking driver families.\n\nSuggestion from Sam Ravnborg \u003csam@ravnborg.org\u003e\n\nIt causes all driver families to be displayed aligned immediately under the\nmain network drivers heading (in menuconfig/xconfig/gconfig) instead of\nnot being subordinate to (i.e., not indented) the Network device support\nheading at all.\nThe improved network driver families are:\n  token ring, wireless, PCMCIA, WAN, ATM, and S390.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "479d0f41e50646a618c43f69af7af31a8f748433",
      "tree": "37ffd2f69eb51d25916bebeb07e56b7c8b4b2d33",
      "parents": [
        "cc1d3a9a78f0f602fa1e7993dba4d16ad9781bc1"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Jul 26 21:41:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 21:48:54 2005 -0700"
      },
      "message": "[PATCH] softdog build fix\n\ndrivers/char/watchdog/softdog.c:94: too many arguments to function `emergency_restart\u0027\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cc1d3a9a78f0f602fa1e7993dba4d16ad9781bc1",
      "tree": "48dee72ac24026d83f5eddf77a96962b5e6aaac1",
      "parents": [
        "ae6578fe9b65208dee8eda40629984efd23740c4"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Jul 26 21:41:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 21:48:54 2005 -0700"
      },
      "message": "[PATCH] eurotechwdt build fix\n\ndrivers/char/watchdog/eurotechwdt.c:165: too many arguments to function `emergency_restart\u0027\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4d7de66e2cc508761f050d1d4eaca88a6e6f711e",
      "tree": "6b9943c1fc07de4420f95fa935e470760545780c",
      "parents": [
        "e93adf1e6554511a6194f4785fd29af8e41104db",
        "a4f1bac62564049ea4718c4624b0fadc9f597c84"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 16:43:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 16:43:39 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "fc00a6274b786f6863b32c79ff6f92aa0960b789",
      "tree": "7078e320ac34aa104f9adefaedf7add3173fe160",
      "parents": [
        "0983f0509480f95584f8e945e5b9c5310e9038f3",
        "a8d11e3d0282e9607f65c73383c4030fd8f0e972"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 15:13:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 15:13:26 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "db776a14f327c20d4984ac4b724a934df34bfe31",
      "tree": "d791f0602130c377f47792c3f51bf782834f1366",
      "parents": [
        "b35c67a46b025e8dc320b59fbe5c283094e1d7f5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:50:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:50:02 2005 -0700"
      },
      "message": "Fix compiler warning in qla_iocb.c\n\nRemove bogus initialization that was re-done (correctly) later.\n"
    },
    {
      "commit": "b35c67a46b025e8dc320b59fbe5c283094e1d7f5",
      "tree": "dd22c5d664496ce9caab45825bb7f7ab1fe60545",
      "parents": [
        "6660316cb7a1a2c59a73a52870490c0f782f45c1"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:17:52 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:45 2005 -0700"
      },
      "message": "[PATCH] acpi: Don\u0027t call acpi_sleep_prepare from acpi_power_off\n\nNow that all of the code paths that call acpi_power_off\nhave been modified to call either call kernel_power_off\n(which calls apci_sleep_prepare by way of acpi_shutdown)\nor to call acpi_sleep_prepare directly it is redundant to call\nacpi_sleep_prepare from acpi_power_off.\n\nSo simplify the code and simply don\u0027t call acpi_sleep_prepare.\n\nIn addition there is a little error handling done so if we\ncan\u0027t register the acpi class we don\u0027t hook pm_power_off.\n\nI think I have done the right thing with the CONFIG_PM define\nbut I\u0027m not certain.  Can this code even be compiled if\nCONFIG_PM is false?\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6660316cb7a1a2c59a73a52870490c0f782f45c1",
      "tree": "2483c25cef08d7653e38cec40b994f3cf16316f0",
      "parents": [
        "0963aba54aa26c89114dca7257acf8c938bfec8a"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:16:00 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:45 2005 -0700"
      },
      "message": "[PATCH] acpi_power_off: Don\u0027t switch to the boot cpu\n\nmachine_power_off on i386 and x86_64 now switch to the\nboot cpu out of paranoia and because the MP Specification indicates it\nis a good idea on reboot, so for those architectures it is a noop.\nI can\u0027t see anything in the acpi spec that requires you to be on\nthe boot cpu to power off the system, so this should not be an issue\nfor ia64.  In addition ia64 has the altix a massive multi-node\nsystem where switching to the boot cpu sounds insane as we may\nhot removed the boot cpu.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "68acc05d0120e19c850e1f347ee96055f5aa032f",
      "tree": "2eca1b36a99212037d1aa6b33c4893a12a43cb28",
      "parents": [
        "fdde86ac50357b6a811e3574e47d189e81a21444"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:03:08 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:44 2005 -0700"
      },
      "message": "[PATCH] pcwd.c: Call kernel_power_off not machine_power_off\n\nThe call appears to come from process context so kernel_power_off\nshould be safe.  And acpi_power_off won\u0027t necessarily work if you just\ncall machine_power_off.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "804ebf46d51653e736108074473d9493398f2df9",
      "tree": "ffd9b45b9b60df92d6794885b1b786aca6592006",
      "parents": [
        "970d32443e3d0be57a5cdc3de3752f528424b73d"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:59:54 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:44 2005 -0700"
      },
      "message": "[PATCH] 68328serial: sysrq should use emergency_reboot\n\nThe 68328serial.c driver has a weird local reimplementation of\nmagic sysrq.  The code is architecture specific enough that calling\nmachine_restart() is probably ok.  But there is no reason not to call\nemergency_restart() so do so.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "970d32443e3d0be57a5cdc3de3752f528424b73d",
      "tree": "cf39589a581d461d5ed4a9311cb236dbe8544453",
      "parents": [
        "f82567e55fcd25bb7addf2cfd8b79f36f409dc2e"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:55:59 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:44 2005 -0700"
      },
      "message": "[PATCH] In hangcheck-timer.c call emergency_restart()\n\nIf we\u0027ve hung a clean reboot does not sound like a real\noption.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f82567e55fcd25bb7addf2cfd8b79f36f409dc2e",
      "tree": "c579e6c540b10bfd69abc086f985fc066d2708fc",
      "parents": [
        "4de8b9b76017365572f778332d74fe050d9c8c2a"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:53:19 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:43 2005 -0700"
      },
      "message": "[PATCH] Fix watchdog drivers to call emergency_reboot()\n\nIf a watchdog driver has decided it is time to reboot the system\nwe know something is wrong and we are in interrupt context\nso emergency_reboot() is what we want.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4de8b9b76017365572f778332d74fe050d9c8c2a",
      "tree": "17d22eacd721d3ff966f643b92e0243891fcb1a2",
      "parents": [
        "2f048ea81df94f72dee0d42b3d9b941c03b8c9c5"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:51:06 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:43 2005 -0700"
      },
      "message": "[PATCH] Update sysrq-B to use emergency_restart()\n\nsysrq calls into the reboot path from an interrupt handler\nwe can either push the code do into process context and\ncall kernel_restart and get a clean reboot or we can simply\nreboot the machine, and increase our chances of actually\nrebooting.  emergency_reboot() seems like the closest match\nto what we have previously done, and what we want.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a6fa657b9d5c892c6a92912632c4b5715955b4f8",
      "tree": "d06989f6c04fb0bd5209fc63330e4ec30373c64f",
      "parents": [
        "9a168bddc2f13686336a86f8235b84347edac13a"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Jul 26 14:11:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:34:18 2005 -0700"
      },
      "message": "[PATCH] qla2xxx: Kconfig dependency fix\n\n*** Warning: \"fc_remote_port_block\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"scsi_is_fc_rport\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_remote_port_unblock\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_remote_port_rolechg\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_release_transport\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_remove_host\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_remote_port_add\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n*** Warning: \"fc_attach_transport\" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!\n\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9a168bddc2f13686336a86f8235b84347edac13a",
      "tree": "4197716545fb2756c0326157719f9d5c6317f15a",
      "parents": [
        "89373de7dd010832d8b68cb37dabb33ff5a688bb"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Jul 26 14:11:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:34:18 2005 -0700"
      },
      "message": "[PATCH] qla: remove anonymous union\n\nOlder gcc\u0027s dont support anonymous unions, so this driver gets hundreds of\nerror.\n\nFortunately the fix is easy...\n\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2d986010ad13a00b83851238d52601d6092df40e",
      "tree": "6a43ffd30290fc051435643d485ad12fb1448ed5",
      "parents": [
        "6b6a93c6876ea1c530d5d3f68e3678093a27fab0",
        "e10fb91c4dc81a4ae47caf0828df152f600f2546"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:28:47 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 13:28:47 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6\n"
    },
    {
      "commit": "821ca478867433502fc614b4be83e0362cd7e67e",
      "tree": "32253964ca72af1aa97a8df82c72d1a9be6d074e",
      "parents": [
        "7fcc113c3021a42db90e1ad27a7bec267b6e13e3"
      ],
      "author": {
        "name": "Michael Gernoth",
        "email": "michael@gernoth.net",
        "time": "Tue Jul 26 19:21:47 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jul 26 19:21:47 2005 +0100"
      },
      "message": "[PATCH] ARM: 2830/1: Fix Jornada 720 PCMCIA-support\n\nPatch from Michael Gernoth\n\nThis patch lets the Jornada 720 PCMCIA-driver compile again. The\nresulting driver has been tested on a Jornada with a CF-card, which\nwas mounted and accessed successfully.\n\nSigned-off-by: Michael Gernoth \u003cmichael@gernoth.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "52fbae2a392b6e084195bedc7a280991a94c14d0",
      "tree": "10778d2286e381980fd7d7898a654aea13b377c4",
      "parents": [
        "fc87670b6cd63abc6fc4e3a115741984750d1fbc"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jul 25 19:54:35 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jul 25 19:54:35 2005 -0700"
      },
      "message": "[ATM]: speedtch: Revert 86cf42e4e029b83110cf98692420239103363dbf\n\nIt was already fixed more sufficiently by Andrew Morton\u0027s\nchange 843c944fb86e5e31ee7b319172e657ea22301322.\n\nNoted by Duncan Sands.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e \n"
    },
    {
      "commit": "fc87670b6cd63abc6fc4e3a115741984750d1fbc",
      "tree": "dc8772eee51425ba80a99f14e262ce2633e5a043",
      "parents": [
        "747e8f8bff56955374521fa4d488e702d4b0c04f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jul 25 12:45:32 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Jul 25 12:45:32 2005 -0700"
      },
      "message": "[TG3]: Update driver version and reldate.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ],
  "next": "747e8f8bff56955374521fa4d488e702d4b0c04f"
}
