)]}'
{
  "log": [
    {
      "commit": "c00a76aea339b427b47ddc28de06dee0a652e801",
      "tree": "be6267266d399952f54a2fd4d991a610bb42b43a",
      "parents": [
        "c2f8311d3168ed7d391ba5df5b80f4af0a3457d0"
      ],
      "author": {
        "name": "Steve Langasek",
        "email": "vorlon@debian.org",
        "time": "Tue Feb 07 12:58:35 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 16:12:31 2006 -0800"
      },
      "message": "[PATCH] __cmpxchg() must really always be inlined on alpha\n\nWith the latest 2.6.15 kernel builds for alpha on Debian, we ran into a\nproblem with undefined references to __cmpxchg_called_with_bad_pointer() in\na couple of kernel modules (xfs.ko and drm.ko; see\nhttp://bugs.debian.org/347556).\n\nIt looks like people have been trying to out-clever each other wrt the\ndefinition of \"inline\" on this architecture :), with the result that\n__cmpxchg(), which must be inlined so the compiler can see its argument is\nconst, is not guaranteed to be inlined.  Indeed, it was not being inlined\nwhen building with -Os.\n\nThe attached patch fixes the issue by adding an\n__attribute__((always_inline)) explicitly to the definition of __cmpxchg()\ninstead of relying on redefines of \"inline\" elsewhere to make this happen.\n\nCc: Richard Henderson \u003crth@twiddle.net\u003e\nCc: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c2f8311d3168ed7d391ba5df5b80f4af0a3457d0",
      "tree": "08d9638a748da146d3d91cce2a64555aa9670282",
      "parents": [
        "cbd0d51a3318583fabf03bccc7a987e158482361"
      ],
      "author": {
        "name": "Michael Richardson",
        "email": "mcr@sandelman.ottawa.on.ca",
        "time": "Tue Feb 07 12:58:33 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 16:12:31 2006 -0800"
      },
      "message": "[PATCH] ide: cast arguments to pr_debug() properly\n\nThis does not show up unless you #define DEBUG in the file, which most\npeople wouldn\u0027t do.  On PPC405, at least, \"sector_t\" is unsigned long,\nwhich doesn\u0027t match %llx/%llu.  Since sector# may well be \u003e32 bits, promote\nthe value to match the format.\n\nSigned-off-by: Michael Richardson \u003cmcr@xelerance.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cbd0d51a3318583fabf03bccc7a987e158482361",
      "tree": "62a7d1d2bb6cd9f11536c2b9873a46b81fcac2a8",
      "parents": [
        "0df420d8b6c718d9a5e37531c3a9a6804493e9f4"
      ],
      "author": {
        "name": "J. Bruce Fields",
        "email": "bfields@fieldses.org",
        "time": "Tue Feb 07 12:58:32 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 16:12:31 2006 -0800"
      },
      "message": "[PATCH] knfsd: fix nfs4_open lock leak\n\nI just noticed that my patch \"don\u0027t create on open that fails due to\nERR_GRACE\" (recently commited as fb553c0f17444e090db951b96df4d2d71b4f4b6b)\nhad an obvious problem that causes a deadlock on reboot recovery.  Sending\nin this now since it seems like a clear 2.6.16 candidate.--b.\n\nWe\u0027re returning with a lock held in some error cases.\n\nSigned-off-by: J. Bruce Fields \u003cbfields@citi.umich.edu\u003e\nSigned-off-by: Neil Brown \u003cneilb@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0df420d8b6c718d9a5e37531c3a9a6804493e9f4",
      "tree": "6b8edbb55eb8d5e84fb223bbcef7c54789270cde",
      "parents": [
        "a2dfef6947139db9b886fce510c4d0c913beb5f0"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "clameter@engr.sgi.com",
        "time": "Tue Feb 07 12:58:30 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 16:12:31 2006 -0800"
      },
      "message": "[PATCH] hugetlbpage: return VM_FAULT_OOM on oom\n\nRemove wrong and misleading comments.\n\nReturn VM_FAULT_OOM if the hugetlbpage fault handler cannot allocate a\npage.  do_no_page will end up doing do_exit(SIGKILL).\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": "a2dfef6947139db9b886fce510c4d0c913beb5f0",
      "tree": "096e9110d897e6b946fdae9e9e17ad5c7832fd8a",
      "parents": [
        "488fc08d914f2b07b701c9b9c811437cc1c1c518"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Tue Feb 07 12:58:25 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 16:12:31 2006 -0800"
      },
      "message": "[PATCH] Hugepages need clear_user_highpage() not clear_highpage()\n\nWhen hugepages are newly allocated to a file in mm/hugetlb.c, we clear them\nwith a call to clear_highpage() on each of the subpages.  We should be\nusing clear_user_highpage(): on powerpc, at least, clear_highpage() doesn\u0027t\ncorrectly mark the page as icache dirty so if the page is executed shortly\nafter it\u0027s possible to get strange results.\n\nSigned-off-by: David Gibson \u003cdwg@au1.ibm.com\u003e\nAcked-by: William Lee Irwin III \u003cwli@holomorphy.com\u003e\nCc: \u003cstable@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "488fc08d914f2b07b701c9b9c811437cc1c1c518",
      "tree": "e84cdb61842a6b6f3286a83aad34f9e87857c32c",
      "parents": [
        "7714d5985bb7101a90fb427dc29dc592cf1b960e"
      ],
      "author": {
        "name": "Ravikiran G Thirumalai",
        "email": "kiran@scalex86.org",
        "time": "Tue Feb 07 12:58:23 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 16:12:31 2006 -0800"
      },
      "message": "[PATCH] x86_64: Fix the node cpumask of a cpu going down\n\nCurrently, x86_64 and ia64 arches do not clear the corresponding bits in\nthe node\u0027s cpumask when a cpu goes down or cpu bring up is cancelled.  This\nis buggy since there are pieces of common code where the cpumask is checked\nin the cpu down code path to decide on things (like in the slab down path).\n PPC does the right thing, but x86_64 and ia64 don\u0027t (This was the reason\nSonny hit upon a slab bug during cpu offline on ppc and could not reproduce\non other arches).  This patch fixes it for x86_64.  I won\u0027t attempt ia64 as\nI cannot test it.\n\nCredit for spotting this should go to Alok.\n\n(akpm: this was applied, then reverted.  But it\u0027s OK now because we now use\nfor_each_cpu() in the right places).\n\nSigned-off-by: Alok N Kataria \u003calokk@calsoftinc.com\u003e\nSigned-off-by: Ravikiran Thirumalai \u003ckiran@scalex86.org\u003e\nSigned-off-by: Shai Fultheim \u003cshai@scalex86.org\u003e\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": "7714d5985bb7101a90fb427dc29dc592cf1b960e",
      "tree": "60079a07fcbe5ac38c48e0ddc24d8132c66abe8c",
      "parents": [
        "2139bdd5b15a4cc450adb17da836f33c16477188"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Tue Feb 07 12:58:22 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 16:12:31 2006 -0800"
      },
      "message": "[PATCH] swsusp: kill unneeded/unbalanced bio_get\n\n- Remove unneeded bio_get() which would cause a bio leak\n\n- Writing doesn\u0027t dirty pages.  Reading dirties pages.\n\n- We should dirty the pages after the IO completion, not before\n\n(Busy-waiting for disk I/O completion isn\u0027t very polite.)\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nCc: \"Rafael J. Wysocki\" \u003crjw@sisk.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2139bdd5b15a4cc450adb17da836f33c16477188",
      "tree": "16ef47b6bf3f0720fdda857ff66395b0c3634186",
      "parents": [
        "ce4b50f2fc62267eeaf331c41bc11b92d9bc7865"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@arm.linux.org.uk",
        "time": "Tue Feb 07 12:58:20 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 16:12:31 2006 -0800"
      },
      "message": "[PATCH] drivers/base/bus.c warning fixes\n\ndrivers/base/bus.c:166: warning: `driver_attr_unbind\u0027 defined but not used\ndrivers/base/bus.c:194: warning: `driver_attr_bind\u0027 defined but not used\n\nLooks like these two attributes and supporting functions want to be\n#ifdef HOTPLUG\u0027d\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ce4b50f2fc62267eeaf331c41bc11b92d9bc7865",
      "tree": "1a83f7d019b134d3c9581e7796eb98feab98f36c",
      "parents": [
        "d43da75fd6be4197c280903e1553eafcc39218e2",
        "34218e06688341bd05a41425b745c7812d118de0"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 10:13:39 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 10:13:39 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb\n"
    },
    {
      "commit": "d43da75fd6be4197c280903e1553eafcc39218e2",
      "tree": "b53eb1ec81f712bbc1312fd24fd41aeafa3caa59",
      "parents": [
        "e8a82fd030c2e0ba4d4169cc4257ef174ff6f6b4"
      ],
      "author": {
        "name": "Jens Axboe",
        "email": "axboe@suse.de",
        "time": "Tue Feb 07 15:00:01 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 10:11:19 2006 -0800"
      },
      "message": "[PATCH] cciss: softirq handler needs to save interrupt flags\n\nThe softirq rq completion handler needs to save/restore interrupt flags\nappropriately.\n\nSigned-off-by: Jens Axboe \u003caxboe@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e8a82fd030c2e0ba4d4169cc4257ef174ff6f6b4",
      "tree": "0515ffe68d9a88eda2d16f45e6391b05475fd9d1",
      "parents": [
        "e1a8e6c9b757c09249ab29fc6da12d9ab64567e1",
        "b38c73995f63fe205c0068cb0ce3131895244068"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 10:10:09 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 10:10:09 2006 -0800"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus\n"
    },
    {
      "commit": "e1a8e6c9b757c09249ab29fc6da12d9ab64567e1",
      "tree": "3f99a8c08be4ffcdf4403eb61bcfad1b46dd2c53",
      "parents": [
        "50753817a3043e0621e99f329514c0c7003563b2"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Tue Feb 07 12:48:00 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 10:08:38 2006 -0800"
      },
      "message": "[PATCH] Fix bad apic fix on i386\n\nFix wrong \u0027!\u0027 in bad apic fix\n\nI forgot to remove the ! when moving the code from x86-64 to i386 x86-64\ntested !disable_apic, but of course for cpu_has_apic it shouldn\u0027t be\nnegated.\n\nCredit goes to Jan Beulich for spotting it with eagle eyes.\n\nCc: Jan Beulich \u003cjbeulich@novell.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "50753817a3043e0621e99f329514c0c7003563b2",
      "tree": "8db82800dc6673c76d48eaca5177c3d5dc119683",
      "parents": [
        "eeb059e0a69369753b3e45426958f751f0b8fc89",
        "6967bd81d883ed325fd58840ee02a8da60458e6b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 10:04:04 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 10:04:04 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "eeb059e0a69369753b3e45426958f751f0b8fc89",
      "tree": "311290c94e692a7495c71c9f62ab2c239b1470de",
      "parents": [
        "c03296a868ae7c91aa2d8b372184763b18f16d7a",
        "8c7f75d3257fe466b34abf290c8b177c106c3769"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 10:01:43 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Feb 07 10:01:43 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-bugfix\n"
    },
    {
      "commit": "b38c73995f63fe205c0068cb0ce3131895244068",
      "tree": "d562c06e5639fbe08d7bee7b5ef471e7769ecf4e",
      "parents": [
        "f09678af51caf93cbbb253b298be995e1145a577"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 01:20:43 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:26 2006 +0000"
      },
      "message": "[MIPS] Clear ST0_RE on bootup.\n    \nThe reset state is undefined and some firmware doesn\u0027t clear this bit\npossibly resulting in crashes on entry into userland.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f09678af51caf93cbbb253b298be995e1145a577",
      "tree": "62ae8ee7154fa82b1ed756030728009c1fcddeec",
      "parents": [
        "c226f2601f55010936f0f3c77ae167a02339f566"
      ],
      "author": {
        "name": "Sergei Shtylylov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Sat Feb 04 15:11:14 2006 +0300"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:26 2006 +0000"
      },
      "message": "[MIPS] TX49x7: Fix reporting of the CPU name and PCI clock\n    \nI\u0027ve noticed that PCI clock was incorrectly reported as 66 MHz while being\nmere 33 MHz on RBTX4937 board -- this was due to the different encoding of\nthe PCI divisor field in CCFG register between TX4927 and TX4937 chips...\n    \nAlso, RBTX49x7 was printed out as a CPU name (e.g., \"CPU is RBTX4937\");\nand some debug printk() were duplicating each other...\n    \nSigned-off-by: Konstantin Baydarov \u003ckbaidarov@ru.mvista.com\u003e\nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c226f2601f55010936f0f3c77ae167a02339f566",
      "tree": "a0b178eef5c305881beaf0e76c8e82a03b74772d",
      "parents": [
        "dbee90b7f90df6398f0877cd38dfaa76addb0619"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Fri Feb 03 01:34:01 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:26 2006 +0000"
      },
      "message": "[MIPS] TX49 MFC0 bug workaround\n    \nIf mfc0 $12 follows store and the mfc0 is last instruction of a\npage and fetching the next instruction causes TLB miss, the result\nof the mfc0 might wrongly contain EXL bit.\n    \nERT-TX49H2-027, ERT-TX49H3-012, ERT-TX49HL3-006, ERT-TX49H4-008\n    \nWorkaround: mask EXL bit of the result or place a nop before mfc0.  It\ndoesn\u0027t harm to always clear those bits, so we change the code to do so.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "dbee90b7f90df6398f0877cd38dfaa76addb0619",
      "tree": "27b9a417f94ff8ea4364a5f8f9806909fd85709a",
      "parents": [
        "fcfd980c833bd5ca1df9ca877b3e968e4da05b24"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Feb 02 14:31:16 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:26 2006 +0000"
      },
      "message": "[MIPS] Fix linker script to work for non-4K page size.\n    \nVery much to my surprise Fuxin Zhang reports this is all it takes to get\nthe kernel to work for page sizes larger than 4kB.  This also paves the\nway for support for the R6000 and R8000 which don\u0027t support 4kB page size.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fcfd980c833bd5ca1df9ca877b3e968e4da05b24",
      "tree": "ca485cf9452316c160e52c58ef1ba6941b1d3184",
      "parents": [
        "d1e30a6347630ca7eeee2f46f826f05bbe80bb25"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Feb 01 17:54:30 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:26 2006 +0000"
      },
      "message": "[MIPS] Oprofile: Support for 34K UP kernels.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d1e30a6347630ca7eeee2f46f826f05bbe80bb25",
      "tree": "fff9475b0b70d96989c5a3143f2448f995f24ac4",
      "parents": [
        "5665a0ac59a656b94cbf3c4642b32024a6c1cf75"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Thu Feb 02 01:29:14 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:26 2006 +0000"
      },
      "message": "[MIPS] Fix dump_tlb.c warning and cleanup.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5665a0ac59a656b94cbf3c4642b32024a6c1cf75",
      "tree": "ded491db3767bbe3d9b3de3ff88d60b9a20ab3ca",
      "parents": [
        "1e32ceeca25ea30cabce137fac7e2f58fe8847db"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Thu Feb 02 01:26:34 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:26 2006 +0000"
      },
      "message": "[MIPS] Fix minor sparse warnings\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "1e32ceeca25ea30cabce137fac7e2f58fe8847db",
      "tree": "603e9388af3bf1043d0039198bbb236d6b4a41dd",
      "parents": [
        "7e5b24ac759176e55c8a535fff6533366168cbe9"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Feb 01 15:29:21 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:25 2006 +0000"
      },
      "message": "[MIPS] MIPS R2 optimized endianess swapping.\n\nFrom Franck Bui-Huu \u003cvagabon.xyz@gmail.com\u003e with modifications by me.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "7e5b24ac759176e55c8a535fff6533366168cbe9",
      "tree": "dfd1b9b2ee7e2213826f508813c18de3cffdf144",
      "parents": [
        "9bbf28a36cae08817ac3a3f98fde329b02c89f4a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jan 31 17:07:53 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:25 2006 +0000"
      },
      "message": "[MIPS] Remove buggy inline version of memscan.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9bbf28a36cae08817ac3a3f98fde329b02c89f4a",
      "tree": "c040508718623f0d2fb158352dd3130da4223fc7",
      "parents": [
        "5be0f654a9d14c0c5aa031a3396ea8b9f2162cb9"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Wed Feb 01 01:41:09 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:25 2006 +0000"
      },
      "message": "[MIPS] Sparse: Add some __user tags to signal functions.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5be0f654a9d14c0c5aa031a3396ea8b9f2162cb9",
      "tree": "a75128a42a0a14159a794ad251637ecb402939d1",
      "parents": [
        "3d503753b40469b6a19dcc3511f6eb8c55f6d122"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jan 31 01:40:55 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:25 2006 +0000"
      },
      "message": "[MIPS] Shrink Qemu configuration to the bare minimum that is need and tested.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3d503753b40469b6a19dcc3511f6eb8c55f6d122",
      "tree": "e4c3f167c94633e2b10dede3ed80c2c03807c6ec",
      "parents": [
        "e9feeb207e55373f718b33e0d6cb0c2f8b58f3c1"
      ],
      "author": {
        "name": "Daniel Jacobowitz",
        "email": "dan@debian.org",
        "time": "Thu Jan 20 19:59:54 2005 -0500"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:25 2006 +0000"
      },
      "message": "[MIPS] Support /proc/kcore for MIPS\n    \nI\u0027m pretty sure that the CKSEG0 bits are wrong, but I did need to\ncover that region - because the SB-1 kernel links at 0xffffffff80100000\nor so, disassembly and printing static variables don\u0027t work unless the\ndebugger can read that region.\n    \nSigned-off-by: Daniel Jacobowitz \u003cdan@codesourcery.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e9feeb207e55373f718b33e0d6cb0c2f8b58f3c1",
      "tree": "ac2471665c7eb808a15150364bec6bfa8e8d1b38",
      "parents": [
        "c5033d780310ddc5b679ed37ccefcdb87a30ef0c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jan 30 17:48:27 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:25 2006 +0000"
      },
      "message": "[MIPS] IP22: Fix serial console detection\n    \nFrom: Kaj-Michael Lang \u003cmilang@tal.org\u003e\n    \nIn ip22-setup.c the checks for serial/graphics console logic does\nnot check if ARCS console\u003dg but the machine is using serial console, as\nit does if no keyboard is attached.\n    \nThis patch adds a check if ConsoleOut is serial. There might also be\nsupport for other graphics than Newport soon...\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c5033d780310ddc5b679ed37ccefcdb87a30ef0c",
      "tree": "76d4dbd9b8a34a5540f94abf45a4ecb73ae2d0f0",
      "parents": [
        "d4264f183967db9c2dae4275abb98eb1f79facb2"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Mon Jan 02 21:59:49 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:25 2006 +0000"
      },
      "message": "[MIPS] ieee754[sd]p_neg workaround\n    \nIt looks glibc\u0027s pow() assumes an unary \u0027-\u0027 operation for any number\n(including NaNs) always inverts its sign bit (though IEEE754 does not\nspecify the sign bit for NaNs).  This patch make the kernel math-emu\nemulates real MIPS neg.[ds] instruction.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d4264f183967db9c2dae4275abb98eb1f79facb2",
      "tree": "8fdbc5254428255171665c18bfedcb00222b9d43",
      "parents": [
        "2caf190002770b53fdb263ed744802a1b5e81649"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sun Jan 29 02:27:51 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:25 2006 +0000"
      },
      "message": "[MIPS] Remove wrong __user tags.\n    \nThis fixes sparse warnings \u0027dereference of noderef expression\u0027.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2caf190002770b53fdb263ed744802a1b5e81649",
      "tree": "af9cc05155d5c456b5c93263ae4a7ebe719e327e",
      "parents": [
        "2e66fe24d6faa287088ff18051dd423a32b60502"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jan 30 17:14:41 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:24 2006 +0000"
      },
      "message": "[MIPS] Cleanup fls implementation.\n    \nfls was the only called of flz, so fold flz into fls, same for the\n__ilog2 call.  Delete the now unused flz function.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2e66fe24d6faa287088ff18051dd423a32b60502",
      "tree": "fb2fcfd609b44f0ae415e0961843e1de6eccaaee",
      "parents": [
        "75bdb426a16e81adcbc4c3d7f946018cd47830d1"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jan 30 16:48:26 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:24 2006 +0000"
      },
      "message": "[MIPS] local_irq_restore wasn\u0027t safe to be used in other macros mode.\n    \nIt always left the assembler in reorder mode possibly causing disaster.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "75bdb426a16e81adcbc4c3d7f946018cd47830d1",
      "tree": "d932971386425cb7f61b6d3a3c61b423bb31d940",
      "parents": [
        "52378445da0253d5031590e5e9186ee448dc0b4a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jan 30 04:07:39 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:24 2006 +0000"
      },
      "message": "[MIPS] Remove commented out code to add -mmad for Nevada.\n    \nAdding -mmad is not usable since over half a decade in gcc and when\nfixed the proper -march option values should enable the use of the\nmad, madu and mul instructions of the R5500, RM5200, RM7000 and RM9000\nfamilies.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "52378445da0253d5031590e5e9186ee448dc0b4a",
      "tree": "bb4028a9ff2543e29c5f31863a441f1f9d7608f5",
      "parents": [
        "c315a2b5fed42aea4dda98b5ced35d1d1a3a8349"
      ],
      "author": {
        "name": "Peter Horton",
        "email": "pdh@colonel-panic.org",
        "time": "Sun Jan 29 21:33:48 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:24 2006 +0000"
      },
      "message": "[MIPS] Fix Cobalt PCI cache line sizes\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c315a2b5fed42aea4dda98b5ced35d1d1a3a8349",
      "tree": "e5503c9619ab581fbdb6c716836bff6778943a9b",
      "parents": [
        "76f072a46f179be371aa10a84c85db06a387713b"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sun Jan 29 02:31:17 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:24 2006 +0000"
      },
      "message": "[MIPS] Sparse: Add _MIPS_SZINT and _MIPS_ISA to CHECKFLAGS to fix sparse warnings.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "76f072a46f179be371aa10a84c85db06a387713b",
      "tree": "3236c419f754dcc0c5356d4c47f389d8362793e9",
      "parents": [
        "3055acb07a248324c9338c0624d26a6fdd9c2bf6"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sun Jan 29 02:30:55 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:24 2006 +0000"
      },
      "message": "[MIPS] Build blast_cache routines from template\n    \nBuild blast_xxx, blast_xxx_page, blast_xxx_page_indexed from template.\nEasier to maintaina and saves 300 lines.  Generated code should be\nunchanged.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3055acb07a248324c9338c0624d26a6fdd9c2bf6",
      "tree": "44b050f19dc3c4e16c620770bd10adbf71670680",
      "parents": [
        "b6f7880b6c6ccb9f51adecf706109e15ad911bcc"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sun Jan 29 22:34:32 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:24 2006 +0000"
      },
      "message": "[MIPS] Sparse: Fix some compiler/sparse warnings in ptrace32.c\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b6f7880b6c6ccb9f51adecf706109e15ad911bcc",
      "tree": "452072c122dcb821f5ca24f6d6331e6d51c40482",
      "parents": [
        "5ac71fd1cf9976f5269e1c3cb34bbf6c454427a4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jan 29 21:01:42 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:23 2006 +0000"
      },
      "message": "[MIPS] Reformat to 80 columns.\n    \nPatch courtesy of Emily Postnews ;-)\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5ac71fd1cf9976f5269e1c3cb34bbf6c454427a4",
      "tree": "b43a8c7a9c8778c52d10fad23802daeeeb313e01",
      "parents": [
        "010b853b3aab980a55a8dd34ce18aa23e9f2347a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jan 29 20:56:43 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:23 2006 +0000"
      },
      "message": "[MIPS] Sibyte: Make all setup functions __init.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "010b853b3aab980a55a8dd34ce18aa23e9f2347a",
      "tree": "652bdc6fbb6c6f722e4e85202ae9bc9a7bfa93ff",
      "parents": [
        "492fd5f2fdbc1bb7e1d517fd5e9b0cd9f3d0b623"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jan 29 18:42:08 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:23 2006 +0000"
      },
      "message": "[MIPS] Get rid of CONFIG_SB1_PASS_1_WORKAROUNDS #ifdef crapola.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "492fd5f2fdbc1bb7e1d517fd5e9b0cd9f3d0b623",
      "tree": "c47fbeab46e23106b3a843a05625a3248b82c13c",
      "parents": [
        "80730555af2ef1932bd8b9943333e8837dddfacc"
      ],
      "author": {
        "name": "Sergei Shtylylov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Thu Jan 26 04:36:25 2006 +0300"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:23 2006 +0000"
      },
      "message": "[MIPS] Au1200: Make KGDB compile\n    \nAMD Au1200 SOC just doesn\u0027t have UART3, so KGDB won\u0027t even compile for it\nas is, here\u0027s the fix to make KGDB use UART1.\n    \nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "80730555af2ef1932bd8b9943333e8837dddfacc",
      "tree": "881772d4c6d1b59bc7d3d101dad9465a2af1c682",
      "parents": [
        "6fe2a5681fff0cbeaf9a2d3778661be62a7f2f06"
      ],
      "author": {
        "name": "Sergei Shtylylov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Wed Jan 25 21:27:10 2006 +0300"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:23 2006 +0000"
      },
      "message": "[MIPS] Au1xx0: really set KSEG0 to uncached on reboot\n    \nFix a really old buglet in AMD Au1xx0 restart code: instead of\nmodifying the whole CP0 Config.K0 field to 010b (meaning KSEG0 uncached)\nbefore flushing the caches and resetting a board, it only sets bit 1 of that\nreg. which is effectively a NOP since Config.K0 \u003d\u003d 011b as the kernel sets it\nup (which is also its default value for Au1xx0).\n    \nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6fe2a5681fff0cbeaf9a2d3778661be62a7f2f06",
      "tree": "cc91f40b6a5603e8c6f37eec3de3c995dd06e3c0",
      "parents": [
        "4feb8f8f4589d1cb1594e344c9672ec40f627ab4"
      ],
      "author": {
        "name": "Sergei Shtylylov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Wed Jan 25 21:24:57 2006 +0300"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:23 2006 +0000"
      },
      "message": "[MIPS] TX49x7: Fix timer register #define\u0027s\n    \nFix the #define\u0027s for TX4927/37 timer reg\u0027s to match the datasheets (those\n    \nSigned-off-by: Konstantin Baydarov \u003ckbaidarov@mvista.com\u003e\nSigned-off-by: Sergei Shtylyov \u003csshtylyov@mvista.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4feb8f8f4589d1cb1594e344c9672ec40f627ab4",
      "tree": "21f603c3537c2533b68ce1e7f3adfa7b950dbdbc",
      "parents": [
        "c03bc121212ecb36120b118a94c1b91a2e07b7b2"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jan 23 16:15:30 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:23 2006 +0000"
      },
      "message": "[MIPS] Bullet proof uaccess.h against 4.0.1 miss-compilation.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c03bc121212ecb36120b118a94c1b91a2e07b7b2",
      "tree": "f75749e5c04e01dbc5e7e56e6c5a4d36f718a6be",
      "parents": [
        "4c91cc57bc9cfd337804d70bc9bff6a012aa8b83"
      ],
      "author": {
        "name": "Mark Mason",
        "email": "mason@broadcom.com",
        "time": "Tue Jan 17 12:06:32 2006 -0800"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:22 2006 +0000"
      },
      "message": "[MIPS] SB1: Add oprofile support.\n    \nSigned-off-by: Mark Mason \u003cmason@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4c91cc57bc9cfd337804d70bc9bff6a012aa8b83",
      "tree": "681b1e0b7cc99d11005cdfd5918fde4ef0577d7b",
      "parents": [
        "80f834e6877ce57e19b9de8cea69f81453907586"
      ],
      "author": {
        "name": "Mark Mason",
        "email": "mason@broadcom.com",
        "time": "Tue Jan 17 12:02:17 2006 -0800"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:22 2006 +0000"
      },
      "message": "[MIPS] BCM1480: Cleanup debug code left behind in the PCI driver.\n    \nSigned-off-by: Mark Mason \u003cmason@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "80f834e6877ce57e19b9de8cea69f81453907586",
      "tree": "cc3f26760c3e725bfc1118264c625344729d0f41",
      "parents": [
        "dd2f18fe5af54ea8928f175d3bff9401a0fb6b83"
      ],
      "author": {
        "name": "Mark Mason",
        "email": "mason@broadcom.com",
        "time": "Tue Jan 17 11:55:52 2006 -0800"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:22 2006 +0000"
      },
      "message": "[MIPS] BCM1125 PCI fixes\n    \nMake BCM1125 targets to link again.\n    \nSigned-off-by: Mark Mason \u003cmason@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "dd2f18fe5af54ea8928f175d3bff9401a0fb6b83",
      "tree": "34545005e0066fc7e092f32bb2f4ba49ed7ae672",
      "parents": [
        "c011db451bcce468a6f999949fbdbc2fec1167d2"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jan 19 14:55:42 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:22 2006 +0000"
      },
      "message": "[MIPS] Nevada support for SGI O2.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c011db451bcce468a6f999949fbdbc2fec1167d2",
      "tree": "8173e3ad4841db35734e959009132ece4e69096c",
      "parents": [
        "11ed6d5bb01c5f347fd5c47e0005f06687c66f1f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Jan 19 00:49:32 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:22 2006 +0000"
      },
      "message": "[MIPS] CPU definitions for Cobalt.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "11ed6d5bb01c5f347fd5c47e0005f06687c66f1f",
      "tree": "868463de2ab1cca80911108e72cc383a7771a412",
      "parents": [
        "fcdb27ad1d5c66611d3df6400a9b559186f266fe"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jan 18 23:26:43 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:22 2006 +0000"
      },
      "message": "[MIPS] Rename include/asm-mips/cobalt to include/asm-mips/mach-cobalt.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fcdb27ad1d5c66611d3df6400a9b559186f266fe",
      "tree": "96560c96bb962a63ed7dd3f56d50b4a8ae41f035",
      "parents": [
        "9414d3628abb646834965b6c23b8e9064729b110"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jan 18 17:37:07 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:22 2006 +0000"
      },
      "message": "[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9414d3628abb646834965b6c23b8e9064729b110",
      "tree": "7169a54a5b8e2aab003b3bcfbe60de5169400edc",
      "parents": [
        "a3305a8835ed039363822523a3cac24e990083dc"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jan 17 21:14:01 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:22 2006 +0000"
      },
      "message": "[MIPS] Check function pointers are non-zero before calling.\n    \nSeveral boards don\u0027t initialize the pointers, so let\u0027s play safe.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a3305a8835ed039363822523a3cac24e990083dc",
      "tree": "7549fa6171d1a60f64085a1795157c1878f4a4e6",
      "parents": [
        "a84c96e202c286c1d56fed4a81bd850017aa2c64"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Feb 03 16:47:44 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:21 2006 +0000"
      },
      "message": "[MIPS] Revert \"mips: add pm_power_off\"\n    \npm_power_off duplicates the functionality of _machine_restart.\n    \nThis reverts b142159fa5ffbad73b6927fafa5440148030f3f1 commit.\n"
    },
    {
      "commit": "a84c96e202c286c1d56fed4a81bd850017aa2c64",
      "tree": "cfcc8642d1af216018176b08b979c6ca59bb9cba",
      "parents": [
        "71baa1a599c04ab56ebf5fdb8d03abd0d601462f"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jan 15 18:11:28 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:21 2006 +0000"
      },
      "message": "[MIPS] RTLX compile fixes.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "71baa1a599c04ab56ebf5fdb8d03abd0d601462f",
      "tree": "7bd66279248bd78c73156bf71982239eca8a8e2f",
      "parents": [
        "05faa7b758e4f23b66c5a776a338f2348cbbc4af"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Jan 15 18:10:39 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:21 2006 +0000"
      },
      "message": "[MIPS] Get rid of unnecessary prototypes.  Fixes and optimizations for HZ \u003e 100.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "05faa7b758e4f23b66c5a776a338f2348cbbc4af",
      "tree": "aac100fe8d35630e5912d0a314976f9680a1e164",
      "parents": [
        "4f0638ba9e3825d21d41e98d04faa6b74a05c624"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Jan 11 18:23:00 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:21 2006 +0000"
      },
      "message": "[MIPS] Fix C version of ssnop to use the right opcode.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4f0638ba9e3825d21d41e98d04faa6b74a05c624",
      "tree": "a62a7edacb4fe0bb35bb29925a72d922dcdfbfcb",
      "parents": [
        "e3f749c4af69c4344d89f11e2293e3790eb4eaca"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Jan 09 20:09:36 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Feb 07 13:30:21 2006 +0000"
      },
      "message": "[MIPS] Remove stray .set mips3 resulting in 64-bit instruction in 32-bit kernels.\n    \nOnly the NMI handler was affected so this is a low impact bug.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "34218e06688341bd05a41425b745c7812d118de0",
      "tree": "5b2940e1e4666223956a71a03606960ebd4ee939",
      "parents": [
        "dece696076936434eb49e43eb2d59ca35cb94376",
        "67264484fac91db58fee9eb3bf1e3aaeaa3e7169"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 08:11:31 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 08:11:31 2006 -0200"
      },
      "message": "Merge branch \u0027work-fixes\u0027\n"
    },
    {
      "commit": "dece696076936434eb49e43eb2d59ca35cb94376",
      "tree": "1ac54cdb0d5c0b3b2afe0f7f9f3e1165704cbc82",
      "parents": [
        "fc3fba60f5d292a3b875e2498577fc35bd68b9da",
        "c03296a868ae7c91aa2d8b372184763b18f16d7a"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 08:11:05 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 08:11:05 2006 -0200"
      },
      "message": "Merge branch \u0027origin\u0027\n"
    },
    {
      "commit": "67264484fac91db58fee9eb3bf1e3aaeaa3e7169",
      "tree": "ed49eac05dca9be25c1917c203d06ad4be07f526",
      "parents": [
        "ed2099293627a1f6220c711b265528128f8ad50e"
      ],
      "author": {
        "name": "Markus Rechberger",
        "email": "mrechberger@gmail.com",
        "time": "Tue Feb 07 04:01:19 2006 +0100"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 07:46:03 2006 -0200"
      },
      "message": "V4L/DVB (3325): Disabled debug on by default in tvp5150\n\ndisabled debug on by default in tvp5150\n\nSigned-off-by: Markus Rechberger \u003cmrechberger@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ed2099293627a1f6220c711b265528128f8ad50e",
      "tree": "ed49eac05dca9be25c1917c203d06ad4be07f526",
      "parents": [
        "62b2c00addf2e7d441c4f29e2dd804110b9d9475"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Feb 07 06:49:15 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:55:43 2006 -0200"
      },
      "message": "V4L/DVB (3318e): DVB: remove the at76c651/tda80xx frontends\n\nThe at76c651 and tda80xx frontends are currently completely unused, IOW\ntheir only effect is making the kernel larger for people accitentially\nenabling them.\n\nThe current in-kernel drivers differ from the drivers at cvs.tuxbox.org,\nand re-adding them when parts of the dbox2 project get merged should be\ntrivial.\n\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "62b2c00addf2e7d441c4f29e2dd804110b9d9475",
      "tree": "1a9d191582b6d023da18e696b3f077b8f522c497",
      "parents": [
        "be8a82d181147b9a6033ca9df870ca9fa0b0c515"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue Feb 07 06:49:15 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:55:32 2006 -0200"
      },
      "message": "V4L/DVB (3318c): fix saa7146 kobject register failure\n\nWhoops.\n\nkobject_register failed for hexium HV-PCI6/Orion (-13)\n[\u003cc01d3eb6\u003e] kobject_register+0x31/0x47\n[\u003cc023a996\u003e] bus_add_driver+0x4a/0xfd\n[\u003cc01de3c1\u003e] __pci_register_driver+0x82/0xa4\n[\u003cd083400a\u003e] hexium_init_module+0xa/0x47 [hexium_orion]\n[\u003cc013bdae\u003e] sys_init_module+0x167b/0x1822\n[\u003cc01633f7\u003e] do_sync_read+0xb8/0xf3\n[\u003cc0133fa3\u003e] autoremove_wake_function+0x0/0x2d\n[\u003cc0145390\u003e] audit_syscall_entry+0x118/0x13f\n[\u003cc0106ae2\u003e] do_syscall_trace+0x104/0x14a\n[\u003cc0103d21\u003e] syscall_call+0x7/0xb\n\nslashes in kobject names aren\u0027t allowed.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "be8a82d181147b9a6033ca9df870ca9fa0b0c515",
      "tree": "61914fe6e7d5e55897b0f79dc914bda5bb342b47",
      "parents": [
        "9366865fdd9fd4fb9e7a81ce3678cc253c89ab9d"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:49:14 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:55:13 2006 -0200"
      },
      "message": "V4L/DVB (3318a): Makes Some symbols static.\n\nSome symbols at cx88-alsa were global. Making those static.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9366865fdd9fd4fb9e7a81ce3678cc253c89ab9d",
      "tree": "565a2c04a20ecb49f0e77ca7d91f2a1f7d988812",
      "parents": [
        "eba841ed1d00e13144c1063b304c1537b774a747"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:53:22 2006 -0200"
      },
      "message": "V4L/DVB (3313): FIX: Check if FW was downloaded or not + new firmware file\n\n- When a firmware was downloaded dvb_usb_device_init returns NULL for the\n  dvb_usb_device, then nothing should be done with that pointer and device,\n  because it will re-enumerate.\n- A new firmware should be used with digitv devices. \n- It should make \"slave\"-devices work and others, too.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "eba841ed1d00e13144c1063b304c1537b774a747",
      "tree": "9ded43e6b6789163169e75e8521ee33ed4a4d39a",
      "parents": [
        "63631366dc3e159d1209838fb074d5df4edac76a"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:53:05 2006 -0200"
      },
      "message": "V4L/DVB (3312): FIX: Multiple usage of VP7045-based devices\n\nReassigning function pointers in a static led to infinite loops when using\nmultiple VP7045-based device at the same time on one system. Using kmalloc\u0027d\ncopies for reassignments is better.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "63631366dc3e159d1209838fb074d5df4edac76a",
      "tree": "d1cf7d82a4ee4f25d2f28d71ea88c89b487d8858",
      "parents": [
        "4055d392aa0256462758b40cedb9eb7d564de93a"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:52:42 2006 -0200"
      },
      "message": "V4L/DVB (3310): Use MT352 parallel transport function for all Bluebird FusionHDTV DVB-T boxes.\n\nUse the parallel transport function of the MT352 demodulator in\nTH7579 and LGZ201 -based FusionHDTV Bluebird usb boxes.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4055d392aa0256462758b40cedb9eb7d564de93a",
      "tree": "28927ce67391f192dac044ba69f3d9f4df9cc94b",
      "parents": [
        "9ead9bd1079b4b7ba45589f6495e79ec50237aed"
      ],
      "author": {
        "name": "Chris Pascoe",
        "email": "c.pascoe@itee.uq.edu.au",
        "time": "Tue Feb 07 06:49:11 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:52:30 2006 -0200"
      },
      "message": "V4L/DVB (3308): Use parallel transport for FusionHDTV Dual Digital USB\n\nUse the parallel transport function of the MT352 in USB demodulator of the\nDual Digital board.\n\nSigned-off-by: Chris Pascoe \u003cc.pascoe@itee.uq.edu.au\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9ead9bd1079b4b7ba45589f6495e79ec50237aed",
      "tree": "7af1e5facd110abf8a582a7123951543953464a5",
      "parents": [
        "9f38724a6f9a436ce25cb0dfceea4a615ee44fb6"
      ],
      "author": {
        "name": "Oliver Endriss",
        "email": "o.endriss@gmx.de",
        "time": "Tue Feb 07 06:49:11 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:52:10 2006 -0200"
      },
      "message": "V4L/DVB (3307): Support for Galaxis DVB-S rev1.3\n\nsupport for Galaxis DVB-S rev1.3 (subsystem 13c2:0004)\n\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9f38724a6f9a436ce25cb0dfceea4a615ee44fb6",
      "tree": "e3f04f9cab42d8b20256ab655ba1979da599afa4",
      "parents": [
        "0dfd812d4b2afc797310943b451608d347854e76"
      ],
      "author": {
        "name": "Markus Rechberger",
        "email": "mrechberger@gmail.com",
        "time": "Tue Feb 07 06:49:11 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:51:36 2006 -0200"
      },
      "message": "V4L/DVB (3306): Fixed i2c return value, conversion mdelay to msleep\n\nfixed i2c return value, conversion mdelay to msleep\n\nSigned-off-by: Markus Rechberger \u003cmrechberger@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "0dfd812d4b2afc797310943b451608d347854e76",
      "tree": "d9ef7a4cc48a9252ddecdb802cc491f9a26c70eb",
      "parents": [
        "a77a922fcc56fe44fd8f65c041a52ff48474fafe"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Feb 07 06:45:34 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:47:49 2006 -0200"
      },
      "message": "V4L/DVB (3300): Add standard for South Korean NTSC-M using A2 audio.\n\nSouth Korea uses NTSC-M but with A2 audio instead of BTSC. Several audio\nchips need this information in order to set the correct audio processing\nregisters.\n\nAcked-by: Mauro Carvalho Chehab \u003cmauro_chehab@yahoo.com.br\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "a77a922fcc56fe44fd8f65c041a52ff48474fafe",
      "tree": "53ccba90e32f6d7fa3b109aa3752fb37c23bc743",
      "parents": [
        "815a3caf36def2297ba49a2e3d485c432e21ddec"
      ],
      "author": {
        "name": "Marco Manenti",
        "email": "marco_manenti@colman.it",
        "time": "Tue Feb 07 06:45:33 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:46:19 2006 -0200"
      },
      "message": "V4L/DVB (3297): Add IR support to KWorld DVB-T (cx22702-based)\n\nadd IR support to KWorld DVB-T (cx22702-based)\n\nSigned-off-by: Marco Manenti \u003cmarco_manenti@colman.it\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "815a3caf36def2297ba49a2e3d485c432e21ddec",
      "tree": "6919a47c77e0611da74874c6152d8ac707accc9c",
      "parents": [
        "ac2523014234004413c252e1aa9c12774b7a502d"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linuxtv.org",
        "time": "Tue Feb 07 06:38:45 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:42:49 2006 -0200"
      },
      "message": "V4L/DVB (3294): Fix [Bug 5895] to correct snd_87x autodetect\n\nWith DVB drivers enabled snd_87x (ALSA) don\u0027t detect.\n\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ac2523014234004413c252e1aa9c12774b7a502d",
      "tree": "c11991b0b6d0a0380ea604f9a137ebceb2e7d1ca",
      "parents": [
        "1b0bb68d30b27b067fc654a0668d02c5bfc653a2"
      ],
      "author": {
        "name": "Markus Rechberger",
        "email": "mrechberger@gmail.com",
        "time": "Tue Feb 07 06:25:42 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:36:49 2006 -0200"
      },
      "message": "V4L/DVB (3281): Added signal detection support to tvp5150\n\n- added signal detection support to tvp5150\n\nSigned-off-by: Markus Rechberger \u003cmrechberger@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "1b0bb68d30b27b067fc654a0668d02c5bfc653a2",
      "tree": "4d57b8fc9a2bec0cc79dfef7cd3bbbe780dcc6e0",
      "parents": [
        "36377a19a00202153c72b9496ec0609c9aad0ec9"
      ],
      "author": {
        "name": "Marcin Rudowski",
        "email": "mar_rud@poczta.onet.pl",
        "time": "Mon Feb 06 09:15:14 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:30:17 2006 -0200"
      },
      "message": "V4L/DVB (3266): Fix NICAM buzz on analog sound\n\nApparently, having the number of lines fixed at 4 reduces (or even kills)\nthe buzz found in NICAM stereo with analog sound.\n\nSigned-off-by: Marcin Rudowski \u003cmar_rud@poczta.onet.pl\u003e\nSigned-off-by: Ricardo Cerqueira \u003cv4l@cerqueira.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "36377a19a00202153c72b9496ec0609c9aad0ec9",
      "tree": "63d0ca13b7b235b6a64f4ecfcad658db27c481f9",
      "parents": [
        "8d58d773b745950ac912e028b3c81f4902fbf91d"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Feb 07 06:25:47 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:27:53 2006 -0200"
      },
      "message": "V4L/DVB (3299): Kconfig: DVB_USB_CXUSB depends on DVB_LGDT330X and DVB_MT352\n\n- rename DVB_USB_CXUSB one-liner description to:\n  Conexant USB2.0 hybrid reference design support.\n- with the addition of bluebird support to dvb-usb-cxusb,\n  it now depends on lgdt330x and mt352 modules.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6967bd81d883ed325fd58840ee02a8da60458e6b",
      "tree": "56a541a014fada6a9d657243a5de940587cdd2a4",
      "parents": [
        "99bb25793e4bb8e9b633ea001dd7312b5967385a"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Fri Feb 03 01:45:21 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:53:12 2006 -0500"
      },
      "message": "[PATCH] Kbuild menu - hide empty NETDEVICES menu when NET is disabled\n\nMake the whole netdevices menu depend on NET, rather than having an empty\nsubmenu when networking is disabled.\n\nIndeed, almost the whole body of the menu was surrounded by if NETDEVICES,\nand what was outside depended on NETCONSOLE which is inside the menu.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "99bb25793e4bb8e9b633ea001dd7312b5967385a",
      "tree": "f394c1a36b88781ae69260ef4d48852979cd529e",
      "parents": [
        "3cfc15103aa56c2c7ee6dd312c24a8d1697bade1"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Fri Feb 03 01:45:20 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:53:11 2006 -0500"
      },
      "message": "[PATCH] uli526x warning fix\n\ndrivers/net/tulip/uli526x.c: In function `__check_mode\u0027:\ndrivers/net/tulip/uli526x.c:1693: warning: return from incompatible pointer type\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3cfc15103aa56c2c7ee6dd312c24a8d1697bade1",
      "tree": "73e0e3b3fe0e381ec9f7e511dcd99326fe4d89f6",
      "parents": [
        "cc8c6e379ca30a18cb18553abeb15fe19120bf7b",
        "371e8bc2af11b0571982390932bc07b5ffed9aba"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:05:17 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:05:17 2006 -0500"
      },
      "message": "Merge branch \u0027for-jeff\u0027 of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6\n"
    },
    {
      "commit": "cc8c6e379ca30a18cb18553abeb15fe19120bf7b",
      "tree": "b3b43e6496a364bba9121036c97e02af4b9cb8d2",
      "parents": [
        "3e710bfa6d92e777050f19a52b4fbbb7eeffb3a0"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Feb 01 15:18:03 2006 -0600"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:04:33 2006 -0500"
      },
      "message": "[PATCH] gianfar: Fix sparse warnings\n\nFixed sparse warnings mainly due to lack of __iomem.\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3e710bfa6d92e777050f19a52b4fbbb7eeffb3a0",
      "tree": "849b5a705ec79ffab2be7acd59b463c325f8319d",
      "parents": [
        "3418db7cfacffcf120996b10a785b7315bf0df82"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Wed Feb 01 00:54:41 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:03:29 2006 -0500"
      },
      "message": "[PATCH] dscc4: fix dscc4_init_dummy_skb check\n\nIt returns a pointer.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3418db7cfacffcf120996b10a785b7315bf0df82",
      "tree": "4a4c2c8fb9bd622c96fd15e4128ecb494247f578",
      "parents": [
        "a0de3adf8f4e5618c5bd62db08ed293042c8e454"
      ],
      "author": {
        "name": "Luiz Fernando Capitulino",
        "email": "lcapitulino@mandriva.com.br",
        "time": "Wed Feb 01 00:54:34 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:03:29 2006 -0500"
      },
      "message": "[PATCH] bonding: Sparse warnings fix\n\ndrivers/net/bonding/bond_sysfs.c:263:27: warning: Using plain integer as NULL pointer\ndrivers/net/bonding/bond_sysfs.c:998:26: warning: Using plain integer as NULL pointer\ndrivers/net/bonding/bond_sysfs.c:1126:26: warning: Using plain integer as NULL pointer\n\nSigned-off-by: Luiz Capitulino \u003clcapitulino@mandriva.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "a0de3adf8f4e5618c5bd62db08ed293042c8e454",
      "tree": "1cdca0a48abfb24d07919bbeb8db5c3a592f6e89",
      "parents": [
        "fa8d3549b591b6da943bad2928f994de07eaecef"
      ],
      "author": {
        "name": "Jay Vosburgh",
        "email": "fubar@us.ibm.com",
        "time": "Mon Jan 30 15:40:59 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:03:28 2006 -0500"
      },
      "message": "[PATCH] bonding: allow bond to use TSO if slaves support it\n\nAdd NETIF_F_TSO (NETIF_F_UFO) to BOND_INTERSECT_FEATURES so that it can\nbe used by a bonding device iff all its slave devices support TSO (UFO).\n\nSigned-off-by: Arthur Kepner \u003cakepner@sgi.com\u003e\nSigned-off-by: Jay Vosburgh \u003cfubar@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "fa8d3549b591b6da943bad2928f994de07eaecef",
      "tree": "0d12dcf9228a4cd9523e4e60358a8b1b01292255",
      "parents": [
        "4d52b48b43d0d1d5959fa722ee0046e3542e5e1b"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Jan 30 11:38:01 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:00:36 2006 -0500"
      },
      "message": "[PATCH] sky2: version 0.15 update\n\nIncrease version, and get rid of out-dated comment.\nSpeed setting has worked for quite a while.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "4d52b48b43d0d1d5959fa722ee0046e3542e5e1b",
      "tree": "ce8c99092e5039e2827d072a0ecbb5013f16f8e0",
      "parents": [
        "db992c970dcfbbf24e6a681e66d22ddda62452c4"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Jan 30 11:38:00 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:00:36 2006 -0500"
      },
      "message": "[PATCH] sky2: support msi interrupt (revised)\n\nThis hardware supports Message Signaled interrupts.\nWhen setting up, use software interrupt to check for bad hardware.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger @osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "db992c970dcfbbf24e6a681e66d22ddda62452c4",
      "tree": "1a3186762cf68745e346bb55f9453bcdf3753602",
      "parents": [
        "f9a66c7f5fa2262656a1a38ae9b57a2a89980f36"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Jan 30 11:37:59 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:00:36 2006 -0500"
      },
      "message": "[PATCH] sky2: add irq to entropy pool\n\nThe sky2 interrupt can be used to add entropy.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "f9a66c7f5fa2262656a1a38ae9b57a2a89980f36",
      "tree": "84c9b58afbeaabc9d8468b6783d7bc827f7eeeae",
      "parents": [
        "a8ab1ec0c3ef4ce2033abe3441d032fe1490a71a"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Jan 30 11:37:58 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:00:35 2006 -0500"
      },
      "message": "[PATCH] sky2: clear irq race\n\nMove the interrupt clear to before processing, this avoids a\npossible races with status delaying.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "a8ab1ec0c3ef4ce2033abe3441d032fe1490a71a",
      "tree": "0f21945a91501921dfed6f891e05c2fe70b1865c",
      "parents": [
        "d28d4870279c5d184804b6ac1775b130972ffecd"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Jan 30 11:37:57 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:00:35 2006 -0500"
      },
      "message": "[PATCH] sky2: set mac address fix\n\nUsing the sky2 driver with bonding can result in oopses related to\nreinitializing the PHY when the MAC address is changed (which bonding\nis wont to do).  This patch changes sky2_set_mac_address to take less\ndrastic measures.\n\nThis is analagous to the skge patch here:\n\n\thttp://lkml.org/lkml/2005/9/29/399\n\nwhich fixed the issue here:\n\n\thttp://bugzilla.kernel.org/show_bug.cgi?id\u003d5271\n\nSigned-off-by: John W. Linville \u003clinville@tuxdriver.com\u003e\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "d28d4870279c5d184804b6ac1775b130972ffecd",
      "tree": "5d90ca3cb1dc15b3131ad519ecf4ebba01b9fc97",
      "parents": [
        "2d42d21f11c20b94ea0222637e20e2630845afe4"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Jan 30 11:37:56 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:00:35 2006 -0500"
      },
      "message": "[PATCH] sky2: ethtool rx_coalesce settings fix\n\nThis fixes setting rx_coalesce_usecs_irq via ethtool in sky2.\nThe write was directed to the wrong register.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Carl-Daniel Hailfinger \u003cc-d.hailfinger.devel.2006@gmx.net\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "2d42d21f11c20b94ea0222637e20e2630845afe4",
      "tree": "ed740ea45977801bb9017291449a8c8fa57bb4fe",
      "parents": [
        "08c06d8a9063c81f6a21c9f275aa1ee49d4bf380"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Jan 30 11:37:55 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:00:35 2006 -0500"
      },
      "message": "[PATCH] sky2: pci config space checking\n\nThere were bugs in mmconfig access to PCI space, up to and\ninclude 2.6.16-rc1. These prevented the sky2 driver from being\nable to clear PCI express errors.\n\nThis patch makes the driver check (during probe), for errors\nin PCI config access and fail.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "08c06d8a9063c81f6a21c9f275aa1ee49d4bf380",
      "tree": "342a3ee4bee534bdf3a836a85c08d8d853bd1255",
      "parents": [
        "d561514f616504c0962f22d51d165f7b6e1bae1b"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Jan 30 11:37:54 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 02:00:35 2006 -0500"
      },
      "message": "[PATCH] sky2: power management fix\n\nFix suspend/resume for sky2. The status ring was getting reallocated\nand a bunch of other mistakes. Also, check return from power_state\non resume.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "d561514f616504c0962f22d51d165f7b6e1bae1b",
      "tree": "fb79eab1de9a8e97eb2c02adea5f5dac0a1e711b",
      "parents": [
        "471ef051bc3b980e2f38cbe9112eac7bfe4d6633"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun Jan 29 20:33:52 2006 +0100"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 01:58:36 2006 -0500"
      },
      "message": "[PATCH] sis900: remove cfgpmcsr I/O space register define\n\nsis900 defines \u0027cfgpmcsr\u0027 as an I/O space register, but CFGPMCSR is\nin fact a config space register, and there is no register at offset\n0x44 in I/O space, so delete the enum.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "471ef051bc3b980e2f38cbe9112eac7bfe4d6633",
      "tree": "05f8ab666ba3c3ff7964b8a6551707977ada9177",
      "parents": [
        "c03296a868ae7c91aa2d8b372184763b18f16d7a"
      ],
      "author": {
        "name": "Jesse Brandeburg",
        "email": "jesse.brandeburg@intel.com",
        "time": "Tue Feb 07 01:50:45 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Tue Feb 07 01:50:45 2006 -0500"
      },
      "message": "e100: remove init_hw call to fix panic\n\ne100 seems to have had a long standing bug where e100_init_hw was being\ncalled when it should not have been.  This caused a panic due to recent\nchanges that rely on correct set up in the driver, and more robust error\npaths.\n\nSigned-off-by: Jesse Brandeburg \u003cjesse.brandeburg@intel.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "c03296a868ae7c91aa2d8b372184763b18f16d7a",
      "tree": "57ff0b44a412b78fe598a49cc28b3cebf51f1154",
      "parents": [
        "e3f749c4af69c4344d89f11e2293e3790eb4eaca",
        "913e4a75572354995b330f57082d9a86250cd75f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 06 15:46:39 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Feb 06 15:46:39 2006 -0800"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6\n"
    },
    {
      "commit": "913e4a75572354995b330f57082d9a86250cd75f",
      "tree": "d7652ef6b9bc0cf3e579deaf9483e5f61f03c20b",
      "parents": [
        "27ee6e0592c7d624836835dd8d2f0f74e9d289f6"
      ],
      "author": {
        "name": "Russ Anderson",
        "email": "rja@efs.americas.sgi.com",
        "time": "Fri Feb 03 14:47:15 2006 -0600"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Feb 06 09:28:10 2006 -0800"
      },
      "message": "[IA64-SGI] Shub2 BTE address fix\n\nAfter converting the cpu physical address to shub2 physical\naddressing, the address was run through TO_PHYS() which\nclobbered a high node offset bit causing the BTE to fail\non shub2 nodes with large memory.  This fix corrects\nthat problem.\n\nSigned-off-by: Russ Anderson (rja@sgi.com)\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "27ee6e0592c7d624836835dd8d2f0f74e9d289f6",
      "tree": "55370cbbcade1e674d60175e143f1e3441ceebaf",
      "parents": [
        "7c6c66362941df847957766ad133ff5fde67579c",
        "103ec0910d6b9401b7f72ba3ac71fed88306d2d0"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Feb 06 09:23:51 2006 -0800"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Feb 06 09:23:51 2006 -0800"
      },
      "message": "Pull sn-recursive-flags-for-select-builds into release branch\n"
    },
    {
      "commit": "fc3fba60f5d292a3b875e2498577fc35bd68b9da",
      "tree": "09a020ee7bf4f02d8ce0f5e5d8ce331e792db707",
      "parents": [
        "b2faf597d93bdf5e2d12d93ea0815935a73f749e",
        "e3f749c4af69c4344d89f11e2293e3790eb4eaca"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 06 14:35:35 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 06 14:35:35 2006 -0200"
      },
      "message": "Merge branch \u0027origin\u0027\n"
    },
    {
      "commit": "b2faf597d93bdf5e2d12d93ea0815935a73f749e",
      "tree": "1876616290ff282b8a0814e2429d23e0104f3701",
      "parents": [
        "638e174688f58200d0deb7435093435e7d737b09",
        "410c05427a69f53851637ccb85c2212131409fbd"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 06 10:43:13 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 06 10:43:13 2006 -0200"
      },
      "message": "Merge branch \u0027origin\u0027\n"
    },
    {
      "commit": "e3f749c4af69c4344d89f11e2293e3790eb4eaca",
      "tree": "b418be396db3ec7486767b93239da208662017bb",
      "parents": [
        "410c05427a69f53851637ccb85c2212131409fbd"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Feb 05 20:23:33 2006 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Feb 05 20:23:33 2006 -0800"
      },
      "message": "[PPP]: Fixed hardware RX checksum handling\n\nWhen we pull the PPP protocol off the skb, we forgot to update the\nhardware RX checksum.  This may lead to messages such as\n\n\tdsl0: hw csum failure.\n\nSimilarly, we need to clear the hardware checksum flag when we use\nthe existing packet to store the decompressed result.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "410c05427a69f53851637ccb85c2212131409fbd",
      "tree": "baaa6598d79f94decad1d29857b5fcbfaea20d97",
      "parents": [
        "7a21ef6fe902ac0ad53b45af6851ae5ec3a64299"
      ],
      "author": {
        "name": "Greg KH",
        "email": "gregkh@suse.de",
        "time": "Sun Feb 05 14:16:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 05 14:20:14 2006 -0800"
      },
      "message": "[PATCH] USB: Fix GPL markings on usb core functions.\n\nI thought we had fixed up all non-gpl USB drivers, and was wrong to do\nthis.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7a21ef6fe902ac0ad53b45af6851ae5ec3a64299",
      "tree": "1e8c690f6fb644c8ce8873c7907ef0ed934446df",
      "parents": [
        "c265c46bbb8c53db0bd084261ab2996c6d74aebf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 05 11:26:38 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 05 11:26:38 2006 -0800"
      },
      "message": "mm/slab.c (non-NUMA): Fix compile warning and clean up code\n\nThe non-NUMA case would do an unmatched \"free_alien_cache()\" on an alien\npointer that had never been allocated.\n\nIt might not matter from a code generation standpoint (since in the\nnon-NUMA case, the code doesn\u0027t actually _do_ anything), but it not only\nresults in a compiler warning, it\u0027s really really ugly too.\n\nFix the compiler warning by just having a matching dummy allocation.\nThat also avoids an unnecessary #ifdef in the code.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c265c46bbb8c53db0bd084261ab2996c6d74aebf",
      "tree": "7eb8a877df7e2e89f6d907037becb55de740f21a",
      "parents": [
        "98bd0c07b60e029cf53eb76c027c27548dd66e9b",
        "7f7ff6bf0279ccb3d56f2b07c4cc88327c932a80"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 05 11:10:54 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Feb 05 11:10:54 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n"
    }
  ],
  "next": "98bd0c07b60e029cf53eb76c027c27548dd66e9b"
}
