)]}'
{
  "log": [
    {
      "commit": "ca94f26d2b2ee8ad76be617b35f846444fedc07b",
      "tree": "e26e265fb2a551caebc1f0d7807a1239e669fe0f",
      "parents": [
        "0b5bf225c06e62eb6066fc5b7ccf4f296356c503",
        "55be062d2d6397e6f24f3b91608917e9e84206d7"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:40:51 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:40:51 2006 -0500"
      },
      "message": "Merge branch \u0027e1000-fixes\u0027 of git://198.78.49.142/~jbrandeb/linux-2.6\n"
    },
    {
      "commit": "0b5bf225c06e62eb6066fc5b7ccf4f296356c503",
      "tree": "931d1f5033618a203d0db18cef8eae290a442e3a",
      "parents": [
        "4a5e8e296cfdeef18312c08199f25c00ec148f41"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:22:47 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:22:47 2006 -0500"
      },
      "message": "[netdrvr] pcnet32: other source formatting cleanups\n\n- undo some Lindent damage by indenting member names\n- remove history at top of .c file, this is stored in the kernel\n  repo changelog (in greater detail, even).\n"
    },
    {
      "commit": "4a5e8e296cfdeef18312c08199f25c00ec148f41",
      "tree": "0a1fe45e304b04f0a6ea67613548117e4645995c",
      "parents": [
        "3d781a02313e9f22923ee919d99e1cf72fd1f468"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:15:44 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:15:44 2006 -0500"
      },
      "message": "[netdrvr] pcnet32: Lindent\n"
    },
    {
      "commit": "3d781a02313e9f22923ee919d99e1cf72fd1f468",
      "tree": "fab9e90894de2fcd483603f66ca592cf1f136c4d",
      "parents": [
        "09779c6df2dbe95483269d194b327d41fe2cc57e"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Thu Mar 16 23:58:44 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:53 2006 -0500"
      },
      "message": "[PATCH] skfp warning fixes\n\ndrivers/net/skfp/fplustm.c: In function `enable_formac\u0027:\ndrivers/net/skfp/fplustm.c:552: warning: large integer implicitly truncated to unsigned type\ndrivers/net/skfp/fplustm.c:555: warning: large integer implicitly truncated to unsigned type\n\nThese arguments were changed to `const\u0027, so the compiler can now see that it\u0027s\ndoing and outw(..., 0xffffnnnn).  Cast the arg to ushort.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "09779c6df2dbe95483269d194b327d41fe2cc57e",
      "tree": "9ee7873eb248481bd06f73fdda79c019292c0e26",
      "parents": [
        "ac62ef043504d5c754357325cd514553ddabb046"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Mon Mar 20 11:54:27 2006 -0500"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:53 2006 -0500"
      },
      "message": "[PATCH] smc91x: allow for dynamic bus access configs\n\nAll accessor\u0027s different methods are now selected with C code and unused\nones statically optimized away at compile time instead of being selected\nwith #if\u0027s and #ifdef\u0027s.  This has many advantages such as allowing the\ncompiler to validate the syntax of the whole code, making it cleaner and\neasier to understand, and ultimately allowing people to define\nconfiguration symbols in terms of variables if they really want to\ndynamically support multiple bus configurations at the same time (with\nthe unavoidable performance cost).\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ac62ef043504d5c754357325cd514553ddabb046",
      "tree": "b1c45d98f238852370d09b5cc2f37625005b9442",
      "parents": [
        "8368f31c8f51ef8ba61ce9fff7b94259777b6419"
      ],
      "author": {
        "name": "Don Fry",
        "email": "brazilnut@us.ibm.com",
        "time": "Mon Mar 20 15:26:03 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:53 2006 -0500"
      },
      "message": "[PATCH] pcnet32: support boards with multiple phys\n\nBoards with multiple PHYs were not being handled properly by the pcnet32\ndriver.  This patch by Thomas Bogendoerfer with changes by me will allow\nAllied Telesyn 2700FTX and 2701FTX boards to use either the copper or\nthe fiber interfaces.  It has been tested on ia32 and ppc64 hardware.\nPhilippe Seewer also tested and improved the patch.\nethtool for pcnet32 already supports multiple phys.\n\nSee also bugzilla bug 4219.\n\nPlease apply to 2.6.16\n\nSigned-off-by:  Don Fry \u003cbrazilnut@us.ibm.com\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "8368f31c8f51ef8ba61ce9fff7b94259777b6419",
      "tree": "b5a762e54e4895dc9b4df071d61b144ce804d62b",
      "parents": [
        "d257924e85a81561a956f1791fa5a226e3a32ce1"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Mar 20 15:48:23 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:53 2006 -0500"
      },
      "message": "[PATCH] sky2 version 1.1\n\nSet version to 1.1\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "d257924e85a81561a956f1791fa5a226e3a32ce1",
      "tree": "4632372160838e2a878f9f1edf0d34b0da06d49c",
      "parents": [
        "8f24664da64f8db094cd9d379b16fc1d8776d1df"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Mar 20 15:48:22 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:53 2006 -0500"
      },
      "message": "[PATCH] sky2: handle all error irqs\n\nThe hardware has additional error trap interrupt bits.  I have never seen\nthem trigger, but if they do, it looks like this might be useful.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.rog\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "8f24664da64f8db094cd9d379b16fc1d8776d1df",
      "tree": "c954d1ac501e3f4f4c5473cdc96bf46894b129d9",
      "parents": [
        "d89e1343959200a578465d50bb36c89733cf66a7"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Mar 20 15:48:21 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:52 2006 -0500"
      },
      "message": "[PATCH] sky2: transmit recovery\n\nThis patch decodes state and revovers from any races in the transmit\ntimeout and NAPI logic. It should never trigger, but if it does then\ndo the right thing.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "d89e1343959200a578465d50bb36c89733cf66a7",
      "tree": "9e920b8be3e6ab137b0c7e295f9d62ce80c30a88",
      "parents": [
        "fb2690a9bfa330aff3de29cbdde526591ac90dce"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Mar 20 15:48:20 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:52 2006 -0500"
      },
      "message": "[PATCH] sky2: whitespace fixes\n\nSmall whitespace fixes.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "fb2690a9bfa330aff3de29cbdde526591ac90dce",
      "tree": "e9a070be2062a0221828a29d7499d8e65ce57bba",
      "parents": [
        "77b3d6a2d56be5af87ffae5bb78a39c847d49f99"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Mar 20 15:48:19 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:52 2006 -0500"
      },
      "message": "[PATCH] sky2: add MSI support\n\nAdd MSI support to sky2 driver.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "77b3d6a2d56be5af87ffae5bb78a39c847d49f99",
      "tree": "6fb2894ed3a6a77a57ff0ace39906ef5918f0e81",
      "parents": [
        "e07b1aa8b3ebedd3c7e0e1b4b524f1b2d62707cf"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Mar 20 15:48:18 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:52 2006 -0500"
      },
      "message": "[PATCH] sky2: coalescing parameters\n\nChange default coalescing parameters slightly, and allow wider\nrange of values.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "e07b1aa8b3ebedd3c7e0e1b4b524f1b2d62707cf",
      "tree": "15e96ea55b6463d2b75eb94293230d8ee6345165",
      "parents": [
        "c4b1580e8ad1aab13e0d8b97c7af3eebab8791ae"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Mar 20 15:48:17 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:52 2006 -0500"
      },
      "message": "[PATCH] sky2: rework of NAPI and IRQ management\n\nRedo the interupt handling of sky2 driver based on the IRQ mangement\ndocumentation. All interrupts are handled by the device0 NAPI poll\nroutine.\n\nDon\u0027t need to adjust interrupt mask in IRQ context, done only when\nchanging device under RTNL. Therefore don\u0027t need hwlock anymore.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c4b1580e8ad1aab13e0d8b97c7af3eebab8791ae",
      "tree": "4e5c5043c3369f0aa4efd2de8cb598705fd1339f",
      "parents": [
        "290d4de5b71f60bb5853a7ef9f0e8c817cd26892"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Mar 20 15:48:16 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:52 2006 -0500"
      },
      "message": "[PATCH] sky2: drop broken wake on lan support\n\nRemove wake on lan support for now. It doesn\u0027t work right, and I\ndon\u0027t have a machine with working suspend/resume to test or fix it.\nIt will be re-enabled later.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "290d4de5b71f60bb5853a7ef9f0e8c817cd26892",
      "tree": "257fb4590ff919886597bdc300ddd1dc8013227c",
      "parents": [
        "6f059c3e9042bc4eaa4f7a8dd651bbed9be144f2"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Mon Mar 20 15:48:15 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:51 2006 -0500"
      },
      "message": "[PATCH] sky2: remove support for untested Yukon EC/rev 0\n\nThe Yukon EC/rev0 (A1) chipset requires a bunch of workarounds. I copied these\nfrom sk98lin.  But since they never got tested and add more cruft to the code;\nany attempt at using driver as is on this version will probably fail.\n\nIt looks like this was a early engineering sample chip revision, if it ever shows\nup on a real system. Produce an error message.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "6f059c3e9042bc4eaa4f7a8dd651bbed9be144f2",
      "tree": "7f7793ab7f2e793286a844525f0ab4d057347b7c",
      "parents": [
        "9362860fd1d9062ff9b3dca42aa3e1e68c2ddb67"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Tue Mar 21 11:44:35 2006 -0700"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:51 2006 -0500"
      },
      "message": "[PATCH] mv643xx_eth: Cache align skb-\u003edata if CONFIG_NOT_COHERENT_CACHE\n\nWhen I/O is non-cache-coherent, we need to ensure that the I/O buffers\nwe use don\u0027t share cache lines with other data.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "9362860fd1d9062ff9b3dca42aa3e1e68c2ddb67",
      "tree": "7b13ff1acb639b1acc47a22e524b4ead64629137",
      "parents": [
        "b9d64acc82c104df9e4d6b74cbb1af05a77b5d44"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 21 10:57:07 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:51 2006 -0500"
      },
      "message": "[PATCH] skge: version 1.4\n\nUpdate version number\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "b9d64acc82c104df9e4d6b74cbb1af05a77b5d44",
      "tree": "796d6a43ea5f5e9c5d0ad591b9185c5bda261cf8",
      "parents": [
        "203babb650d0c99a8be08f479d4a05d420988d89"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 21 10:57:06 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:51 2006 -0500"
      },
      "message": "[PATCH] skge: handle pci errors better\n\nWhen a PCI error occurs, try and report more info.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "203babb650d0c99a8be08f479d4a05d420988d89",
      "tree": "a573eab0062e1f24eef9c3b063a31a310fa6f192",
      "parents": [
        "c68ce71a340ffb5c589db5d9f9af1ce4ef81baa9"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 21 10:57:05 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:51 2006 -0500"
      },
      "message": "[PATCH] skge: formmating and whitespace cleanup\n\nReformat some code to make it easier to read. And whitespace\nfixes.\n\nSigned-off-by: Stephen Hemminger \u003csheminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c68ce71a340ffb5c589db5d9f9af1ce4ef81baa9",
      "tree": "4fc443b263453df988de5133a9ab07561f40fbc4",
      "parents": [
        "ff7907aede7962629c2eb50e08b870316c80518f"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 21 10:57:04 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:51 2006 -0500"
      },
      "message": "[PATCH] skge: use mmiowb\n\nAdd mmio barriers at the appropriate places, don\u0027t have a platform\nthat needs them, but this is where the documentation of the patch\nsays to add them.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ff7907aede7962629c2eb50e08b870316c80518f",
      "tree": "fd79519a2bb2738c0c28774a20004e257fbb2880",
      "parents": [
        "93aea718c69d44ee492f233929686b15b5b3702d"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 21 10:57:03 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:51 2006 -0500"
      },
      "message": "[PATCH] skge: use kcalloc\n\nUse kcalloc when allocating ring data structure.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "93aea718c69d44ee492f233929686b15b5b3702d",
      "tree": "8ab42f448d5b8839b81470c6909b05847cf78180",
      "parents": [
        "c3da14474063e71686039d961d14785a9c2971ae"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 21 10:57:02 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:50 2006 -0500"
      },
      "message": "[PATCH] skge: dma configuration cleanup\n\nCleanup of the part of the code that sets up DMA configuration.\nShould cause no real change in operation, just clearer.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "c3da14474063e71686039d961d14785a9c2971ae",
      "tree": "e98f5e56f94abb911cc61df12e026e626c651c7c",
      "parents": [
        "cfc3ed796eda2c41fb20986d831ed56c0474279d"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 21 10:57:01 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:50 2006 -0500"
      },
      "message": "[PATCH] skge: check the allocation of ring buffer\n\nThe SysKonnect Genesis and Yukon chip sets have restrictions on the possible\ncontrol block area.  The memory needs to not cross 4 Gig boundary, and it needs\nto be 8 byte aligned.  This patch checks and fails to bring the device up\nif region is unacceptable.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "cfc3ed796eda2c41fb20986d831ed56c0474279d",
      "tree": "5fbd513356c76c3fafa7ffda0c3dd6eda0d5b690",
      "parents": [
        "00a6cae288138ce0444ab6f48a81da12afe557aa"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 21 10:57:00 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:50 2006 -0500"
      },
      "message": "[PATCH] skge: use auto masking of irqs\n\nImprove performance of skge driver by not touching irq mask\nregister as much. Since the interrupt source auto-masks, the driver\ncan just leave it disabled until the end of the soft irq.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "00a6cae288138ce0444ab6f48a81da12afe557aa",
      "tree": "28abdccb35a9b251a480c134e097341cdf789f52",
      "parents": [
        "ec1248e70edc5cf7b485efcc7b41e44e10f422e5"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Mar 21 10:56:59 2006 -0800"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Mar 21 16:00:50 2006 -0500"
      },
      "message": "[PATCH] skge: use NAPI for tx cleanup.\n\nCleanup transmit buffers using NAPI.  This allows the transmit routine\nto leave interrupts enabled, and that improves performance.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: Jeff Garzik \u003cjeff@garzik.org\u003e\n"
    },
    {
      "commit": "ec1248e70edc5cf7b485efcc7b41e44e10f422e5",
      "tree": "80ca10a1ad9dc572e131a56a93fcf0c63c14d168",
      "parents": [
        "3d1f337b3e7378923c89f37afb573a918ef40be5",
        "55e9dce37ddf3ab358ba1d1e9eef4ee4bd8174a6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:33:19 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:33:19 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6:\n  [CRYPTO] aes: Fixed array boundary violation\n  [CRYPTO] tcrypt: Fix key alignment\n  [CRYPTO] all: Add missing cra_alignmask\n  [CRYPTO] all: Use kzalloc where possible\n  [CRYPTO] api: Align tfm context as wide as possible\n  [CRYPTO] twofish: Use rol32/ror32 where appropriate\n"
    },
    {
      "commit": "3d1f337b3e7378923c89f37afb573a918ef40be5",
      "tree": "386798378567a10d1c7b24f599cb50f70298694c",
      "parents": [
        "2bf2154c6bb5599e3ec3f73c34861a0b12aa839e",
        "5e35941d990123f155b02d5663e51a24f816b6f3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:31:48 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:31:48 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6: (235 commits)\n  [NETFILTER]: Add H.323 conntrack/NAT helper\n  [TG3]: Don\u0027t mark tg3_test_registers() as returning const.\n  [IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2\n  [IPV6]: Nearly complete kzalloc cleanup for net/ipv6\n  [IPV6]: Cleanup of net/ipv6/reassambly.c\n  [BRIDGE]: Remove duplicate const from is_link_local() argument type.\n  [DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checking\n  [TG3]: make drivers/net/tg3.c:tg3_request_irq() static\n  [BRIDGE]: use LLC to send STP\n  [LLC]: llc_mac_hdr_init const arguments\n  [BRIDGE]: allow show/store of group multicast address\n  [BRIDGE]: use llc for receiving STP packets\n  [BRIDGE]: stp timer to jiffies cleanup\n  [BRIDGE]: forwarding remove unneeded preempt and bh diasables\n  [BRIDGE]: netfilter inline cleanup\n  [BRIDGE]: netfilter VLAN macro cleanup\n  [BRIDGE]: netfilter dont use __constant_htons\n  [BRIDGE]: netfilter whitespace\n  [BRIDGE]: optimize frame pass up\n  [BRIDGE]: use kzalloc\n  ...\n"
    },
    {
      "commit": "2bf2154c6bb5599e3ec3f73c34861a0b12aa839e",
      "tree": "62691bd915e2e3c2e6648306d3fb893f7a1dc57e",
      "parents": [
        "08a4ecee986dd98e86090ff5faac4782b6765aed",
        "71a8924bee63d891f6256d560e32416a458440b3"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:25:47 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:25:47 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6: (81 commits)\n  [PATCH] USB: omninet: fix up debugging comments\n  [PATCH] USB serial: add navman driver\n  [PATCH] USB: Fix irda-usb use after use\n  [PATCH] USB: rtl8150 small fix\n  [PATCH] USB: ftdi_sio: add Icom ID1 USB product and vendor ids\n  [PATCH] USB: cp2101: add new device IDs\n  [PATCH] USB: fix check_ctrlrecip to allow control transfers in state ADDRESS\n  [PATCH] USB: vicam.c: fix a NULL pointer dereference\n  [PATCH] USB: ZC0301 driver bugfix\n  [PATCH] USB: add support for Creativelabs Silvercrest USB keyboard\n  [PATCH] USB: storage: new unusual_devs.h entry: Mitsumi 7in1 Card Reader\n  [PATCH] USB: storage: unusual_devs.h entry 0420:0001\n  [PATCH] USB: storage: another unusual_devs.h entry\n  [PATCH] USB: storage: sandisk unusual_devices entry\n  [PATCH] USB: fix initdata issue in isp116x-hcd\n  [PATCH] USB: usbcore: usb_set_configuration oops (NULL ptr dereference)\n  [PATCH] USB: usbcore: Don\u0027t assume a USB configuration includes any interfaces\n  [PATCH] USB: ub 03 drop stall clearing\n  [PATCH] USB: ub 02 remove diag\n  [PATCH] USB: ub 01 remove first_open\n  ...\n"
    },
    {
      "commit": "08a4ecee986dd98e86090ff5faac4782b6765aed",
      "tree": "74df5de49f38c432a6a18303b0c6d834fd09028f",
      "parents": [
        "ba93c6297b9cfad5a70b5e5ed13c9dbead6601d3",
        "b3229087c5e08589cea4f5040dab56f7dc11332a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:25:15 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:25:15 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6: (23 commits)\n  [PATCH] sysfs: fix a kobject leak in sysfs_add_link on the error path\n  [PATCH] sysfs: don\u0027t export dir symbols\n  [PATCH] get_cpu_sysdev() signedness fix\n  [PATCH] kobject_add_dir\n  [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary data\n  [PATCH] sysfs: fix problem with duplicate sysfs directories and files\n  [PATCH] Kobject: kobject.h: fix a typo\n  [PATCH] Kobject: provide better warning messages when people do stupid things\n  [PATCH] Driver core: add macros notice(), dev_notice()\n  [PATCH] firmware: fix BUG: in fw_realloc_buffer\n  [PATCH] sysfs: kzalloc conversion\n  [PATCH] fix module sysfs files reference counting\n  [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to USB subsystem\n  [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystem\n  [PATCH] add EXPORT_SYMBOL_GPL_FUTURE()\n  [PATCH] Clean up module.c symbol searching logic\n  [PATCH] kobj_map semaphore to mutex conversion\n  [PATCH] kref: avoid an atomic operation in kref_put()\n  [PATCH] handle errors returned by platform_get_irq*()\n  [PATCH] driver core: platform_get_irq*(): return -ENXIO on error\n  ...\n"
    },
    {
      "commit": "ba93c6297b9cfad5a70b5e5ed13c9dbead6601d3",
      "tree": "3785afef7c0f7b72ec87f88fc19b88bfb48386fe",
      "parents": [
        "e031d33efde817ce6b4f907f0fa1ff021301748f",
        "2b422383c3d8dcd203dd9aea70155be6258dbf6c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:23:46 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:23:46 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial:\n  README: bzip2 is not new\n  Documentation/Changes: remove outdated translation references\n  remove dead Radeon URL\n  SCSI_AACRAID: add a help text\n  update the i386 defconfig\n  MAINTAINERS: remove the LANMEDIA entry\n  Move ip2.c and ip2main.c to drivers/char/ip2/ where the other files\n"
    },
    {
      "commit": "e031d33efde817ce6b4f907f0fa1ff021301748f",
      "tree": "2e9ba300db601f61fdc32813f55114d363d3d4e2",
      "parents": [
        "52aef8183fbedb0232b20127b089e85e7aa095e3",
        "48e08101c0fa0e1767cdef13fdaea79cad3106a2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:22:41 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:22:41 2006 -0800"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus\n\n* \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus:\n  [MIPS] Update defconfigs.\n  [MIPS] Separate CPU entries in /proc/cpuinfo with a blank line.\n  [MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.\n  [MIPS] TX49XX has prefetch.\n  [MIPS] Kill tlb-andes.c.\n  [MIPS] War on whitespace: cleanup initial spaces followed by tabs.\n  [MIPS] Makefile crapectomy.\n  [MIPS] Reformat __xchg().\n  [MIPS] Mention Broadcom part number for BigSur board\n  [MIPS] Remove CONFIG_BUILD_ELF64.\n  [MIPS] Further sparsification for 32-bit compat code.\n  [MIPS] fix wrong __user usage in _sysn32_rt_sigsuspend\n  [MIPS] Signal cleanup\n  [MIPS] Reformat all of signal32.c with tabs instead of space for consistency\n  [MIPS] Delete unused sys32_waitpid.\n  [MIPS] Make I/O helpers more customizable\n  [MIPS] Symmetric Uniprocessor support for Qemu.\n  [MIPS] sc-rm7k.c cleanup\n  [MIPS] MIPS64 R2 optimizations for 64-bit endianess swapping.\n  [MIPS] Add early console for Cobalt.\n"
    },
    {
      "commit": "52aef8183fbedb0232b20127b089e85e7aa095e3",
      "tree": "4c06b3351284f222a9cd825e6f1ea8543e7656c2",
      "parents": [
        "28c006c1f09ea92d4f2585a087a188955ce3f64c",
        "fd02e8038eb943755e8727a0ea193c037a51714f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:22:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:22:08 2006 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband\n\n* \u0027for-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband: (47 commits)\n  IB/mthca: Query SRQ srq_limit fixes\n  IPoIB: Get rid of useless test of queue length\n  IB/mthca: Correct reported SRQ size in MemFree case.\n  IB/mad: Fix oopsable race on device removal\n  IB/srp: Coverity fix to srp_parse_options()\n  IB/mthca: Coverity fix to mthca_init_eq_table()\n  IB: Coverity fixes to sysfs.c\n  IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue\n  IPoIB: Fix build now that neighbour destructor is in neigh_params\n  IB/uverbs: Use correct alt_pkey_index in modify QP\n  IB/umad: Add support for large RMPP transfers\n  IB/srp: Add SCSI host attributes to show target port\n  IB/cm: Check cm_id state before handling a REP\n  IB/mthca: Update firmware versions\n  IB/mthca: Optimize large messages on Sinai HCAs\n  IB/uverbs: Fix query QP return of sq_sig_all\n  IB: Fix modify QP checking of \"current QP state\" attribute\n  IPoIB: Fix multicast race between canceling and completing\n  IPoIB: Clean up if posting receives fails\n  IB/mthca: Use an enum for HCA page size\n  ...\n"
    },
    {
      "commit": "28c006c1f09ea92d4f2585a087a188955ce3f64c",
      "tree": "2615749653cd3ba4852d2f5ed22f21eec0cd5712",
      "parents": [
        "cbe037b46f564188045937e6006c5c1d6093618a",
        "7abe53155b77c31028a7158883bc9aac705790da"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:20:47 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:20:47 2006 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\n* master.kernel.org:/home/rmk/linux-2.6-arm:\n  [ARM] Fix cosmetic typo in asm/irq.h\n  [ARM] 3367/1: CLCD mode no longer supported on the RealView boards\n  [ARM] 3366/1: Allow the 16bpp mode configuration in the CLCD control register\n"
    },
    {
      "commit": "cbe037b46f564188045937e6006c5c1d6093618a",
      "tree": "a06d32fbe5c19fbd674ab3df05476743803c9615",
      "parents": [
        "f0481730c827421cf1548bfd73c073c0f47f2907",
        "cd85f6e2f58282186ad720fc18482be228f0b972"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:20:12 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:20:12 2006 -0800"
      },
      "message": "Merge branch \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev\n\n* \u0027upstream-linus\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev: (112 commits)\n  [libata] sata_mv: fix irq port status usage\n  [PATCH] libata: move IDENTIFY info printing from ata_dev_read_id() to ata_dev_configure()\n  [PATCH] libata: use local *id instead of dev-\u003eid in ata_dev_configure()\n  [PATCH] libata: check Word 88 validity in ata_id_xfer_mask()\n  [PATCH] libata: fix class handling in ata_bus_probe()\n  [PATCH] ahci: enable prefetching for PACKET commands\n  libata: turn on ATAPI by default\n  [PATCH] sata_sil24: lengthen softreset timeout\n  [PATCH] sata_sil24: exit early from softreset if SStatus reports no device\n  [PATCH] libata: fix missing classes[] initialization in ata_bus_probe()\n  [PATCH] libata: kill unused xfer_mode functions\n  [PATCH] libata: reimplement ata_set_mode() using xfer_mask helpers\n  [PATCH] libata: use xfer_mask helpers in ata_dev_set_mode()\n  [PATCH] libata: use ata_id_xfermask() in ata_dev_configure()\n  [PATCH] libata: add xfer_mask handling functions\n  [PATCH] libata: improve xfer mask constants and update ata_mode_string()\n  [PATCH] libata: rename ATA_FLAG_FLUSH_PIO_TASK to ATA_FLAG_FLUSH_PORT_TASK\n  [PATCH] libata: kill unused pio_task and packet_task\n  [PATCH] libata: convert pio_task and packet_task to port_task\n  [PATCH] libata: implement port_task\n  ...\n"
    },
    {
      "commit": "f0481730c827421cf1548bfd73c073c0f47f2907",
      "tree": "0d25ab7377afd270995f8c31d2953ffa32c8aa40",
      "parents": [
        "c4a1745aa09fc110afdefea0e5d025043e348bae",
        "ecb73774e5f5b5f635a70073086c3f57b4ca4ae6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:01:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 09:01:08 2006 -0800"
      },
      "message": "Merge kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git with fixups\n\nThis merges the DVB tree, but fixes up the history that had gotten\nscrewed up by a broken commit.\n\nThe history is fixed up by re-doing the commit properly (taking the\nresolve from the final result of the original), and then cherry-picking\nthe commits that followed the broken merge.\n\n* dvb: (190 commits)\n  V4L/DVB (3545): Fixed no_overlay option and quirks on saa7134 driver\n  V4L/DVB (3543): Fix Makefile to adapt to bt8xx/ conversion\n  V4L/DVB (3538): Bt8xx documentation update\n  V4L/DVB (3537a): Whitespace cleanup\n  V4L/DVB (3533): Add WSS (wide screen signalling) module parameters\n  V4L/DVB (3532): Moved duplicated code of ALPS BSRU6 tuner to a standalone file.\n  V4L/DVB (3530): Kconfig: remove VIDEO_AUDIO_DECODER\n  V4L/DVB (3529): Kconfig: add menu items for cs53l32a and wm8775 A/D converters\n  V4L/DVB (3528): Kconfig: fix ATSC frontend menu item names by manufacturer\n  V4L/DVB (3527): VIDEO_CPIA2 must depend on USB\n  V4L/DVB (3525): Kconfig: remove VIDEO_DECODER\n  V4L/DVB (3524): Kconfig: add menu items for saa7115 and saa7127\n  V4L/DVB (3494): Kconfig: select VIDEO_MSP3400 to build msp3400.ko\n  V4L/DVB (3522): Fixed a trouble with other PAL standards\n  V4L/DVB (3521): Avoid warnings at video-buf.c\n  V4L/DVB (3514): SAA7113 doesn\u0027t have auto std chroma detection mode\n  V4L/DVB (3513): Remove saa711x driver\n  V4L/DVB (3509): Make a needlessly global function static.\n  V4L/DVB (3506): Cinergy T2 dmx cleanup on disconnect\n  V4L/DVB (3504): Medion 7134: Autodetect second bridge chip\n  ...\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ecb73774e5f5b5f635a70073086c3f57b4ca4ae6",
      "tree": "d8313c4007896c78dfe05884a7740cb048ffd62a",
      "parents": [
        "08f1d0b99f4e2203935d86640a7fec5c233b777c"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 17 20:54:32 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:54:02 2006 -0800"
      },
      "message": "V4L/DVB (3545): Fixed no_overlay option and quirks on saa7134 driver\n\nSome chipsets have several problems when pci to pci transfers are activated\non overlay mode. the option no_overlay allows disabling such feature of\nthe driver, in favor of keeping the system stable.\nThe default is to use pcipci_fail flag defined on drivers/pci/quirks.c.\nIt also allows the user to override it by forcing disable overlay or forcing\nenable. Forcing enable may generate PCI transfer corruption, including disk\nmass corruption, so should be used with care.\nAdded a text description to this option and make messages looks the same at\nboth bttv and saa7134 drivers.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "08f1d0b99f4e2203935d86640a7fec5c233b777c",
      "tree": "924b69bf3ef08d9b13582aeee50720392a135ddb",
      "parents": [
        "8abe58aee6c682b5d300ce8e792821475646d79d"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linuxtv.org",
        "time": "Fri Mar 17 18:21:17 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:54:00 2006 -0800"
      },
      "message": "V4L/DVB (3543): Fix Makefile to adapt to bt8xx/ conversion\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8abe58aee6c682b5d300ce8e792821475646d79d",
      "tree": "b002b77108c8f2e1bb021f9db7ae4b40d8f50a77",
      "parents": [
        "a8733ca5141c256322ab5ea9fd3074942a209bba"
      ],
      "author": {
        "name": "Uwe Bugla",
        "email": "uwe.bugla@gmx.de",
        "time": "Thu Mar 16 20:37:05 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:59 2006 -0800"
      },
      "message": "V4L/DVB (3538): Bt8xx documentation update\n\nSigned-off-by: Uwe Bugla \u003cuwe.bugla@gmx.de\u003e\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "a8733ca5141c256322ab5ea9fd3074942a209bba",
      "tree": "b1c197500cdeabe8e863d6aecb6c8e3740c25909",
      "parents": [
        "4caba4261f2649215710ac0298bd7814080000ad"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 17 10:37:02 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:57 2006 -0800"
      },
      "message": "V4L/DVB (3537a): Whitespace cleanup\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4caba4261f2649215710ac0298bd7814080000ad",
      "tree": "13f37c47560cb8692ac0ee5f6187647f576da932",
      "parents": [
        "265366e8fb8c31706711aea5f79d763816a968db"
      ],
      "author": {
        "name": "Oliver Endriss",
        "email": "o.endriss@gmx.de",
        "time": "Fri Mar 17 05:29:15 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:55 2006 -0800"
      },
      "message": "V4L/DVB (3533): Add WSS (wide screen signalling) module parameters\n\nAdd wss_cfg_4_3 and wss_cfg_16_9 configuration options.\nFirmware 2623 or later required.\nBoth parameters are bit masks:\n- bit 15: disable WSS\n- bit 14: send short WSS burst, then turn off WSS\n- bit 13..0: WSS bits as specified by the standard\nThese parameters are useful if you own a broken tv set which\ndoes not handle wss correctly.\nDefault settings:\n- wss_cfg_4_3: 0x4008\n- wss_cfg_16_9: 0x0007\nThese should work with most devices.\n\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "265366e8fb8c31706711aea5f79d763816a968db",
      "tree": "13841d27e621067180884f00d4019580674c28d5",
      "parents": [
        "ad5125913be0a723a2e17824ec688d4890bf978b"
      ],
      "author": {
        "name": "Perceval Anichini",
        "email": "perceval.anichini@streamvision.fr",
        "time": "Thu Mar 16 11:22:47 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:54 2006 -0800"
      },
      "message": "V4L/DVB (3532): Moved duplicated code of ALPS BSRU6 tuner to a standalone file.\n\nMoved duplicated code of ALPS BSRU6 tuner to a standalone file.\nModified av7110 and budget drivers to include the new file.\n\nSigned-off-by: Perceval Anichini \u003cperceval.anichini@streamvision.fr\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ad5125913be0a723a2e17824ec688d4890bf978b",
      "tree": "64db03969bf5e91e3b9d1078709950b4e5f5b9aa",
      "parents": [
        "e273db7a99eabb4b2ba66dbaa90a63894cb2f2e3"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Mar 16 14:53:23 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:53 2006 -0800"
      },
      "message": "V4L/DVB (3530): Kconfig: remove VIDEO_AUDIO_DECODER\n\n- removed VIDEO_AUDIO_DECODER Kconfig menu item.\n  VIDEO_MSP3400, VIDEO_CS53L32A and VIDEO_WM8775 now\n  each have their own menu items.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "e273db7a99eabb4b2ba66dbaa90a63894cb2f2e3",
      "tree": "ea935a2a807a6dd8a3dd323023726e44f5b55b32",
      "parents": [
        "f5c08a2ee906381d85a6f0a3ca309fd56cf3b90f"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Mar 16 14:48:38 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:52 2006 -0800"
      },
      "message": "V4L/DVB (3529): Kconfig: add menu items for cs53l32a and wm8775 A/D converters\n\n- created Kconfig item, VIDEO_CS53L32A, for the cs53l32a module which supports\n  the Cirrus Logic CS53L32A Low Voltage Stereo A/D Converter.\n- created Kconfig item, VIDEO_WM8775, for the wm8775 module which supports\n  the Wolfson Microelectronics WM8775 high performance stereo A/D Converter.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f5c08a2ee906381d85a6f0a3ca309fd56cf3b90f",
      "tree": "6793d765aa7f42dab52e760f4153e891386a1c8d",
      "parents": [
        "e690e14c9476aa46ec49ce8e24a591f786aa4766"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Mar 16 13:18:25 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:50 2006 -0800"
      },
      "message": "V4L/DVB (3528): Kconfig: fix ATSC frontend menu item names by manufacturer\n\n- Corrected typo for NxtWave NXT200X\n- Added \"Oren\" manufacturer name to menu items for OR51132 and OR51211\n- Removed \"(pcHDTV HDx000 card)\" from Oren frontends menu item names,\n  This isn\u0027t necessary, as these frontends are selected by the card drivers,\n  build configuration (DVB_BT8XX and VIDEO_CX88_DVB).\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "e690e14c9476aa46ec49ce8e24a591f786aa4766",
      "tree": "6da6208288a96263f7142377b0018bad842d1f09",
      "parents": [
        "baacb5bf47eb4066d5f715529d5e68b004ad574c"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu Mar 16 12:53:53 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:49 2006 -0800"
      },
      "message": "V4L/DVB (3527): VIDEO_CPIA2 must depend on USB\n\nCONFIG_VIDEO_CPIA2\u003dy, CONFIG_USB\u003dn results in the following compile\n\u003c--  snip  --\u003e\n...\n  LD      .tmp_vmlinux1\ndrivers/built-in.o: In function `set_alternate\u0027:cpia2_usb.c:(.text+0x443aa2): undefined reference to `usb_set_interface\u0027\ndrivers/built-in.o: In function `cpia2_usb_stream_resume\u0027: undefined reference to `usb_alloc_urb\u0027\ndrivers/built-in.o: In function `cpia2_usb_stream_resume\u0027: undefined reference to `usb_submit_urb\u0027\ndrivers/built-in.o: In function `cpia2_usb_stream_pause\u0027: undefined reference to `usb_kill_urb\u0027\ndrivers/built-in.o: In function `cpia2_usb_stream_pause\u0027: undefined reference to `usb_free_urb\u0027\ndrivers/built-in.o: In function `cpia2_usb_disconnect\u0027:cpia2_usb.c:(.text+0x443e14): undefined reference to `usb_driver_release_interface\u0027\ndrivers/built-in.o: In function `cpia2_usb_transfer_cmd\u0027: undefined reference to `usb_control_msg\u0027\ndrivers/built-in.o: In function `cpia2_usb_transfer_cmd\u0027: undefined reference to `usb_control_msg\u0027\ndrivers/built-in.o: In function `cpia2_usb_complete\u0027:cpia2_usb.c:(.text+0x444836): undefined reference to `usb_submit_urb\u0027\ndrivers/built-in.o: In function `cpia2_usb_cleanup\u0027: undefined reference to `usb_deregister\u0027\ndrivers/built-in.o: In function `cpia2_usb_init\u0027: undefined reference to `usb_register_driver\u0027\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "baacb5bf47eb4066d5f715529d5e68b004ad574c",
      "tree": "0a475bb857a622d97c3d9c7bbff5abf820699ff0",
      "parents": [
        "ac9ec9358e63878b105f48f5f094105dff7d9833"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Mar 16 02:59:09 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:48 2006 -0800"
      },
      "message": "V4L/DVB (3525): Kconfig: remove VIDEO_DECODER\n\n- removed VIDEO_DECODER Kconfig menu item.\n  VIDEO_CX25840, VIDEO_SAA711X and VIDEO_SAA7127 now\n  each have their own menu items.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ac9ec9358e63878b105f48f5f094105dff7d9833",
      "tree": "72abee794d515a1ad4b4a7d511828c195d03c058",
      "parents": [
        "cfdd4ad0661e57db353ff36c2e8c57fc956cf6fb"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Mar 16 02:53:14 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:47 2006 -0800"
      },
      "message": "V4L/DVB (3524): Kconfig: add menu items for saa7115 and saa7127\n\n- created Kconfig menu item, VIDEO_SAA711X, for the saa7115 module,\n  which supports SAA7113, SAA7114 and SAA7115 video decoders.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "cfdd4ad0661e57db353ff36c2e8c57fc956cf6fb",
      "tree": "6a81b022ac68a1949223d69be0496ae02d9154d2",
      "parents": [
        "02c17224da6182d11cde34d57b27b93aaa7206cf"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon Mar 13 23:44:31 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:45 2006 -0800"
      },
      "message": "V4L/DVB (3494): Kconfig: select VIDEO_MSP3400 to build msp3400.ko\n\nThe msp3400 driver is currently only being built if\nthe bttv driver is selected. There are new drivers\nthat will be needing msp3400, so simply including\nmsp3400 in the Makefile is no longer appropriate.\nThis patch creates VIDEO_MSP3400, and alters VIDEO_BT848, VIDEO_PVRUSB2\nand VIDEO_AUDIO_DECODER each to select VIDEO_MSP3400.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "02c17224da6182d11cde34d57b27b93aaa7206cf",
      "tree": "37c07631c17f5c4ce2ed0dd0cb1f570e58de25cc",
      "parents": [
        "9b89f2d301db6ad1fc716b70d9e26a38c958e7a5"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Thu Mar 16 18:44:07 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:44 2006 -0800"
      },
      "message": "V4L/DVB (3522): Fixed a trouble with other PAL standards\n\nV4L2_STD_PAL define is not correct. It specifies only 50Hz PAL standards.\nThis patch fixes saa7113 color config for other PAL video standards.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9b89f2d301db6ad1fc716b70d9e26a38c958e7a5",
      "tree": "2dbd3ce5f7349b46974e8759895aa5827c14d04d",
      "parents": [
        "f89982a978974cc2fb74f512d7ec7438e0e851ea"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 15 17:52:14 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:43 2006 -0800"
      },
      "message": "V4L/DVB (3521): Avoid warnings at video-buf.c\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f89982a978974cc2fb74f512d7ec7438e0e851ea",
      "tree": "da9f6499f89f73fd0308f6ec98839ed41d5bba20",
      "parents": [
        "f5762e441d5022ecc5b66b5fe54e41e2ac5d02be"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Mar 14 16:33:33 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:41 2006 -0800"
      },
      "message": "V4L/DVB (3514): SAA7113 doesn\u0027t have auto std chroma detection mode\n\nThis patch makes chroma standard selection based at possible values,\naccording with datasheet.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f5762e441d5022ecc5b66b5fe54e41e2ac5d02be",
      "tree": "6afff3bc33f4d8a2dca15a681902316d230eb811",
      "parents": [
        "c04e89b1f2c624fbb1e57874062491c2b987c7e2"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Mar 13 13:31:31 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:40 2006 -0800"
      },
      "message": "V4L/DVB (3513): Remove saa711x driver\n\nNow, em28xx uses saa7115 instead of saa711x.\nsaa7115 driver is capable of handling saa 7113, 7114 and 7115.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c04e89b1f2c624fbb1e57874062491c2b987c7e2",
      "tree": "35851248f05529e604c0dcd90ee6458c5a08ddc6",
      "parents": [
        "77cc5319900054662861cb147f300b1d1d22fcc5"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Mar 15 16:17:11 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:37 2006 -0800"
      },
      "message": "V4L/DVB (3509): Make a needlessly global function static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "77cc5319900054662861cb147f300b1d1d22fcc5",
      "tree": "e466424e389bc28c2f869728491fed40508e9452",
      "parents": [
        "ba3a5a81f79d16666e1b46ee9e4fe7f2bc8bd70f"
      ],
      "author": {
        "name": "Markus Rechberger",
        "email": "mrechberger@gmail.com",
        "time": "Wed Mar 15 09:31:31 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:34 2006 -0800"
      },
      "message": "V4L/DVB (3506): Cinergy T2 dmx cleanup on disconnect\n\nDetaching the device didn\u0027t clean up several device files in /dev/dvb,\nafter applying that patch all dvb devices disappeared as expected.\n\nSigned-off-by: Markus Rechberger \u003cmrechberger@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ba3a5a81f79d16666e1b46ee9e4fe7f2bc8bd70f",
      "tree": "71e22f12307169af9a5ad96a51766b38736f3953",
      "parents": [
        "67ac9a40f90db57b09f7d98f72d8d0344acefbac"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Mar 14 19:02:12 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:33 2006 -0800"
      },
      "message": "V4L/DVB (3504): Medion 7134: Autodetect second bridge chip\n\nThe device, Medion 7134, has two saa7134 chips on it, but only one of them\nis functional in the current saa7134 driver.\nThis patch adds autodetection for the second, unsupported saa7134 chip,\nas SAA7134_BOARD_MD7134_BRIDGE_2, and displays a message to the user\n(in dmesg) indicating that the second chip isn\u0027t yet functional.\nThis is useful for users, since two instances of the saa7134 driver\nwill spawn. This patch will prevent confusion by warning the user that\nonly one of the chips on the board are functional.\nThere are other versions of the SAA7134_BOARD_MD7134 with only a single\nsaa7134 bridge/decoder -- those devices will not be affected by this patch.\nOnly devices containing the second chip will display the warning.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "67ac9a40f90db57b09f7d98f72d8d0344acefbac",
      "tree": "836d847d1708ec8aa2fe4e3a01e315203210a840",
      "parents": [
        "12a219da0a74d1d797475addbccaedf2343be571"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Mar 14 16:18:49 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:32 2006 -0800"
      },
      "message": "V4L/DVB (3503): Whitespace: fix incorrect indentation of curly bracket\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "12a219da0a74d1d797475addbccaedf2343be571",
      "tree": "c6610dd1976b8d36b94e8b2e70a4c1dfe73a3577",
      "parents": [
        "34731df288a5ffe4b0c396caf8cd24c6a710a222"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Mar 14 16:07:42 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:30 2006 -0800"
      },
      "message": "V4L/DVB (3502): Saa7134: make unsupported secondary decoder message generic\n\nThere are already some supported devices that contain two\nsaa713x chips on-board, where only one of these chips is\ncurrently functional in the driver.\nWe are already printing a warning message for the second\nsaa7134 decoder in SAA7134_BOARD_AVERMEDIA_A169_B. This\npatch alters that case to make it generic, so that other\ncards in the same situation can use it.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "34731df288a5ffe4b0c396caf8cd24c6a710a222",
      "tree": "06738b1c00d2bee0df3b42d125b2ca4e03fc18b0",
      "parents": [
        "4304954eb668ce66fc58f1cab9abb9a9e2584549"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Tue Mar 14 17:31:01 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:29 2006 -0800"
      },
      "message": "V4L/DVB (3501): Dmxdev: use dvb_ringbuffer\n\nUse dvb_ringbuffer instead of an own buffer implementation in\ndmxdev.[ch].\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4304954eb668ce66fc58f1cab9abb9a9e2584549",
      "tree": "d0cfb5b30f033ce3736c1977d71d984d7074cbf3",
      "parents": [
        "19478843e4f8af7de9b297876519ee8b98c2f5ad"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Tue Mar 14 17:30:09 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:27 2006 -0800"
      },
      "message": "V4L/DVB (3500): Ringbuffer: don\u0027t reset pointers to zero\n\nOliver Endriss spotted, that resetting read and write pointers on\nflush() requires additional locking and breaks the av7110 driver.\nTherefore this patch partially reverts the previous patch titled \"make\ndvb_ringbuffer compatible to dmxdev_buffer\".\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "19478843e4f8af7de9b297876519ee8b98c2f5ad",
      "tree": "3ba0739399f7acbdc5a96d46bff9f6b17c1c520c",
      "parents": [
        "5e5890e16ea917ad489a7778f51631bdb14523a2"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Mar 14 17:24:57 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:26 2006 -0800"
      },
      "message": "V4L/DVB (3499): Fix a bug when more than MAXBOARDS were plugged on em28xx\n\nCoverity reported a bug at checking max number of supported boards by\nem28xx init code.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "5e5890e16ea917ad489a7778f51631bdb14523a2",
      "tree": "42501c5da6b45b6357201c8fa8c6b6d0c0d9163e",
      "parents": [
        "49444fe1239cc26882d1b1fdcc658b3bdf8df942"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Mar 14 01:25:01 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:25 2006 -0800"
      },
      "message": "V4L/DVB (3497): Remove redundant makefile inclusion of tuner.o\n\nVIDEO_MXB selects VIDEO_TUNER, so we don\u0027t have to include tuner.o\nin the Makefile.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "49444fe1239cc26882d1b1fdcc658b3bdf8df942",
      "tree": "f1e567475419a2f4a6cc17cbd8a721f8eb312ddc",
      "parents": [
        "f6fe8c6a429bb44d95091e67f8e39662cd4e6fc3"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Mar 14 00:52:20 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:24 2006 -0800"
      },
      "message": "V4L/DVB (3496): Cpia2: move Kconfig build logic into cpia2/Kconfig\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f6fe8c6a429bb44d95091e67f8e39662cd4e6fc3",
      "tree": "c76a52168fde687ced2a2224c9beca5eb274616c",
      "parents": [
        "31dcbf994b9eda784c620c8caa3a9dc67a9d0045"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Mar 14 00:35:07 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:22 2006 -0800"
      },
      "message": "V4L/DVB (3495): Kconfig: select VIDEO_CX25840 to build cx25840 a/v decoder module\n\nThe cx25840 module requires external firmware in order to function,\nso it must select FW_LOADER, but saa7115 and saa7129 do not require it.\nThis patch creates VIDEO_CX25840, and alters VIDEO_DECODER to select it.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "31dcbf994b9eda784c620c8caa3a9dc67a9d0045",
      "tree": "889d77d98d5584c7f90293344e56da62fd77a891",
      "parents": [
        "ae24601b47c3f4a56545ef4cd4e7c821ac1db598"
      ],
      "author": {
        "name": "Duncan Sands",
        "email": "duncan.sands@math.u\\-psud.fr",
        "time": "Tue Mar 14 12:12:39 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:21 2006 -0800"
      },
      "message": "V4L/DVB (3488): Snd_cx88_create: don\u0027t dereference NULL core\n\nIf the call to cx88_core_get returns a NULL value, it is dereferenced\nby cx88_reset, and perhaps by cx88_core_put.  Spotted by the Coverity\nchecker.\n\nSigned-off-by: Duncan Sands \u003cbaldrick@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ae24601b47c3f4a56545ef4cd4e7c821ac1db598",
      "tree": "562258e9fdec32a9b7410a8467dc5315bdbfe8c3",
      "parents": [
        "9d9d6baeca6f9174b8e7fd219a62a8fa09d61cc7"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Mon Mar 13 13:17:11 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:19 2006 -0800"
      },
      "message": "V4L/DVB (3485): BUG_ON() Conversion in drivers/video/media\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9d9d6baeca6f9174b8e7fd219a62a8fa09d61cc7",
      "tree": "d98ceaf625ca9b16536b641476c9fc93177bd79b",
      "parents": [
        "fc34f165317403444d254a27bc356dc5de0bbc3d"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Mon Mar 13 13:14:34 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:17 2006 -0800"
      },
      "message": "V4L/DVB (3484): Make dvb_ringbuffer compatible to dmxdev_buffer\n\nAdded variable \u0027error\u0027 to struct dvb_ringbuffer, which is set to zero on\ninit() and flush(). Also reset read an write pointers to zero on flush()\nto get less fragmented data.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "fc34f165317403444d254a27bc356dc5de0bbc3d",
      "tree": "1bfd73382f95e229100ab9824acc425fe376bf10",
      "parents": [
        "9f9c907fdc331fc6062d758f46f65cb0d2dd11be"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon Mar 13 03:41:44 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:16 2006 -0800"
      },
      "message": "V4L/DVB (3479): Cleanup mangled whitespace\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9f9c907fdc331fc6062d758f46f65cb0d2dd11be",
      "tree": "4e699fdfeb360a02fa9d1ba880d65b4a47ffe77e",
      "parents": [
        "a5daecbaebda687d62c2ba1f46adaa96e4394282"
      ],
      "author": {
        "name": "Marcin Rudowski",
        "email": "mar_rud@poczta.onet.pl",
        "time": "Sun Mar 12 00:03:47 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:15 2006 -0800"
      },
      "message": "V4L/DVB (3449): Cx88 default picture controls values\n\nThis patch fixes default values for some picture controls:\n - brightness set to 50% by default (now is 0%)\n - hue set to 50% by default (now is 0%)\n - sets saturation to datasheet value\n - volume set to 0dB (now is -32dB)\nand some left small fixes:\n - twice offset adding\n - balance didn\u0027t follow datasheet (bits[0:5] \u003d attenuation;\n   bit[6] \u003d channel to provide attenuation)\n\nSigned-off-by: Marcin Rudowski \u003cmar_rud@poczta.onet.pl\u003e\nSigned-off-by: Ian Pickworth \u003cian@pickworth.me.uk\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "a5daecbaebda687d62c2ba1f46adaa96e4394282",
      "tree": "84b8d689cc4bf12ec923e85d8c631049ada67c6d",
      "parents": [
        "49239c35f28e53f280b47efdbccfdf2cbd728993"
      ],
      "author": {
        "name": "Matheus Izvekov",
        "email": "mizvekov@gmail.com",
        "time": "Sat Mar 11 23:54:58 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:14 2006 -0800"
      },
      "message": "V4L/DVB (3448): Cx88-input.c: add IR remote control support to CX88_BOARD_PROLINK_PLAYTVPVR\n\nThis patch adds support for the IR remote control found in the card\nCX88_BOARD_PROLINK_PLAYTVPVR.\n\nSigned-off-by: Matheus Izvekov \u003cmizvekov@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "49239c35f28e53f280b47efdbccfdf2cbd728993",
      "tree": "5a06826c3ea236bcd9d66bf76367d863dad4f1f5",
      "parents": [
        "68593af311aadb541b3b70acea175dea8e9cf7ca"
      ],
      "author": {
        "name": "Matheus Izvekov",
        "email": "mizvekov@gmail.com",
        "time": "Sat Mar 11 23:54:24 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:12 2006 -0800"
      },
      "message": "V4L/DVB (3447): Cx88-cards.c: fix values of gpio0 for card CX88_BOARD_PROLINK_PLAYTVPVR\n\nThis patch changes the gpio0 values for the card CX88_BOARD_PROLINK_PLAYTVPVR\nto the ones observed using RegSpy from the dscaler project.\n\nSigned-off-by: Matheus Izvekov \u003cmizvekov@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "68593af311aadb541b3b70acea175dea8e9cf7ca",
      "tree": "ec38cccc0099c961e539005dc42adc28447c3231",
      "parents": [
        "f3629be8388a679590eb919919ee63e2715ec25e"
      ],
      "author": {
        "name": "Rickard Osser",
        "email": "ricky@osser.se",
        "time": "Sat Mar 11 17:14:12 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:11 2006 -0800"
      },
      "message": "V4L/DVB (3446): Saa7134: add support for AVerMedia A169 Dual Analog tuner card\n\n- Added support for AVerMedia A169 Dual Analog tuner card\n  (dual saa7134 decoders - only 1 working right now)\n- Added autodetection for both parts of the card.\n  It shows up like 2 cards, B1 and B\n- Enabled tuner B1, SVIDEO on B1 and composite1 through SVIDEO,\n  FIXME: B is more or less dead at this point and I suspect the\n  FM-radio is on the B part of the board\n\nSigned-off-by: Rickard Osser \u003cricky@osser.se\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f3629be8388a679590eb919919ee63e2715ec25e",
      "tree": "d97efc61c0845959da4918041fec21c88b9df76a",
      "parents": [
        "fd2f26771b14a321f4003366fdf99a2484fa6b2a"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat Mar 11 17:02:01 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:10 2006 -0800"
      },
      "message": "V4L/DVB (3445): LG TALN series: add PAL / SECAM support\n\n- added tuner_lg_taln_pal_secam_ranges\n- renamed tuner 66 from TUNER_LG_NTSC_TALN_MINI to TUNER_LG_TALN\n- updated FlyTV mini Asus Digimatrix with new tuner\n\nThanks-to: Rickard Osser \u003cricky@osser.se\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "fd2f26771b14a321f4003366fdf99a2484fa6b2a",
      "tree": "22b566b4999bd8f37355d81378b93f668d6efbba",
      "parents": [
        "b1b168e62390b720e46271937355edba0a6e30bf"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat Mar 11 16:21:36 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:09 2006 -0800"
      },
      "message": "V4L/DVB (3444): Saa7134: small whitespace cleanup\n\n- matched indents on quotes within a printk\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b1b168e62390b720e46271937355edba0a6e30bf",
      "tree": "5582db482b1fc6127eb3e597ea39a9f8ee683d9e",
      "parents": [
        "9050d942b7dc55cd8e6d9b2c1ce260656021f0fb"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat Mar 11 16:12:35 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:07 2006 -0800"
      },
      "message": "V4L/DVB (3443): Thomson FE6600: add missing \"count\" array element\n\n- added missing \"count\" element in Thomson FE6600\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9050d942b7dc55cd8e6d9b2c1ce260656021f0fb",
      "tree": "6906a570d9519b7368c626704413a317dda3c7e5",
      "parents": [
        "f705e6e4940c4e803240b77c6c63fb2d47a97b59"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 10 16:46:50 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:06 2006 -0800"
      },
      "message": "V4L/DVB (3439): Added no_overlay option and quirks to saa7134\n\nSome chipsets have several problems when pci to pci transfers are activated\non overlay mode. the option no_overlay allows disabling such feature of\nthe driver, in favor of keeping the system stable.\nThe default is to use pcipci_fail flag defined on drivers/pci/quirks.c.\nIt also allows the user to override it by forcing disable overlay or forcing\nenable. Forcing enable may generate PCI transfer corruption, including disk\nmass corruption, so should be used with care.\nAdded a text description to this option and make messages looks the same at\nboth bttv and saa7134 drivers.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f705e6e4940c4e803240b77c6c63fb2d47a97b59",
      "tree": "0460c86284575f3662ea2c74bb56f713951cc043",
      "parents": [
        "bbad7dc5488a04fadebd7fa8aa051d81c2ae0080"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Fri Mar 10 15:22:31 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:05 2006 -0800"
      },
      "message": "V4L/DVB (3438): Optical cleanup for dmxdev.c\n\nUsed Lindent, manually changed some line breaks. Removed invalid email\naddresses, useless casts and useless initialization of return values.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "bbad7dc5488a04fadebd7fa8aa051d81c2ae0080",
      "tree": "ec1ddb9229f93e7a3b911b68d1e5aae800249ea7",
      "parents": [
        "6abe6bff6fc62832bc8cce3886b9670ba2542601"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Fri Mar 10 15:21:58 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:04 2006 -0800"
      },
      "message": "V4L/DVB (3437): Fix typo in enum name and use enum in struct dmxdev_filter\n\nRename \u0027enum dmxdevype\u0027 to \u0027enum dmxdev_type\u0027 and use this enum instead\nof int for the member \u0027type\u0027 of struct dmxdev_filter.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6abe6bff6fc62832bc8cce3886b9670ba2542601",
      "tree": "af38646bed34ff33aa6a95395a1d9a634b320542",
      "parents": [
        "09794a6f95cf970d76e8b1c0ddd2b20a89f3dd88"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Fri Mar 10 15:21:43 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:02 2006 -0800"
      },
      "message": "V4L/DVB (3436): Remove \u0027dvbdev\u0027 from struct dmxdev_filter\n\nThe member dvbdev gets initialized once but is never used after that.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "09794a6f95cf970d76e8b1c0ddd2b20a89f3dd88",
      "tree": "01078a40df1d15b3b14c81b3f085a75b8ad64b35",
      "parents": [
        "4aca4831aafad64a8622cd855c5f952228d75d72"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Fri Mar 10 15:21:28 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:01 2006 -0800"
      },
      "message": "V4L/DVB (3435): Remove \u0027pid\u0027 from struct dmxdev_filter\n\nThe PID value is already stored in struct dmx_sct_filter_params which is\na member of struct dmxdev_filter.\nAcked-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4aca4831aafad64a8622cd855c5f952228d75d72",
      "tree": "9efeaaba608910282c881abe93a9afacd205a1ea",
      "parents": [
        "7947a220e5fe1373f1830b41fb7376bef636f113"
      ],
      "author": {
        "name": "Marcin Rudowski",
        "email": "mar_rud@poczta.onet.pl",
        "time": "Thu Mar 09 16:09:51 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:00 2006 -0800"
      },
      "message": "V4L/DVB (3425): Correct gpio values for Aver 303 Studio in v4l-dvb tree\n\nOld values generally works in A2 mono, but new ones allows:\n- detect and use Nicam stereo\n- mute in tv\n- use radio FM\n\nSigned-off-by: Marcin Rudowski \u003cmar_rud@poczta.onet.pl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "7947a220e5fe1373f1830b41fb7376bef636f113",
      "tree": "86637a1019721539cef1c94050c806e50fb2e504",
      "parents": [
        "cef4e7af71ec16aba13ae291e41262a8913a56d8"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Thu Mar 09 16:09:20 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:52:58 2006 -0800"
      },
      "message": "V4L/DVB (3424): Updated CARDLIST.tuner with newer tenna string\n\nAlso Removed whitespaces introduced by previous tena patch\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "cef4e7af71ec16aba13ae291e41262a8913a56d8",
      "tree": "c2565606eed842f898869b2a63b258d25a241007",
      "parents": [
        "99ca99915068806552d1f90ce50bed4c7387d65a"
      ],
      "author": {
        "name": "Ian Pickworth",
        "email": "ian@pickworth.me.uk",
        "time": "Thu Mar 09 12:03:40 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:52:57 2006 -0800"
      },
      "message": "V4L/DVB (3423): Fix cx88 error messages on balance change\n\nThere is an error in the cx88 code that causes this message in the syslog when\nbalance is changed at full volume:\nMar  4 18:35:08 ian2 kernel: cx88[0]: irq pci [0x1] vid*\nMar  4 18:35:39 ian2 last message repeated 348 times\nMar  4 18:36:01 ian2 last message repeated 564 times\n... and so on\nThe attached patch cures this problem.\n\nSigned-off-by: Ian Pickworth \u003cian@pickworth.me.uk\u003e\nSigned-off-by: Marcin Rudowski \u003cmar_rud@poczta.onet.pl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "99ca99915068806552d1f90ce50bed4c7387d65a",
      "tree": "24fbe348f28d65c215f7ed9c37ff49c909d0578a",
      "parents": [
        "efcf55cb5c21d7142aeb1a5a4c14e40960600bd6"
      ],
      "author": {
        "name": "Duncan Sands",
        "email": "baldrick@free.fr",
        "time": "Thu Mar 09 11:20:14 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:52:56 2006 -0800"
      },
      "message": "V4L/DVB (3420): Nskips maybe used uninitialized in bttv_risc_overlay\n\nThe Coverity checker (previously Stanford checker) noticed that\nthe value of nskips could be read even if it was never written.\n\nSigned-off-by: Duncan Sands \u003cbaldrick@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "efcf55cb5c21d7142aeb1a5a4c14e40960600bd6",
      "tree": "0f0b87521ce22495623fad9e1534b8164e0eec57",
      "parents": [
        "b05005772f34497eb2b7415a651fe785cbe70e16"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Thu Mar 09 11:17:43 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:52:55 2006 -0800"
      },
      "message": "V4L/DVB (3419): This patch fixes Tuner TNF5335 family\n\nRadio now works.\nTuner now supports both PAL/D and STD/MN models\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b05005772f34497eb2b7415a651fe785cbe70e16",
      "tree": "b176aeb7fa9baf69e77ddd83e844727490bfcf28",
      "parents": [
        "044f324f6ea5d55391db62fca6a295b2651cb946",
        "7705a8792b0fc82fd7d4dd923724606bbfd9fb20"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:52:18 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:52:18 2006 -0800"
      },
      "message": "Merge branch \u0027origin\u0027\n\nConflicts:\n\tDocumentation/video4linux/CARDLIST.cx88\n\tdrivers/media/video/cx88/Kconfig\n\tdrivers/media/video/em28xx/em28xx-video.c\n\tdrivers/media/video/saa7134/saa7134-dvb.c\n\nResolved as in the original merge by Mauro Carvalho Chehab\n"
    },
    {
      "commit": "48e08101c0fa0e1767cdef13fdaea79cad3106a2",
      "tree": "a73350ce66c8a03febc0a033b68a46181b7e659c",
      "parents": [
        "17256052ff8c50f2330d2f297745fdbd6f37b720"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:48 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:48 2006 +0000"
      },
      "message": "[MIPS] Update defconfigs.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "17256052ff8c50f2330d2f297745fdbd6f37b720",
      "tree": "023d98b156e70f7aee35afce952ce54c217c1da6",
      "parents": [
        "947df17cb1be4c7239280a77263c249fde1379ef"
      ],
      "author": {
        "name": "Martin Michlmayr",
        "email": "tbm@cyrius.com",
        "time": "Mon Mar 20 02:51:20 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:48 2006 +0000"
      },
      "message": "[MIPS] Separate CPU entries in /proc/cpuinfo with a blank line.\n    \nPut in a blank line between CPU entries in /proc/cpuinfo, just like\nmost other architectures (i386, ia64, x86_64) do.\n    \nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n---\n"
    },
    {
      "commit": "947df17cb1be4c7239280a77263c249fde1379ef",
      "tree": "1e32d0e81848e59a9796c3034208aa72432583d0",
      "parents": [
        "de862b488e81172d4c610945efd9f3fc7f4b84a7"
      ],
      "author": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Fri Feb 24 21:20:29 2006 -0800"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:48 2006 +0000"
      },
      "message": "[MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT.\n    \nThis patch adjusts the offset argument passed into sys_mmap2 to be\nalways shifted 12, even when the native page size isn\u0027t 4K.  This is\nwhat all existing userspace libraries expect.\n    \nSigned-off-by: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\n---\n"
    },
    {
      "commit": "de862b488e81172d4c610945efd9f3fc7f4b84a7",
      "tree": "677cde48279d65350e9dc2bb92204c2efd59b11a",
      "parents": [
        "c6281edb1d5e307f056fff0e174f60fa6133adc5"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Fri Mar 17 12:59:22 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:47 2006 +0000"
      },
      "message": "[MIPS] TX49XX has prefetch.\n    \nThe TX49XX has the prefetch instruction.  It supports only Pref_Load\n(hint 0).  Actually changes in this patch except for Kconfig are not\nhave any effects, I added these changes to prevent misuse of unsupported\nhints.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c6281edb1d5e307f056fff0e174f60fa6133adc5",
      "tree": "6cc6a0e1beb403fe60740b42137aa81e3759efc1",
      "parents": [
        "a3dddd560ee936495466d85ecc97490d171e8d31"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Tue Mar 14 14:35:27 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:47 2006 +0000"
      },
      "message": "[MIPS] Kill tlb-andes.c.\n    \nBasically identical to c-r4k.c, so maintaining one is really enough.\n    \nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a3dddd560ee936495466d85ecc97490d171e8d31",
      "tree": "e9b5d778b5249ce348d2285a9b886b83c510d813",
      "parents": [
        "59b3e8e9aac69d2d02853acac7e2affdfbabca50"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Mar 11 08:18:41 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:47 2006 +0000"
      },
      "message": "[MIPS] War on whitespace: cleanup initial spaces followed by tabs.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "59b3e8e9aac69d2d02853acac7e2affdfbabca50",
      "tree": "d66a8b17f62dfea581923bf1685477809b4d74a7",
      "parents": [
        "0cea043b56443aef8a77539cdd79451f5d55009d"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Mar 08 11:35:00 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:47 2006 +0000"
      },
      "message": "[MIPS] Makefile crapectomy.\n    \nDump all the ridiculously complicated stuff that was needed support\ncompilers older and newer than 3.0.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\n"
    },
    {
      "commit": "0cea043b56443aef8a77539cdd79451f5d55009d",
      "tree": "17368d7b32d8025471604101ea4037632c9e578b",
      "parents": [
        "a206f6a7aa78cfaad1d4519e87d9a54fa2b5cfa6"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Mar 03 09:42:05 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:47 2006 +0000"
      },
      "message": "[MIPS] Reformat __xchg().\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a206f6a7aa78cfaad1d4519e87d9a54fa2b5cfa6",
      "tree": "12d180613e02ff66c34c30334135016d875402c5",
      "parents": [
        "8145095cd8fd466980ea6401f26a52e462275222"
      ],
      "author": {
        "name": "Martin Michlmayr",
        "email": "tbm@cyrius.com",
        "time": "Wed Mar 01 01:55:05 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:47 2006 +0000"
      },
      "message": "[MIPS] Mention Broadcom part number for BigSur board\n    \nMention the Broadcom part number for the BigSur board (BCM91480B)\nin Kconfig, just like it\u0027s done for other Broadcom boards.\n    \nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8145095cd8fd466980ea6401f26a52e462275222",
      "tree": "c6f8642c2137f5fb053f018185cfd15ff7a34c00",
      "parents": [
        "219ac73a7ad17a3ae3d5c07b4fc8c280645a073a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Feb 22 23:06:55 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:46 2006 +0000"
      },
      "message": "[MIPS] Remove CONFIG_BUILD_ELF64.\n    \nThis option is no longer usable with supported compilers.  It will be\nreplaced by usage of -msym32 in a separate patch.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "219ac73a7ad17a3ae3d5c07b4fc8c280645a073a",
      "tree": "debe814488e9e36ac0870f2c97af23d229a2570e",
      "parents": [
        "b1bcb362d921f5e46a3bec0c7a73c32abfe74db2"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue Feb 21 16:05:11 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:46 2006 +0000"
      },
      "message": "[MIPS] Further sparsification for 32-bit compat code.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b1bcb362d921f5e46a3bec0c7a73c32abfe74db2",
      "tree": "29b0b689886a3cb6ece801eac5b15da08dc2f489",
      "parents": [
        "9c6031cc93626a194a9ef32d62b078ef1b396c45"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Tue Feb 21 01:27:59 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:46 2006 +0000"
      },
      "message": "[MIPS] fix wrong __user usage in _sysn32_rt_sigsuspend\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9c6031cc93626a194a9ef32d62b078ef1b396c45",
      "tree": "ccc33703eb7e47193f06cbe995754efde92e658b",
      "parents": [
        "6254944faf5ff96b8b468457e3e2b2dcacc29fb7"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Sun Feb 19 23:46:44 2006 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:46 2006 +0000"
      },
      "message": "[MIPS] Signal cleanup\n    \nMove function prototypes to asm/signal.h to detect trivial errors and\nadd some __user tags to get rid of sparse warnings.  Generated code\nshould not be changed.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6254944faf5ff96b8b468457e3e2b2dcacc29fb7",
      "tree": "5bae0042d6f83bf348c422d05fc29296a6a21b37",
      "parents": [
        "af2667f7efa64706c78b8bee1398726fc86b42ad"
      ],
      "author": {
        "name": "Martin Michlmayr",
        "email": "tbm@cyrius.com",
        "time": "Sat Feb 18 20:06:32 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:46 2006 +0000"
      },
      "message": "[MIPS] Reformat all of signal32.c with tabs instead of space for consistency\n    \nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "af2667f7efa64706c78b8bee1398726fc86b42ad",
      "tree": "126b18451aa5ded3fcaf4219c7645fd4ab726112",
      "parents": [
        "a8433137ea9143bb3a2bc18a3407b5a130fdb868"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Feb 19 03:20:07 2006 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Mar 21 13:27:45 2006 +0000"
      },
      "message": "[MIPS] Delete unused sys32_waitpid.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    }
  ],
  "next": "a8433137ea9143bb3a2bc18a3407b5a130fdb868"
}
