)]}'
{
  "log": [
    {
      "commit": "22f975f4ffa707ea24507f6899bb9f5a1ff034bc",
      "tree": "b82d3d97110b8f5c9d80dfca36d38be98498fd5a",
      "parents": [
        "5b35193f5868da5e63f5b4cfe8fbcf9f10fe65cd"
      ],
      "author": {
        "name": "Nikola Valerjev",
        "email": "nikola@ghs.com",
        "time": "Sat Dec 10 11:59:15 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Dec 10 11:59:15 2005 +0000"
      },
      "message": "[ARM] 3200/1: Singlestep over ARM BX and BLX instructions using ptrace fix\n\nPatch from Nikola Valerjev\n\nSingle stepping an application using ptrace() fails over ARM instructions BX and BLX.\n\nSteps to reproduce:\n\nCompile and link the following files\n\nmain.c\n-----\nvoid foo();\nint main() {\n    foo();\n    return 0;\n}\n\nfoo.s\n-----\n\t.text\n\t.globl foo\nfoo:\n\tBX LR\n\nUsing ptrace() functionality, run to main(), and start singlestepping.\nSinglestep over \\\"BX LR\\\" instruction won\\\u0027t transfer the control back\nto main, but run the code to completion.\n\nThis problems seems to be in the function get_branch_address() in\narch/arm/kernel/ptrace.c. The function doesn\\\u0027t seem to recognize BX\nand BLX instructions as branches. BX and BLX instructions can be used\nto convert from ARM to Thumb mode if the target address has the low\nbit set. However, they are also perfectly legal in the ARM only mode.\nAlthough other things in the kernel seem to indicate that only ARM\nmode is accepted (and not Thumb), many compilers will generate BX\nand BLX instructions even when generating ARM only code.\n\nSigned-off-by: Nikola Valerjev \u003cnikola@ghs.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5b35193f5868da5e63f5b4cfe8fbcf9f10fe65cd",
      "tree": "8d8f4a507403bdc59b30d7b92db4e775ae08c2e4",
      "parents": [
        "31a5539e57fa80e877a2f180cd4ec9ce9de6fea0"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Thu Dec 08 23:34:44 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Dec 08 23:34:44 2005 +0000"
      },
      "message": "[ARM] 3199/1: Remove bogus function prototype from arch-pxa/irq.h\n\nPatch from Deepak Saxena\n\nThis looks like a leftover from 2.4 days...\n\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "31a5539e57fa80e877a2f180cd4ec9ce9de6fea0",
      "tree": "36b3821339c9925b0922a8a3df14c436bfc6747f",
      "parents": [
        "a0d95af5c28666155ad4c85a63a5065436ae1d79"
      ],
      "author": {
        "name": "Hiroki Kaminaga",
        "email": "kaminaga@sm.sony.co.jp",
        "time": "Mon Dec 05 10:55:00 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Dec 05 10:55:00 2005 +0000"
      },
      "message": "[ARM] 3194/1: add pfn_to_kaddr macro for ARM take2\n\nPatch from Hiroki Kaminaga\n\nThis patch defines a new macro: pfn_to_kaddr(pfn).\nSame macro is already defined on other arch, such as i386.\n\nSigned-off-by: Hiroki Kaminaga \u003ckaminaga@sm.sony.co.jp\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a0d95af5c28666155ad4c85a63a5065436ae1d79",
      "tree": "9a4d0b2c4298b402bd731faacd085ae62f0f2532",
      "parents": [
        "9ddf61bd09a7668279d2b208a96eba784bec3d80"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Mon Dec 05 10:54:59 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Dec 05 10:54:59 2005 +0000"
      },
      "message": "[ARM] 3191/1: Mark I/O pointer as const in __raw_reads[bwl]\n\nPatch from Deepak Saxena\n\nMark the ioremap\u0027d cookie/pointer in said functions as const since\nwe should not be actualy touching the data. This fixes a slew of\ncompile warnings on IXP4xx as our reads[bwl] already mark this\nparameter as const.\n\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9ddf61bd09a7668279d2b208a96eba784bec3d80",
      "tree": "55116fe3e45703ca7d45f4400ac3ced091537632",
      "parents": [
        "db20da32a22ccfa3a118408034eeb0ba61a42329"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Mon Dec 05 10:15:06 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Dec 05 10:15:06 2005 +0000"
      },
      "message": "[ARM SMP] mpcore_wdt bogus fpos check\n\ndrivers/char/watchdog/mpcore_wdt.c write function contains a check for\n(ppos !\u003d \u0026file-\u003ef_pos). Such check used to make sense when a pointer to\nfile-\u003ef_pos was handed by vfs_write(), not a copy of it as it stands\nnow.\n\nSigned-off-by: Marcelo Tosatti \u003cmarcelo.tosatti@cyclades.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "db20da32a22ccfa3a118408034eeb0ba61a42329",
      "tree": "39f5627435f926b929d62d017921d3b75e8134df",
      "parents": [
        "436b0f76f2cee6617f27a649637766628909dd5d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Dec 04 17:56:46 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Dec 04 17:56:46 2005 +0000"
      },
      "message": "[ARM] Add memory.txt to 00-INDEX\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "436b0f76f2cee6617f27a649637766628909dd5d",
      "tree": "543e802e177aef5d41ea767e6f519d7d41eccc19",
      "parents": [
        "6015d2c4ca5470509d9721d7bab8d796617ed996"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 03 21:10:42 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 03 21:10:42 2005 -0800"
      },
      "message": "Linux v2.6.15-rc5\n\nHey, for no other reason than the fact that I\u0027ll be off-line for a\nweek.\n\nOf course, I could force everybody to just use git (and when I\u0027m emperor\nof the world, don\u0027t think I won\u0027t!), but it seems some people want to\njust test official releases.  Even if they are just -rc\u0027s.\n\nBy the time I\u0027m back, Andrew will have fixed all my bugs, and I\u0027ll\nrelease it as 2.6.15 and take all the credit.\n\nMwahahahaaa\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6015d2c4ca5470509d9721d7bab8d796617ed996",
      "tree": "d113c63de9a576e7f5f68a30c6f67fb7d0e7fe80",
      "parents": [
        "e3c3374fbf7efe9487edc53cd10436ed641983aa"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 03 20:50:51 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 03 20:50:51 2005 -0800"
      },
      "message": "Link USB drivers later in the kernel\n\nWe want to link the \"regular\" SCSI drivers before the USB storage\ndriver, since historically we\u0027ve always detected internal SCSI disks\nbefore the external USB storage modules.\n\nThe link order matters for initcall ordering, and this got broken by\nmistake by commit 7586269c0b52970f60bb69fcb86e765fc1d72309 which moved\nthe USB host controller PCI quirk handling around.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e3c3374fbf7efe9487edc53cd10436ed641983aa",
      "tree": "316a9e9ea22c49de5bef8af6a4b4557353f7d36a",
      "parents": [
        "0ceaacc9785fedc500e19b024d606a82a23f5372"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 03 20:48:11 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 03 20:48:11 2005 -0800"
      },
      "message": "Make vm_insert_page() available to NVidia module\n\nIt used to use remap_pfn_range(), which wasn\u0027t GPL-only either, and the\nnew interface is actually simpler and does more checking, so we\nshouldn\u0027t unnecessarily discourage people from switching over.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0ceaacc9785fedc500e19b024d606a82a23f5372",
      "tree": "ad178c7daa6ec7eaaae4e57d5ac8e20a8e806282",
      "parents": [
        "9a40525788a1b692ee0fc780a8cdb2ac808de1b0"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "nickpiggin@yahoo.com.au",
        "time": "Sun Dec 04 13:55:25 2005 +1100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Dec 03 20:46:40 2005 -0800"
      },
      "message": "[PATCH] Fix up per-cpu page batch sizes\n\nThe code to clamp batch sizes to 2^n - 1 went missing and an extra\ncheck got added, which must have been a hunk of the \"higer order pcp\nbatch refills\" work sneaking in.\n\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9a40525788a1b692ee0fc780a8cdb2ac808de1b0",
      "tree": "71d37e014275af9227cecfaf6fa30f2bc3648908",
      "parents": [
        "3b6efee9231e12fce09c94930bfc59f66f18d662"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "htejun@gmail.com",
        "time": "Fri Dec 02 11:49:11 2005 +0900"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jgarzik@pobox.com",
        "time": "Sat Dec 03 20:31:16 2005 -0500"
      },
      "message": "[PATCH] libata: fix ata_scsi_pass_thru error handling\n\nThis patch makes ata_scsi_pass_thru() properly set result code and\nsense data on translation failures.\n\nSigned-off-by: Tejun Heo \u003chtejun@gmail.com\u003e\nSigned-off-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\n"
    },
    {
      "commit": "3b6efee9231e12fce09c94930bfc59f66f18d662",
      "tree": "59e58509dc8e59e9302e94b17b7f8e22568df7c7",
      "parents": [
        "5ba7cc4801ae0fe74b6e0160f008521ae71d9f5d"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Sat Dec 03 15:20:21 2005 -0500"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Sat Dec 03 15:20:21 2005 -0500"
      },
      "message": "NFSv4: Fix an Oops in the synchronous write path\n\n - Missing initialisation of attribute bitmask in _nfs4_proc_write()\n - On success, _nfs4_proc_write() must return number of bytes written.\n - Missing post_op_update_inode() in _nfs4_proc_write()\n - Missing initialisation of attribute bitmask in _nfs4_proc_commit()\n - Missing post_op_update_inode() in _nfs4_proc_commit()\n\n Signed-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n"
    },
    {
      "commit": "5ba7cc4801ae0fe74b6e0160f008521ae71d9f5d",
      "tree": "8e7c236d2adeee1c23d99a2e7d20203cdc37a4e6",
      "parents": [
        "bb713d6d38f7be4f4e7d790cddb1b076e7da6699"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Sat Dec 03 15:20:17 2005 -0500"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Sat Dec 03 15:20:17 2005 -0500"
      },
      "message": "NFS: Fix post-op attribute revalidation...\n\n  - Missing nfs_mark_for_revalidate in nfs_proc_link()\n  - Missing nfs_mark_for_revalidate in nfs_rename()\n\n Signed-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n"
    },
    {
      "commit": "bb713d6d38f7be4f4e7d790cddb1b076e7da6699",
      "tree": "8b644138d771cf86599be4c1bd0f5bdcab09d39e",
      "parents": [
        "bb184f3356adbbb1605df2f7c570b4c92231fa3a"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Sat Dec 03 15:20:14 2005 -0500"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Sat Dec 03 15:20:14 2005 -0500"
      },
      "message": "NFS: use set_page_writeback() in the appropriate places\n\n Ensure that we use set_page_writeback() in the appropriate places\n to help the VM in keeping its page radix_tree in sync.\n\n Signed-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n"
    },
    {
      "commit": "bb184f3356adbbb1605df2f7c570b4c92231fa3a",
      "tree": "b3f69a116b2f7f1cd78bbcb14203ea89dda6aeba",
      "parents": [
        "24aa1fe6779eaddb3e0b1b802585dcf6faf9cc44"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Sat Dec 03 15:20:10 2005 -0500"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Sat Dec 03 15:20:10 2005 -0500"
      },
      "message": "SUNRPC: Fix Oopsable condition in rpc_pipefs\n\n The elements on rpci-\u003ein_upcall are tracked by the filp-\u003eprivate_data,\n which will ensure that they get released when the file is closed.\n\n The exception is if rpc_close_pipes() gets called first, since that\n sets rpci-\u003eops to NULL.\n\n Signed-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n"
    },
    {
      "commit": "24aa1fe6779eaddb3e0b1b802585dcf6faf9cc44",
      "tree": "dc851edc67202f459262985db0cd451b1d523462",
      "parents": [
        "223db122bfccd463751d8b0c09a638abee03681d"
      ],
      "author": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Sat Dec 03 15:20:07 2005 -0500"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Sat Dec 03 15:20:07 2005 -0500"
      },
      "message": "NFS: Fix a few further cache consistency regressions\n\n Steve Dickson writes:\n Doing the following:\n 1. On server:\n $ mkdir ~/t\n $ echo Hello \u003e ~/t/tmp\n\n 2. On client, wait for a string to appear in this file:\n $ until grep -q foo t/tmp ; do echo -n . ; sleep 1 ; done\n\n 3. On server, create a *new* file with the same name containing that\n string:\n $ mv ~/t/tmp ~/t/tmp.old; echo foo \u003e ~/t/tmp\n\n will show how the client will never (and I mean never ;-) ) see\n the updated file.\n\n The problem is that we do not update nfsi-\u003ecache_change_attribute when the\n file changes on the server (we only update it when our client makes the\n changes). This again means that functions like nfs_check_verifier() will\n fail to register when the parent directory has changed and should trigger\n a dentry lookup revalidation.\n\n Signed-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n"
    },
    {
      "commit": "223db122bfccd463751d8b0c09a638abee03681d",
      "tree": "3fc2e3112f80d94abf0c36586392c7ce43d5a4e8",
      "parents": [
        "b3c6aeb3ce26b286769d2deafec47d218c83dd09"
      ],
      "author": {
        "name": "Steve Dickson",
        "email": "steved@redhat.com",
        "time": "Wed Nov 30 09:25:33 2005 -0500"
      },
      "committer": {
        "name": "Trond Myklebust",
        "email": "Trond.Myklebust@netapp.com",
        "time": "Sat Dec 03 15:20:03 2005 -0500"
      },
      "message": "NFS: Fix cache consistency regression\n\n Make sure cache_change_attribute is initialized to jiffies\n so when the mtime changes on directory, the directory\n will be refreshed.\n\n Signed-off by: Steve Dickson \u003csteved@redhat.com\u003e\n Signed-off-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\n"
    },
    {
      "commit": "b3c6aeb3ce26b286769d2deafec47d218c83dd09",
      "tree": "06378a021f5873003a07f0388aa0cb6e81a32c19",
      "parents": [
        "af2eb17bac41a116b73d85b3fb160405c32bea5b",
        "af1afe866297448ad8a1da99fa8a6af86c43c909"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 02 23:09:38 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 02 23:09:38 2005 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "af2eb17bac41a116b73d85b3fb160405c32bea5b",
      "tree": "9d4a7d6f04f6c2f935179d7263e798adda0614d4",
      "parents": [
        "1b0997f561bf46689cc6e0903f342e9bf2506bf1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 02 23:09:06 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 02 23:09:06 2005 -0800"
      },
      "message": "Add missing \"local_irq_enable()\" to C2/C3 exit logic\n\nSilly bug crept in with the C2/C3 TIF_POLLING_NRFLAG fixes.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "af1afe866297448ad8a1da99fa8a6af86c43c909",
      "tree": "ff78d5ea94390b443ef42c4c880d8b698a688b46",
      "parents": [
        "86c8f9d158f68538a971a47206a46a22c7479bac"
      ],
      "author": {
        "name": "YOSHIFUJI Hideaki",
        "email": "yoshfuji@linux-ipv6.org",
        "time": "Fri Dec 02 20:56:57 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 02 20:56:57 2005 -0800"
      },
      "message": "[IPV6]: Load protocol module dynamically.\n\n[ Modified to match inet_create() bug fix by Herbert Xu -DaveM ]\n\nSigned-off-by: YOSHIFUJI Hideaki \u003cyoshfuji@linux-ipv6.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n\n"
    },
    {
      "commit": "86c8f9d158f68538a971a47206a46a22c7479bac",
      "tree": "2c68c64d7fa7387700354cd24ba07486bd00104e",
      "parents": [
        "24c6927505ca77ee4ac25fb31dcd56f6506979ed"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Fri Dec 02 20:43:26 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 02 20:43:26 2005 -0800"
      },
      "message": "[IPV4] Fix EPROTONOSUPPORT error in inet_create\n\nThere is a coding error in inet_create that causes it to always return\nESOCKTNOSUPPORT.  It should return EPROTONOSUPPORT when there are\nprotocols registered for a given socket type but none of them match\nthe requested protocol.\n\nThis is based on a patch by Jayachandran C.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "24c6927505ca77ee4ac25fb31dcd56f6506979ed",
      "tree": "17d873b63f0ce24b81e184f2515f2b643143e48e",
      "parents": [
        "bf031fff1fac77775b2cd2c72ad8b017f4c0af13"
      ],
      "author": {
        "name": "David Stevens",
        "email": "dlstevens@us.ibm.com",
        "time": "Fri Dec 02 20:32:59 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 02 20:32:59 2005 -0800"
      },
      "message": "[IGMP]: workaround for IGMP v1/v2 bug\n\nFrom: David Stevens \u003cdlstevens@us.ibm.com\u003e\n\nAs explained at:\n\n\thttp://www.cs.ucsb.edu/~krishna/igmp_dos/\n\nWith IGMP version 1 and 2 it is possible to inject a unicast\nreport to a client which will make it ignore multicast\nreports sent later by the router.\n\nThe fix is to only accept the report if is was sent to a\nmulticast or unicast address.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "bf031fff1fac77775b2cd2c72ad8b017f4c0af13",
      "tree": "53c5a74e0b701a37766fbc16cc42aa32017b386a",
      "parents": [
        "6736dc35e9e1b9c8084d5c362a429a3e8189af6b"
      ],
      "author": {
        "name": "Neil Horman",
        "email": "nhorman@tuxdriver.com",
        "time": "Fri Dec 02 20:32:29 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 02 20:32:29 2005 -0800"
      },
      "message": "[SCTP]: Fix getsockname for sctp when an ipv6 socket accepts a connection from\nan ipv4 socket.\n\nSigned-off-by: Neil Horman \u003cnhorman@tuxdriver.com\u003e\nSigned-off-by: Sridhar Samudrala \u003csri@us.ibm.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6736dc35e9e1b9c8084d5c362a429a3e8189af6b",
      "tree": "eeead909e51390c8e5c3df73bcf3dbddbba71575",
      "parents": [
        "1b0997f561bf46689cc6e0903f342e9bf2506bf1"
      ],
      "author": {
        "name": "Neil Horman",
        "email": "nhorman@tuxdriver.com",
        "time": "Fri Dec 02 20:30:06 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Dec 02 20:30:06 2005 -0800"
      },
      "message": "[SCTP]: Return socket errors only if the receive queue is empty.\n\nThis patch fixes an issue where it is possible to get valid data after\na ENOTCONN error. It returns socket errors only after data queued on\nsocket receive queue is consumed.\n\nSigned-off-by: Neil Horman \u003cnhorman@tuxdriver.com\u003e\nSigned-off-by: Sridhar Samudrala \u003csri@us.ibm.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1b0997f561bf46689cc6e0903f342e9bf2506bf1",
      "tree": "58b86f7f1eb8710a16f6e6d54a6eaf38fb23711c",
      "parents": [
        "2741049e66d9698da5e0c90c849406fa3d3fc45c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 02 15:54:37 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 02 15:54:37 2005 -0800"
      },
      "message": "Revert \"[SCSI] fix usb storage oops\"\n\nThis reverts commit 34ea80ec6a02ad02e6b9c75c478c18e5880d6713.\n\nIt does a put_device() from softirq context, which is bad since it gets\na semaphore for reading.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2741049e66d9698da5e0c90c849406fa3d3fc45c",
      "tree": "725c927121ccfe3eaa7df3b9b8e46610805f6b15",
      "parents": [
        "2a298a35ebe060a6f2b06b20c2a34ea188ddfd37",
        "4d5cda069b3f0a3bbc18576bc15903ed665d0295"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 02 14:32:44 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 02 14:32:44 2005 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6\n"
    },
    {
      "commit": "2a298a35ebe060a6f2b06b20c2a34ea188ddfd37",
      "tree": "226dd2569d657231a3c24d8228467a039ffc6681",
      "parents": [
        "deda498710e190c7922c2634ed630ee64ce86c05"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "nickpiggin@yahoo.com.au",
        "time": "Fri Dec 02 12:44:19 2005 +1100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 02 14:20:21 2005 -0800"
      },
      "message": "[PATCH] Fix TIF_POLLING_NRFLAG in ACPI idle routines\n\nCommit 64c7c8f88559624abdbe12b5da6502e8879f8d28 broke the ACPI C2 and C3\nsleep states, because it left TIF_POLLING_NRFLAG active even though\nthose states do not actually poll the reschedule flag at all.  As a\nresult, the CPU wouldn\u0027t get sent an IPI when it was to be woken up, and\nwould only notice that it had runnable processes on the next timer tick.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4d5cda069b3f0a3bbc18576bc15903ed665d0295",
      "tree": "e89d75e2db026d7f15a13464a32197d7ecfc8272",
      "parents": [
        "032c09d76cdb448484859cc84dac4bba8f5f8f14"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Fri Dec 02 15:58:09 2005 +0000"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Fri Dec 02 10:24:22 2005 -0600"
      },
      "message": "[SCSI] sg: fix a bug in st_map_user_pages failure path\n\nsg\u0027s st_map_user_pages is modelled on an earlier version of st\u0027s\nsgl_map_user_pages, and has the same bug: if get_user_pages got some but\nnot all of the pages, then those got were released, but the positive res\ncode returned implied that they were still to be freed.\n\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Douglas Gilbert \u003cdougg@torque.net\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "032c09d76cdb448484859cc84dac4bba8f5f8f14",
      "tree": "d6dded3df8c7240a17554b25ece04c9c766e21af",
      "parents": [
        "6bc733e9f71c937f3c64159bf1e569321726a44c"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Fri Dec 02 15:59:59 2005 +0000"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Fri Dec 02 10:24:14 2005 -0600"
      },
      "message": "[SCSI] sg and st unmap_user_pages allow PageReserved\n\n2.6.15-rc1 made sg\u0027s st_unmap_user_pages and st\u0027s sgl_unmap_user_pages\nBUG on a PageReserved page.  But that\u0027s wrong: they could be unmapping\nthe ZERO_PAGE, which is marked PG_reserved; and perhaps others (while\nget_user_pages is still permitted on VM_PFNMAP areas - that may change).\n\nMore change is needed here: sg claims to dirty even pages written from,\nand st claims not to dirty even pages read into; and SetPageDirty is not\nadequate for this nowadays.  Fixes to those follow in a later patch: for\nthe moment just fix the 2.6.15 regression.\n\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nAcked-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "deda498710e190c7922c2634ed630ee64ce86c05",
      "tree": "4de8700e84390a50915760ac0da89bd145fed5b7",
      "parents": [
        "ca98f825ea05edb41346f12408caa30be8a287c6",
        "ea86575eaf99a9262a969309d934318028dbfacb"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:54:00 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:54:00 2005 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "ca98f825ea05edb41346f12408caa30be8a287c6",
      "tree": "98826d67758b0bd028a04e16446441adb66f4d66",
      "parents": [
        "b67c26e4fcfdade157d5bd54085720e71518cccd",
        "11849fe67430ba48547e17b25a7831da29863efa"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:53:33 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:53:33 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "b67c26e4fcfdade157d5bd54085720e71518cccd",
      "tree": "cbfcbf209abc06fc28b6c77a130985e7212879c5",
      "parents": [
        "c6b79418a4bb0260a92a25f562047d5be7b0e7f4",
        "80b42598eec1627084e225c575201bdd838f5b8f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:52:58 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:52:58 2005 -0800"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus\n"
    },
    {
      "commit": "c6b79418a4bb0260a92a25f562047d5be7b0e7f4",
      "tree": "558f540614f3cc764f0db81115881f4efdf05b76",
      "parents": [
        "f327220b1494aa23fd4206ac4778b8aa449a3351",
        "f4e401562c11c7ca65592ebd749353cf0b19af7b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:52:12 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:52:12 2005 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband\n"
    },
    {
      "commit": "f327220b1494aa23fd4206ac4778b8aa449a3351",
      "tree": "b463d2541db1638c7cb8b9ff10a9238fc8a47000",
      "parents": [
        "31b3c31bca3b4df975631323d6ee6f49f43f4956",
        "ea182d4aefa3a27847d890b1592a608d1180aa45"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:49:37 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:49:37 2005 -0800"
      },
      "message": "Merge branch \u0027upstream-fixes\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6\n"
    },
    {
      "commit": "31b3c31bca3b4df975631323d6ee6f49f43f4956",
      "tree": "dc873a16f109971287609c133855ce4d3f323dda",
      "parents": [
        "a72403594ad23bbd2ac0349dd0e537b28862faac"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Thu Dec 01 00:52:10 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:49:00 2005 -0800"
      },
      "message": "[PATCH] V4l/dvb: Fix typo, removing incorrect info from CONFIG_BT848_DVB kconfig entry.\n\nFix typo, removing incorrect info from CONFIG_BT848_DVB kconfig entry.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a72403594ad23bbd2ac0349dd0e537b28862faac",
      "tree": "738a895e1a76ca42c3ae45d472b0b7c191d89c24",
      "parents": [
        "ab60e303cd3e73a68d5e397be50a1cb35452513c"
      ],
      "author": {
        "name": "Mike Isely",
        "email": "isely@pobox.com",
        "time": "Thu Dec 01 00:52:04 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:49:00 2005 -0800"
      },
      "message": "[PATCH] V4l/dvb: Restore missing tuner definition for Hauppauge tuner type 0x103\n\nType 0x103 (\"TCL MFNM05-4\") in the Hauppauge eeprom is a more recent tuner\nthat maps to TUNER_PHILIPS_FM1236_MK3.  This had been previously defined but\ndue to some accident the definition got removed.  This change restores that\ndefinition.  Change committed on advice from Hans Verkuil\n\u003chverkuil@xs4all.nl\u003e, who thinks he\u0027s the one who had accidentally removed it\nbefore.\n\nSigned-off-by: Mike Isely \u003cisely@pobox.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ab60e303cd3e73a68d5e397be50a1cb35452513c",
      "tree": "220530c188a90ad2f8c08d72ed0b7fea423c6a81",
      "parents": [
        "3535396d3ac7fc5eeda4526aee34494a479cc628"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu Dec 01 00:51:58 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:59 2005 -0800"
      },
      "message": "[PATCH] V4L/dvb: fix kernel message (print of %s from random pointer)\n\nFix kernel message ( basically printk(\"%s\", random_pointer) ).\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3535396d3ac7fc5eeda4526aee34494a479cc628",
      "tree": "e9c094adfd999d4085ea53d81d59244e4da58ac9",
      "parents": [
        "f05cb3239d078f16d082398818dd4e66e645f388"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Thu Dec 01 00:51:57 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:59 2005 -0800"
      },
      "message": "[PATCH] V4L/DVB: SCM update\n\nAdd v4l/dvb quilt tree to MAINTAINERS file.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f05cb3239d078f16d082398818dd4e66e645f388",
      "tree": "63090097a7c8fa6bb79446830dfaefed97536c84",
      "parents": [
        "48063a75aff8a572ed167470564309697cf0e8cc"
      ],
      "author": {
        "name": "Carlos Silva",
        "email": "r3pek@gentoo.org",
        "time": "Thu Dec 01 00:51:56 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:59 2005 -0800"
      },
      "message": "[PATCH] DVB: BUDGET CI card depends on STV0297 demodulator.\n\nBUDGET_CI card depends on STV0297 demodulator.\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "48063a75aff8a572ed167470564309697cf0e8cc",
      "tree": "d7ec09f3f861c79ffd00233ff657562d25019f36",
      "parents": [
        "1130ca45c719fe788fa544a54a82ea53ef5ea87a"
      ],
      "author": {
        "name": "Denis Vlasenko",
        "email": "vda@ilport.com.ua",
        "time": "Thu Dec 01 00:51:55 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:59 2005 -0800"
      },
      "message": "[PATCH] DVB: Fixes ifs in ves1820 set symbolrate().\n\nRemove stray semicolons after if (foo); in ves1820_set_symbolrate().\n\nSigned-off-by: Denis Vlasenko \u003cvda@ilport.com.ua\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1130ca45c719fe788fa544a54a82ea53ef5ea87a",
      "tree": "423a0eb692c0e14a8b1c6462a8dfdfc402e93753",
      "parents": [
        "9b9225f0f002c39f340da2ed1e7efec6885ca312"
      ],
      "author": {
        "name": "Ralph Metzler",
        "email": "rjkm@metzlerbros.de",
        "time": "Thu Dec 01 00:51:54 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:59 2005 -0800"
      },
      "message": "[PATCH] DVB: Fix locking to prevent Oops on SMP systems\n\nFix locking to prevent Oops on SMP systems when starting/stopping dvb network\ninterfaces.\n\nSigned-off-by: Ralph Metzler \u003crjkm@metzlerbros.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9b9225f0f002c39f340da2ed1e7efec6885ca312",
      "tree": "9003bb38a7b5f15c91cb2471a538519ee44d5256",
      "parents": [
        "15ac8e663b354ed98d43d149f718f6f15ab732ac"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu Dec 01 00:51:53 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:59 2005 -0800"
      },
      "message": "[PATCH] DVB: Update Steve\u0027s email address.\n\nUpdate Steve\u0027s email address.\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "15ac8e663b354ed98d43d149f718f6f15ab732ac",
      "tree": "86ecc54df2f2337cda17d4140b993bbdfb3a08ad",
      "parents": [
        "18e55eea0104927feedfe81de1adf5e46a7ad1f3"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu Dec 01 00:51:53 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:59 2005 -0800"
      },
      "message": "[PATCH] DVB: Small cleanups and CodeStyle fixes\n\n- Small cleanups:\n\n- make needlessly global functions static\n\n- every file should #include the headers containing the prototypes for it\u0027s\n  global functions\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "18e55eea0104927feedfe81de1adf5e46a7ad1f3",
      "tree": "362ac0084abee7b1f3934721738c9da781469417",
      "parents": [
        "363bbf42da23898ab48dc227cca9d80b50b481eb"
      ],
      "author": {
        "name": "Tim Schmielau",
        "email": "tim@physik3.uni-rostock.de",
        "time": "Thu Dec 01 00:51:51 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:59 2005 -0800"
      },
      "message": "[PATCH] DVB: Include fixes for 2.6.15-rc1 for removing sched.h from module.h\n\nInclude fixes for 2.6.15-rc1 for removing sched.h from module.h.\n\nSigned-off-by: Tim Schmielau \u003ctim@physik3.uni-rostock.de\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "363bbf42da23898ab48dc227cca9d80b50b481eb",
      "tree": "ee6463de2fb4caa70924ed3dd33015df4f266060",
      "parents": [
        "ded928468407c8e08dcb6aedb91aaa97b80d5752"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Thu Dec 01 00:51:51 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:59 2005 -0800"
      },
      "message": "[PATCH] DVB: Fixed incorrect usage at the private state of the dvb-usb-devices\n\nFixed mistake of an incorrect usage of pid_filter-callbacks inside the private\nstate of the dvb-usb-devices\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ded928468407c8e08dcb6aedb91aaa97b80d5752",
      "tree": "2b85f26bc526939697f3f5192e3ea4385577bdd7",
      "parents": [
        "69459f3d2fb9eea370535ceba91dd8c9df3d94bc"
      ],
      "author": {
        "name": "Andrew de Quincey",
        "email": "adq_dvb@lidskialf.net",
        "time": "Thu Dec 01 00:51:49 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:58 2005 -0800"
      },
      "message": "[PATCH] DVB: Fix locking problems and code cleanup\n\nFix locking problems and code cleanup\n\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "69459f3d2fb9eea370535ceba91dd8c9df3d94bc",
      "tree": "2bc018e8e5d1943d620be81a253a90817e5c0605",
      "parents": [
        "f95006f89576cac504323daa53157013bf099fc9"
      ],
      "author": {
        "name": "Oliver Endriss",
        "email": "o.endriss@gmx.de",
        "time": "Thu Dec 01 00:51:48 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:58 2005 -0800"
      },
      "message": "[PATCH] DVB: Fixed DiSEqC timing for saa7146-based budget cards\n\nFixed DiSEqC timing for saa7146-based budget cards (speed-up ioctls using\nSAA7146_I2C_SHORT_DELAY)\n\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f95006f89576cac504323daa53157013bf099fc9",
      "tree": "1ee888856e45f1f6c9546fae5e64341674b9d320",
      "parents": [
        "0fe22865ddee524017a1012528b0e15475acc942"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu Dec 01 00:51:42 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:58 2005 -0800"
      },
      "message": "[PATCH] V4L: Add workaround for Hauppauge PVR150 with certain NTSC tuner models\n\nAdd workaround for Hauppauge PVR150 hardware problem with tuner models 85, 99\nand 112 (model numbers as reported by tveeprom).  The audio standard\nautodetection does not always work correctly for these models.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0fe22865ddee524017a1012528b0e15475acc942",
      "tree": "d750dc1aec8f85b0ece7c21e62a93630dcb24c6d",
      "parents": [
        "bbf7871e1cd58b89f77b1152f457250c6e94b614"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu Dec 01 00:51:41 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:58 2005 -0800"
      },
      "message": "[PATCH] V4L: Fixed eeprom handling for cx88 and added Nova-T PCI model 90003\n\n- Fixed code handling for eeprom on cx88 boards.\n\n- Hauppauge released a new version of the Nova-T-PCI (9002) a few months ago\n  with a different (compatible) tuner (but lacking RF passthru).  The official\n  model# is 90003.  All features are working.\n\n- Adding entry to the known model list after testing.\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bbf7871e1cd58b89f77b1152f457250c6e94b614",
      "tree": "77ae1f89a8e47701629d1cb6bbd49ac377b254c6",
      "parents": [
        "fd1eab73d50258b4c622b8dc23d896abd5cff2e6"
      ],
      "author": {
        "name": "Michael H. Schimek",
        "email": "mschimek@gmx.at",
        "time": "Thu Dec 01 00:51:40 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:58 2005 -0800"
      },
      "message": "[PATCH] V4L: Fix bttv ioctls VIDIOC_ENUMINPUT, VIDIOCGTUNER, VIDIOC_QUERYCAP\n\nFixed bttv ioctls VIDIOC_ENUMINPUT, VIDIOCGTUNER, VIDIOC_QUERYCAP.\n\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Michael H. Schimek \u003cmschimek@gmx.at\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fd1eab73d50258b4c622b8dc23d896abd5cff2e6",
      "tree": "e770702e5119803503f6c13dfd071169cbd3f308",
      "parents": [
        "1bcd2a36711e6a72802a92a4e3fcef9d0c59dc3f"
      ],
      "author": {
        "name": "Reimar Doeffinger",
        "email": "Reimar.Doeffinger@stud.uni-karlsruhe.de",
        "time": "Thu Dec 01 00:51:39 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:58 2005 -0800"
      },
      "message": "[PATCH] V4L: Fix crash when not compiled as module\n\nFix crash when not compiled as module.\n\nSigned-off-by: Reimar Doeffinger \u003cReimar.Doeffinger@stud.uni-karlsruhe.de\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1bcd2a36711e6a72802a92a4e3fcef9d0c59dc3f",
      "tree": "44065889a34c72acd6581132e759466cf3f6c345",
      "parents": [
        "13c72805b3d922d85d5c470e851c93e8f8c076d8"
      ],
      "author": {
        "name": "Dwaine Garden",
        "email": "DwaineGarden@rogers.com",
        "time": "Thu Dec 01 00:51:37 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:58 2005 -0800"
      },
      "message": "[PATCH] V4L: Write cached value to correct register for SECAM\n\nWrite cached value to correct register for SECAM.\n\nSigned-off-by: Dwaine Garden \u003cDwaineGarden@rogers.com\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "13c72805b3d922d85d5c470e851c93e8f8c076d8",
      "tree": "f8ceb2a43f52b1cdf8da7ab429963dca16a2482a",
      "parents": [
        "943a49027b6d9829b737e6da3d72b867a7a6f832"
      ],
      "author": {
        "name": "Michael H. Schimek",
        "email": "mschimek@gmx.at",
        "time": "Thu Dec 01 00:51:37 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:58 2005 -0800"
      },
      "message": "[PATCH] V4L: Fixes Bttv raw format to fix VIDIOCSPICT ioctl\n\nFixes Bttv raw format to fix VIDIOCSPICT ioctl.\n\nSigned-off-by: Michael H. Schimek \u003cmschimek@gmx.at\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "943a49027b6d9829b737e6da3d72b867a7a6f832",
      "tree": "14b6fa8f407b760ca9dcb14498498bcf48f9786e",
      "parents": [
        "769e24382dd47434dfda681f360868c4acd8b6e2"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu Dec 01 00:51:35 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:57 2005 -0800"
      },
      "message": "[PATCH] V4L: Makes needlessly global code static\n\nThis patch makes needlessly global code static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "769e24382dd47434dfda681f360868c4acd8b6e2",
      "tree": "1be728dd2f1a7f523e3de5f3f39b97a4b9905dbe",
      "parents": [
        "6f502b8a7858ecfa7d2a0762f7663b8b3d0808fc"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Thu Dec 01 00:51:35 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:57 2005 -0800"
      },
      "message": "[PATCH] V4L: Some funcions now static and I2C hw code for IR\n\n- Some funcions are now declared as static\n- Added a I2C code for InfraRed.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6f502b8a7858ecfa7d2a0762f7663b8b3d0808fc",
      "tree": "b6f6ef7e9918324136eabb506c37f7b91bd647b2",
      "parents": [
        "c87c948ebd75525df4d67dd5b40e6ea81859cc17"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Thu Dec 01 00:51:34 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:57 2005 -0800"
      },
      "message": "[PATCH] V4L: Enables audio DMA setting on cx88 chips, even when dma not in use\n\n- Enabled audio DMA transfer code even when DMA not in use to solve a\n  problem on some broken cx88 chips.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c87c948ebd75525df4d67dd5b40e6ea81859cc17",
      "tree": "c84d2b6b707407e3468a94068047c105f3e347bd",
      "parents": [
        "50ab5edc973c979e8f620e09d20b96761d271894"
      ],
      "author": {
        "name": "Michael H. Schimek",
        "email": "mschimek@gmx.at",
        "time": "Thu Dec 01 00:51:33 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:57 2005 -0800"
      },
      "message": "[PATCH] V4L: Bttv bytes per line fix\n\nbttv bytes per line fix.\n\nSigned-off-by: Michael H. Schimek \u003cmschimek@gmx.at\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "50ab5edc973c979e8f620e09d20b96761d271894",
      "tree": "7be7c4416bb650c1c1c0d5845c2f0369e9956b35",
      "parents": [
        "3b86b9999deb04bbfbb20e6b6fe1119a4bf0ff34"
      ],
      "author": {
        "name": "Nickolay V. Shmyrev",
        "email": "nshmyrev@yandex.ru",
        "time": "Thu Dec 01 00:51:32 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:57 2005 -0800"
      },
      "message": "[PATCH] V4L: Fix read() bugs in bttv driver\n\nFix read() bugs in bttv driver.\n\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Michael H. Schimek \u003cmschimek@gmx.at\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3b86b9999deb04bbfbb20e6b6fe1119a4bf0ff34",
      "tree": "0f1ab93d183ef64ae0ba9fe29dcaa03a0b8a55ef",
      "parents": [
        "53a7338af60689817e81114d42cfa2ab4bb95516"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Thu Dec 01 00:51:31 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:57 2005 -0800"
      },
      "message": "[PATCH] V4L: Removed audio DMA enabling from cx88-core\n\n- Removed code that enables audio DMA transfers at cx88-core.\n- This stuff should be at cx88-alsa when ready.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "53a7338af60689817e81114d42cfa2ab4bb95516",
      "tree": "7ad9cf7f0c048fc7c43c5a194ddcc020a88e8a71",
      "parents": [
        "3ca0ea980697d3b3c3d5c13ba7e525ed6c434756"
      ],
      "author": {
        "name": "Ian Pickworth",
        "email": "ian@pickworth.me.uk",
        "time": "Thu Dec 01 00:51:28 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:57 2005 -0800"
      },
      "message": "[PATCH] V4L: Fixes nicam sound\n\n- Resolved problem of sporadic buzz after setting Nicam stereo\n- improved setting audio standard with dma reset\n- cleaned up comments format\n- more sensitive Nicam detection\n\nSigned-off-by: Ian Pickworth \u003cian@pickworth.me.uk\u003e\nSigned-off-by: Michal Pytasz \u003cpytasz@lodz.home.pl\u003e\nSigned-off-by: Marcin Rudowski \u003cmar_rud@poczta.onet.pl\u003e\nSigned-off-by: Torsten Seeboth \u003cTorsten.Seeboth@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3ca0ea980697d3b3c3d5c13ba7e525ed6c434756",
      "tree": "db5d423db74e88ce836588bb77ab8ae77649b5f8",
      "parents": [
        "759324c3c4b8d63203d7ea41b56553330bc0df06"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu Dec 01 00:51:27 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:57 2005 -0800"
      },
      "message": "[PATCH] V4L: tveeprom MAC address parsing/cleanup\n\n- Added a mac address field to the tveeprom structure.\n\n- allow callers to query the MAC address.\n\n- removed some redundant eeprom parsing code in cx88-cards.c (specific to\n  Hauppauge DVB products) Instead, placed calls directly to the single eeprom\n  parsing function in tveeprom.c\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "759324c3c4b8d63203d7ea41b56553330bc0df06",
      "tree": "878ff3bcfc4bba8fdbdc930175b5466e6598a6f0",
      "parents": [
        "97cb445df6c6cb81e4f06ee159331f15bf5c4513"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu Dec 01 00:51:26 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:56 2005 -0800"
      },
      "message": "[PATCH] V4: Include comments for DVB models and includes missing ones\n\nInclude comments for DVB models and includes missing ones\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "97cb445df6c6cb81e4f06ee159331f15bf5c4513",
      "tree": "3f523c672b7220d79c0ca477458f34898d135f47",
      "parents": [
        "f5b974cb16dd95d1ae0424f68f74550dbd793a33"
      ],
      "author": {
        "name": "Luiz Capitulino",
        "email": "lcapitulino@mandriva.com.br",
        "time": "Thu Dec 01 00:51:24 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:56 2005 -0800"
      },
      "message": "[PATCH] V4L: Fixes warning at bttv-driver.c\n\nFixes warning at bttv-driver.c\n\nSigned-off-by: Luiz Capitulino \u003clcapitulino@mandriva.com.br\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f5b974cb16dd95d1ae0424f68f74550dbd793a33",
      "tree": "214fa2dc0ac32d84c56fe4a74b613eae6fbf68a0",
      "parents": [
        "938606b02b3d7b587777e5b1e44f4196903250ca"
      ],
      "author": {
        "name": "Ricardo Cerqueira",
        "email": "v4l@cerqueira.org",
        "time": "Thu Dec 01 00:51:20 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:56 2005 -0800"
      },
      "message": "[PATCH] V4L: Fix hotplugging issues with saa7134\n\n- Fixed issue with hotplugging and DMA sound (sound was lost when replugging\n  a card)\n\n- Added notifiers to main saa7134 module to let the sound sub-modules know\n  when a card has been inserted or removed\n\nSigned-off-by: Ricardo Cerqueira \u003cv4l@cerqueira.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "938606b02b3d7b587777e5b1e44f4196903250ca",
      "tree": "136b2a3b770e04959a2979e5bb47ee3dd819ec7c",
      "parents": [
        "db1d1d57e97700b4131fe80556dc6ef976d534c4"
      ],
      "author": {
        "name": "Sigmund Augdal Helberg",
        "email": "sigmund@snap.tv",
        "time": "Thu Dec 01 00:51:19 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:56 2005 -0800"
      },
      "message": "[PATCH] V4L: Fixes maximum number of VBI devices\n\n- Increases the minor number limitation for vbi devices from 223 to 255.\n  This is in agreement with the minor number allocation specified in\n  Documentation/devices.txt.\n\n- Without this patch it is not possible to use more than 5 Hauppauge\n  WinTV-PVR 350 cards since each of these allocate 3 vbi devices.\n\nSigned-of-by: Sigmund Augdal Helberg \u003csigmund@snap.tv\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "db1d1d57e97700b4131fe80556dc6ef976d534c4",
      "tree": "abdc78339b1c1bd4e37cb496c68424d9d7d98592",
      "parents": [
        "5c72c343719a8c5dba675cd1b27b63c06bfe23d1"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Thu Dec 01 00:51:18 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:56 2005 -0800"
      },
      "message": "[PATCH] Keys: Fix permissions check for update vs add\n\nPermit add_key() to once again update a matching key rather than adding a\nnew one if a matching key already exists in the target keyring.\n\nThis bug causes add_key() to always add a new key, displacing the old from\nthe target keyring.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5c72c343719a8c5dba675cd1b27b63c06bfe23d1",
      "tree": "bd5f3220aef43a44274fe633f69c50de0233aae4",
      "parents": [
        "42ea0d037860690dde07a015d3473a17da35f74a"
      ],
      "author": {
        "name": "Eugene Surovegin",
        "email": "ebs@ebshome.net",
        "time": "Thu Dec 01 00:51:17 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:56 2005 -0800"
      },
      "message": "[PATCH] ppc32: fix treeboot image entrypoint\n\nCorrectly specify treeboot based image entrypoint.  Currently makefile uses\n$(ENTRYPOINT) which isn\u0027t defined anywhere.  Each board port sets\nentrypoint-$(CONFIG_BOARD_NAME) instead.\n\nWithout this patch I cannot boot Ocotea (PPC440GX eval board) anymore.  I\nwas getting random \"OS panic\" errors from OpenBIOS for a while, but with\ncurrent kernel I get them all the time (probably because image became\nbigger).\n\nSigned-off-by: Eugene Surovegin \u003cebs@ebshome.net\u003e\nAcked-by: Tom Rini \u003ctrini@kernel.crashing.org\u003e\nCc: Matt Porter \u003cmporter@kernel.crashing.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "42ea0d037860690dde07a015d3473a17da35f74a",
      "tree": "02f10934ab3022259880f3118db2f60ce1c1fa38",
      "parents": [
        "00c1bd54d8c7b6210530cdbb3508125a0bf4a32b"
      ],
      "author": {
        "name": "Vitaly Bordug",
        "email": "vbordug@ru.mvista.com",
        "time": "Thu Dec 01 00:51:15 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:56 2005 -0800"
      },
      "message": "[PATCH] ppc32: Fix incorrect PCI frequency value\n\nThe time to wait after deasserting PCI_RST has been counted with incorrect\nvalue - this patch fixes the issue.\n\nSigned-off-by: Vitaly Bordug \u003cvbordug@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "00c1bd54d8c7b6210530cdbb3508125a0bf4a32b",
      "tree": "df4268371b3f1f00cce53247a7871d70e5cf4955",
      "parents": [
        "5666c0947ede0432ba5148570aa66ffb9febff5b",
        "220ec706645ecf13ee3a87046d17316303905698"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:45:30 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:45:30 2005 -0800"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6\n"
    },
    {
      "commit": "ea86575eaf99a9262a969309d934318028dbfacb",
      "tree": "d2d0418160460265ba61defa81bfbd870dce813e",
      "parents": [
        "2a43c4af3fa2e701008d51c28365e26fccf9cbb0"
      ],
      "author": {
        "name": "Thomas Graf",
        "email": "tgraf@suug.ch",
        "time": "Thu Dec 01 14:30:00 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Dec 01 14:30:00 2005 -0800"
      },
      "message": "[NETLINK]: Fix processing of fib_lookup netlink messages\n\nThe receive path for fib_lookup netlink messages is lacking sanity\nchecks for header and payload and is thus vulnerable to malformed\nnetlink messages causing illegal memory references.\n\nSigned-off-by: Thomas Graf \u003ctgraf@suug.ch\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2a43c4af3fa2e701008d51c28365e26fccf9cbb0",
      "tree": "4018c6b43c81875c424502ca1b7bc464a22064c0",
      "parents": [
        "73f306024c15bd12e59677d6eaf43ecced614f04"
      ],
      "author": {
        "name": "Phil Oester",
        "email": "kernel@linuxace.com",
        "time": "Thu Dec 01 14:29:24 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Dec 01 14:29:24 2005 -0800"
      },
      "message": "[NETFILTER]: Fix recent match jiffies wrap mismatches\n\nAround jiffies wrap time (i.e. within first 5 mins after boot), recent\nmatch rules which contain both --seconds and --hitcount arguments\nexperience false matches.\n\nThis is because the last_pkts array is filled with zeros on creation, and\nwhen comparing \u0027now\u0027 to 0 (+ --seconds argument), time_before_eq thinks it\nhas found a hit.\n\nBelow patch adds a break if the packet value is zero.  This has the\nunfortunate side effect of causing mismatches if a packet was received\nwhen jiffies really was equal to zero.  The odds of that happening are\nslim compared to the problems caused by not adding the break however.\nPlus, the author used this same method just below, so it is \"good enough\".\n\nThis fixes netfilter bugs #383 and #395.\n\nSigned-off-by: Phil Oester \u003ckernel@linuxace.com\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "73f306024c15bd12e59677d6eaf43ecced614f04",
      "tree": "88d89bf7d54d51df8bd229ed9384e42f4064245a",
      "parents": [
        "5666c0947ede0432ba5148570aa66ffb9febff5b"
      ],
      "author": {
        "name": "Jozsef Kadlecsik",
        "email": "kadlec@blackhole.kfki.hu",
        "time": "Thu Dec 01 14:28:58 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Dec 01 14:28:58 2005 -0800"
      },
      "message": "[NETFILTER]: Ignore ACKs ACKs on half open connections in TCP conntrack\n\nMounting NFS file systems after a (warm) reboot could take a long time if\nfirewalling and connection tracking was enabled.\n\nThe reason is that the NFS clients tends to use the same ports (800 and\ncounting down). Now on reboot, the server would still have a TCB for an\nexisting TCP connection client:800 -\u003e server:2049. The client sends a\nSYN from port 800 to server:2049, which elicits an ACK from the server.\nThe firewall on the client drops the ACK because (from its point of\nview) the connection is still in half-open state, and it expects to see\na SYNACK.\n\nThe client will eventually time out after several minutes.\n\nThe following patch corrects this, by accepting ACKs on half open\nconnections as well.\n\nSigned-off-by: Jozsef Kadlecsik \u003ckadlec@blackhole.kfki.hu\u003e\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6bc733e9f71c937f3c64159bf1e569321726a44c",
      "tree": "2822abc9574f1fc0d8eddb80adbe34d5460926ff",
      "parents": [
        "c87e34efaecc952f9a0c1bbb9c6da76ccbf5ee3d"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Thu Dec 01 20:21:57 2005 +0000"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Thu Dec 01 16:16:06 2005 -0600"
      },
      "message": "[SCSI] st: fix a bug in sgl_map_user_pages failure path \n\nNick and I had already been looking at drivers/scsi/{sg.c,st.c},\nbrought there by __put_page in sg.c\u0027s peculiar sg_rb_correct4mmap,\nwhich we\u0027d like to remove.  But that\u0027s irrelevant to your pain, except...\n\nOne extract from the patches I\u0027d like to send Doug and Kai for 2.6.15\nor 2.6.16 is this below: since the incomplete get_user_pages path omits\nto reset res, but has already released all the pages, it will result in\npremature freeing of user pages, and behaviour just like you\u0027ve seen.\n\nThough I\u0027d have thought incomplete get_user_pages was an exceptional\ncase, and a bit surprised you\u0027d encounter it.  Perhaps there\u0027s some\nother premature freeing in the driver, and this instance has nothing\nwhatever to do with it.\n\nIf the problem were easily reproducible, it\u0027d be great if you could\ntry this patch; but I think you\u0027ve said it\u0027s not :-(\n\nSigned-off-by: Kai Makisara \u003ckai.makisara@kolumbus.fi\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "c87e34efaecc952f9a0c1bbb9c6da76ccbf5ee3d",
      "tree": "940c3a5d9518e4fd6892097b309e0edb5e7909c4",
      "parents": [
        "2a238ea5fbf2bd9a18a4ffb607418a4b9394647e"
      ],
      "author": {
        "name": "Moore, Eric Dean",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Dec 01 11:06:25 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Thu Dec 01 15:59:53 2005 -0600"
      },
      "message": "[SCSI] mptfusion: Add maintainers\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "2a238ea5fbf2bd9a18a4ffb607418a4b9394647e",
      "tree": "dc505a831abdb22879e86187b3ae01912a02f604",
      "parents": [
        "8b2f81385aa02e9405990b7fe44462dfceb75ef7"
      ],
      "author": {
        "name": "Moore, Eric Dean",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Dec 01 10:50:32 2005 -0700"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Thu Dec 01 15:59:51 2005 -0600"
      },
      "message": "[SCSI] mptfusion : dv performance fix\n\nSyncronization for Domain Validation workqueue and the initiation of the\nalternate controller.  Its possible that dv could be terminated if the\nworkqueue on the 1st channel doesn complete in time before the 2nd channel\nbegins initialization.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8b2f81385aa02e9405990b7fe44462dfceb75ef7",
      "tree": "e474d795ad3e0716d5123349519475700132e9df",
      "parents": [
        "fb121b067be77a9927e9453e427cf5819eb8ef01"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "matthew@wil.cx",
        "time": "Tue Nov 29 23:08:38 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Thu Dec 01 15:59:50 2005 -0600"
      },
      "message": "[SCSI] sym2: Disable IU and QAS negotiation\n\nEnabling these features causes problems with some drives, so disable\nthem until they\u0027re debugged\n\nSigned-off-by: Matthew Wilcox \u003cmatthew@wil.cx\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "fb121b067be77a9927e9453e427cf5819eb8ef01",
      "tree": "e19e29eab14f081f3ce28dc000a0f856bede3719",
      "parents": [
        "ee69ab7af3cd68423e389272e1276718d4cd8ebc"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "aherrman@de.ibm.com",
        "time": "Thu Dec 01 02:49:29 2005 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Thu Dec 01 15:59:49 2005 -0600"
      },
      "message": "[SCSI] zfcp: fix return code of zfcp_scsi_slave_alloc\n\nChange return code in slave_alloc to avoid irritating error message from\nscsi_alloc_sdev() when scsi stack tries target scan.\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "ee69ab7af3cd68423e389272e1276718d4cd8ebc",
      "tree": "4b2c82f9787414d1b51fdd5806971d4becb8d94d",
      "parents": [
        "2448c45965870ca9cfdb66388b4fcc93f1e12bb7"
      ],
      "author": {
        "name": "Maxim Shchetynin",
        "email": "maxim@de.ibm.com",
        "time": "Thu Dec 01 02:48:41 2005 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Thu Dec 01 15:59:48 2005 -0600"
      },
      "message": "[SCSI] zfcp: fix link down handling during firmware update\n\nDon\u0027t check link down payload in case of firmware update.\n\nSigned-off-by: Maxim Shchetynin \u003cmaxim@de.ibm.com\u003e\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "2448c45965870ca9cfdb66388b4fcc93f1e12bb7",
      "tree": "b028c8ad8dbb8353f7299ce5c88b54ff7cfc6433",
      "parents": [
        "c48a29d065cfa18c3e8699f5e3a84a59ad35e062"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "aherrman@de.ibm.com",
        "time": "Thu Dec 01 02:50:36 2005 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Thu Dec 01 15:59:47 2005 -0600"
      },
      "message": "[SCSI] zfcp: fix adapter initialization\n\nFixed various problems in opening sequence of adapters which was previously\nchanged with NPIV support:\no corrected handling when exchange port data function is not supported,\n  otherwise adapters on z900 cannot be opened anymore\no corrected setup of timer for exchange port data if called from error\n  recovery\no corrected check of return code of exchange config data\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "c48a29d065cfa18c3e8699f5e3a84a59ad35e062",
      "tree": "c22058a74f61adbdf8663fd24d3ca2018e4f65cd",
      "parents": [
        "8bdf810f89c3e686ba18a11e2852f32014f1506a"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Thu Dec 01 02:46:32 2005 +0100"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Thu Dec 01 15:59:46 2005 -0600"
      },
      "message": "[SCSI] zfcp: fix spinlock initialization\n\nMove initialization of locks and lists to adapter allocation function.\nOtherwise we might end up with some uninitialized locks, like e.g. the\nerp locks which only will be inititialized if an error recovery thread\nfor an adapter will be started.\n\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8bdf810f89c3e686ba18a11e2852f32014f1506a",
      "tree": "899aaf094c61b20a7ef5d3d7bc1ee3c5c2c57533",
      "parents": [
        "349cd7cfe6ba0b2e7cd2afdc3e70ede845311afe"
      ],
      "author": {
        "name": "Mark Haverkamp",
        "email": "markh@osdl.org",
        "time": "Wed Nov 30 12:01:39 2005 -0800"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Thu Dec 01 15:59:44 2005 -0600"
      },
      "message": "[SCSI] aacraid: Check scsi_bios_ptabe return code\n\nReceived from Mark Salyzyn.\n\nscsi_bios_ptable return value is not being checked in aac_biosparm.\n\nSigned-off-by: Mark Haverkamp \u003cmarkh@osdl.org\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "349cd7cfe6ba0b2e7cd2afdc3e70ede845311afe",
      "tree": "de4a8552c91377a86c928ceca12807dc5d30c379",
      "parents": [
        "dce200670d63615120de17d4aed0a4fd777cc825"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@steeleye.com",
        "time": "Mon Nov 28 15:41:58 2005 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Thu Dec 01 15:59:43 2005 -0600"
      },
      "message": "[SCSI] SPI DV: be more conservative about echo buffer usage\n\nSome SCSI devices apparently get very confused if we try to use the\necho buffer on a non-DT negotiated bus (this mirrors the problems of\nusing PPR on non-LVD for some devices).  The fix is to be far more\nconservative about when we use an echo buffer.  With this patch, we\u0027ll\nnow see what parameters are negotiated by the read only test, and only\nlook for an echo buffer if DT is negotiated.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "11849fe67430ba48547e17b25a7831da29863efa",
      "tree": "0f10c7ff4c70b3242f0650c3d6c2d0fe461f2836",
      "parents": [
        "08af295ba491123d067400228d887ca574aceecd"
      ],
      "author": {
        "name": "Arthur Othieno",
        "email": "a.othieno@bluewin.ch",
        "time": "Thu Dec 01 20:58:01 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Dec 01 20:58:01 2005 +0000"
      },
      "message": "[ARM] sema_count() removal\n\nsema_count() defined only for ARM but not used anywhere.\n\nSigned-off-by: Arthur Othieno \u003ca.othieno@bluewin.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "08af295ba491123d067400228d887ca574aceecd",
      "tree": "1284425fd279cf007aaf824745a4c0043a985493",
      "parents": [
        "a35d6c91b8f061da9b76c8c0102d1e1e6bc6f47b"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Thu Dec 01 15:52:47 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Dec 01 15:52:47 2005 +0000"
      },
      "message": "[ARM] 3188/1: Add missing i2c dependency for Akita\n\nPatch from Richard Purdie\n\nAkita requires inbuilt kernel i2c support for its GPIOs. Add this\nrequirement to Kconfig and update the defconfig to match.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a35d6c91b8f061da9b76c8c0102d1e1e6bc6f47b",
      "tree": "53169b760b0f7c2fc3be5b3e2e29702a212aba3d",
      "parents": [
        "00b4c90787298349b799069360ced9ca843153dc"
      ],
      "author": {
        "name": "Jeff Hansen",
        "email": "jhansen@cardaccess-inc.com",
        "time": "Thu Dec 01 15:50:35 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Dec 01 15:50:35 2005 +0000"
      },
      "message": "[ARM] Fix IXDP425 setup bug\n\nThere is a typo in the ARM IXDP425 setup definition that mistakenly tries\nto use UART1\u0027s IRQ for UART2\u0027s traffic.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "00b4c90787298349b799069360ced9ca843153dc",
      "tree": "cb135bdb9a408ec771c862caae5d86a2d6754861",
      "parents": [
        "df2f5e721ed36e21da27e1f415c71ba0e20f31b5"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Dec 01 15:47:24 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Dec 01 15:47:24 2005 +0000"
      },
      "message": "[ARM SMP] Use event instructions for spinlocks\n\nARMv6K CPUs have SEV (send event) and WFE (wait for event) instructions\nwhich allow the CPU clock to be suspended until another CPU issues a\nSEV, rather than spinning on the lock wasting power.  Make use of these\ninstructions.\n\nNote that WFE does not wait if an event has been sent since the last WFE\ncleared the event status, so although it may look racy, the instruction\nimplementation ensures that these are dealt with.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "80b42598eec1627084e225c575201bdd838f5b8f",
      "tree": "b15e482fa4748abbd0421cd9708127e93ce82817",
      "parents": [
        "85b05496024fd913da2c1fbea711ebcdfd40c2f3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:19 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:19 2005 +0000"
      },
      "message": "[MIPS] Update defconfigs to reflect Kconfig changes.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "85b05496024fd913da2c1fbea711ebcdfd40c2f3",
      "tree": "94910c9702bb37a92418ec8b1ae89a82f27d7a85",
      "parents": [
        "04a7052c8399edc95b5e120c980823ccaade6aaf"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Nov 30 17:21:06 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:18 2005 +0000"
      },
      "message": "[MIPS] Avoid duplicate do_syscall_trace calls on return from sigreturn.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "04a7052c8399edc95b5e120c980823ccaade6aaf",
      "tree": "230e75476b3d1fae60bfaf98d4e407d65b0be114",
      "parents": [
        "ecd5a739048b4d94e4ae3545196eb752d6776c97"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Nov 30 16:24:57 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:17 2005 +0000"
      },
      "message": "[MIPS] Fix register handling in syscalls when debugging.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ecd5a739048b4d94e4ae3545196eb752d6776c97",
      "tree": "11f2bc0803a06bf4ae0b93814454eb742f8eaaa8",
      "parents": [
        "dea91002d45e4f0fe83768703288e1cde917371c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Nov 29 17:03:02 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:16 2005 +0000"
      },
      "message": "[MIPS] Alchemy: Set board type on initialization.\n    \nFrom Sergei Shtylylov \u003csshtylyov@ru.mvista.com\u003e.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "dea91002d45e4f0fe83768703288e1cde917371c",
      "tree": "310ddf176806bfb3e4a74774c1c2cbd255083ef7",
      "parents": [
        "edcb98d1db7d0320d7b1920c05a4f1cafe7cb798"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Nov 29 16:01:32 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:16 2005 +0000"
      },
      "message": "[MIPS] Alchemy: Fix BCSR accesses.\n    \nFixes BCSR accesses in the board setup/reset code.  The registers are\nactually 16-bit, and their addresses are different between DBAu1550 and\nother DBAu1xx0 boards.\n    \nFrom Sergei Shtylylov \u003csshtylyov@ru.mvista.com\u003e.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "edcb98d1db7d0320d7b1920c05a4f1cafe7cb798",
      "tree": "cd148f10f348ab62a47a2c1fdbc8aaa10d0d7032",
      "parents": [
        "fe3d72858c34a464976c6f8076971e2862d5c3b8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Nov 29 13:01:01 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:15 2005 +0000"
      },
      "message": "[MIPS] Fix return path of sysmips(MIPS_ATOMIC_SET, ...)\n    \nThe way we were doing things does no longer work on 2.6.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "fe3d72858c34a464976c6f8076971e2862d5c3b8",
      "tree": "5903ce0e8eaf69eb71ec29929bd03877e094ecf4",
      "parents": [
        "e76beeebff09b6a5eb338f306349ddc451a7804d"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Nov 28 13:15:08 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:15 2005 +0000"
      },
      "message": "[MIPS] Qemu: Accept kernel command line passed by the Emulator.\n    \nFrom Daniel Jacobowitz \u003cdan@debian.org\u003e.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e76beeebff09b6a5eb338f306349ddc451a7804d",
      "tree": "abea0748975eba97973ae7e423640a1b51c6e389",
      "parents": [
        "56ebd51bae72c2e47c83f6eacf258479d5658ec8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Nov 28 13:12:51 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:15 2005 +0000"
      },
      "message": "[MIPS] Qemu: Qemu is emulating a 1193.182kHz i8254 PIC.\n    \nFrom Daniel Jacobowitz \u003cdan@debian.org\u003e.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "56ebd51bae72c2e47c83f6eacf258479d5658ec8",
      "tree": "eb39e5ee383815c0185b910523d5470088f93494",
      "parents": [
        "b6c3539bdd6d766cffea76698c85ebb92bf3fb12"
      ],
      "author": {
        "name": "Daniel Jacobowitz",
        "email": "dan@debian.org",
        "time": "Sat Nov 26 22:34:41 2005 -0500"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:14 2005 +0000"
      },
      "message": "[MIPS] Generate SIGILL again\n    \nThe rdhwr emulation accidentally swallowed the SIGILL from most other\nillegal instructions.  Make sure to return -EFAULT by default.\n    \nSigned-off-by: Daniel Jacobowitz \u003cdan@codesourcery.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b6c3539bdd6d766cffea76698c85ebb92bf3fb12",
      "tree": "af8ef2310e5f6218c91c167cf5e3b2ca88f1e393",
      "parents": [
        "d981733aaf970e4537bb8dee9422ee775d92e5ae"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Nov 25 11:35:40 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:14 2005 +0000"
      },
      "message": "[MIPS] Kconfig: Include init/Kconfig after we\u0027ve set 32BIT / 64BIT.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d981733aaf970e4537bb8dee9422ee775d92e5ae",
      "tree": "537236d2937d4d8a1f2c276cd026c774e656ea5c",
      "parents": [
        "8b36612a23fda542fab5f0c6c26e15e2178e3d0e"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Nov 23 13:49:09 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:13 2005 +0000"
      },
      "message": "[MIPS] Use reset_page_mapcount to initialize empty_zero_page usage counter.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8b36612a23fda542fab5f0c6c26e15e2178e3d0e",
      "tree": "b450d768b69bb89cecccc0321eade2d37174c8df",
      "parents": [
        "380b92537c23422b277ff66eb7086a092dbb75cb"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Nov 22 17:53:59 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:12 2005 +0000"
      },
      "message": "[MIPS] R10000 and R12000 need to set MIPS_CPU_4K_CACHE ...\n    \n... because they have R4000-style caches.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "380b92537c23422b277ff66eb7086a092dbb75cb",
      "tree": "eff37b17a9f86a66322785d1eb237afa7d1f002d",
      "parents": [
        "702a96a62b2a37025a752409b0dc08d8473096b1"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Nov 19 21:51:56 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:11 2005 +0000"
      },
      "message": "[MIPS] JMR3927: Declare puts function.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "702a96a62b2a37025a752409b0dc08d8473096b1",
      "tree": "c8be650426703bd8881969493c6d2523a4444bfe",
      "parents": [
        "5666c0947ede0432ba5148570aa66ffb9febff5b"
      ],
      "author": {
        "name": "Sergei Shtylylov",
        "email": "sshtylyov@ru.mvista.com",
        "time": "Fri Nov 18 22:20:31 2005 +0300"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Dec 01 11:05:10 2005 +0000"
      },
      "message": "[MIPS] JMR3927 fixes.\n    \n o Check if IRQ is disabled or in progress before reenabling interrupts\n   in jmr3927_irq_end..\n o s/spinlock_irqsave/spin_lock_irqsave/\n o s/spinlock_irqrestore/spin_unlock_irqrestore/\n o Flush write buffer after setting IRQ mask\n o In 2.6 jmr3927_ioc_interrupt interrupt handlers return irqreturn_t\n    \nSigned-off-by: Sergei Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    }
  ],
  "next": "ea182d4aefa3a27847d890b1592a608d1180aa45"
}
