)]}'
{
  "log": [
    {
      "commit": "9cf8ff96447f995d5ea18ec9f25dc8dae26501a2",
      "tree": "62e9c25e9e471da770500891e8357c85f9070bff",
      "parents": [
        "387a154d0db113690ce85185a003e39e7c87009e"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@linux-mips.org",
        "time": "Mon Feb 13 09:15:49 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:25 2006 +0000"
      },
      "message": "[MIPS] Fix CPU type bitmasks for MIPS III, IV and V.\n    \nSigned-off-by: Maciej W. Rozycki \u003cmacro@linux-mips.org\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "387a154d0db113690ce85185a003e39e7c87009e",
      "tree": "58e0ef97b1cbf5f42421092d8d58224ada3c818f",
      "parents": [
        "74a96d943ac96ce607a841a74ff0f84eeb0c3343"
      ],
      "author": {
        "name": "Thomas Koeller",
        "email": "thomas.koeller@baslerweb.com",
        "time": "Fri Feb 10 17:36:27 2006 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:25 2006 +0000"
      },
      "message": "[MIPS] RM9000: Fix buggy I-cache workaround.\n    \nSigned-off-by: Thomas Koeller  \u003cthomas.koeller@baslerweb.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "74a96d943ac96ce607a841a74ff0f84eeb0c3343",
      "tree": "fbd438db5e470dedf5f9b723be8b28071658c85f",
      "parents": [
        "fdc9bb16d3e16f674e52aa69306df5732d7f951b"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Feb 10 16:03:47 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:25 2006 +0000"
      },
      "message": "[MIPS] MT: Propagate config7 into VPE.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fdc9bb16d3e16f674e52aa69306df5732d7f951b",
      "tree": "67e7b262ed114462cf716d6e43fdd9e31f825693",
      "parents": [
        "fbb6b3a4ac0ccf12a97c98881d9d873d6dc26fe5"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Feb 10 14:25:16 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:25 2006 +0000"
      },
      "message": "[MIPS] MT: Fix c0 back-to-back hazard.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fbb6b3a4ac0ccf12a97c98881d9d873d6dc26fe5",
      "tree": "142b03c1852dec27cbb3a3654c34679e19617a2b",
      "parents": [
        "3218357c94af92478ef39163163a81e654385320"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Feb 10 14:13:08 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:25 2006 +0000"
      },
      "message": "[MIPS] Get rid of kludgery needed to keep stdargs of old compilers working.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3218357c94af92478ef39163163a81e654385320",
      "tree": "459be556900bb4a78d93e0185d49df8ed8a7aff4",
      "parents": [
        "41700e73995d6c814932cb55e12525bd34be1ca5"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Feb 10 01:31:24 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:24 2006 +0000"
      },
      "message": "[MIPS] More uaccess.h fixes with gcc \u003e\u003d 4.0.1.\n    \nFrom Richard Sandiford \u003crichard@codesourcery.com\u003e:\n    \nThis patch caused a miscompilation of the restore_gp_regs() block\nin restore_sigcontext().  This was in a 32-bit kernel compiled with\nGCC CVS head.\n    \nrestore_gp_regs() copies 64-bit user fields into 32-bit variables,\nand in this combination, the new __get_user_asm_ll32() clobbers too\nmany registers.  It says:\n    \n/*\n * Get a long long 64 using 32 bit registers.\n */\n{\t\t\t\t\t\t\t\t\t\\\n\t__asm__ __volatile__(\t\t\t\t\t\t\\\n\t\"1:\tlw\t%1, (%3)\t\t\t\t\\n\"\t\\\n\t\"2:\tlw\t%D1, 4(%3)\t\t\t\t\\n\"\t\\\n\t\"\tmove\t%0, $0\t\t\t\t\t\\n\"\t\\\n\t\"3:\t.section\t.fixup,\\\"ax\\\"\t\t\t\\n\"\t\\\n\t\"4:\tli\t%0, %4\t\t\t\t\t\\n\"\t\\\n\t\"\tmove\t%1, $0\t\t\t\t\t\\n\"\t\\\n\t\"\tmove\t%D1, $0\t\t\t\t\t\\n\"\t\\\n\t\"\tj\t3b\t\t\t\t\t\\n\"\t\\\n\t\"\t.previous\t\t\t\t\t\\n\"\t\\\n\t\"\t.section\t__ex_table,\\\"a\\\"\t\t\\n\"\t\\\n\t\"\t\" __UA_ADDR \"\t1b, 4b\t\t\t\t\\n\"\t\\\n\t\"\t\" __UA_ADDR \"\t2b, 4b\t\t\t\t\\n\"\t\\\n\t\"\t.previous\t\t\t\t\t\\n\"\t\\\n\t: \"\u003dr\" (__gu_err), \"\u003d\u0026r\" (val)\t\t\t\t\t\\\n\t: \"0\" (0), \"r\" (addr), \"i\" (-EFAULT));\t\t\t\t\\\n}\n\nand this requires val (%1) to be a 64-bit value.  In the case I saw,\ngcc was using $3 for the 32-bit val, and wasn\u0027t expecting $4 to be\nclobbered.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "41700e73995d6c814932cb55e12525bd34be1ca5",
      "tree": "559759cbda13bb50720cfd0e317fa65a467d59fa",
      "parents": [
        "63077519899721120b61d663a68adced068a459d"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Fri Feb 10 00:39:06 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:24 2006 +0000"
      },
      "message": "[MIPS] Add protected_blast_icache_range, blast_icache_range, etc.\n    \nAdd blast_xxx_range(), protected_blast_xxx_range() etc. for common\nuse.  They are built by __BUILD_BLAST_CACHE_RANGE().\nUse protected_cache_op() macro for various protected_ routines.\nOutput code should be logically same.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "63077519899721120b61d663a68adced068a459d",
      "tree": "54ed1587edae13a209f4cd2754ce4487fc3d6376",
      "parents": [
        "1bdfd0d9632f0254a4fc01d17c9933ae6107dec4"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Wed Feb 08 01:48:03 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:24 2006 +0000"
      },
      "message": "[MIPS] Rewrite get_wchan and its helper functions using kallsyms_lookup.\n    \nImplement get_wchan() and frame_info_init() using kallsyms_lookup().\nThis fixes problem with static sched/lock functions and mfinfo[]\nmaintenance issue.  If CONFIG_KALLSYMS was disabled, get_wchan() just\nreturns thread_saved_pc() value.\n    \nAlso unwind stackframe based on \"addiu sp,-imm\" analysis instead of\nframe pointer.  This fixes problem with functions compiled without\n-fomit-frame-pointer.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "1bdfd0d9632f0254a4fc01d17c9933ae6107dec4",
      "tree": "fd38736a1a9ca5e9668964055b04c88fc1a63ee7",
      "parents": [
        "359bbd42a5a205234d5943571fc7bf946967ee59"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Feb 09 12:26:35 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:24 2006 +0000"
      },
      "message": "[MIPS] Remove commented out function prom_build_cpu_map.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "359bbd42a5a205234d5943571fc7bf946967ee59",
      "tree": "01e7ea8ebeb7baf7ae4505675e749e02f6cb5060",
      "parents": [
        "a3c9dc38313d05e4254c100e86af205cf33e8cd3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Feb 09 12:13:28 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:23 2006 +0000"
      },
      "message": "[MIPS] Fold non-__mips64 case into CONFIG_32BIT case.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a3c9dc38313d05e4254c100e86af205cf33e8cd3",
      "tree": "dbcff76f99b43708f30cd973bd84c0df23466d43",
      "parents": [
        "f32ec77b421ee15bf5a42082b60679e997c07993"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:23 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:23 2006 +0000"
      },
      "message": "[MIPS] Update docs to reflect the latest status of the Alchemy IDE driver.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f32ec77b421ee15bf5a42082b60679e997c07993",
      "tree": "5e395bf5cdb39bc297a5b4f5ff506a4ad6ac531d",
      "parents": [
        "5552c28f6937d2a2b873d06c6d09b96204722dd0"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Nov 28 13:10:54 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 14 19:13:23 2006 +0000"
      },
      "message": "[MIPS] RM200: Give RM200 it\u0027s own timex.h.\n    \nSo we can get rid of config.h and the #ifdef crapola in the generic\ntimex.h.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5552c28f6937d2a2b873d06c6d09b96204722dd0",
      "tree": "041a8ba94166d9c75c34dc385d5298ae4d59d9fe",
      "parents": [
        "303794400992b907b7cac0d91788603636c7e0fe"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Tue Feb 14 17:50:54 2006 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 14 10:01:39 2006 -0800"
      },
      "message": "[PATCH] Fix locking error in esp\n\nNoted by Al Viro.\n\nAlso remove unused tmp_buf\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "303794400992b907b7cac0d91788603636c7e0fe",
      "tree": "012781f808f48d80b32e435a4f27b6e8524d0ff0",
      "parents": [
        "b739db79a434aec89027a109d85de305e6bdeb93"
      ],
      "author": {
        "name": "Gerald Britton",
        "email": "gbritton@alum.mit.edu",
        "time": "Tue Feb 14 10:19:04 2006 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 14 08:25:29 2006 -0800"
      },
      "message": "[PATCH] x86: fix oprofile kernel callgraph regression\n\nFix x86 oprofile regression introduced by:\n  commit c34d1b4d165c67b966bca4aba026443d7ff161eb\n  [PATCH] mm: kill check_user_page_readable\n\nThat commit reorganized tests for the userspace stack walking moving all\nthose tests into dump_backtrace(), however, dump_backtrace() was used for\nboth userspace and kernel stalk walking.  The result is typically no\nrecorded callgraph information for kernel samples.\n\nRevive the original function as dump_kernel_backtrace() and rename the\nother to dump_user_backtrace() to avoid future confusion.\n\nSigned-off-by: Gerald Britton \u003cgbritton@alum.mit.edu\u003e\nApology-from: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b739db79a434aec89027a109d85de305e6bdeb93",
      "tree": "e67bdf2272e9a3deedef7d65dfde03ccafb85074",
      "parents": [
        "18539966bc1d663eb232877bb3e9e7dca67e89e6",
        "41d9c98fe76298cebc5907bcebfb2db28017a277"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 14 08:22:57 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 14 08:22:57 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6\n"
    },
    {
      "commit": "18539966bc1d663eb232877bb3e9e7dca67e89e6",
      "tree": "2ecc65bc92766a5c684bc51f30601421170f07f2",
      "parents": [
        "108dff7d2b721759b5e025ab18024967c1294792",
        "16f05be7be0bf121491d83bd97337fe179b3b323"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 14 08:21:57 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 14 08:21:57 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6\n"
    },
    {
      "commit": "41d9c98fe76298cebc5907bcebfb2db28017a277",
      "tree": "6b794e2fb6b3ae58d1f2d67db6e6003efd4ef197",
      "parents": [
        "be79c383254cd3eb50953d8c0a7cacdbf6db31c0"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Feb 08 20:38:29 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 22:30:10 2006 -0800"
      },
      "message": "[PATCH] i2c: Drop outdated probe/remove code in i2c-isa\n\nProbe and remove methods are now defined at bus level. No more need to\nredefine them at driver level in i2c-isa.\n\nThis lets us get rid of these annoying messages:\nDriver \u0027it87-isa\u0027 needs updating - please use bus_type methods\n\nThanks to Nicolas Mailhot for reporting the problem and testing the fix.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "be79c383254cd3eb50953d8c0a7cacdbf6db31c0",
      "tree": "18c8be9725b3e315f6acbb445e94744917e23d63",
      "parents": [
        "a40f0b0f2466483fad94e62177272d6a5711e50a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Feb 07 17:53:32 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 22:30:10 2006 -0800"
      },
      "message": "[PATCH] it87: Fix oops on removal\n\nFix an oops on it87 module removal when no supported hardware was\nfound.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a40f0b0f2466483fad94e62177272d6a5711e50a",
      "tree": "79ffb1c4639767a448f34521c6921fbec057db02",
      "parents": [
        "c7f5d7edd8b3fa4204389efc4c9081cc90a811d2"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Feb 05 23:17:34 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 22:30:09 2006 -0800"
      },
      "message": "[PATCH] w83627hf: Document the reset module parameter\n\nDocument the reset module parameter which was recently added to the\nw83627hf driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c7f5d7edd8b3fa4204389efc4c9081cc90a811d2",
      "tree": "1264bb18887b398ea2dccbba03ade05bf9fe9539",
      "parents": [
        "e3efa5a7392e07471b5d0ef7e7cd7ab862f70284"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Feb 05 23:13:48 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 22:30:09 2006 -0800"
      },
      "message": "[PATCH] w83781d: Use real-time status registers\n\nUse the real-time status registers of the Winbond W83782D, W83783S and\nW83627HF chips, instead of the interrupt status registers. Interrupts\ncannot be trusted at least for voltage inputs, as they are two-times\ntriggers (as opposed to comparator mode, which we want.) The w83627hf\ndriver was fixed in a similar way some times ago.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e3efa5a7392e07471b5d0ef7e7cd7ab862f70284",
      "tree": "c4b118150c8d78d7220669144d83559aafcab5a4",
      "parents": [
        "75c0141ca2fdae7c332d8f17412fbe0939dd005f"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Feb 05 23:11:16 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 22:30:09 2006 -0800"
      },
      "message": "[PATCH] vt8231: Fix sysfs temperature interface\n\nThe VT8231 low temperature limits are actually hysteresis temperatures\nto the high limits.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Roger Lucas \u003croger@planbit.co.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "16f05be7be0bf121491d83bd97337fe179b3b323",
      "tree": "c33fdb0065cbaff83900becbf46480c914d75ca2",
      "parents": [
        "982db2a127b29c9e1f5896d2ba691e84446cc858"
      ],
      "author": {
        "name": "Phil Dibowitz",
        "email": "phil@ipom.com",
        "time": "Mon Feb 13 15:59:42 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 21:33:40 2006 -0800"
      },
      "message": "[PATCH] USB: unusual-devs bugfix\n\nThe following patch looks good to me. It adds an unusual_devs entry as\nwell as fixing an ordering bug. Please apply.\n\nFrom: Bohdan Linda \u003cbohdan.linda@gmail.com\u003e\nSigned-off-by: Phil Dibowitz \u003cphil@ipom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "982db2a127b29c9e1f5896d2ba691e84446cc858",
      "tree": "4e64b464d4f79e092f50e9ad908a1d0da01deab3",
      "parents": [
        "1d614a4b0d2613d83f7bf0978e213ba29aebc44f"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon Feb 13 10:16:04 2006 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 21:33:40 2006 -0800"
      },
      "message": "[PATCH] USB: unusual_devs.h entry: iAUDIO M5\n\nAnother unusual_devs.h entry (as652).\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1d614a4b0d2613d83f7bf0978e213ba29aebc44f",
      "tree": "4dddb4fa0505b350f803d2df4252cb350f03c811",
      "parents": [
        "ba3e93ad3c6e511f68c1b3e46954feff6cdd5a62"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon Feb 13 10:15:22 2006 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 21:33:40 2006 -0800"
      },
      "message": "[PATCH] USB: unusual_devs.h entry: TrekStor i.Beat\n\nA new unusual_devs.h entry (as651).\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ba3e93ad3c6e511f68c1b3e46954feff6cdd5a62",
      "tree": "4248f96e5ad174e3ae9d917988ce97e4d7a32159",
      "parents": [
        "a2149bce2535047371a1309f032f0320b05db791"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Mon Jan 30 10:19:43 2006 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 21:33:40 2006 -0800"
      },
      "message": "[PATCH] usb-storage: unusual_devs entry\n\nHere is a new entry for unusual_devs.h (as630).\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a2149bce2535047371a1309f032f0320b05db791",
      "tree": "0d38aed6149c4368136fac9032a4ec61d7c630ff",
      "parents": [
        "a0c53f1dca10acc93462339cbd0bf24b10d60a13"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Thu Feb 02 09:52:45 2006 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 21:33:40 2006 -0800"
      },
      "message": "[PATCH] usb-storage: new unusual_devs entry\n\nThis patch (as631) for unusual_devs.h fixes bugzilla entry 5913.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nSigned-off-by: Phil Dibowitz \u003cphil@ipom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a0c53f1dca10acc93462339cbd0bf24b10d60a13",
      "tree": "99b5e0d6bc58a0b38cfc98ee0c2b09049c5db462",
      "parents": [
        "c6c27721a42b991965bb792d5c196b8331d008d5"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Mon Feb 06 12:15:15 2006 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 21:33:39 2006 -0800"
      },
      "message": "[PATCH] USB: sl811_cs needs platform_device conversion too\n\nThe switchover to \"platform_driver\" from \"device_driver\" missed\none rather essential usage, which broke the sl811_cs driver ...\nthis resolves the omission.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c6c27721a42b991965bb792d5c196b8331d008d5",
      "tree": "24f84202e04931c8943e3257632b2e82d2fd1353",
      "parents": [
        "343a65cadb3a6a102f08513d9c64eb7e317478f0"
      ],
      "author": {
        "name": "Christian Lindner",
        "email": "christian.lindner@gmx.net",
        "time": "Wed Feb 01 14:10:52 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 21:33:39 2006 -0800"
      },
      "message": "[PATCH] USB: PL2303: Leadtek 9531 GPS-Mouse\n\nThe patch adds the USB ID (0413:2101) for the Leadtek GPS-Mouse 9531 to\nthe driver pl2303.\n\nSigned-off-by: Christian Lindner \u003cchristian.lindner@gmx.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "343a65cadb3a6a102f08513d9c64eb7e317478f0",
      "tree": "b4fb5906ebed9c64566565958c302427aa9e344b",
      "parents": [
        "ba3e66e94b9fb8c2a370a90729e068314845549d"
      ],
      "author": {
        "name": "Michael Hund",
        "email": "mhund@ld-didactic.de",
        "time": "Thu Feb 02 09:37:02 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 21:33:39 2006 -0800"
      },
      "message": "[PATCH] USB: change ldusb\u0027s experimental state\n\nSigned-off-by: Michael Hund \u003cmhund@ld-didactic.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ba3e66e94b9fb8c2a370a90729e068314845549d",
      "tree": "f021a85387443d00be8d6b108579a38cec63e37c",
      "parents": [
        "a38408cd8d6bc0e5d16e609d4b1fdf9ba2e099ce"
      ],
      "author": {
        "name": "Michael Hund",
        "email": "mhund@ld-didactic.de",
        "time": "Thu Feb 02 09:36:43 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 21:33:39 2006 -0800"
      },
      "message": "[PATCH] USB: add new device ids to ldusb\n\nSigned-off-by: Michael Hund \u003cmhund@ld-didactic.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a38408cd8d6bc0e5d16e609d4b1fdf9ba2e099ce",
      "tree": "5a559a05117c481f0cefd3c67a1d01e744cf7946",
      "parents": [
        "75c0141ca2fdae7c332d8f17412fbe0939dd005f"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@pacbell.net",
        "time": "Thu Feb 09 16:35:31 2006 -0500"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 21:33:39 2006 -0800"
      },
      "message": "[PATCH] USB: fix up the usb early handoff logic for EHCI\n\nDisable some dubious \"early\" USB handoff code that allegedly works around bugs\non some systems (we don\u0027t know which ones) but rudely breaks some others.\n\nAlso make the kernel warnings reporting BIOS handoff problems be more useful,\nreporting the register whose value displays the trouble.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "108dff7d2b721759b5e025ab18024967c1294792",
      "tree": "463be206b5c354fa652890f0bae132b5fb57fedd",
      "parents": [
        "a110d514a582553e7439e92d92fb062d80b3e21d"
      ],
      "author": {
        "name": "Kyle McMartin",
        "email": "kyle@parisc-linux.org",
        "time": "Mon Feb 13 22:44:22 2006 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 13 19:58:47 2006 -0800"
      },
      "message": "[PATCH] sys_newfstatat -\u003e sys_fstatat64\n\nparisc defines ARCH_WANT_STAT64, so we want to use fstatat64. It does not\nappear that it needs to be ENTRY_COMP, because struct stat64 is the same\non both 32-bit and 64-bit (unlike on other platforms which did define a\ncompat_sys_fstatat64.)\n\nSigned-off-by: Grant Grundler \u003cgrundler@parisc-linux.org\u003e\nSigned-off-by: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a110d514a582553e7439e92d92fb062d80b3e21d",
      "tree": "aa8fd4abd430fa393c00e880d7d8145e4f7ee0a2",
      "parents": [
        "934a3595b30c986bab52bc9c08d12c8962c88c8a",
        "28b2425ac76b0f043f2efd34521f2a3c7ec8ccc5"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 13 19:40:19 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 13 19:40:19 2006 -0800"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6\n"
    },
    {
      "commit": "934a3595b30c986bab52bc9c08d12c8962c88c8a",
      "tree": "1aa2acda1b45d97ce7b4027327a23a2a3c8dc81a",
      "parents": [
        "b4d9eda028e8becbb5057b554e63eea12e496a88",
        "7d5e350fab47f1273bc8b52d5f133ed6e4baeb7f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 13 19:10:43 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 13 19:10:43 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq\n"
    },
    {
      "commit": "b4d9eda028e8becbb5057b554e63eea12e496a88",
      "tree": "f3dfa4aa380fe89a4aeff049c2f5b13b72404a1b",
      "parents": [
        "00de651d14baabc5c1d2f32c49d9a984d8891c8e"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Feb 13 16:06:10 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Feb 13 16:06:10 2006 -0800"
      },
      "message": "[NET]: Revert skb_copy_datagram_iovec() recursion elimination.\n\nRevert the following changeset:\n\nbc8dfcb93970ad7139c976356bfc99d7e251deaf\n\nRecursive SKB frag lists are really possible and disallowing\nthem breaks things.\n\nNoticed by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "00de651d14baabc5c1d2f32c49d9a984d8891c8e",
      "tree": "dee86291586baf00e9c34dd8f4545088a36877ef",
      "parents": [
        "6d3e85ecf22a5e3610df47b9c3fb2fc32cfd35bf"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Mon Feb 13 16:01:27 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 13 16:01:27 2006 -0800"
      },
      "message": "[IPSEC]: Fix strange IPsec freeze.\n\nProblem discovered and initial patch by Olaf Kirch:\n\n\tthere\u0027s a problem with IPsec that has been bugging some of our users\n\tfor the last couple of kernel revs. Every now and then, IPsec will\n\tfreeze the machine completely. This is with openswan user land,\n\tand with kernels up to and including 2.6.16-rc2.\n\n\tI managed to debug this a little, and what happens is that we end\n\tup looping in xfrm_lookup, and never get out. With a bit of debug\n\tprintks added, I can this happening:\n\n\t\tip_route_output_flow calls xfrm_lookup\n\n\t\txfrm_find_bundle returns NULL (apparently we\u0027re in the\n\t\t\tmiddle of negotiating a new SA or something)\n\n\t\tWe therefore call xfrm_tmpl_resolve. This returns EAGAIN\n\t\t\tWe go to sleep, waiting for a policy update.\n\t\t\tThen we loop back to the top\n\n\t\tApparently, the dst_orig that was passed into xfrm_lookup\n\t\t\thas been dropped from the routing table (obsolete\u003d2)\n\t\t\tThis leads to the endless loop, because we now create\n\t\t\ta new bundle, check the new bundle and find it\u0027s stale\n\t\t\t(stale_bundle -\u003e xfrm_bundle_ok -\u003e dst_check() return 0)\n\n\tPeople have been testing with the patch below, which seems to fix the\n\tproblem partially. They still see connection hangs however (things\n\tonly clear up when they start a new ping or new ssh). So the patch\n\tis obvsiouly not sufficient, and something else seems to go wrong.\n\n\tI\u0027m grateful for any hints you may have...\n\nI suggest that we simply bail out always.  If the dst decides to die\non us later on, the packet will be dropped anyway.  So there is no\ngreat urgency to retry here.  Once we have the proper resolution\nqueueing, we can then do the retry again.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nAcked-by: Olaf Kirch \u003cokir@suse.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6d3e85ecf22a5e3610df47b9c3fb2fc32cfd35bf",
      "tree": "d82d346f7b4c03f1e323cec0df8ee74052f0a31c",
      "parents": [
        "72fb630dad170084026bda6728b8d8f21ed48ff1"
      ],
      "author": {
        "name": "Nicolas DICHTEL",
        "email": "nicolas.dichtel@6wind.com",
        "time": "Mon Feb 13 15:56:13 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 13 15:56:13 2006 -0800"
      },
      "message": "[IPV6] Don\u0027t store dst_entry for RAW socket\n\nSigned-off-by: Nicolas DICHTEL \u003cnicolas.dichtel@6wind.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "72fb630dad170084026bda6728b8d8f21ed48ff1",
      "tree": "0330cc2c63332eb5d0a561447f505324de14ae56",
      "parents": [
        "e200bd8065e4db6297cd8db071a9188cf9aa6b56"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Feb 13 15:53:41 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 13 15:53:41 2006 -0800"
      },
      "message": "[APPLETALK]: warning fix\n\ndrivers/net/appletalk/cops.c: In function `cops_load\u0027:\ndrivers/net/appletalk/cops.c:539: warning: assignment discards qualifiers from pointer target type\ndrivers/net/appletalk/cops.c:547: warning: assignment discards qualifiers from pointer target type\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e200bd8065e4db6297cd8db071a9188cf9aa6b56",
      "tree": "80c9ced19aa5a0fa0cc9be69d34ca45cf92394ad",
      "parents": [
        "178a3259f2508e786fb1bd6538365a167cee35c1"
      ],
      "author": {
        "name": "Jamal Hadi Salim",
        "email": "hadi@cyberus.ca",
        "time": "Mon Feb 13 15:51:24 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 13 15:51:24 2006 -0800"
      },
      "message": "[NETLINK] genetlink: Fix bugs spotted by Andrew Morton.\n\n- panic() doesn\u0027t return.\n\n- Don\u0027t forget to unlock on genl_register_family() error path\n\n- genl_rcv_msg() is called via pointer so there\u0027s no point in declaring it\n  `inline\u0027.\n\nNotes:\n\ngenl_ctrl_event() ignores the genlmsg_multicast() return value.\n\nlots of things ignore the genl_ctrl_event() return value.\n\nSigned-off-by: Jamal Hadi Salim \u003chadi@cyberus.ca\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "178a3259f2508e786fb1bd6538365a167cee35c1",
      "tree": "3736fd620ecdec6193b52505982e8fa12698c695",
      "parents": [
        "a6c1cd572642478528165ac44db4d2daae125a21"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Feb 13 15:43:58 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 13 15:43:58 2006 -0800"
      },
      "message": "[BRIDGE]: Better fix for netfilter missing symbol has_bridge_parent\n\nHorms patch was the best of the three fixes. Dave, already applied\nHarald\u0027s version, so this patch converts that to the better one.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a6c1cd572642478528165ac44db4d2daae125a21",
      "tree": "c622476fd8a0092710dd325d5154c2b49fc7a898",
      "parents": [
        "15c38c6ecd772ae4cc497955f916f40e803e7528"
      ],
      "author": {
        "name": "Harald Welte",
        "email": "laforge@netfilter.org",
        "time": "Mon Feb 13 15:42:48 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 13 15:42:48 2006 -0800"
      },
      "message": "[NETFILTER] Fix Kconfig menu level for x_tables\n\nThe new x_tables related Kconfig options appear at the wrong menu level\nwithout this patch.\n\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "15c38c6ecd772ae4cc497955f916f40e803e7528",
      "tree": "f3a967377a58a2e6aae2cfd7f72400deee6a2433",
      "parents": [
        "99e382afd297d91ab150ae46c28c4585f925818c",
        "9225806386e398eeba46958a7befa017bda73f58"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Feb 13 15:40:55 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Feb 13 15:40:55 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6\n"
    },
    {
      "commit": "99e382afd297d91ab150ae46c28c4585f925818c",
      "tree": "8a2ab5c8437bff91919588976294f7b38b7e57e8",
      "parents": [
        "77decfc716d460b3f7037bb19bd4eb12cd0dc996"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Mon Feb 13 15:38:42 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 13 15:38:42 2006 -0800"
      },
      "message": "[P8023]: Fix tainting of kernel.\n\nMissing license tag.\nI\u0027ve assumed this is GPL.  (It could also use a MODULE_AUTHOR)\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "77decfc716d460b3f7037bb19bd4eb12cd0dc996",
      "tree": "e6fca07597e12c07af4bd90cfffc80a3f694387e",
      "parents": [
        "bf3883c12fece9189ab4f7bb6e2690451db1366e"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Mon Feb 13 15:36:21 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 13 15:36:21 2006 -0800"
      },
      "message": "[IPV4] ICMP: Invert default for invalid icmp msgs sysctl\n\nisic can trigger these msgs to be spewed at a very high rate.\nThere\u0027s already a sysctl to turn them off. Given these messages\naren\u0027t useful for most people, this patch disables them by\ndefault.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "bf3883c12fece9189ab4f7bb6e2690451db1366e",
      "tree": "044a6678fff7b3325169794d2a06f2d25ef95616",
      "parents": [
        "7a11c4d0635d9f6995736390b8c3346fe6f63d57"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Mon Feb 13 15:34:58 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 13 15:34:58 2006 -0800"
      },
      "message": "[ATM]: Ratelimit atmsvc failure messages\n\nThis seems to be trivial to trigger.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7a11c4d0635d9f6995736390b8c3346fe6f63d57",
      "tree": "462aa4a17b5ef59350f726ca39035c513bd2e5a5",
      "parents": [
        "75c0141ca2fdae7c332d8f17412fbe0939dd005f"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Mon Feb 13 15:34:11 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Feb 13 15:34:11 2006 -0800"
      },
      "message": "[IRDA]: Ratelimit messages.\n\nFrom: Joe Perches \u003cjoe@perches.com\u003e\n\nBased upon a patch by Dave Jones.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "75c0141ca2fdae7c332d8f17412fbe0939dd005f",
      "tree": "42c793ae47f694ebfbd6b2feb26c8c93280d5978",
      "parents": [
        "90947ef26fa689a3252aa8282a01f60648e70fdb"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Mon Feb 13 12:46:58 2006 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 13 11:14:45 2006 -0800"
      },
      "message": "[PATCH] Remove \"RV370 5B60 [Radeon X300 (PCIE)]\" from DRI list\n\nI get a machine check exception, triple fault, or NMI watchdog lockup\nwhen DRI gets enabled on this card.\n\n(And Mauro Tassinari \u003cmtassinari@cmanet.it\u003e reports hung kernels too in\nhttp://lkml.org/lkml/2006/1/26/97)\n\n[ Adrian Bunk also states that this is the only RV350 entry for an RV370\n  in our lists, which implies that it\u0027s just buggy ]\n\nCc: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Dave Jones \u003cdavej@redhat.com\u003e\nCc: Mauro Tassinari \u003cmtassinari@cmanet.it\u003e\nCc: Dave Airlie \u003cairlied@linux.ie\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "90947ef26fa689a3252aa8282a01f60648e70fdb",
      "tree": "317ab8984d68fed9e4ad6e259c44134907b3021a",
      "parents": [
        "326a625748535c4cdb1c632b1dcb07030989a393"
      ],
      "author": {
        "name": "Jeff Mahoney",
        "email": "jeffm@suse.com",
        "time": "Mon Feb 13 11:12:36 2006 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 13 08:56:01 2006 -0800"
      },
      "message": "[PATCH] reiserfs: fix potential (unlikely) oops in reiserfs_get_acl\n\nThis fixes a potential oops if there is an error reported by\nposix_acl_from_disk().  This is mostly theoretical due to the use of\nmagics and checksums in xattrs, but is still possible.\n\nSigned-off-by: Jeff Mahoney \u003cjeffm@suse.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "326a625748535c4cdb1c632b1dcb07030989a393",
      "tree": "1615fa184eac201aca79b569727b7769415a8b82",
      "parents": [
        "40ad7a6afc53217ad95b5ae2221e42d7655e057b"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Mon Feb 13 18:07:30 2006 +0900"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 13 07:47:03 2006 -0800"
      },
      "message": "[PATCH] MIPS 32bit machines need fstatat64 support.\n\nAs noted by Jan Dittmer \u003cjdi@l4x.org\u003e\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9225806386e398eeba46958a7befa017bda73f58",
      "tree": "425bb3d66554d10f45138795335545615cace048",
      "parents": [
        "7b005bd34c895ebeefd1c62f90a329730b88946b"
      ],
      "author": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Mon Feb 13 11:40:07 2006 +0100"
      },
      "committer": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Mon Feb 13 11:40:07 2006 +0100"
      },
      "message": "[Bluetooth] Fix firmware loading problem of BT3C driver\n\nBefore the PCMCIA subsystem was fully integrated into the device and\ndriver model, the BT3C driver had to workaround this when loading the\nfirmware. This workaround is broken and makes the driver oops when\nloading the firmware. This patch removes this workaround and uses now\nthe provided device structure from the PCMCIA subsystem.\n\nSigned-off-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\n"
    },
    {
      "commit": "7b005bd34c895ebeefd1c62f90a329730b88946b",
      "tree": "7a7143c1b29b902122fe5e17a10ad4cb2ec66291",
      "parents": [
        "56f3a40a5e7586043260669cc794e56fa58339e1"
      ],
      "author": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Mon Feb 13 11:40:03 2006 +0100"
      },
      "committer": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Mon Feb 13 11:40:03 2006 +0100"
      },
      "message": "[Bluetooth] Fix NULL pointer dereferences of the HCI socket\n\nThis patch fixes the two NULL pointer dereferences found by the sfuzz\ntool from Ilja van Sprundel. The first one was a call of getsockname()\nfor an unbound socket and the second was calling accept() while this\noperation isn\u0027t implemented for the HCI socket interface.\n\nSigned-off-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\n"
    },
    {
      "commit": "56f3a40a5e7586043260669cc794e56fa58339e1",
      "tree": "a2a756d86f8ff9da8d5668d2dfbf51f5107c53ce",
      "parents": [
        "e9bb4c9929a63b23dcc637fae312b36b038bdc61"
      ],
      "author": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Mon Feb 13 11:39:57 2006 +0100"
      },
      "committer": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Mon Feb 13 11:39:57 2006 +0100"
      },
      "message": "[Bluetooth] Reduce L2CAP MTU for RFCOMM connections\n\nThis patch reduces the default L2CAP MTU for all RFCOMM connections\nfrom 1024 to 1013 to improve the interoperability with some broken\nRFCOMM implementations. To make this more flexible the L2CAP MTU\nbecomes also a module parameter and so it can changed at runtime.\n\nSigned-off-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\n"
    },
    {
      "commit": "40ad7a6afc53217ad95b5ae2221e42d7655e057b",
      "tree": "a164f00f514bb816abe370b1050c88799a8572f4",
      "parents": [
        "e9bb4c9929a63b23dcc637fae312b36b038bdc61"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Feb 12 23:30:11 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Feb 12 23:30:11 2006 -0800"
      },
      "message": "[SPARC]: sys_newfstatat --\u003e sys_fstatat64\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e9bb4c9929a63b23dcc637fae312b36b038bdc61",
      "tree": "554808e3e49d6c89016b0c6e4d56b7a590725d3e",
      "parents": [
        "0d541064e8f58858e11cd34d81b6e83617f6eb4a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 12 16:27:25 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 12 16:27:25 2006 -0800"
      },
      "message": "Linux v2.6.16-rc3\n"
    },
    {
      "commit": "0d541064e8f58858e11cd34d81b6e83617f6eb4a",
      "tree": "2118bef73c46aa505eb54cdbbfe80e0c7ab93738",
      "parents": [
        "a65d17c9d27a85782cfe1bbc36c747ffa1f81814"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Sun Feb 12 14:34:59 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 12 16:10:47 2006 -0800"
      },
      "message": "[PATCH] x86_64: GART DMA merging fix\n\nDon\u0027t touch the non DMA members in the sg list in dma_map_sg in the IOMMU\n\nSome drivers (in particular ST) ran into problems because they reused the sg\nlists after passing them to pci_map_sg().  The merging procedure in the K8\nGART IOMMU corrupted the state.  This patch changes it to only touch the dma*\nentries during merging, but not the other fields.  Approach suggested by Dave\nMiller.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a65d17c9d27a85782cfe1bbc36c747ffa1f81814",
      "tree": "5e8fe6c190f9fe5624ecd694948226892e65ca38",
      "parents": [
        "8f6da52aeff1fd7272ff5082552a39c050565b57"
      ],
      "author": {
        "name": "John Blackwood",
        "email": "john.blackwood@ccur.com",
        "time": "Sun Feb 12 14:34:58 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 12 16:10:47 2006 -0800"
      },
      "message": "[PATCH] arch/x86_64/kernel/traps.c PTRACE_SINGLESTEP oops\n\nWe found a problem with x86_64 kernels with preemption enabled, where\nhaving multiple tasks doing ptrace singlesteps around the same time will\ncause the system to \u0027oops\u0027.  The problem seems that a task can get\npreempted out of the do_debug() processing while it is running on the\nDEBUG_STACK stack.  If another task on that same cpu then enters do_debug()\nand uses the same per-cpu DEBUG_STACK stack, the previous preempted tasks\u0027s\nstack contents can be corrupted, and the system will oops when the\npreempted task is context switched back in again.\n\nThe typical oops looks like the following:\n\n  Unable to handle kernel paging request at ffffffffffffffae RIP: \u003cffffffff805452a1\u003e{thread_return+34}\n  PGD 103027 PUD 102429067 PMD 0\n  Oops: 0002 [1] PREEMPT SMP\n  CPU 0\n  Modules linked in:\n  Pid: 3786, comm: ssdd Not tainted 2.6.15.2 #1\n  RIP: 0010:[\u003cffffffff805452a1\u003e] \u003cffffffff805452a1\u003e{thread_return+34}\n  RSP: 0018:ffffffff80824058  EFLAGS: 000136c2\n  RAX: ffff81017e12cea0 RBX: 0000000000000000 RCX: 00000000c0000100\n  RDX: 0000000000000000 RSI: ffff8100f7856e20 RDI: ffff81017e12cea0\n  RBP: 0000000000000046 R08: ffff8100f68a6000 R09: 0000000000000000\n  R10: 0000000000000000 R11: ffff81017e12cea0 R12: ffff81000c2d53e8\n  R13: ffff81017f5b3be8 R14: ffff81000c0036e0 R15: 000001056cbfc899\n  FS:  00002aaaaaad9b00(0000) GS:ffffffff80883800(0000) knlGS:0000000000000000\n  CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b\n  CR2: ffffffffffffffae CR3: 00000000f6fcf000 CR4: 00000000000006e0\n  Process ssdd (pid: 3786, threadinfo ffff8100f68a6000, task ffff8100f7856e20)\n  Stack: ffffffff808240d8 ffffffff8012a84a ffff8100055f6c00 0000000000000020\n         0000000000000001 ffff81000c0036e0 ffffffff808240b8 0000000000000000\n         0000000000000000 0000000000000000\n  Call Trace: \u003c#DB\u003e\n\t\u003cffffffff8012a84a\u003e{try_to_wake_up+985}\n\t\u003cffffffff8012c0d3\u003e{kick_process+87}\n        \u003cffffffff8013b262\u003e{signal_wake_up+48}\n\t\u003cffffffff8013b5ce\u003e{specific_send_sig_info+179}\n        \u003cffffffff80546abc\u003e{_spin_unlock_irqrestore+27}\n\t\u003cffffffff8013b67c\u003e{force_sig_info+159}\n        \u003cffffffff801103a0\u003e{do_debug+289} \u003cffffffff80110278\u003e{sync_regs+103}\n        \u003cffffffff8010ed9a\u003e{paranoid_userspace+35}\n  Unable to handle kernel paging request at 00007fffffb7d000 RIP: \u003cffffffff8010f2e4\u003e{show_trace+465}\n  PGD f6f25067 PUD f6fcc067 PMD f6957067 PTE 0\n  Oops: 0000 [2] PREEMPT SMP\n\nThis patch disables preemptions for the task upon entry to do_debug(), before\ninterrupts are reenabled, and then disables preemption before exiting\ndo_debug(), after disabling interrupts.  I\u0027ve noticed that the task can be\npreempted either at the end of an interrupt, or on the call to\nforce_sig_info() on the spin_unlock_irqrestore() processing.  It might be\nbetter to attempt to code a fix in entry.S around the code that calls\ndo_debug().\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8f6da52aeff1fd7272ff5082552a39c050565b57",
      "tree": "e723c0c2e776f48a3a6b2a7a355b27bfbe2d4030",
      "parents": [
        "89edc3d2b429136a0e25f40275fd82dc58f147fd"
      ],
      "author": {
        "name": "Jesse Allen",
        "email": "the3dfxdude@gmail.com",
        "time": "Sun Feb 12 14:34:56 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 12 16:10:47 2006 -0800"
      },
      "message": "[PATCH] orinoco: support smc2532w\n\nThe orinoco wireless driver can support the SMC 2532W-B PC Card, so add the\nid for it.\n\nSigned-off-by: Jesse Allen \u003cthe3dfxdude@gmail.com\u003e\nCc: Pavel Roskin \u003cproski@gnu.org\u003e\nCc: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "89edc3d2b429136a0e25f40275fd82dc58f147fd",
      "tree": "abe4ceb1f1d5e59a6e090e255f9330d7100d8e5a",
      "parents": [
        "3c791925da0e6108cda15e3c2c7bfaebcd9ab9cf"
      ],
      "author": {
        "name": "Jeff Mahoney",
        "email": "jeffm@suse.com",
        "time": "Sun Feb 12 14:34:55 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 12 16:10:47 2006 -0800"
      },
      "message": "[PATCH] reiserfs: disable automatic enabling of reiserfs inode attributes\n\nUnfortunately, the reiserfs_attrs_cleared bit in the superblock flag can\nlie.  File systems have been observed with the bit set, yet still contain\ngarbage in the stat data field, causing unpredictable results.\n\nThis patch backs out the enable-by-default behavior.\n\nIt eliminates the changes from: d50a5cd860ce721dbeac6a4f3c6e42abcde68cd8,\nand ef5e5414e7a83eb9b4295bbaba5464410b11e030.\n\nSigned-off-by: Jeff Mahoney \u003cjeffm@suse.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3c791925da0e6108cda15e3c2c7bfaebcd9ab9cf",
      "tree": "cc931cbbe81b15687d28f774e916dd917ae0bf88",
      "parents": [
        "d524c5e200486d55942fcd25b0b6e181f843f837"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Sun Feb 12 14:34:53 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 12 16:10:47 2006 -0800"
      },
      "message": "[PATCH] netfilter: fix build error due to missing has_bridge_parent macro\n\nnet/bridge/br_netfilter.c: In function `br_nf_post_routing\u0027:\nnet/bridge/br_netfilter.c:808: warning: implicit declaration of function `has_bridge_parent\u0027\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nCc: Harald Welte \u003claforge@netfilter.org\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d524c5e200486d55942fcd25b0b6e181f843f837",
      "tree": "de36710d694c9deb7a167d0da28de43835bd4577",
      "parents": [
        "19bf9cbf6b313ae79a0c7278ccaa9c72c86931bd",
        "a7122f916978a6cd58b765949cb315aabcddf151"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 12 10:26:57 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 12 10:26:57 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog\n"
    },
    {
      "commit": "19bf9cbf6b313ae79a0c7278ccaa9c72c86931bd",
      "tree": "957055cc4aec4db615cfd9726777b0815ca405ac",
      "parents": [
        "bc6d7fdf460ec5292d66bb551dbfa49ca682bebf"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Sun Feb 12 12:35:03 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 12 10:11:58 2006 -0800"
      },
      "message": "[PATCH] s390: fstatat64 support\n\nAdd fstatat64 support to s390 in order to follow changes with\ncommit cff2b760096d1e6feaa31948e7af4abbefe47822 .\nAlso fixes compilation for 31 bit.\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a7122f916978a6cd58b765949cb315aabcddf151",
      "tree": "2aadb0e490fc02f1a2338f7529771aaa3ce6d2a0",
      "parents": [
        "af3b38d99d7d52340cf59a06ff90d90e0fa25b6d"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Jan 09 22:07:22 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:48 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c - update module version info\n\nUpdate the module version defines.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "af3b38d99d7d52340cf59a06ff90d90e0fa25b6d",
      "tree": "3a8e4deb0f0c27ca8d60b37b0a8cca2e947fb159",
      "parents": [
        "85875211acc94ecb76fe04fbebc6aca12b6da60d"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Jan 09 22:03:41 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:43 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c show card info patch\n\nPut all code for showing the card\u0027s boot info in\none sub-routine.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "85875211acc94ecb76fe04fbebc6aca12b6da60d",
      "tree": "218ff9c2e9109c00e5f536341758942634147e75",
      "parents": [
        "8f0235dccc3f7bffc32abcef2aec3d1b15c61927"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Jan 09 21:59:39 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:39 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c move get_support to pcwd_check_temperature_support\n\nRename get_support function to pcwd_check_temperature_support\nso that it is clearer what the function does.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "8f0235dccc3f7bffc32abcef2aec3d1b15c61927",
      "tree": "22215221b708dcc71aba27525f671f1298a8657b",
      "parents": [
        "a2be8786006ec0d21dcb1d322fc480b85ea82c66"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Jan 09 21:56:09 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:32 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c Control Status #2 patch\n\nAdd Control Status #2 bits (with defines)\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "a2be8786006ec0d21dcb1d322fc480b85ea82c66",
      "tree": "810324396cf784d1b057d11a476795faa095026e",
      "parents": [
        "f1c3a0567aa5086e755e58385740f9ece911c06e"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Jan 09 21:53:33 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:25 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c private data struct patch\n\nmore private data of the card to one struct.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "f1c3a0567aa5086e755e58385740f9ece911c06e",
      "tree": "6e3848ed7c80d4fe2b048b4bd5145f469efabc69",
      "parents": [
        "fd41fa616f21efc36eb80696475ceb33ea047a6a"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Dec 10 14:36:24 2005 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:11 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c card_found-- fix.\n\nWhen doing a __devexit from a card we should also\ndecrement the cards_found counter.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "fd41fa616f21efc36eb80696475ceb33ea047a6a",
      "tree": "5730d4775e3796861be4a0ffd039c04410a86490",
      "parents": [
        "3a69e5791379a7c7d23c531a7679428300bb5072"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Dec 10 14:22:37 2005 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:45:56 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c add comments + tabs\n\nadd extra comments for the include files\nchanges spaces by tabs where it is appropriate.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "3a69e5791379a7c7d23c531a7679428300bb5072",
      "tree": "a97274af65a6d3fe40fab98e2e56be0816a968e2",
      "parents": [
        "bc6d7fdf460ec5292d66bb551dbfa49ca682bebf"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "icampbell@arcom.com",
        "time": "Mon Nov 07 10:21:24 2005 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 12:58:17 2006 +0100"
      },
      "message": "[WATCHDOG] sa1100_wdt.c sparse clean (2)\n\nThe following makes drivers/char/watchdog/sa1100_wdt.c sparse clean.\n(similar to the other watchdog drivers)\n\nSigned-off-by: Ian Campbell \u003cicampbell@arcom.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "bc6d7fdf460ec5292d66bb551dbfa49ca682bebf",
      "tree": "e588c90655637a30481fc2926ff6031064cf44fa",
      "parents": [
        "bc7fc0601b3eb2254f080492f3fd69e319ed32d0"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sat Feb 11 17:56:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:13 2006 -0800"
      },
      "message": "[PATCH] fbdev: video_setup() warning fix\n\ndrivers/video/fbmem.c:1567: warning: \u0027video_setup\u0027 defined but not used\n\nAcked-by: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bc7fc0601b3eb2254f080492f3fd69e319ed32d0",
      "tree": "787110478e6ad0023e2ce0790e26e29d816291fa",
      "parents": [
        "891e5e5edaf13216f9f4c2710aebd066b1d98583"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Sat Feb 11 17:56:07 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:13 2006 -0800"
      },
      "message": "[PATCH] nvidiafb: Add support for Geforce4 MX 4000\n\nAdd support for Geforce4 MX 4000 (0x185)\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "891e5e5edaf13216f9f4c2710aebd066b1d98583",
      "tree": "69f0764b407840fb12b7456f2a15b9afb34c39cd",
      "parents": [
        "1d30883942cfe8a1e3f88f8b7f4c292aeba3db5a"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat Feb 11 17:56:05 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:13 2006 -0800"
      },
      "message": "[PATCH] drivers/video/Kconfig: remove unused BUS_I2C option\n\nThe BUS_I2C option is neither available (since there is no VISWS option in\nthe kernel) nor does it have any effect - so why not remove it?\n\nBased on a report by Jean-Luc Leger \u003creiga@dspnet.fr.eu.org\u003e.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1d30883942cfe8a1e3f88f8b7f4c292aeba3db5a",
      "tree": "d53b73bb121b6b477ce64a6705d1a70f16581cb7",
      "parents": [
        "ef1bea9e2a5a72d2c3362522e0a09099406732ff"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sat Feb 11 17:56:05 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:13 2006 -0800"
      },
      "message": "[PATCH] tipar fixes\n\n- tipar_open(): fix unsigned comparison\n\n- tipar_open(): don\u0027t permit NULL pardevice (probably unneeded given the\n  above fix).\n\n- tipar_init_module(): handle the situation where parport_register_driver()\n  failed to register any devices (parport_register_driver() drops the -\u003eattach\n  return value on the floor).\n\n  This probably makes fixes #1 and #2 unneeded.\n\n- tipar_init_module(): fix various error-path resource leaks.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ef1bea9e2a5a72d2c3362522e0a09099406732ff",
      "tree": "3d953b0f2f4c97a44dec193092660cd33cacc1d3",
      "parents": [
        "0defa3c19e7792001df09d6fa5ab461d3599ff6d"
      ],
      "author": {
        "name": "Eric Paris",
        "email": "eparis@redhat.com",
        "time": "Sat Feb 11 17:56:04 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:13 2006 -0800"
      },
      "message": "[PATCH] s390: remove one set of brackets in __constant_test_bit()\n\nRight now in __constant_test_bit for the s390 there is an extra set of ()\nsurrounding the calculation.  This patch simply removes one set of () that is\nsurrounding the whole clause.\n\nSigned-off-by: Eric Paris \u003ceparis@redhat.com\u003e\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0defa3c19e7792001df09d6fa5ab461d3599ff6d",
      "tree": "343a78463c4c0a354192c2ceca11e80ee6153aab",
      "parents": [
        "e7684277f6882a23cfb734cb7450c3a469e6e8b1"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Sat Feb 11 17:56:03 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:13 2006 -0800"
      },
      "message": "[PATCH] s390: add #ifdef __KERNEL__ to asm-s390/setup.h\n\nBased on a patch from Maximilian Attems \u003cmaks@sternwelten.at\u003e .  Nothing in\nasm-s390/setup.h is of interest for user space.\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e7684277f6882a23cfb734cb7450c3a469e6e8b1",
      "tree": "58be2fd69696fb4881c1852e22878e101060aa32",
      "parents": [
        "a386fba2516b5404864647906219ced57bf2f2b7"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Sat Feb 11 17:56:02 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:13 2006 -0800"
      },
      "message": "[PATCH] s390: add support for unshare system call\n\nAdd support for unshare system call.\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a386fba2516b5404864647906219ced57bf2f2b7",
      "tree": "d5f483a67be2b94025afa38a3e6d56968cea63b8",
      "parents": [
        "5238da45f345898a8bfcd14e53b0431fcee36a04"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Sat Feb 11 17:56:01 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:12 2006 -0800"
      },
      "message": "[PATCH] s390: fix non smp build of kexec\n\nAdd missing smp_cpu_not_running define to avoid build warnings in the non smp\ncase.\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5238da45f345898a8bfcd14e53b0431fcee36a04",
      "tree": "1f4a5420de307ec43ba5202aaedd567cb6537ae6",
      "parents": [
        "9733e2407ad2237867cb13c04e7d619397fa3090"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Sat Feb 11 17:56:01 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:12 2006 -0800"
      },
      "message": "[PATCH] s390: update maintainers file\n\nUpdate URL for s390 and add maintainers for s390 networking and zfcp driver.\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9733e2407ad2237867cb13c04e7d619397fa3090",
      "tree": "87324f48ee24b8e61acd3671312639c8003af7cb",
      "parents": [
        "25fab9ebac445d57b656f5faabac5a195bed2f82"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Sat Feb 11 17:56:00 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:12 2006 -0800"
      },
      "message": "[PATCH] s390: earlier initialization of cpu_possible_map\n\nInitiliazing of cpu_possible_map was done in smp_prepare_cpus which is way too\nlate.  Therefore assign a static value to cpu_possible_map, since we don\u0027t\nhave access to max_cpus in setup_arch.\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "25fab9ebac445d57b656f5faabac5a195bed2f82",
      "tree": "1cb23fbe97c2fcabe020a611a8a89e9c91e804f0",
      "parents": [
        "e6f3601a7275216c48c2635f46b388d970901bb9"
      ],
      "author": {
        "name": "Peter Oberparleiter",
        "email": "peter.oberparleiter@de.ibm.com",
        "time": "Sat Feb 11 17:55:59 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:12 2006 -0800"
      },
      "message": "[PATCH] s390: fix sclp memory corruption in tty pages list\n\nWhen the sclp interface takes very long to serve a request, the sclp core\ndriver will report a failed request to the sclp tty driver even though the\nrequest is still being processed by the sclp interface.  Eventually the sclp\ninterface completes the request and updates some fields in the request buffer\nwhich leads to a corrupted tty pages list.  The next time function\nsclp_tty_write_room is called, the corrupted list will be traversed, resulting\nin an oops.\n\nTo avoid this remove the busy retry limit and increase retry intervals.\n\nSigned-off-by: Peter Oberparleiter \u003cpeter.oberparleiter@de.ibm.com\u003e\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e6f3601a7275216c48c2635f46b388d970901bb9",
      "tree": "d342bf9306b9e8e242c15547fc688383242fdba5",
      "parents": [
        "c48d865c50e8626372a52094385fb1f5a2d2a7fd"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Sat Feb 11 17:55:58 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:12 2006 -0800"
      },
      "message": "[PATCH] s390: update default configuration\n\nSwitch on CONFIG_DEBUG_FS again.\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c48d865c50e8626372a52094385fb1f5a2d2a7fd",
      "tree": "de239992c17b2db616d9487ec8f150ddec09031e",
      "parents": [
        "c0cdf1935cf328730fa068e0f39a22e6149555aa"
      ],
      "author": {
        "name": "Cornelia Huck",
        "email": "cornelia.huck@de.ibm.com",
        "time": "Sat Feb 11 17:55:57 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:11 2006 -0800"
      },
      "message": "[PATCH] s390: fix locking in __chp_add() and s390_subchannel_remove_chpid()\n\nFix locking in __chp_add() and s390_subchannel_remove_chpid(): Need to\ndisable/enable because they are always called from a thread (and not\ndirectly from a machine check...)\n\nSigned-off-by: Cornelia Huck \u003ccornelia.huck@de.ibm.com\u003e\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c0cdf1935cf328730fa068e0f39a22e6149555aa",
      "tree": "985d7ca58ef6382df54d1f7895af66eda4c61e9b",
      "parents": [
        "2903fb1694dcb08a3c1d9d823cfae7ba30e66cd3"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sat Feb 11 17:55:56 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:11 2006 -0800"
      },
      "message": "[PATCH] x86: print out early faults via early_printk()\n\nLost a few hours debugging an early-bootup fault within printk itself,\nwhich manifested itself as a hard to debug early hang.\n\nThis patch makes it much easier by printing out early faults via\nearly_printk(), which function is a lot simpler than a full printk, and\nhence more likely to succeed in emergencies.  (We do not recover from early\nfaults anyway, so there\u0027s no loss from not having these messages in the\nnormal printk buffer.)\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2903fb1694dcb08a3c1d9d823cfae7ba30e66cd3",
      "tree": "7d794e0997e935033354f3c3ffd81c1f31354db3",
      "parents": [
        "072eaa5d9cc3e63f567ffd9ad87b36194fdd8010"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "clameter@engr.sgi.com",
        "time": "Sat Feb 11 17:55:55 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:11 2006 -0800"
      },
      "message": "[PATCH] vmscan: skip reclaim_mapped determination if we do not swap\n\nThis puts the variables and the way to get to reclaim_mapped in one block.\nAnd allows zone_reclaim or other things to skip the determination (maybe\nthis whole block of code does not belong into refill_inactive_zone()?)\n\nSigned-off-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "072eaa5d9cc3e63f567ffd9ad87b36194fdd8010",
      "tree": "27b4acaea0ed57a839148e8d33d7ea5952c704d1",
      "parents": [
        "80e4342601abfafacb5f20571e40b56d73d10819"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "clameter@engr.sgi.com",
        "time": "Sat Feb 11 17:55:54 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:11 2006 -0800"
      },
      "message": "[PATCH] vmscan: remove duplicate increment of reclaim_in_progress\n\nshrink_zone() already increments reclaim_in_progress.  No need to do it in\nbalance_pgdat.\n\nSigned-off-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "80e4342601abfafacb5f20571e40b56d73d10819",
      "tree": "c03c988860aa8b6a1cc24ba8adff3778c1705928",
      "parents": [
        "643a654540579b0dcc7a206a4a7475276a41aff0"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "clameter@engr.sgi.com",
        "time": "Sat Feb 11 17:55:53 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:11 2006 -0800"
      },
      "message": "[PATCH] zone reclaim: do not check references to a page during zone reclaim\n\nshrink_list() and refill_inactive() check all ptes pointing to a page for\nreference bits in order to decide if the page should be put on the active\nlist.  This is not necessary for zone_reclaim since we are only interested\nin removing unmapped pages.  Skip the checks in both functions.\n\nSigned-off-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "643a654540579b0dcc7a206a4a7475276a41aff0",
      "tree": "e31d40e4362e4dc7823b7290c0de2a9353d3d117",
      "parents": [
        "33042a9ff4d126ba944b9dc3076665a2029e0a34"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Sat Feb 11 17:55:52 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:11 2006 -0800"
      },
      "message": "[PATCH] select: fix returned timeval\n\nWith David Woodhouse \u003cdwmw2@infradead.org\u003e\n\nselect() presently has a habit of increasing the value of the user\u0027s\n`timeout\u0027 argument on return.\n\nWe were writing back a timeout larger than the original.  We _deliberately_\nround up, since we know we must wait at _least_ as long as the caller asks\nus to.\n\nThe patch adds a couple of helper functions for magnitude comparison of\ntimespecs and of timevals, and uses them to prevent the various poll and\nselect functions from returning a timeout which is larger than the one which\nwas passed in.\n\nThe patch also fixes a bug in compat_sys_pselect7(): it was adding the new\ntimeout value to the old one and was returning that.  It should just return\nthe new timeout value.\n\n(We have various handy timespec/timeval-to-from-nsec conversion functions in\ntime.h.  But this code open-codes it all).\n\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nCc: Ulrich Drepper \u003cdrepper@redhat.com\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: george anzinger \u003cgeorge@mvista.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "33042a9ff4d126ba944b9dc3076665a2029e0a34",
      "tree": "d5cf22cebc02316058ad860feecef20742a4ae5e",
      "parents": [
        "e00d82d07fb112446586d225763d3572e64b7abf"
      ],
      "author": {
        "name": "Chris McDermott",
        "email": "lcm@us.ibm.com",
        "time": "Sat Feb 11 17:55:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:11 2006 -0800"
      },
      "message": "[PATCH] x86-64: Fix HPET timer on x460\n\n[description from AK]\n\nThe IBM Summit 3 chipset doesn\u0027t implement the HPET timer replacement\noption.  Since the current Linux code relies on it use a mixed mode with\nboth PIT for the interrupt and HPET counters for the time keeping.  That\nwas already implemented, but didn\u0027t work properly because it was still\nusing the last interrupt offset in HPET.  This resulted in x460 not\nbooting.  Fix this up by using the free running HPET counter.\n\nShouldn\u0027t affect any other machine because they either use full HPET mode\nor no HPET at all.\n\nTBD needs a similar 32bit fix.\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nCc: Pallipadi, Venkatesh\" \u003cvenkatesh.pallipadi@intel.com\u003e\nCc: Bob Picco \u003cbob.picco@hp.com\u003e\nCc: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nCc: john stultz \u003cjohnstul@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e00d82d07fb112446586d225763d3572e64b7abf",
      "tree": "c8e0b3db432e1ad3a95740a4f36fb2a64368a4df",
      "parents": [
        "cff2b760096d1e6feaa31948e7af4abbefe47822"
      ],
      "author": {
        "name": "Matt Waddel",
        "email": "Matt.Waddel@freescale.com",
        "time": "Sat Feb 11 17:55:48 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:11 2006 -0800"
      },
      "message": "[PATCH] Add wording to m68k .S files to help clarify license info\n\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Matt Waddel \u003cMatt.Waddel@freescale.com\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cff2b760096d1e6feaa31948e7af4abbefe47822",
      "tree": "9bd6d2796ffb8c6611ca06b74c6349f8f1289ce2",
      "parents": [
        "25bf368b3d98668c5d5f38e2201d8bca16e52680"
      ],
      "author": {
        "name": "Ulrich Drepper",
        "email": "drepper@redhat.com",
        "time": "Sat Feb 11 17:55:47 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 11 21:41:10 2006 -0800"
      },
      "message": "[PATCH] fstatat64 support\n\nThe *at patches introduced fstatat and, due to inusfficient research, I\nused the newfstat functions generally as the guideline.  The result is that\non 32-bit platforms we don\u0027t have all the information needed to implement\nfstatat64.\n\nThis patch modifies the code to pass up 64-bit information if\n__ARCH_WANT_STAT64 is defined.  I renamed the syscall entry point to make\nthis clear.  Other archs will continue to use the existing code.  On x86-64\nthe compat code is implemented using a new sys32_ function.  this is what\nis done for the other stat syscalls as well.\n\nThis patch might break some other archs (those which define\n__ARCH_WANT_STAT64 and which already wired up the syscall).  Yet others\nmight need changes to accomodate the compatibility mode.  I really don\u0027t\nwant to do that work because all this stat handling is a mess (more so in\nglibc, but the kernel is also affected).  It should be done by the arch\nmaintainers.  I\u0027ll provide some stand-alone test shortly.  Those who are\neager could compile glibc and run \u0027make check\u0027 (no installation needed).\n\nThe patch below has been tested on x86 and x86-64.\n\nSigned-off-by: Ulrich Drepper \u003cdrepper@redhat.com\u003e\nCc: Christoph Hellwig \u003chch@lst.de\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "25bf368b3d98668c5d5f38e2201d8bca16e52680",
      "tree": "17cfc952dba2d575d63f84a78790054b3953df61",
      "parents": [
        "0825c5d0f717816916f0e5ef9d89be51b3c52786",
        "fd401aee6273e869e2711de498e28f5208184797"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 10 14:53:51 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 10 14:53:51 2006 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-serial\n"
    },
    {
      "commit": "0825c5d0f717816916f0e5ef9d89be51b3c52786",
      "tree": "69362a4034c67b563da267dc63a19f614fe1d69f",
      "parents": [
        "d6c662d4f13801fe5ce24e8bbdea321e2572d7e5",
        "e19816808346cc1619733532a267a11dce8f8a12"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 10 14:53:25 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 10 14:53:25 2006 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "d6c662d4f13801fe5ce24e8bbdea321e2572d7e5",
      "tree": "14e1736ed8ca9a1f846147355e3beebbeba3f78f",
      "parents": [
        "21b4da78c941f292f6daf87abb562d6285216e51",
        "00adbf62bd16f6527e046b422349a54d783a3d86"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 10 14:52:31 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 10 14:52:31 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge\n"
    },
    {
      "commit": "e19816808346cc1619733532a267a11dce8f8a12",
      "tree": "ea7d973e4b3569ea22fbe455322637f218fd6a39",
      "parents": [
        "b514d3192736563dee3f4ba4b659558b3cadc7f7"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Feb 10 22:40:51 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 10 22:40:51 2006 +0000"
      },
      "message": "[ARM] 3326/1: H1940 - Control latches\n\nPatch from Ben Dooks\n\nDefine the bits for the two board control latches\nthat control various items on the H1940 iPAQ.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Arnaud Patard \u003carnaud.patard@rtp-net.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fd401aee6273e869e2711de498e28f5208184797",
      "tree": "7565369af8804072738a02c2dcedf566ba80b535",
      "parents": [
        "5bc159e6cb7ca8d173195919ee935885c129011e"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri Feb 10 21:50:43 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 10 21:50:43 2006 +0000"
      },
      "message": "[SERIAL] Remove incorrect code from ioc4 serial driver\n\nSerial drivers in general should not write uart_info-\u003eflags - they\u0027re\nprivate to serial_core.  Serial drivers have no need to fiddle with\ntty-\u003ealt_speed, nor manipulate TTY_IO_ERROR in tty-\u003eflags.  Fix the\nioc4 serial driver for both these points by simply removing the\noffending code.\n\nAcked-by: pfg@sgi.com\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "21b4da78c941f292f6daf87abb562d6285216e51",
      "tree": "705d38a01494000d3f7a1071f90870100730708a",
      "parents": [
        "418aade459f03318defd18ef0b11981a63bd81b0"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Fri Feb 10 16:27:11 2006 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 10 13:43:59 2006 -0800"
      },
      "message": "[PATCH] Fix s390 build failure.\n\narch/s390/kernel/compat_signal.c:199: error: conflicting types for \u0027do_sigaction\u0027\ninclude/linux/sched.h:1115: error: previous declaration of \u0027do_sigaction\u0027 was here\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "418aade459f03318defd18ef0b11981a63bd81b0",
      "tree": "b13a46e3d7050fa92e390b3374910882ae867254",
      "parents": [
        "8977d929e49021d9a6e031310aab01fa72f849c2"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "clameter@engr.sgi.com",
        "time": "Fri Feb 10 01:51:15 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 10 08:13:13 2006 -0800"
      },
      "message": "[PATCH] Updates for page migration\n\nThis adds some additional comments in order to help others figure out how\nexactly the code works.  And fix a variable name.\n\nAlso swap_page does need to ignore all reference bits when unmapping a\npage.  Otherwise we may have to repeatedly unmap a frequently touched page.\nSo change the try_to_unmap parameter to 1.\n\nSigned-off-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8977d929e49021d9a6e031310aab01fa72f849c2",
      "tree": "13697e607b1153666139114242964f9982acc328",
      "parents": [
        "f0188f47482efdbd2e005103bb4f0224a835dfad"
      ],
      "author": {
        "name": "Paul Fulghum",
        "email": "paulkf@microgate.com",
        "time": "Fri Feb 10 01:51:14 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 10 08:13:12 2006 -0800"
      },
      "message": "[PATCH] tty buffering stall fix\n\nPrevent stalled processing of received data when a driver allocates tty\nbuffer space but does not immediately follow the allocation with more data\nand a call to schedule receive tty processing.  (example: hvc_console) This\nbug was introduced by the first locking patch for the new tty buffering.\n\nSigned-off-by: Paul Fulghum \u003cpaulkf@microgate.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f0188f47482efdbd2e005103bb4f0224a835dfad",
      "tree": "4d08110ea4560b433eecb4fa4de05dae6ea103e9",
      "parents": [
        "8e36709d8cea48a4d341294ce2b46678a2e77159"
      ],
      "author": {
        "name": "Ravikiran G Thirumalai",
        "email": "kiran@scalex86.org",
        "time": "Fri Feb 10 01:51:13 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 10 08:13:12 2006 -0800"
      },
      "message": "[PATCH] slab: Avoid deadlock at kmem_cache_create/kmem_cache_destroy\n\nPrevents deadlock situation between\nkmem_cache_create()/kmem_cache_destory(), and kmem_cache_create() /cpu\nhotplug.  The locking order probably got moved over time.\n\nSigned-off-by: Ravikiran Thirumalai \u003ckiran@scalex86.org\u003e\nSigned-off-by: Shai Fultheim \u003cshai@scalex86.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8e36709d8cea48a4d341294ce2b46678a2e77159",
      "tree": "bfb3f096c111e2feaab53e386e199d553df36482",
      "parents": [
        "c22db9412736204b25aeba19d18e5ea922f7d632"
      ],
      "author": {
        "name": "KAMEZAWA Hiroyuki",
        "email": "kamezawa.hiroyu@jp.fujitsu.com",
        "time": "Fri Feb 10 01:51:12 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 10 08:13:12 2006 -0800"
      },
      "message": "[PATCH] shmdt cannot detach not-alined shm segment cleanly.\n\nsys_shmdt() can manage shm segments which are covered by multiple vmas.  (This\ncan happen when a user uses mprotect() after shmat().)\n\nThis works well if shm is aligned to PAGE_SIZE, but if not, the last\nsegment cannot be detached.  It is because a comparison in sys_shmdt()\n\n\t(vma-\u003evm_end - addr) \u003c size\n\t\taddr \u003d\u003d return address of shmat()\n\t\tsize \u003d\u003d shmsize, argments to shmget()\n\nsize should be aligned to PAGE_SIZE before being compared with vma-\u003evm_end,\nwhich is aligned.\n\nSigned-off-by: KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fujitsu.com\u003e\nCc: Manfred Spraul \u003cmanfred@colorfullife.com\u003e\nAcked-by: Hugh Dickins \u003chugh@veritas.com\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "c22db9412736204b25aeba19d18e5ea922f7d632"
}
