)]}'
{
  "log": [
    {
      "commit": "ae756df8ddd00a30bb3bdf6774b514c096dda4a4",
      "tree": "ba7bade58318a6fe1ff645e4edb349e0bfef5394",
      "parents": [
        "41c79dc3825545d9aa2d5e5b1a99f8faabf51455"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:40:10 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:30 2005 -0700"
      },
      "message": "[PATCH] uml: readd removed unistd.h inclusion\n\nReadd this header (deleted in 60d339f6fe0831060600c62418b71a62ad26c281). A\nwarning is spit out here about undeclared getpgrp().\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "41c79dc3825545d9aa2d5e5b1a99f8faabf51455",
      "tree": "52e160a072f238eac8506ed95cfd21ab0c7eb75b",
      "parents": [
        "fd7481047882eaa0a692a545d5f8419612ece1b0"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:39:47 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:30 2005 -0700"
      },
      "message": "[PATCH] uml: fix bogus HOST_ELF_CLASS symbol name\n\nEven if with a bit of misunderstanding, Al fixed this in commit\n95608261dae863bc43292e6fbd946a3abd3aa49f.\n\nWell, the symbol was intended to come from userspace (it exists there on normal\nhost), but since some hosts may miss that, using the kernel one is just as fine.\nHowever, rename it to be named consistently with the rest.\n\nActually, he missed converting ELFCLASS32 to coming from kernel headers. For\nconsistence, add ELFCLASS64 too.\n\nCc: Al Viro \u003cviro@ZenIV.linux.org.uk\u003e\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "fd7481047882eaa0a692a545d5f8419612ece1b0",
      "tree": "af6c5283673881234f9f7615472b0d417ee6ca8f",
      "parents": [
        "8e5cb35a60c8792ffc3ba89ea66ebdd3c2f01cb1"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:39:32 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:30 2005 -0700"
      },
      "message": "[PATCH] uml: Fix conflict between libc and ipv6\n\ngcc is now complaining during link on some hosts - fix it as for other things.\nReported by Antoine Martin \u003cantoine@nagafix.co.uk\u003e.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8e5cb35a60c8792ffc3ba89ea66ebdd3c2f01cb1",
      "tree": "85d8b8f9926a765e96024bd8f0d08bf0e6de08e0",
      "parents": [
        "36decba90b184a25b7f77fb7df1612125cc41ac5"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:39:14 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:30 2005 -0700"
      },
      "message": "[PATCH] uml: fix uname output on 32-bit binary on 64-bit host\n\nTranslate uname output taken from the host if needed.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "36decba90b184a25b7f77fb7df1612125cc41ac5",
      "tree": "adaf26bbb1306a0d3b52c983b9fa9e5b57b780a5",
      "parents": [
        "76629ac154aacfec8883954c3ff9871905d2fb8e"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:38:57 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:29 2005 -0700"
      },
      "message": "[PATCH] uml: fix modify_ldt - missing break in switch\n\nI am a lamer :-(. Luckily, Luo Xin performed LTP testing and found this failure.\nBtw, the fact that the patch in which I introduced this was merged shows that:\n\na) I\u0027m really trusted by people\nb) sometimes they\u0027re wrong about point a).\nc) lack of time for reviewers.\n\nCC: Luo Xin \u003cluothing@sina.com\u003e\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "76629ac154aacfec8883954c3ff9871905d2fb8e",
      "tree": "76cf6da4fe5493e463ccccd2b80b65608c9a4db9",
      "parents": [
        "676067cfeaa16f6f338e067e83ce4733b41c0b24"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:38:33 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:29 2005 -0700"
      },
      "message": "[PATCH] uml: remove verify_area_{tt,skas}\n\nWhen removing verify_area, verify_area_{tt,skas} were forgotten.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "676067cfeaa16f6f338e067e83ce4733b41c0b24",
      "tree": "4468541d1b970fc240c115b69d894443d3ed564c",
      "parents": [
        "c51179fb0c77ad91df5825f8f7eb670da97e137e"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:38:09 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:29 2005 -0700"
      },
      "message": "[PATCH] Remove unused var from asm/futex.h\n\nAs recently done by Russell King for ARM, commit\n4732efbeb997189d9f9b04708dc26bf8613ed721 introduces a generic asm/futex.h copied\nalong most arches, which includes a \"-ENOSYS support\" to be changed if needed.\nHowever, it includes an unused var (taken from the \"real\" version) which GCC\nwarns about.\n\nRemove it from all arches having that file version (i.e. same GIT id).\n$ git-diff-tree -r HEAD\nand\n$ git-ls-tree  -r HEAD include/|grep 9feff4ce1424bc390608326240be369eb13aa648\n\nmay be more interesting than looking at the patch itself, to make sure I\u0027ve\njust copied the arm header to all other archs having the original dummy version\nof this file.\n\nCc: Jakub Jelinek \u003cjakub@redhat.com\u003e\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c51179fb0c77ad91df5825f8f7eb670da97e137e",
      "tree": "e1f4b8abef1caf0be32a6d777074fd84a80ef165",
      "parents": [
        "f62378fcfc9c13a57b0b69dbd43336a4df8155a5"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 18:37:14 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 16:16:29 2005 -0700"
      },
      "message": "[PATCH] uml: adapt asm/futex.h to our arch\n\nFollow up to 4732efbeb997189d9f9b04708dc26bf8613ed721 - uml must just reuse\nas-is the backing architecture support. There is a micro-fixup is needed for the\nincluded file, which won\u0027t affect i386 behaviour at all.\n\nI\u0027ve not tested compilation on x86_64, only on x86, but the code is almost the\nsame except the culprit test, so everything should be ok on x86_64 too.\n\nCc: Jakub Jelinek \u003cjakub@redhat.com\u003e\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f62378fcfc9c13a57b0b69dbd43336a4df8155a5",
      "tree": "b2682850f0d15079e0618ee09a23ba7ee71df55b",
      "parents": [
        "a418500b42c5c54f3f9d68036950c701740a2765",
        "6a1ced59b3ac5d1088f597fd0613a724cdf19e2c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 14:30:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 14:30:37 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "6a1ced59b3ac5d1088f597fd0613a724cdf19e2c",
      "tree": "8165b4ab26e448b2bd1a54a460a007521f1d5661",
      "parents": [
        "a9f7baf4d695dbe3028d40ca374c1d11499eaee6"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@arm.com",
        "time": "Wed Sep 21 22:14:05 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Sep 21 22:14:05 2005 +0100"
      },
      "message": "[ARM] 2932/1: Avoid the \"noreturn\" warning in arch/arm/kernel/traps.c\n\nPatch from Catalin Marinas\n\nThis patch prevents the \"noreturn function does return\" warning in the\n__bug() function in arch/arm/kernel/traps.c\n\nSigned-off-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a418500b42c5c54f3f9d68036950c701740a2765",
      "tree": "17541c0ab858c3251a4e0ef802a9ac74f425943e",
      "parents": [
        "62a36c43c898d45efcfe3376ea1da6a9a182e1ad",
        "f2065e4242e5078d53c521b973c5cd4eae91eca2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 13:21:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 13:21:35 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband\n"
    },
    {
      "commit": "f2065e4242e5078d53c521b973c5cd4eae91eca2",
      "tree": "08cd44403ac326f41715e918f781d077367cb70b",
      "parents": [
        "972d512a17c1bb7c4b784a9da2ca75745fcc6989"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Wed Sep 21 12:33:09 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Wed Sep 21 12:33:09 2005 -0700"
      },
      "message": "[IB] Fix RMPP receive length calculation\n\nBased on simplification idea from Sean Hefty \u003csean.hefty@intel.com\u003e\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "972d512a17c1bb7c4b784a9da2ca75745fcc6989",
      "tree": "91eb1a1a0c1affe19e23b15069b6a5fd86d3ca72",
      "parents": [
        "2fe9f798ba3cf7c939e638b78f46975e79039978"
      ],
      "author": {
        "name": "Sean Hefty",
        "email": "sean.hefty@intel.com",
        "time": "Wed Sep 21 12:31:26 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Wed Sep 21 12:31:26 2005 -0700"
      },
      "message": "[IB] Add MAD data field size definitions\n\nClean up code by using enums instead of hard-coded magic numbers.\n\nSigned-off-by: Sean Hefty \u003csean.hefty@intel.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "62a36c43c898d45efcfe3376ea1da6a9a182e1ad",
      "tree": "3d2e39625a2ca620ef71433cf100ff51a225438b",
      "parents": [
        "89d7cbf73e1a85241eb42339f6cb7a429fec178c"
      ],
      "author": {
        "name": "Stephane Kardas",
        "email": "stephane.kardas@certa.ssi.gouv.fr",
        "time": "Wed Sep 21 09:55:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:12:18 2005 -0700"
      },
      "message": "[PATCH] fat: fix adate\n\nDuring a forensic analysis on the fat file system, I found than the result for\nthe last access date on this file system was different between the stat\ncommand and the istat command (package tct-utils).\n\nThe istat command display a true date (the right windows date) but the stat\nprimitive (so stat, find, ls command) displays a wrong date.\n\nSigned-off-by: OGAWA Hirofumi \u003chirofumi@mail.parknet.co.jp\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "89d7cbf73e1a85241eb42339f6cb7a429fec178c",
      "tree": "e74da41540922732f5d1d4f236c890c019545262",
      "parents": [
        "7980cbbb30bf044e6f40912a3f6456204ddfc27e"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Wed Sep 21 09:55:44 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:12:18 2005 -0700"
      },
      "message": "[PATCH] update URL for HPET spec.\n\nCorrect URL for HPET spec.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nCc: Andi Kleen \u003cak@muc.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7980cbbb30bf044e6f40912a3f6456204ddfc27e",
      "tree": "8bd1ccb91431f1c81ab5980a5cc8474f1d490136",
      "parents": [
        "4b1ac9ab15c1fc1e0b73d887a0c0cafe92991f97"
      ],
      "author": {
        "name": "Eric Dumazet",
        "email": "dada1@cosmosbay.com",
        "time": "Wed Sep 21 09:55:43 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:12:18 2005 -0700"
      },
      "message": "[PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h\n\nSigned-off-by: Eric Dumazet \u003cdada1@cosmosbay.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4b1ac9ab15c1fc1e0b73d887a0c0cafe92991f97",
      "tree": "60d469d5c1ebc67da4f14380804bd1b721ac840a",
      "parents": [
        "8f91648dcb0685d58aa046b25c69ce0d5f284f8c"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Sep 21 09:55:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] skge: add maintainer\n\nAdd MAINTAINER record for Andrew ;-)\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8f91648dcb0685d58aa046b25c69ce0d5f284f8c",
      "tree": "728475d2e8a2a4c92bf251657daa7287e5bb36e2",
      "parents": [
        "7e2cff42cfac27c25202648c5c89f9171e5bc085"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Wed Sep 21 09:55:40 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] fixup Documentation/DocBook/kernel-hacking.tmpl\n\n__FUNCTION__ is the prefered kernel idiom, __func__ is not supported by gcc\n2.95 (we actually map __FUNCTION__ to __func__ for more recent compilers,\nbut it should never be used directly)\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7e2cff42cfac27c25202648c5c89f9171e5bc085",
      "tree": "5579fa13b1fc8081201f05d687e6dc795d9d648f",
      "parents": [
        "7e871b6c8f1f4fda41e51ef86147facecac3be9f"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 09:55:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] mm: add a note about partially hardcoded VM_* flags\n\nHugh made me note this line for permission checking in mprotect():\n\n\t\tif ((newflags \u0026 ~(newflags \u003e\u003e 4)) \u0026 0xf) {\n\nafter figuring out what\u0027s that about, I decided it\u0027s nasty enough.  Btw\nHugh itself didn\u0027t like the 0xf.\n\nWe can safely change it to VM_READ|VM_WRITE|VM_EXEC because we never change\nVM_SHARED, so no need to check that.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nAcked-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7e871b6c8f1f4fda41e51ef86147facecac3be9f",
      "tree": "d03c9af90786ea7fa8f5e77ce1e71437ab7de4df",
      "parents": [
        "f875a1a6650edce859bd21051a22e1c27ac7ea63"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 09:55:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] mm: update stale comment for removal of page-\u003elist\n\nUpdate comment for the 2.6.6-rc1 conversion from page-\u003elist and\naddress_space-\u003e{clean,dirty,locked}_pages to radix tree tagging and -\u003elru.\n\nI\u0027ve mostly avoided to mention page lists (at least I\u0027ve shortened the\ncomment).\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nAcked-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f875a1a6650edce859bd21051a22e1c27ac7ea63",
      "tree": "7244466f1ed3caf93a8a9fd955b4f365ce39299e",
      "parents": [
        "f10df6860498c7f52db4f00ff00a1ba334bcfea0"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 09:55:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] README update from the stone age\n\nWe have no options which the user can set in the Makefile.  Only the\nEXTRAVERSION, which is also useful in place of the \"backup modules\"\nsuggestion.\n\nWe don\u0027t have configuration options in the top Makefile.\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f10df6860498c7f52db4f00ff00a1ba334bcfea0",
      "tree": "aa1a75645a002e869886aaae9d09d332a69f8bba",
      "parents": [
        "8b20f6da20d874a58becc7a08b130c4382ea7325"
      ],
      "author": {
        "name": "Paolo \u0027Blaisorblade\u0027 Giarrusso",
        "email": "blaisorblade@yahoo.it",
        "time": "Wed Sep 21 09:55:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:55 2005 -0700"
      },
      "message": "[PATCH] fix locking comment in unmap_region()\n\nThat comment is plain wrong (we even take the pagetable lock inside\nunmap_region()).\n\nSigned-off-by: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nAcked-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8b20f6da20d874a58becc7a08b130c4382ea7325",
      "tree": "351214ad8719c6d46291d21b212996db46aef0dd",
      "parents": [
        "40da47e1159b89f2df5c718d2d5e269ced72b541"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Wed Sep 21 09:55:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] Fix I2O config-osm init to return proper error\n\nWe currently unregister the config-osm driver if initialization of the\nlegacy ioctl() handlers failed but still return success.  We should be\nreturning -EBUSY in this case.\n\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nCc: Markus Lidel \u003cMarkus.Lidel@shadowconnect.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "40da47e1159b89f2df5c718d2d5e269ced72b541",
      "tree": "9051017d52f9354670cd5a18b8804c4249328305",
      "parents": [
        "bbcc6bee9e5bf45ec35e87a4e0755dff09fe25d4"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Sep 21 09:55:34 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] ppc64: Build zImage.vmode for G5\n\nzImage.vmode was recently added.  It\u0027s a version of zImage in which the ELF\nnote section used by open firmware indicates that it requires a virtual\nmode instance of OF instead of real mode.  This allows it to work with\nApple OF, and thus is directly bootable (or netbootable) from OF command\nline.  (Unfortunately, pSeries OF sort-of requires real mode and Apple OF\nsort-of requires virtual mode, and both tend to be unhappy if no notes\nsection specifies the mode at all).\n\nHowever, we forgot to add zImage.vmode to the default G5 build. This\nfixes it.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bbcc6bee9e5bf45ec35e87a4e0755dff09fe25d4",
      "tree": "1408c9d960ffca08e8f053cec060cf52ab0f352d",
      "parents": [
        "1bc2a3bb86688ffca691ba2ad30a2d5dcba774cf"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Wed Sep 21 09:55:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] remove blkdev_scsi_issue_flush_fn again\n\nThis function was removed a while ago, but crept in again via a recent\nscsi merge.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1bc2a3bb86688ffca691ba2ad30a2d5dcba774cf",
      "tree": "09e8f19669e0494cd3464b0d5babebf259778c30",
      "parents": [
        "d6dbf42ee36d4f9ffc2a93877c19937c81974124"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Wed Sep 21 09:55:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] ppc64: Fix issue with non zero boot cpu\n\nThe new version of the flattened device tree passes the boot cpuid in the\nheader instead of via a linux,boot-cpu property.\n\nWe need to update the in kernel OF parsing code to do this, otherwise\nmachines with a non zero boot cpuid fail to come up.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d6dbf42ee36d4f9ffc2a93877c19937c81974124",
      "tree": "f7896850214230318c504b58f81cdbab5401ca96",
      "parents": [
        "3c2822ccb1f8cc96fc006aa82e68e1944290014a"
      ],
      "author": {
        "name": "Mike Miller",
        "email": "mike.miller@hp.com",
        "time": "Wed Sep 21 09:55:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] cciss: busy_initializing bug fix\n\nThis patch fixes the problem Bjorn reported.  The busy_initializing flag\nshould have cleared before going into the for loop.\n\nSigned-off-by: Mike Miller \u003cmike.miller@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3c2822ccb1f8cc96fc006aa82e68e1944290014a",
      "tree": "3834b0004ef12b96f699529ca8008a0644531fa3",
      "parents": [
        "31f6d9d628739c097964b8dbae939ea997da94a3"
      ],
      "author": {
        "name": "Olof Johansson",
        "email": "olof@lixom.net",
        "time": "Wed Sep 21 09:55:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] PPC64: Fix boot for some pre-POWER4 systems\n\nSome RS64 systems (such as F80) have non-python host bridges with EADS.\nHowever, they have two EADS with 4 buses each under them, so the old logic\nthat assumed no more than 7 busses per PHB failed miserably.\n\nBig thanks to Olaf Hering for helping me test this, he\u0027s got one of the few\nmachines that broke from the previous logic.\n\nAlso, to be a bit smarter at detecting the need for a PHB-level IOMMU table\nby checking for the presence of an ISA bus.  Only PHBs with ISA bridges\nshould need the PHB-level table.\n\nSigned-off-by: Olof Johansson \u003colof@lixom.net\u003e\nCc: Anton Blanchard \u003canton@samba.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "31f6d9d628739c097964b8dbae939ea997da94a3",
      "tree": "a559531440fbf6685e68ebce5f5a26695ae7d5d9",
      "parents": [
        "66dcca062847bcd261ebb3ac96d51101f31a8630"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Sep 21 09:55:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 10:11:54 2005 -0700"
      },
      "message": "[PATCH] Add printk_clock()\n\nia64\u0027s sched_clock() accesses per-cpu data which isn\u0027t set up at boot time.\nHence ia64 cannot use printk timestamping, because printk() will crash in\nsched_clock().\n\nSo make printk() use printk_clock(), defaulting to sched_clock(), overrideable\nby the architecture via attribute(weak).\n\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "66dcca062847bcd261ebb3ac96d51101f31a8630",
      "tree": "12f23a499ae0af8107d0c4a3afcff75e6697fa3b",
      "parents": [
        "d79e743e9fcf03f521300a970eb1ab69641910ba"
      ],
      "author": {
        "name": "Sripathi Kodi",
        "email": "sripathik@in.ibm.com",
        "time": "Mon Sep 19 18:26:12 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 09:15:34 2005 -0700"
      },
      "message": "[PATCH] Fix invisible threads problem\n\nWhen the main thread of a thread group has done pthread_exit() and died,\nthe other threads are still happily running, but will not be visible\nunder /proc because their leader is no longer accessible.\n\nThis fixes the access control so that we can see the sub-threads again.\n\nSigned-off-by: Sripathi Kodi \u003csripathik@in.ibm.com\u003e\nAcked-by: Al Viro \u003cviro@ftp.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d79e743e9fcf03f521300a970eb1ab69641910ba",
      "tree": "9672cd40a47d1791d906c0c5d3990f7274a20ff9",
      "parents": [
        "2fe9f798ba3cf7c939e638b78f46975e79039978"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 21 14:14:22 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 09:15:34 2005 -0700"
      },
      "message": "[PATCH] ppc64: Fix PCI flags when using OF device tree\n\nMy code to set up the PCI tree from the Open Firmware device tree was\nsetting IORESOURCE_* flags on the resources for the devices, but not\nthe PCI_BASE_ADDRESS_* flags.  This meant that some drivers\nmisbehaved, and /proc/pci showed the wrong types for the resources.\nThis fixes it.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2fe9f798ba3cf7c939e638b78f46975e79039978",
      "tree": "f65153c806f68bd6e965d65d7c7e4104b27fff90",
      "parents": [
        "76abf3e71c5a4d315ec95e23e5aedd15fbfcd6df",
        "a131430c200f6bda313bf5d0a8e238c41afdfe0a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 07:53:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 07:53:38 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n"
    },
    {
      "commit": "76abf3e71c5a4d315ec95e23e5aedd15fbfcd6df",
      "tree": "396d39575c2e1bb43f0e5794969814cdb2387909",
      "parents": [
        "d90d4392b395083a7d295b7cdf0edfd849d4c2a3",
        "7957aed72b104f7528da484f292442c6f3a131a1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 07:53:05 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 21 07:53:05 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "a131430c200f6bda313bf5d0a8e238c41afdfe0a",
      "tree": "c156cf5e4b65af0ad7bd2f5828e7697884a3c358",
      "parents": [
        "1a3e64aa480101d11d8cac94ca57fd8bbe2536b7"
      ],
      "author": {
        "name": "Christopher Zimmermann",
        "email": "madroach@zakweb.de",
        "time": "Wed Sep 21 00:41:22 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Sep 21 00:41:22 2005 -0700"
      },
      "message": "[SPARC] cs4231: Fix SBUS support in this driver.\n\nFrom: Christopher Zimmermann \u003cmadroach@zakweb.de\u003e\n\nThis patch enables SBus support for the cs4231 sound driver.\nIt is tested on an Ultra2. Capture and playback both work.\nI experienced lags and crashes using certain threaded\nplayers like ogg123 and mp3blaster, while the former is\nlagging far more. This behavior may be specific to SMP\nsystems. It is reproducable using the dummy sound card\ndriver. Sox works flawlessly.\n\nSetting up the calculation of ptr in snd_cs4231_playback_pointer \nwas a bit strange. I got it to work by not incrementing the\n[pc]_periods_sent counter when starting DMA the first time\nin cs4231_dma_trigger. Therefore this dummy thing.\n\n[ I did some minor cleanups -DaveM ]\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1a3e64aa480101d11d8cac94ca57fd8bbe2536b7",
      "tree": "371ca21e83c83ccabe48484f9f62078232d4660a",
      "parents": [
        "729b4f7de68191478b20fab19a6d0c6b8c4380c9"
      ],
      "author": {
        "name": "Tom \u0027spot\u0027 Callaway",
        "email": "tcallawa@redhat.com",
        "time": "Wed Sep 21 00:29:16 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Sep 21 00:29:16 2005 -0700"
      },
      "message": "[ATYFB]: Fix build with CONFIG_FB_ATY_GENERIC_LCD disabled.\n\nSigned-off-by: Tom \u0027spot\u0027 Callaway \u003ctcallawa@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7957aed72b104f7528da484f292442c6f3a131a1",
      "tree": "be24b967df59eefbdf3eacc5d8891f14225dd44b",
      "parents": [
        "78c6671a88313fd3c4364dc46e8c8186612616b8"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Sep 21 00:19:46 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Sep 21 00:19:46 2005 -0700"
      },
      "message": "[TCP]: Set default congestion control correctly for incoming connections.\n\nPatch from Joel Sing to fix the default congestion control algorithm\nfor incoming connections. If a new congestion control handler is added\n(via module), it should become the default for new\nconnections. Instead, the incoming connections use reno. The cause is\nincorrect initialisation causes the tcp_init_congestion_control()\nfunction to return after the initial if test fails.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nAcked-by: Ian McDonald \u003cimcdnzl@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "78c6671a88313fd3c4364dc46e8c8186612616b8",
      "tree": "55ad469a2f178eb7a0172daf06798a356aa314f9",
      "parents": [
        "0fb375fb9b93b7d822debc6a734052337ccfdb1f"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Wed Sep 21 00:15:39 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Sep 21 00:15:39 2005 -0700"
      },
      "message": "[FIB_TRIE]: message cleanup\n\nCleanup the printk\u0027s in fib_trie:\n\t* Convert a couple of places in the dump code to BUG_ON\n\t* Put log level\u0027s on each message\nThe version message really needed the message since it leaks out\non the pretty Fedora bootup.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nAcked-by: Robert Olsson \u003cRobert.Olsson@data.slu.se\u003e,\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0fb375fb9b93b7d822debc6a734052337ccfdb1f",
      "tree": "0aec28fa88b0b83e2101e1eee4c7c66ae10b5301",
      "parents": [
        "6d67e34de5a378de2f461137944c5d931283d557"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Wed Sep 21 00:11:37 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Sep 21 00:11:37 2005 -0700"
      },
      "message": "[AF_PACKET]: Allow for \u003e 8 byte hardware addresses.\n\nThe convention is that longer addresses will simply extend\nthe hardeware address byte arrays at the end of sockaddr_ll and\npacket_mreq.\n\nIn making this change a small information leak was also closed.\nThe code only initializes the hardware address bytes that are\nused, but all of struct sockaddr_ll was copied to userspace.\nNow we just copy sockaddr_ll to the last byte of the hardware\naddress used.\n\nFor error checking larger structures than our internal\nmaximums continue to be allowed but an error is signaled if we can\nnot fit the hardware address into our internal structure.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d90d4392b395083a7d295b7cdf0edfd849d4c2a3",
      "tree": "ca223472e3a125fdc83d0d316d144529f0f18195",
      "parents": [
        "6d67e34de5a378de2f461137944c5d931283d557",
        "71eea47d853bb0ce0c6befe11b3e08111263170f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 17:38:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 17:38:51 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband\n"
    },
    {
      "commit": "6d67e34de5a378de2f461137944c5d931283d557",
      "tree": "ef559dbcbb3c2336f13f2b1d8d5995abca137000",
      "parents": [
        "7a482425f45e695a2e2821b32a887865f016fbf9"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Wed Sep 21 07:32:49 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 17:36:38 2005 -0700"
      },
      "message": "[PATCH] fbdev: Fix reversed back and front porches\n\nIn fbdev perspective, the frontporch is the lower/right margin and the\nbackporch is the upper/left margin.\n\nCorrect.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7a482425f45e695a2e2821b32a887865f016fbf9",
      "tree": "d368ef974461fd071bf0d6c48f96b3cdff6b58f2",
      "parents": [
        "c90eef84b8f5c7416cb99ab6907896f2dd392b4d"
      ],
      "author": {
        "name": "Antonino A. Daplas",
        "email": "adaplas@gmail.com",
        "time": "Wed Sep 21 07:30:21 2005 +0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 17:36:38 2005 -0700"
      },
      "message": "[PATCH] nvidiafb: Fix absence of cursor in nvidiafb\n\nA recent change in nvidiafb caused nvidiafb_cursor to always return -ENXIO\ninstead of using the soft_cursor.  This will happen if the parameter \"hwcur\"\nis not set, which happens to be the default.\n\nSigned-off-by: Antonino Daplas \u003cadaplas@pol.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a9f7baf4d695dbe3028d40ca374c1d11499eaee6",
      "tree": "9696d31ce6d599f2b65979f0e5c09048cc791ab7",
      "parents": [
        "840ff6a4f6174d7fe19c206b5f36ff64123a2f45"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Sep 20 21:01:13 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 21:01:13 2005 +0100"
      },
      "message": "[ARM] Fix pcf8583 to build\n\nSeems that the Acorn RTC driver missed an update.  Fix it.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "729b4f7de68191478b20fab19a6d0c6b8c4380c9",
      "tree": "c3515037d7797643a6f83e2331ab9d2cd1dd1f64",
      "parents": [
        "6a9b490d5fd7f23c5bcd75f970e01633ad3136e3"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Sep 20 12:18:38 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Sep 20 12:18:38 2005 -0700"
      },
      "message": "[SPARC64]: Verify vmalloc TLB misses more strictly.\n\nArrange the modules, OBP, and vmalloc areas such that a range\nverification can be done quite minimally.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "71eea47d853bb0ce0c6befe11b3e08111263170f",
      "tree": "ff675d57b8d3dc6688a2016b41b0d41b54611231",
      "parents": [
        "8d2cae0651502028bf64844508ab18528bbd65c2"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@mellanox.co.il",
        "time": "Tue Sep 20 10:54:48 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Sep 20 10:54:48 2005 -0700"
      },
      "message": "[PATCH] IB/mthca: Fix device removal memory leak\n\nClean up QP table array on device removal.\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "8d2cae0651502028bf64844508ab18528bbd65c2",
      "tree": "6e166a94e5f581c683d2b29e792665082b21afd5",
      "parents": [
        "eff4c654b1a4a5e5493fbdc3affa6dd48765c085"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Sep 20 10:52:04 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Sep 20 10:52:04 2005 -0700"
      },
      "message": "[PATCH] IPoIB: Don\u0027t flush workqueue from within workqueue\n\nipoib_mcast_restart_task() is always called from within the\nsingle-threaded IPoIB workqueue, so flushing the workqueue from within\nthe function can lead to a recursion overflow.  But since we\u0027re\nrunning in a single-threaded workqueue, we\u0027re already synchronized\nagainst other items in the workqueue, so just get rid of the flush in\nipoib_mcast_restart_task().\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "840ff6a4f6174d7fe19c206b5f36ff64123a2f45",
      "tree": "1b66816135fad5a97d5ea0862b95341278f4227f",
      "parents": [
        "5fe10ab19046d84f3fd243436cbd5fa01019e809"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Sep 20 17:52:13 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 17:52:13 2005 +0100"
      },
      "message": "[ARM] Prevent deadlock in page fault handler\n\nAs per x86, we may deadlock while trying to get the mmap semaphore.\nImplement the same fix, which allows (eg) recursive faults to cause\nan oops instead of deadlocking.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5fe10ab19046d84f3fd243436cbd5fa01019e809",
      "tree": "3b79a956940cf021801f9c8ae757d77b996c4355",
      "parents": [
        "9d0fd1eb8a3c19f3ede5418540b3c9f64fac4b86"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Sep 20 17:24:33 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 17:24:33 2005 +0100"
      },
      "message": "[ARM] 2928/1: S3C2410 - make machine init code static\n\nPatch from Ben Dooks\n\nThis code is not being exported, declare it static\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c90eef84b8f5c7416cb99ab6907896f2dd392b4d",
      "tree": "556a077afb13e93461601666ba9cb5dd83c4e554",
      "parents": [
        "9600c11ba3602be161cd376f1460f3de561fc299",
        "eed8b2dee7cff46dd4bf5b82dc53465d229162ba"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 08:54:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 08:54:33 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6\n"
    },
    {
      "commit": "9600c11ba3602be161cd376f1460f3de561fc299",
      "tree": "d071c2427a8f7ad601aec6d8ae76b0f61410becf",
      "parents": [
        "676d55ae30ea3b688f0386f70553489f25f24d55",
        "13e1e1f08c1c098c7574c1fa72bd8c67792dc89b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 08:50:49 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 20 08:50:49 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6\n"
    },
    {
      "commit": "9d0fd1eb8a3c19f3ede5418540b3c9f64fac4b86",
      "tree": "2d25f3e3428c7d0310a596805448143db10e2c3b",
      "parents": [
        "02b7dd1244aab9267ae4078e1ad6a2fdaabeb6ed"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Sep 20 16:45:20 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 16:45:20 2005 +0100"
      },
      "message": "[ARM] 2927/1: .arch.info - postfix section with .init for `make buildcheck`\n\nPatch from Ben Dooks\n\nThe `make buildcheck` is erroneously reporting that the .arch.info\nlist is referencing items in the .init section as it is not itself\npostfixed with .init\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "02b7dd1244aab9267ae4078e1ad6a2fdaabeb6ed",
      "tree": "27e3ee0cb242a58aca567537af5bc9c971904390",
      "parents": [
        "bfe6815e0465035d013b2b676444376fe2b3716e"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Sep 20 16:35:03 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 16:35:03 2005 +0100"
      },
      "message": "[ARM] 2926/1: .proc.info - postfix section with .init for `make buildcheck`\n\nPatch from Ben Dooks\n\nThe `make buildcheck` is erroneously reporting that the .proc.info\nlist is referencing items in the .init section as it is not itself\npostfixed with .init\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bfe6815e0465035d013b2b676444376fe2b3716e",
      "tree": "98666f80d1e828a1822009dabfc85d032358f322",
      "parents": [
        "58dd48a6575d3ba86ba659eb8c6fc23246783fba"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Sep 20 16:25:12 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 16:25:12 2005 +0100"
      },
      "message": "[ARM] 2925/3: earlyparam - postfix section with .init for `make buildcheck`\n\nPatch from Ben Dooks\n\nThe `make buildcheck` is erroneously reporting that the earlyparam\nlist is referencing items in the .init section as it is not itself\npostfixed with .init\nAlso, as per rmk\u0027s suggestion, rename the __early_param to\n.early_param to bring it into line with everything else\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "58dd48a6575d3ba86ba659eb8c6fc23246783fba",
      "tree": "81ea9d313a6df18fe1decbc6c9edc77d408bd8f1",
      "parents": [
        "9506057fca54464f3291b62156e6cd907c4cbc95"
      ],
      "author": {
        "name": "Vincent Sanders",
        "email": "vince@kyllikki.org",
        "time": "Tue Sep 20 16:21:42 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 16:21:42 2005 +0100"
      },
      "message": "[ARM] 2922/1: compile fix for shark\n\nPatch from Vincent Sanders\n\nShark platform fails to build with gcc 4 because of a bad lvalue assignement\n\nSigned-off-by: Vincent Sanders \u003cvince@arm.linux.org.uk\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9506057fca54464f3291b62156e6cd907c4cbc95",
      "tree": "efbc13a3a992be184c50db9bba4e3f4e80600b21",
      "parents": [
        "676d55ae30ea3b688f0386f70553489f25f24d55"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Sep 20 16:20:49 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 20 16:20:49 2005 +0100"
      },
      "message": "[ARM] 2924/3: taglist - postfix section with .init for `make buildcheck`\n\nPatch from Ben Dooks\n\nThe `make buildcheck` is erroneously reporting that the taglist\nis referencing items in the .init section as it is not itself\npostfixed with .init\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "eed8b2dee7cff46dd4bf5b82dc53465d229162ba",
      "tree": "1508bedde4dda971c56dc30c7edf1e36bfbefc9e",
      "parents": [
        "676d55ae30ea3b688f0386f70553489f25f24d55"
      ],
      "author": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Tue Sep 20 14:19:30 2005 +0100"
      },
      "committer": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Tue Sep 20 14:19:30 2005 +0100"
      },
      "message": "NTFS: More runlist handling fixes from Richard Russon and myself.\n\nSigned-off-by: Anton Altaparmakov \u003caia21@cantab.net\u003e\n"
    },
    {
      "commit": "6a9b490d5fd7f23c5bcd75f970e01633ad3136e3",
      "tree": "dd3ad10d43a5dd765705f32ff1fca6fc1bab88fd",
      "parents": [
        "e0487992ce1dd7ae7da9c6aabdb19570bb95432b"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 19 20:11:57 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Mon Sep 19 20:11:57 2005 -0700"
      },
      "message": "[SPARC64]: Move DCACHE_ALIASING_POSSIBLE define to asm/page.h\n\nThis showed that arch/sparc64/kernel/ptrace.c was not getting\nthe define properly, and thus the code protected by this ifdef\nwas never actually compiled before.  So fix that too.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "676d55ae30ea3b688f0386f70553489f25f24d55",
      "tree": "a9780d065fd8a559ff75ec3f148501c4478f4216",
      "parents": [
        "f805fbdaacf4367ce566743a665622387768ac0d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 20:00:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 20:00:41 2005 -0700"
      },
      "message": "Linux v2.6.14-rc2\n\nAvast, ye scurvy land-lubbers! Time to try out a new release.\n\nArrr!\n"
    },
    {
      "commit": "e0487992ce1dd7ae7da9c6aabdb19570bb95432b",
      "tree": "a2d748df1ae99d8f9e6c8e6055e9ef9a3153d1cf",
      "parents": [
        "ff171d8f66a7fe1a000e610e9de11224749f9a22"
      ],
      "author": {
        "name": "Ed L. Cashin",
        "email": "ecashin@coraid.com",
        "time": "Mon Sep 19 19:57:36 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 19:57:36 2005 -0700"
      },
      "message": "[BYTEORDER]: Document alignment and byteorder macros\n\nThis patch comments the fact that although passing le64_to_cpup et\nal. is within the intended use of the byteorder macros, using\nget_unaligned is the recommended way to go.\n\nSigned-off-by: Ed L. Cashin \u003cecashin@coraid.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ff171d8f66a7fe1a000e610e9de11224749f9a22",
      "tree": "5cd542d07cb547d80bbf71fbd0e26df25d0895ea",
      "parents": [
        "875bd5ab01bc0b760fd4e97838931cd2e7456cbd"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 19:56:06 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 19:56:06 2005 -0700"
      },
      "message": "[SPARC64]: Handle little-endian unaligned loads/stores correctly.\n\nBecause we use byte loads/stores to cons up the value\nin and out of registers, we can\u0027t expect the ASI endianness\nsetting to take care of this for us.  So do it by hand.\n\nThis case is triggered by drivers/block/aoe/aoecmd.c in the\nataid_complete() function where it goes:\n\n\t\t/* word 100: number lba48 sectors */\n\t\tssize \u003d le64_to_cpup((__le64 *) \u0026id[100\u003c\u003c1]);\n\nThis \u0026id[100\u003c\u003c1] address is 4 byte, rather than 8 byte aligned,\nthus triggering the unaligned exception.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f805fbdaacf4367ce566743a665622387768ac0d",
      "tree": "006c7be5683f8cad7be02824827e0104e15604b4",
      "parents": [
        "875bd5ab01bc0b760fd4e97838931cd2e7456cbd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 19:54:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 19:54:29 2005 -0700"
      },
      "message": "Make fsnotify possibly work better for the inode removal case\n\nChecking i_nlink is dubious, but the alternatives look even\nless appetizing.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "875bd5ab01bc0b760fd4e97838931cd2e7456cbd",
      "tree": "b921bc8feb0e0d6f2537987cd820429b15804a87",
      "parents": [
        "6d1cfe3f1752f17e297df60c8bcc6cd6e0a58449",
        "e14c3caf605dfd29bd1aac3097e39db94afc9f07"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 18:46:11 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 18:46:11 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6\n"
    },
    {
      "commit": "6d1cfe3f1752f17e297df60c8bcc6cd6e0a58449",
      "tree": "458323fe234aef3e5b96abf153feec48fe8a84df",
      "parents": [
        "997a51ae373df6484cdd4a5fc61a9c9bec82cd68"
      ],
      "author": {
        "name": "Mark J Cox",
        "email": "mjc@redhat.com",
        "time": "Mon Sep 19 17:55:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 18:45:42 2005 -0700"
      },
      "message": "[PATCH] raw_sendmsg DoS on 2.6\n\nFix unchecked __get_user that could be tricked into generating a\nmemory read on an arbitrary address.  The result of the read is not\nreturned directly but you may be able to divine some information about\nit, or use the read to cause a crash on some architectures by reading\nhardware state.  CAN-2004-2492.\n\nFix from Al Viro, ack from Dave Miller.\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e14c3caf605dfd29bd1aac3097e39db94afc9f07",
      "tree": "9278bb47c9197f27ca6ebd23582f0f2bf5b46dbb",
      "parents": [
        "3c3f8f25c177e4f9e4e00bcc1b90b28b1be37937"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Mon Sep 19 18:18:38 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 18:18:38 2005 -0700"
      },
      "message": "[TCP]: Handle SACK\u0027d packets properly in tcp_fragment().\n\nThe problem is that we\u0027re now calling tcp_fragment() in a context\nwhere the packets might be marked as SACKED_ACKED or SACKED_RETRANS.\nThis was not possible before as you never retransmitted packets that\nare so marked.\n\nBecause of this, we need to adjust sacked_out and retrans_out in\ntcp_fragment().  This is exactly what the following patch does.\n\nWe also need to preserve the SACKED_ACKED/SACKED_RETRANS marking\nif they exist.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3c3f8f25c177e4f9e4e00bcc1b90b28b1be37937",
      "tree": "7ef934877261ec89145635541a1be6a31755599d",
      "parents": [
        "2cf655cd65888e9fed0803d77e9e4f7d1db674cc"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Mon Sep 19 15:41:28 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:41:28 2005 -0700"
      },
      "message": "[8021Q]: Add endian annotations.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "2cf655cd65888e9fed0803d77e9e4f7d1db674cc",
      "tree": "9bae62f43594ab64b5d5cbebdb336de284bf08ab",
      "parents": [
        "8922bc93aa78a202c2b68b2de19b71329cb321e1"
      ],
      "author": {
        "name": "Krzysztof Halasa",
        "email": "khc@pm.waw.pl",
        "time": "Mon Sep 19 15:39:32 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:39:32 2005 -0700"
      },
      "message": "[WAN] hdlc_cisco: Fix regression introduced by skb-\u003etail changes.\n\nThe following commit breaks cisco mode with my WAN drivers:\nauthor\tDavid S. Miller \u003cdavem@davemloft.net\u003e\n\tTue, 28 Jun 2005 22:25:31 +0000 (15:25 -0700)\ncommit\t689be43945e9ca7dd704522e55af1b8a73a994d3\n\n\"[NET]: Remove gratuitous use of skb-\u003etail in network drivers.\"\n\nThe following patch fixes it - please apply (cisco_hard_header does\nskb_push(4 bytes)).\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8922bc93aa78a202c2b68b2de19b71329cb321e1",
      "tree": "c4c4d3196fc29bc47ed6ae5485a6b4b90d22f734",
      "parents": [
        "a41bc00234a0a2ccaa99a194341ae108ae17ddc8"
      ],
      "author": {
        "name": "Harald Welte",
        "email": "laforge@netfilter.org",
        "time": "Mon Sep 19 15:35:57 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:35:57 2005 -0700"
      },
      "message": "[NETFILTER]: Export ip_nat_port_{nfattr_to_range,range_to_nfattr}\n\nThose exports are needed by the PPTP helper following in the next\ncouple of changes.\n\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a41bc00234a0a2ccaa99a194341ae108ae17ddc8",
      "tree": "7c232851241b7b1b37bc6b61eba7e0fed6c8e3f0",
      "parents": [
        "e674d0f38de6109b59dbe30fba8b296a03229b8e"
      ],
      "author": {
        "name": "Patrick McHardy",
        "email": "kaber@trash.net",
        "time": "Mon Sep 19 15:35:31 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:35:31 2005 -0700"
      },
      "message": "[NETFILTER]: Rename misnamed function\n\nBoth __ip_conntrack_expect_find and ip_conntrack_expect_find_get take\na reference to the expectation, the difference is that callers of\n__ip_conntrack_expect_find must hold ip_conntrack_lock.\n\nSigned-off-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e674d0f38de6109b59dbe30fba8b296a03229b8e",
      "tree": "459271f7cef6319dfa7ca9ab050269c98e551994",
      "parents": [
        "926b50f92a30090da2c1a8675de954c2d9b09732"
      ],
      "author": {
        "name": "Yasuyuki Kozakai",
        "email": "yasuyuki.kozakai@toshiba.co.jp",
        "time": "Mon Sep 19 15:34:40 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:34:40 2005 -0700"
      },
      "message": "[NETFILTER] ip6tables: remove duplicate code\n\nSome IPv6 matches have very similar loops to find IPv6 extension header\nand we can unify them. This patch introduces ipv6_find_hdr() to do it.\nI just checked that it can find the target headers in the packet which has\ndst,hbh,rt,frag,ah,esp headers.\n\nSigned-off-by: Yasuyuki Kozakai \u003cyasuyuki.kozakai@toshiba.co.jp\u003e\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "926b50f92a30090da2c1a8675de954c2d9b09732",
      "tree": "c8dd1cadf83c8e5e1cdc666b5b5596c2ae5dc76a",
      "parents": [
        "772cb712b1373d335ef2874ea357ec681edc754b"
      ],
      "author": {
        "name": "Harald Welte",
        "email": "laforge@netfilter.org",
        "time": "Mon Sep 19 15:33:08 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:33:08 2005 -0700"
      },
      "message": "[NETFILTER]: Add new PPTP conntrack and NAT helper\n\nThis new \"version 3\" PPTP conntrack/nat helper is finally ready for\nmainline inclusion.  Special thanks to lots of last-minute bugfixing\nby Patric McHardy.\n\nSigned-off-by: Harald Welte \u003claforge@netfilter.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "772cb712b1373d335ef2874ea357ec681edc754b",
      "tree": "97fb72e0edb279531282e11ea7def6ba10b09f56",
      "parents": [
        "1d25cd6cc2528e4af12ab18e84fe95ed78f3f21a"
      ],
      "author": {
        "name": "Robert Olsson",
        "email": "robert.olsson@its.uu.se",
        "time": "Mon Sep 19 15:31:18 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:31:18 2005 -0700"
      },
      "message": "[IPV4]: fib_trie RCU refinements\n\n* This patch is from Paul McKenney\u0027s RCU reviewing. \n\nSigned-off-by: Robert Olsson \u003crobert.olsson@its.uu.se\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1d25cd6cc2528e4af12ab18e84fe95ed78f3f21a",
      "tree": "684da2c2fe5b86f3e2295088ca446423a1b23d9b",
      "parents": [
        "044a500e46742d39d22f1781cfb64ba93b463e39"
      ],
      "author": {
        "name": "Robert Olsson",
        "email": "robert.olsson@its.uu.se",
        "time": "Mon Sep 19 15:29:52 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Sep 19 15:29:52 2005 -0700"
      },
      "message": "[IPV4]: fib_trie tnode stats refinements\n\n* Prints the route tnode and set the stats level deepth as before.\n\nSigned-off-by: Robert Olsson \u003crobert.olsson@its.uu.se\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n\n\n"
    },
    {
      "commit": "eff4c654b1a4a5e5493fbdc3affa6dd48765c085",
      "tree": "1ddbbdaa978b310f5ac11b9778ac8e5f775d0783",
      "parents": [
        "6577ae51cf52f5fb0e4a85e673dd7bf2d0074e3e"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Mon Sep 19 13:51:01 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Sep 19 13:51:01 2005 -0700"
      },
      "message": "[PATCH] IB: Fix data length for RMPP SA sends\n\nWe need to subtract off the header length from our payload\nlength when sending multi-packet SA messages.\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "13e1e1f08c1c098c7574c1fa72bd8c67792dc89b",
      "tree": "aa07ca5b3ac4d21cf76b5f9aa8059334756f4c7f",
      "parents": [
        "aef4a983090fa590481a86d9690dc3fa6bb121fa"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "aherrman@de.ibm.com",
        "time": "Mon Sep 19 16:56:17 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:04:15 2005 -0500"
      },
      "message": "[SCSI] zfcp: add additional fc_host attributes\n\nthis patch adds some fc host attributes and removes its equivalents\nfrom the zfcp_adapter structure and zfcp specific sysfs subtree.\n\nFurthermore it removes superfluous calls to fc_remort_port_delete when\nan adapter is set offline because rports will be removed by\nfc_remove_host anyway.\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "aef4a983090fa590481a86d9690dc3fa6bb121fa",
      "tree": "12b78b227102dc2f41dda227fe83f34a8838e015",
      "parents": [
        "8a36e4532ea10471f0a8605207d071361d7be2c3"
      ],
      "author": {
        "name": "Maxim Shchetynin",
        "email": "maxim@de.ibm.com",
        "time": "Tue Sep 13 21:51:16 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:03:45 2005 -0500"
      },
      "message": "[SCSI] zfcp: provide support for NPIV\n\nN_Port ID Virtualization (NPIV) allows a single FCP port to appear as\nmultiple, distinct ports providing separate port identification. NPIV\nis supported by FC HBAs on System z9. zfcp was adapted to support this\nnew feature.\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "8a36e4532ea10471f0a8605207d071361d7be2c3",
      "tree": "f34e5928de7d73b9aaf385f3fb0847a6c52c297b",
      "parents": [
        "810f1e3ea5cc0a812816af97020a27c73441f8e9"
      ],
      "author": {
        "name": "Maxim Shchetynin",
        "email": "maxim@de.ibm.com",
        "time": "Tue Sep 13 21:50:38 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:03:00 2005 -0500"
      },
      "message": "[SCSI] zfcp: enhancement of zfcp debug features\n\nDebug features (DBFs) els_dbf, cmd_dbf and abt_dbf were removed and\nsan_dbf, hba_dbf and scsi_dbf were introduced. The erp_dbf did not\nchange.\nThe new traces improve debugging of problems with zfcp, scsi-stack,\nmultipath and hardware in the SAN. san_dbf traces things like ELS and\nCT commands, hba_dbf saves HBA specific information of requests, and\nscsi_dbf saves FCP and SCSI specific information of requests. Common\nto all new DBFs is that they provide a so called structured view. This\nsignificantly improves readability of the traces.\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "810f1e3ea5cc0a812816af97020a27c73441f8e9",
      "tree": "7f98b35f5dcf950d3835adde0a4854be141887ab",
      "parents": [
        "77eb1699c76177af2f3d65c8ae7934cf304e0254"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "aherrman@de.ibm.com",
        "time": "Tue Sep 13 21:49:52 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:02:21 2005 -0500"
      },
      "message": "[SCSI] zfcp: shorten eh_bus_reset and eh_host_reset handlers\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "77eb1699c76177af2f3d65c8ae7934cf304e0254",
      "tree": "ac3f780aa91d63be314feee54f306d48d996b09c",
      "parents": [
        "059c97d0434834d291eff94669ca2dd3eaac9d28"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "aherrman@de.ibm.com",
        "time": "Tue Sep 13 21:48:33 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:01:53 2005 -0500"
      },
      "message": "[SCSI] zfcp: remove function zfcp_fsf_req_wait_and_cleanup\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "059c97d0434834d291eff94669ca2dd3eaac9d28",
      "tree": "70719559f65366c74eb82ee8c7c7a01a0d80aca9",
      "parents": [
        "3734d24b2e8d85796de70c13705cfb7cbb1d77df"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "aherrman@de.ibm.com",
        "time": "Tue Sep 13 21:47:52 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:01:23 2005 -0500"
      },
      "message": "[SCSI] zfcp: remove union zfcp_req_data, use unit refcount for FCP commands\n\no union zfcp_req_data removed\no increment unit refcount when processing FCP commands\n (This fixes a theoretical race: When all scsi commands of a unit\n  are aborted and the scsi_device is removed then the unit could be\n  removed before all fsf_requests of that unit are completely processed.)\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "3734d24b2e8d85796de70c13705cfb7cbb1d77df",
      "tree": "c89ddff8f636bea1a33bc88873e40dc7d562be46",
      "parents": [
        "e0fc15bef0e8c6b5abad6e10cfe3d42e278ae8e8"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "aherrman@de.ibm.com",
        "time": "Tue Sep 13 21:47:11 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 13:00:50 2005 -0500"
      },
      "message": "[SCSI] zfcp: fix race conditions when accessing erp_action lists\n\no always use locking when changing erp_action lists,\no avoid escalation to ERP_ACTION_REOPEN_PORT_FORCED if erp_action is\n  still in use for ERP_ACTION_REOPEN_PORT\n\nSigned-off-by: Andreas Herrmann \u003caherrman@de.ibm.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "e0fc15bef0e8c6b5abad6e10cfe3d42e278ae8e8",
      "tree": "f7a96e8b93a0de251b25c2b6543c115eba3abc8c",
      "parents": [
        "466544d8898fc87ed6e2e62ac14af7c50ab7a1a4"
      ],
      "author": {
        "name": "Moore, Eric Dean",
        "email": "Eric.Moore@lsil.com",
        "time": "Thu Sep 15 13:17:14 2005 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 12:48:22 2005 -0500"
      },
      "message": "[SCSI] fusion SAS support (mptsas driver) minor fix\n\nOn Thursday, September 15, 2005 6:22 AM, Christoph Hellwig wrote:\n\u003e Looks good to me, except for the spurious scsi_print_command prototype\n\u003e in mptscsih.h.\n\nThe attached patch addresses that concern.\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "466544d8898fc87ed6e2e62ac14af7c50ab7a1a4",
      "tree": "a23688bc1424a2af986482bac159768d625b5deb",
      "parents": [
        "0c33b27deb93178f10778b3d2669af1674793cef"
      ],
      "author": {
        "name": "Moore, Eric Dean",
        "email": "Eric.Moore@lsil.com",
        "time": "Wed Sep 14 18:09:10 2005 -0600"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 12:45:38 2005 -0500"
      },
      "message": "[SCSI] fusion SAS support (mptsas driver) updates\n\nSummary of Changes:\n* splitting mpt_interrupt per Christophs suggestion\nabout a month ago\n* rename ScsiCfgData to SpiCfgData structure,\nthen move all the raid related info into\nnew structure called RaidCfgData.  This is\ndone because SAS supports RAID, as well as SPI,\nso the raid stuff should be seperate.\n* incorrect timeout calculation for cntdn\ninside WaitForDoorbellAck and WaitForDoortbellInt\n* add support for interpreting SAS Log Info\n* Increase Event Log Size from 0xA to 0x32\n* Fix bug in mptsas/mptfc/mptspi - when controller\nhas Initiator Mode Disabled, and only running in\nTargetMode, the mptctl would panic when loading.\nThe fix is to return 0, instead of -ENODEV, in\nSCSI LLD respective probe routines\n* Fix bug in mptlan.c - driver will panic if\nthere is host reset, due to dev being set to\nzero in mpt_lan_ioc_reset\n* Fix\u0027s for SPI - Echo Buffer\n* Several fix\u0027s in mptscsih_io_done - FCP Response\ninfo, RESIDUAL_MISMATCH, Data Underrun, etc.\n* Cleanup Error Handling - EH handlers,\nmptscsih_flush_cmds, and zeroing out ScsiLookup\nfrom mptscsih_qcmd\n* Cleanup asyn event handling from\nmptscsih -\u003e mptscsih_event_process.  Also\nadded support for SAS Persistent Table Full,\nan asyn event\n\nSigned-off-by: Eric Moore \u003cEric.Moore@lsil.com\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "0c33b27deb93178f10778b3d2669af1674793cef",
      "tree": "a16c7ce2f10947c696041febe89e13a98ba32b48",
      "parents": [
        "82ffb67164064752a56669511545316075b41e1d"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Fri Sep 09 16:27:19 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 12:42:57 2005 -0500"
      },
      "message": "[SCSI] fusion SAS support (mptsas driver)\n\nAdds the actual mptsas driver, based upon the LSI driver with new work\nfor SAS transport class integration from Eric Moore and me.\n\nThis obviously depends on the SAS transport class.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "82ffb67164064752a56669511545316075b41e1d",
      "tree": "7b5c92f76e25ddf66419668412db147cde35a410",
      "parents": [
        "3ed7a4704beb66a155acd67b78b7e9a5674d55fb"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Fri Sep 09 16:25:54 2005 +0200"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@mulgrave.(none)",
        "time": "Mon Sep 19 12:42:31 2005 -0500"
      },
      "message": "[SCSI] fusion core changes for SAS support\n\n - various bits for SAS support from the LSI driver.\n - use the device private data for the fusion target private data.\n   this should be using the midlayer target data framework, but we\n   can\u0027t move over to that until fusion has been switched to the\n   generic DV code\n - use target ID and channel from the fusion target private data,\n   because those in scsi_device will be different for mptsas\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "997a51ae373df6484cdd4a5fc61a9c9bec82cd68",
      "tree": "7ab8ad715854d056f8df7629787082986f7785a5",
      "parents": [
        "044a500e46742d39d22f1781cfb64ba93b463e39"
      ],
      "author": {
        "name": "Ivan Kokshaysky",
        "email": "ink@jurassic.park.msu.ru",
        "time": "Mon Sep 19 18:55:51 2005 +0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Sep 19 10:00:59 2005 -0700"
      },
      "message": "[PATCH] Alpha: ISA IRQs fixup for dp264\n\nBasically, this extends original dp264 fixup to all dp264 variations.\nHere is one minor change: mask out bits 4-7 of a value assigned by SRM,\nbecause\n- newer consoles report ISA IRQs with offset 0xe0;\n- even if console IRQ value is bogus, we\u0027ll have a value \u003c 16\n  so it should be harmless as it won\u0027t clash with native IRQs.\n\nParticularly this fixes USB interrupt problem on xp1000 and es40.\n\nSigned-off-by: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nAcked-by: Richard Henderson \u003crth@twiddle.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6577ae51cf52f5fb0e4a85e673dd7bf2d0074e3e",
      "tree": "3c3be701f7954d52f850c116903deb2698bb8038",
      "parents": [
        "3853194c2e174cee4da093c67bd54cbf9a38559a"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Sep 19 09:17:56 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Sep 19 09:17:56 2005 -0700"
      },
      "message": "[PATCH] IB/mthca: Don\u0027t try to set srq-\u003elast for userspace SRQs\n\nUserspace SRQs don\u0027t have a buffer allocated for them in the kernel, so\nit doesn\u0027t make sense to set srq-\u003elast during initialization.  In fact,\nthis can crash trying to follow a nonexistent buffer pointer.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "3ed7a4704beb66a155acd67b78b7e9a5674d55fb",
      "tree": "0a0ad71a64888fb2ab69e2b0acb99005dbc3af04",
      "parents": [
        "939647ee308e0ad924e776657704c7bedd498664"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Mon Sep 19 09:50:04 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Mon Sep 19 09:50:04 2005 -0500"
      },
      "message": "[SCSI] Fix thread termination for the SCSI error handle\n\nFrom: \tAlan Stern \u003cstern@rowland.harvard.edu\u003e\n\nThis patch (as561) fixes the error handler\u0027s thread-exit code.  The\nkthread_stop call won\u0027t wake the thread from a down_interruptible, so\nthe patch gets rid of the semaphore and simply does\n\n        set_current_state(TASK_INTERRUPTIBLE);\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\n\nModified to simplify the termination loop and correct the sleep condition.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "939647ee308e0ad924e776657704c7bedd498664",
      "tree": "cfff68b8f65a53e186fd1e7443aa370885ac1ed9",
      "parents": [
        "a64358db1253b35d508a411e80a3ad23b859ec88"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@steeleye.com",
        "time": "Sun Sep 18 15:05:20 2005 -0500"
      },
      "committer": {
        "name": "James Bottomley",
        "email": "jejb@titanic.(none)",
        "time": "Mon Sep 19 09:24:52 2005 -0500"
      },
      "message": "[SCSI] fix oops on usb storage device disconnect\n\nWe fix the oops by enforcing the host state model.  There have also\nbeen two extra states added: SHOST_CANCEL_RECOVERY and\nSHOST_DEL_RECOVERY so we can take the model through host removal while\nthe recovery thread is active.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@SteelEye.com\u003e\n"
    },
    {
      "commit": "044a500e46742d39d22f1781cfb64ba93b463e39",
      "tree": "b0313211ea7ba26b90c1083ade0e4c9f486b87db",
      "parents": [
        "f6098cf449b81c14a51e48dd22ae47d03126a1de",
        "6c0741fbdee5bd0f8ed13ac287c4ab18e8ba7d83"
      ],
      "author": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 19 09:47:49 2005 +0100"
      },
      "committer": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 19 09:47:49 2005 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of /home/src/linux-2.6/\n"
    },
    {
      "commit": "f6098cf449b81c14a51e48dd22ae47d03126a1de",
      "tree": "89532dea05312fc70248842cd416aeb38fefb8b5",
      "parents": [
        "4e64c88693fde1b1cbaa4cfecad43a0c3fad354e"
      ],
      "author": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 19 09:41:39 2005 +0100"
      },
      "committer": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 19 09:41:39 2005 +0100"
      },
      "message": "NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.\n\nSigned-off-by: Anton Altaparmakov \u003caia21@cantab.net\u003e\n"
    },
    {
      "commit": "4e64c88693fde1b1cbaa4cfecad43a0c3fad354e",
      "tree": "6b616e513560d6064a30a3e235db22acc61b6efc",
      "parents": [
        "5c9f6de3b80ca46000bd1b63d892820f9ee32138"
      ],
      "author": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 19 09:38:41 2005 +0100"
      },
      "committer": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 19 09:38:41 2005 +0100"
      },
      "message": "NTFS: Fix handling of compressed directories that I broke in earlier changeset.\n\nSigned-off-by: Anton Altaparmakov \u003caia21@cantab.net\u003e\n"
    },
    {
      "commit": "5c9f6de3b80ca46000bd1b63d892820f9ee32138",
      "tree": "a4ed592a130837cf35052c6496073b4b93f58355",
      "parents": [
        "065d9cac98a5406ecd5a1368f8fd38f55739dee9"
      ],
      "author": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 19 09:33:40 2005 +0100"
      },
      "committer": {
        "name": "Anton Altaparmakov",
        "email": "aia21@cantab.net",
        "time": "Mon Sep 19 09:33:40 2005 +0100"
      },
      "message": "NTFS: Fix various bugs in the runlist merging code.  (Based on libntfs\n      changes by Richard Russon.)\n\nSigned-off-by: Anton Altaparmakov \u003caia21@cantab.net\u003e\n"
    },
    {
      "commit": "3853194c2e174cee4da093c67bd54cbf9a38559a",
      "tree": "3939280d0bf49b4b24068215f30aefdc38aaf0bc",
      "parents": [
        "c915033fc62d7186d243d89f88782d6be33fd8f6"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Sun Sep 18 14:00:17 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Sun Sep 18 22:02:38 2005 -0700"
      },
      "message": "[PATCH] IB/mthca: Fix posting work requests to shared receive queues\n\nThe error handling paths in mthca_tavor_post_srq_recv() and\nmthca_arbel_post_srq_recv() are quite bogus, the result of a\nscrewed up merge.  Fix them so they work as intended.\n\nPointed out by Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "c915033fc62d7186d243d89f88782d6be33fd8f6",
      "tree": "e509ef63ef6dba42f31807b5c9f6c20b48be3a9a",
      "parents": [
        "ce5b65cc9626feac0d4ffb96f798407e50c45575"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Sun Sep 18 13:52:06 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Sun Sep 18 22:02:38 2005 -0700"
      },
      "message": "[PATCH] IB/mthca: Initialize eq-\u003enent before we use it\n\nIn mthca_create_eq(), we call get_eqe() before setting eq-\u003enent.  This\nis wrong, because get_eqe() uses eq-\u003enent.  Fix this, and clean up the\ncode a little while we\u0027re at it.  (We got lucky with the current code,\nbecause eq-\u003enent was cleared to 0, which get_eqe() made happen to do\nthe right thing)\n\nPointed out by Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "ce5b65cc9626feac0d4ffb96f798407e50c45575",
      "tree": "42803ff0ecbc1f0d47adb628d88378232d03b1d6",
      "parents": [
        "d6cff021e24515255b296d399ec517a68bf2ed08"
      ],
      "author": {
        "name": "Hal Rosenstock",
        "email": "halr@voltaire.com",
        "time": "Sun Sep 18 13:47:53 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Sun Sep 18 22:02:38 2005 -0700"
      },
      "message": "[PATCH] IPoIB: Fix SA client retransmission strategy\n\nWe got a little mixed up with what the backoff member holds in the\nIPoIB multicast group structure: sometimes it was used as a number of\nseconds, and sometimes it was used as a number of jiffies.  Fix the\ncode so that backoff is always in seconds.\n\nSigned-off-by: Hal Rosenstock \u003chalr@voltaire.com\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "d6cff021e24515255b296d399ec517a68bf2ed08",
      "tree": "f3d21aca027cb7065522629c00f65fc3a8fb1d96",
      "parents": [
        "bb4a7f0da75ce9f3e933880428d39b2aa1f16961"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Tue Sep 13 10:41:03 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Sun Sep 18 22:02:37 2005 -0700"
      },
      "message": "[PATCH] IB/mthca: fix posting of first work request\n\nFix posting first WQE for mem-free HCAs: we need to link to previous\nWQE even in that case.  While we\u0027re at it, simplify code for\nTavor-mode HCAs.  We don\u0027t really need the conditional test there\neither; we can similarly always link to the previous WQE.\n\nBased on Michael S. Tsirkin\u0027s analogous fix for userspace libmthca.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "bb4a7f0da75ce9f3e933880428d39b2aa1f16961",
      "tree": "9034e0db70f28c93317ad8794437523e3c3c9c52",
      "parents": [
        "51574e0398a2d93cbf7f26e36b673cd919062268"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Mon Sep 12 14:08:51 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Sun Sep 18 22:02:37 2005 -0700"
      },
      "message": "[PATCH] IB/mthca: assign ACK timeout field correctly\n\nThe hardware reads the ACK timeout field from the most significant 5\nbits of struct mthca_qp_path\u0027s ackto field, not the least significant\nbits.  This fix has the driver put the timeout in the right place.\nWithout this, we get a timeout that is 2^8 times too small.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "51574e0398a2d93cbf7f26e36b673cd919062268",
      "tree": "c8cb3e2331b71227109433ce3256c0a655506d69",
      "parents": [
        "6c0741fbdee5bd0f8ed13ac287c4ab18e8ba7d83"
      ],
      "author": {
        "name": "Michael S. Tsirkin",
        "email": "mst@mellanox.co.il",
        "time": "Mon Sep 12 09:52:28 2005 -0700"
      },
      "committer": {
        "name": "Roland Dreier",
        "email": "rolandd@cisco.com",
        "time": "Sun Sep 18 22:02:37 2005 -0700"
      },
      "message": "[PATCH] IPoIB: fix module removal race\n\nSince ipoib uses queue_delayed_work to run flush task on port state events,\nit must flush scheduled work after unregistering the event handler.\n\nSigned-off-by: Michael S. Tsirkin \u003cmst@mellanox.co.il\u003e\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "6c0741fbdee5bd0f8ed13ac287c4ab18e8ba7d83",
      "tree": "7513cdadc661cfe0bd1625145a4876e54df191ca",
      "parents": [
        "628f87f3d585bd0c2b0e39df039585d7a5831cc9",
        "118ec0b3e02e7d22cf27b9f5a2836fa6f395b61a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Sep 18 15:31:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Sep 18 15:31:20 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "118ec0b3e02e7d22cf27b9f5a2836fa6f395b61a",
      "tree": "ab1a0cc6e70ec0490f3648eb2410dd664120bc10",
      "parents": [
        "63150fcf73dbfb752a850a5e2fe3aed570154433"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Sep 18 22:16:41 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Sep 18 22:16:41 2005 +0100"
      },
      "message": "[ARM] Fix warning in arch/arm/mach-sa1100/generic.c\n\nFix:\n\narch/arm/mach-sa1100/generic.c:224: warning: \u0027struct mcp_plat_data\u0027 declared inside parameter list\n\ncaused by mussing structure and function declaration.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "63150fcf73dbfb752a850a5e2fe3aed570154433",
      "tree": "9345ec251c610a140a3499b0a01d7250c1097194",
      "parents": [
        "e0a200894efa33ea1ac9957717ae151afa02bb6f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Sep 18 21:49:29 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Sep 18 21:49:29 2005 +0100"
      },
      "message": "[ARM] Fix warning in arch/arm/kernel/semaphore.c\n\nNewer binutils complains:\n/tmp/cc07pbI9.s:146: Warning: ignoring changed section type for .sched.text\n\nFix this warning by adding %progbits to the .section.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ],
  "next": "a64358db1253b35d508a411e80a3ad23b859ec88"
}
