)]}'
{
  "log": [
    {
      "commit": "59d1ff3bfb56d9b8cf3ec864857e6a4dfd9d2dba",
      "tree": "e70623b924a8859182dc3326b6d5f7a5b9271504",
      "parents": [
        "be6eb9b79f99e652a0827a475c4daa02ecef221f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Nov 09 15:04:22 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 15:04:22 2005 +0000"
      },
      "message": "[ARM] Clean up save_and_disable_irqs macro and allow use of ARMv6 CPSID\n\nsave_and_disable_irqs does not need to use mov + msr (which was\nintroduced to work around a documentation bug which was propagated\ninto binutils.)  Use msr with an immediate constant, and if we\u0027re\nbuilding for ARMv6 or later, use the new CPSID instruction.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "be6eb9b79f99e652a0827a475c4daa02ecef221f",
      "tree": "fab14db6e48cc394fed9a6ae813a0add6f202b20",
      "parents": [
        "c906107bb72b7bd5ecfc98cc807bdb8f34d17501",
        "97a63ecff4bd06da5d8feb8c0394a4d020f2d34d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Nov 09 14:57:32 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 14:57:32 2005 +0000"
      },
      "message": "Merge with ARM SMP tree\n"
    },
    {
      "commit": "c906107bb72b7bd5ecfc98cc807bdb8f34d17501",
      "tree": "8cf020469248450d456ed06d044a40dedfdfc11b",
      "parents": [
        "cbe69f95fa7ffc4604622cd4f7efd56ed10999fe"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Wed Nov 09 14:09:31 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 14:09:31 2005 +0000"
      },
      "message": "[ARM] 3100/1: simplify a pointer computation\n\nPatch from Nicolas Pitre\n\nLooks clearer this way.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "cbe69f95fa7ffc4604622cd4f7efd56ed10999fe",
      "tree": "35649c360fe6e8361ef05c3447dbec8f7619a894",
      "parents": [
        "ff6ffa82fe122ecda457bb10dbab7b0c08ee3803"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Nov 09 14:05:31 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 14:05:31 2005 +0000"
      },
      "message": "[ARM] 3138/1: SMDK2440 - fix map_desc initialisation (and ISA memory space)\n\nPatch from Ben Dooks\n\nFix the map_desc initialisers for the SMDK2440 machine\nto use the new .pfn method, and at the same time making\nthe differntiation between ISA IO and Memory space\naccesses\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": "ff6ffa82fe122ecda457bb10dbab7b0c08ee3803",
      "tree": "a049ae98f353741f88052b7ebb7c9f0d415abd64",
      "parents": [
        "8dd523118bfbcaca5b67923ff6ee546e04a4db64"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Nov 09 14:05:31 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 14:05:31 2005 +0000"
      },
      "message": "[ARM] 3137/1: RX3715 - fix map_desc initialiser\n\nPatch from Ben Dooks\n\nChange the initialiser for the map_desc for the\niPAQ RX3715 to use the new pfn initialiser, and\nalso reduce the amount of ISA space mapped (we\nonly need to stop any ISA IO writes OOPsing\nthe system, so do not need \u003e1Mbyte of space)\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": "8dd523118bfbcaca5b67923ff6ee546e04a4db64",
      "tree": "a35fe46ab1f8dda00ea78f611f2930477160e2c9",
      "parents": [
        "330d57fb98a916fa8e1363846540dd420e99499a"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Nov 09 14:05:30 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 14:05:30 2005 +0000"
      },
      "message": "[ARM] 3136/1: Anubis - fix map_desc initialisers\n\nPatch from Ben Dooks\n\nFix the map_desc initialisers for the Simtec Anubis\nboard to match the new initialiser scheme.\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": "97a63ecff4bd06da5d8feb8c0394a4d020f2d34d",
      "tree": "9211d6ea20eb0145bfe844c8b1ff474190bcba41",
      "parents": [
        "2a98beb6390aef8fad85103ea25b3b1ace8015b5"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Nov 09 13:50:57 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 13:50:57 2005 +0000"
      },
      "message": "[ARM SMP] Add CPU hotplug support for Realview MPcore\n\nAdd platform specific parts for hotplug CPU support for the\nRealview board.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2a98beb6390aef8fad85103ea25b3b1ace8015b5",
      "tree": "09f3e0de9a49f0f61d7f44c6c03218bf29f5d1dd",
      "parents": [
        "37ee16ae93a3e4ae7dd51beb81d249f5f12a55c2"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Nov 09 10:50:29 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 10:50:29 2005 +0000"
      },
      "message": "[ARM SMP] Add local timer support for Realview MPcore\n\nAdd platform specific parts for local timer support for the\nRealview board.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "330d57fb98a916fa8e1363846540dd420e99499a",
      "tree": "841d5e5eeda46fd95ac03c36964919818a9bc3a6",
      "parents": [
        "8546df6f357dadf1989ad8da9309c9524fd56cdf"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Fri Nov 04 10:18:40 2005 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 08 17:57:30 2005 -0800"
      },
      "message": "[PATCH] Fix sysctl unregistration oops (CVE-2005-2709)\n\nYou could open the /proc/sys/net/ipv4/conf/\u003cif\u003e/\u003cwhatever\u003e file, then\nwait for interface to go away, try to grab as much memory as possible in\nhope to hit the (kfreed) ctl_table.  Then fill it with pointers to your\nfunction.  Then do read from file you\u0027ve opened and if you are lucky,\nyou\u0027ll get it called as -\u003eproc_handler() in kernel mode.\n\nSo this is at least an Oops and possibly more.  It does depend on an\ninterface going away though, so less of a security risk than it would\notherwise be.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8546df6f357dadf1989ad8da9309c9524fd56cdf",
      "tree": "5b8557f84b0b5fd1d441739d3bb6cd8951a6db44",
      "parents": [
        "9f04012c58a32756bbbd0239c4144e835048aa4d",
        "15a93807826a5cbffb47d6bfbeeee108d6da1dbc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 08 16:04:39 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 08 16:04:39 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-serial\n"
    },
    {
      "commit": "9f04012c58a32756bbbd0239c4144e835048aa4d",
      "tree": "e5423a1941338b9dd17a82b370cc6c252e0ae1f1",
      "parents": [
        "329f7dba5f7dc3bc9a30ad00cf373d2e83115aa1",
        "72274c9e24d58d09489d37e732545e52395da270"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 08 15:15:31 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 08 15:15:31 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "15a93807826a5cbffb47d6bfbeeee108d6da1dbc",
      "tree": "1651f63ecbf84e7f36c14cb386df0229fd2fd9f7",
      "parents": [
        "f093182d313edde9b1f86dbdaf40ba4da2dbd0e7"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Nov 08 23:10:51 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 23:10:51 2005 +0000"
      },
      "message": "[SERIAL] IOC3: Update 8250 driver bits\n\nUpdate the support for the 16550 present on most IOC3 configurations to use\nthe current API.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "72274c9e24d58d09489d37e732545e52395da270",
      "tree": "9c47a583b38a4996bda2dbe182547f8409bb65e8",
      "parents": [
        "5285eb57c9a20d8df2569c770ff6048c3202cc91",
        "37ee16ae93a3e4ae7dd51beb81d249f5f12a55c2"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Nov 08 22:43:44 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 22:43:44 2005 +0000"
      },
      "message": "Merge with ARM SMP tree\n"
    },
    {
      "commit": "5285eb57c9a20d8df2569c770ff6048c3202cc91",
      "tree": "51fa28b1941def4d0ec92f7cd4046ffa2c0bc63d",
      "parents": [
        "d07ad967e3c1cb955c4f9ee6a4eba4e6e1edb1e8"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Tue Nov 08 22:43:06 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 22:43:06 2005 +0000"
      },
      "message": "[ARM] 3135/1: harden SA11x0 and PXA2xx timer init code\n\nPatch from Nicolas Pitre\n\nMake it completely deterministic and leave nothing to chance\n(even if it had at worst 0.001% probability of failing).\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d07ad967e3c1cb955c4f9ee6a4eba4e6e1edb1e8",
      "tree": "5fee9278f6ca0385f2c809b16b42ea01c4c43eac",
      "parents": [
        "f8c905d368c757e2c96db293a472a31abcf4b147"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Tue Nov 08 22:43:05 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 22:43:05 2005 +0000"
      },
      "message": "[ARM] 3134/1: add missing EXPORT_SYMBOL for the ARM  version of sha_transform\n\nPatch from Nicolas Pitre\n\nNoticed by Woody Suwalski \u003cwoodys@xandros.com\u003e.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f8c905d368c757e2c96db293a472a31abcf4b147",
      "tree": "ff762892db823ec597eba3cd895575c4d09d7762",
      "parents": [
        "4c18ad20493c9eac6e7d0c2a05156acfc02d9b6b"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Nov 08 22:43:05 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 22:43:05 2005 +0000"
      },
      "message": "[ARM] 3132/1: S3C2410 - reset on decompression error\n\nPatch from Ben Dooks\n\nForce a watchdog reset if the system fails to\ndecompress properly.\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": "329f7dba5f7dc3bc9a30ad00cf373d2e83115aa1",
      "tree": "3d8c8b2fd07ad2c1df959421121451207373f78f",
      "parents": [
        "a52e8381c430896d3bd6065a34fda99cb5c74c82"
      ],
      "author": {
        "name": "Oleg Nesterov",
        "email": "oleg@tv-sign.ru",
        "time": "Mon Nov 07 21:12:43 2005 +0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 08 12:58:38 2005 -0800"
      },
      "message": "[PATCH] fix de_thread() vs send_group_sigqueue() race\n\nWhen non-leader thread does exec, de_thread calls release_task(leader) before\ncalling exit_itimers(). If local timer interrupt happens in between, it can\noops in send_group_sigqueue() while taking -\u003esighand-\u003esiglock \u003d\u003d NULL.\n\nHowever, we can\u0027t change send_group_sigqueue() to check p-\u003esignal !\u003d NULL,\nbecause sys_timer_create() does get_task_struct() only in SIGEV_THREAD_ID\ncase. So it is possible that this task_struct was already freed and we can\u0027t\ntrust p-\u003esignal.\n\nThis patch changes de_thread() so that leader released after exit_itimers()\ncall.\n\nSigned-off-by: Oleg Nesterov \u003coleg@tv-sign.ru\u003e\nAcked-by: Chris Wright \u003cchrisw@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4c18ad20493c9eac6e7d0c2a05156acfc02d9b6b",
      "tree": "d5c2d29082678b5ad87e83700e1cbac04afc2749",
      "parents": [
        "a63ae4427c6af66d6eda26e5da8fed53f8fbede3"
      ],
      "author": {
        "name": "Dirk Opfer",
        "email": "dirk@opfer-online.de",
        "time": "Tue Nov 08 19:15:50 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 19:15:50 2005 +0000"
      },
      "message": "[ARM] 3124/1: Sharp SL-6000x: SharpSL PCMCIA Updates\n\nPatch from Dirk Opfer\n\nThis patch updates the tosa machine to use the new SharpSL PCMCIA layer introduced with Patch #3093/1\n\nDepends on #3093/1\n\nSigned-off-by: Dirk Opfer \u003cDirk@Opfer-Online.de\u003e\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a63ae4427c6af66d6eda26e5da8fed53f8fbede3",
      "tree": "cb30bd5993c07bae7f66564713292d8b224d591f",
      "parents": [
        "1d23b65de54c35844e82bdb08bc85d8142e310ea"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Tue Nov 08 19:15:43 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 19:15:43 2005 +0000"
      },
      "message": "[ARM] 3093/1: SharpSL PCMCIA Updates for Cxx00 models\n\nPatch from Richard Purdie\n\nThe Sharp SL-Cxx00 models have a combined power control for the SD\nand CF slot 0. This patch adds hooks to the scoop driver to allow\nmachines to provide a custom control function for this and such a\nfunction is added for spitz/akita/borzoi.\n\nIt also moves the gpio init code into the machine files as this\nis machine dependent and differs between some models. A couple of\nwarnings when compiling for collie are also fixed.\n\nSigned-off-by: Richard Purdie\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1d23b65de54c35844e82bdb08bc85d8142e310ea",
      "tree": "8afb1727ec448fabf6b435003210ae6b0caf1b3a",
      "parents": [
        "df1ec6deeb18097ae670bf6d001b6e95c8332640"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Nov 08 19:15:31 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 19:15:31 2005 +0000"
      },
      "message": "[ARM] 3126/1: BAST: fix map_desc initialisation\n\nPatch from Ben Dooks\n\nFix the map_desc entries to use the new .pfn\ninitialiser for the Simtec BAST machine support.\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": "df1ec6deeb18097ae670bf6d001b6e95c8332640",
      "tree": "7e14c741cb78282f7d53a4617044a2bcab282949",
      "parents": [
        "a93876c16275376c4f9f1630ce24036d329fa7a0"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Nov 08 19:15:30 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 19:15:30 2005 +0000"
      },
      "message": "[ARM] 3125/2: VR1000: Fix map_decs initialiser\n\nPatch from Ben Dooks\n\nFix the initialisation of the map_desc fields\nin the Thorcom VR1000 machine support to use\nthe new .pfn initialiser.\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": "a93876c16275376c4f9f1630ce24036d329fa7a0",
      "tree": "1e5e876f9c428d96c6f5c367e50d019914669c4c",
      "parents": [
        "3b6353fae0d7ba772d7eb2651727332c9e9c74ac"
      ],
      "author": {
        "name": "Dirk Opfer",
        "email": "dirk@opfer-online.de",
        "time": "Tue Nov 08 19:15:30 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 19:15:30 2005 +0000"
      },
      "message": "[ARM] 3123/1: Sharp SL-6000x: Add IRDA, MMC, UDC and keyboard device\n\nPatch from Dirk Opfer\n\nThis patch adds MMC, IRDA and UDC support to the Sharp SL-6000x device. Also it adds a platform device for the keyboard driver.\n\nSigned-off-by: Dirk Opfer\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "37ee16ae93a3e4ae7dd51beb81d249f5f12a55c2",
      "tree": "a6cf9773ddb5eae9f173c6a9c9d6120faa5688a4",
      "parents": [
        "3b6353fae0d7ba772d7eb2651727332c9e9c74ac"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Nov 08 19:08:05 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 19:08:05 2005 +0000"
      },
      "message": "[ARM SMP] Add core ARM support for local timers\n\nAdd infrastructure for supporting per-cpu local timers to update\nthe profiling information and update system time accounting.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a52e8381c430896d3bd6065a34fda99cb5c74c82",
      "tree": "549c65dab5e5b2a0358ff45a3bcd37f2e37ffec4",
      "parents": [
        "be9d122730c878baafe11e70d1436faac229f2fc",
        "da1605465ebdb9dc25296a354394086cd559c243"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 08 10:23:00 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Nov 08 10:23:00 2005 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n"
    },
    {
      "commit": "da1605465ebdb9dc25296a354394086cd559c243",
      "tree": "9006bcb3c3dc0952f41b0ddf0e7119b40f48b458",
      "parents": [
        "d5a858bc148fe97996af9cf685cc124b70519adf"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Tue Nov 08 10:00:55 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 10:00:55 2005 -0800"
      },
      "message": "[SPARC64] mm: update get_user_insn comment\n\nUpdate comment on get_user_insn to the more general \"pte lock\", which may\nor may not be the page_table_lock.  Note vmtruncate handled like kswapd.\n\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d5a858bc148fe97996af9cf685cc124b70519adf",
      "tree": "e483f56aa7d38d07260247b4dec7496cdf0d7917",
      "parents": [
        "f093182d313edde9b1f86dbdaf40ba4da2dbd0e7"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Nov 08 10:00:13 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Tue Nov 08 10:00:13 2005 -0800"
      },
      "message": "[SPARC]: Missing compat_ioctl hookup in openprom driver.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "be9d122730c878baafe11e70d1436faac229f2fc",
      "tree": "d6644129b56d7cff9fb9781154eebf97746f296b",
      "parents": [
        "1ebb92521d0bc2d4ef772730d29333c06b807191"
      ],
      "author": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Tue Nov 08 09:57:38 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:57:38 2005 -0800"
      },
      "message": "[Bluetooth]: Remove the usage of /proc completely\n\nThis patch removes all relics of the /proc usage from the Bluetooth\nsubsystem core and its upper layers. All the previous information are\nnow available via /sys/class/bluetooth through appropriate functions.\n\nSigned-off-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1ebb92521d0bc2d4ef772730d29333c06b807191",
      "tree": "d480ca68fd4c7f1185e189942feef8d85edbb659",
      "parents": [
        "7ef934b3b73f74aea23aa0e98affe86d7ea816a3"
      ],
      "author": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Tue Nov 08 09:57:21 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:57:21 2005 -0800"
      },
      "message": "[Bluetooth]: Add endian annotations to the core\n\nThis patch adds the endian annotations to the Bluetooth core.\n\nSigned-off-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "7ef934b3b73f74aea23aa0e98affe86d7ea816a3",
      "tree": "9fb67c510698d25800033b2729f404c708b0c07f",
      "parents": [
        "89f5f0aeed14ac7245f760b0b96c9269c87bcbbe"
      ],
      "author": {
        "name": "Marcel Holtmann",
        "email": "marcel@holtmann.org",
        "time": "Tue Nov 08 09:57:05 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:57:05 2005 -0800"
      },
      "message": "[Bluetooth]: Add another ignore parameter to the HCI USB driver\n\nThis patchs adds the module parameter ignore_dga to the HCI USB driver\nwhich makes it possible to prevent this driver from being loaded by\nsome buggy Digianswer devices.\n\nSigned-off-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "89f5f0aeed14ac7245f760b0b96c9269c87bcbbe",
      "tree": "8dae08b8c2c7b61c6207d9189196b3c28d1cb8d4",
      "parents": [
        "a51482bde22f99c63fbbb57d5d46cc666384e379"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Tue Nov 08 09:41:56 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:41:56 2005 -0800"
      },
      "message": "[IPV4]: Fix ip_queue_xmit identity increment for TSO packets\n\nWhen ip_queue_xmit calls ip_select_ident_more for IP identity selection\nit gives it the wrong packet count for TSO packets.  The ip_select_*\nfunctions expect one less than the number of packets, so we need to\nsubtract one for TSO packets.\n\nThis bug was diagnosed and fixed by Tom Young.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "a51482bde22f99c63fbbb57d5d46cc666384e379",
      "tree": "5482ed1c0803edb2ffbd51035de921fb0f72d82b",
      "parents": [
        "ac7c98eca88a854755475fcfe1b2bf5f97f90d99"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Tue Nov 08 09:41:34 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:41:34 2005 -0800"
      },
      "message": "[NET]: kfree cleanup\n\nFrom: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\n\nThis is the net/ part of the big kfree cleanup patch.\n\nRemove pointless checks for NULL prior to calling kfree() in net/.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@conectiva.com.br\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nAcked-by: YOSHIFUJI Hideaki \u003cyoshfuji@linux-ipv6.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "ac7c98eca88a854755475fcfe1b2bf5f97f90d99",
      "tree": "64a6c4754d306cf1246bbe040ac628572b098698",
      "parents": [
        "b3f9b92a6ec1a9a5e4b4b36e484f2f62cc73277c"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Nov 08 09:41:13 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:41:13 2005 -0800"
      },
      "message": "[IRDA] donauboe: locking fix\n\nFrom: Andrew Morton \u003cakpm@osdl.org\u003e\n\nTwo missing unlocks, as noted by Ted Unangst \u003ctedu@coverity.com\u003e\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b3f9b92a6ec1a9a5e4b4b36e484f2f62cc73277c",
      "tree": "7ca8e019573362620638e14e32bb519770ee6945",
      "parents": [
        "6722e78c90054101e6797d5944cdc81af9897a0a"
      ],
      "author": {
        "name": "Matt Domsch",
        "email": "Matt_Domsch@dell.com",
        "time": "Tue Nov 08 09:40:47 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:40:47 2005 -0800"
      },
      "message": "[PPP]: add PPP MPPE encryption module\n\nFrom: Matt Domsch \u003cMatt_Domsch@dell.com\u003e\n\nThe patch below implements the Microsoft Point-to-Point Encryption method\nas a PPP compressor/decompressor.  This is necessary for Linux clients and\nservers to interoperate with Microsoft Point-to-Point Tunneling Protocol\n(PPTP) servers (either Microsoft PPTP servers or the poptop project) which\nuse MPPE to encrypt data when creating a VPN.\n\nThis patch differs from the kernel_ppp_mppe DKMS pacakge at\npptpclient.sourceforge.net by utilizing the kernel crypto routines rather\nthan providing its own SHA1 and arcfour implementations.\n\nMinor changes to ppp_generic.c try to prevent a link from disabling\ncompression (in our case, the encryption) after it has started using\ncompression (encryption).\n\nFeedback to \u003cpptpclient-devel@lists.sourceforge.net\u003e please.\n\nSigned-off-by: Matt Domsch \u003cMatt_Domsch@dell.com\u003e\nCc: James Cameron \u003cjames.cameron@hp.com\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Brice Goglin \u003cBrice.Goglin@ens-lyon.org\u003e\nAcked-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "6722e78c90054101e6797d5944cdc81af9897a0a",
      "tree": "853b2618ecf9ec9e051ad49f1cca64d3854544a9",
      "parents": [
        "dc8103f25fd7cfac2c2b295f33edc10f255b4c80"
      ],
      "author": {
        "name": "Philippe De Muyter",
        "email": "phdm@macqel.be",
        "time": "Tue Nov 08 09:40:26 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:40:26 2005 -0800"
      },
      "message": "[PPP]: handle misaligned accesses\n\nFrom: \"Philippe De Muyter\" \u003cphdm@macqel.be\u003e\n\nThis patch avoids ppp-generated kernel crashes on machines where unaligned\naccesses are forbidden (ie: m68000), by fixing ppp alignment setting for\nreused skb\u0027s.\n\nSigned-off-by: Philippe De Muyter \u003cphdm@macqel.be\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "dc8103f25fd7cfac2c2b295f33edc10f255b4c80",
      "tree": "db09e8efee33d1e7d4527d81a3c1b0ece03cea33",
      "parents": [
        "9ee6b535af4c2c97b4e3b88f37f244bf1004ebd4"
      ],
      "author": {
        "name": "Julian Anastasov",
        "email": "ja@ssi.bg",
        "time": "Tue Nov 08 09:40:05 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:40:05 2005 -0800"
      },
      "message": "[IPVS]: fix connection leak if expire_nodest_conn\u003d1\n\n\tThere was a fix in 2.6.13 that changed the behaviour of\nip_vs_conn_expire_now function not to put reference to connection,\nits callers should hold write lock or connection refcnt. But we\nforgot to convert one caller, when the real server for connection\nis unavailable caller should put the connection reference. It\nhappens only when sysctl var expire_nodest_conn is set to 1 and\nsuch connections never expire. Thanks to Roberto Nibali who found\nthe problem and tested a 2.4.32-rc2 patch, which is equal to this\n2.6 version. Patch for 2.4 is already sent to Marcelo.\n\nSigned-off-by: Julian Anastasov \u003cja@ssi.bg\u003e\nSigned-off-by: Roberto Nibali \u003cratz@drugphish.ch\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9ee6b535af4c2c97b4e3b88f37f244bf1004ebd4",
      "tree": "c8a45fcf863e8d72b91fd91ef94fd1f2d70fecb3",
      "parents": [
        "b541ca2c5a3f3f399d6f2ec9da33c1be5a8d8c19"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@osdl.org",
        "time": "Tue Nov 08 09:39:42 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:39:42 2005 -0800"
      },
      "message": "[NET]: sk_add_backlog convert from macro to inline\n\nThere is no reason for sk_add_backlog to be a macro. It can\njust be an inline function and get type checking.\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@osdl.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b541ca2c5a3f3f399d6f2ec9da33c1be5a8d8c19",
      "tree": "4e3596af9d6020820b751829b98fa80029b80499",
      "parents": [
        "18a0c23617a2cb1c2e55e650046c2084d823fde0"
      ],
      "author": {
        "name": "Thomas Graf",
        "email": "tgraf@suug.ch",
        "time": "Tue Nov 08 09:39:17 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:39:17 2005 -0800"
      },
      "message": "[PKT_SCHED]: Correctly handle empty ematch trees\n\nFixes an invalid memory reference when the basic classifier\nis used without any ematches but just actions.\n\nSigned-off-by: Thomas Graf \u003ctgraf@suug.ch\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "18a0c23617a2cb1c2e55e650046c2084d823fde0",
      "tree": "24e73433d0e8149c1ae8b658188f0cec0472c60c",
      "parents": [
        "072047e4de3800905e09d0f8ef0e1cc4e91a601e"
      ],
      "author": {
        "name": "Carlo Comin",
        "email": "vl4d@spine-group.org",
        "time": "Tue Nov 08 09:38:56 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:38:56 2005 -0800"
      },
      "message": "[CONNECTOR]: Fix documentation test module.\n\nPatch from Carlo Comin \u003cvl4d spine-group.org\u003e\n\nSigned-off-by: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "072047e4de3800905e09d0f8ef0e1cc4e91a601e",
      "tree": "f4b7b8c74213bc0b075d252eab46db0b012323fc",
      "parents": [
        "b1cacb6820e0afc4aeeea67bcb5296a316862cad"
      ],
      "author": {
        "name": "YOSHIFUJI Hideaki",
        "email": "yoshfuji@linux-ipv6.org",
        "time": "Tue Nov 08 09:38:30 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:38:30 2005 -0800"
      },
      "message": "[IPV6]: RFC3484 compliant source address selection\n\nChoose more appropriate source address; e.g.\n - outgoing interface\n - non-deprecated\n - scope\n - matching label\n\nSigned-off-by: YOSHIFUJI Hideaki \u003cyoshfuji@linux-ipv6.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b1cacb6820e0afc4aeeea67bcb5296a316862cad",
      "tree": "e7a563d832dfb028b31492ec76054ca30c2c8878",
      "parents": [
        "971f359ddcb2e7a0d577479c7561bda407febe1b"
      ],
      "author": {
        "name": "YOSHIFUJI Hideaki",
        "email": "yoshfuji@linux-ipv6.org",
        "time": "Tue Nov 08 09:38:12 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:38:12 2005 -0800"
      },
      "message": "[IPV6]: Make ipv6_addr_type() more generic so that we can use it for source address selection.\n\nSigned-off-by: YOSHIFUJI Hideaki \u003cyoshfuji@linux-ipv6.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "971f359ddcb2e7a0d577479c7561bda407febe1b",
      "tree": "9bca1b66b368bd1f6aa7d3a2e58f3cbd2658306c",
      "parents": [
        "f093182d313edde9b1f86dbdaf40ba4da2dbd0e7"
      ],
      "author": {
        "name": "YOSHIFUJI Hideaki",
        "email": "yoshfuji@linux-ipv6.org",
        "time": "Tue Nov 08 09:37:56 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Nov 08 09:37:56 2005 -0800"
      },
      "message": "[IPV6]: Put addr_diff() into common header for future use.\n\nSigned-off-by: YOSHIFUJI Hideaki \u003cyoshfuji@linux-ipv6.org\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3b6353fae0d7ba772d7eb2651727332c9e9c74ac",
      "tree": "720827f6aab7d4834ba3a4b729b56b87b1bf5027",
      "parents": [
        "2c250134952aac06edbdce5e61f0bd8737dcf3ad"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Nov 08 15:35:23 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 15:35:23 2005 +0000"
      },
      "message": "[ARM] Declare asm entry points in asm/smp.h\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2c250134952aac06edbdce5e61f0bd8737dcf3ad",
      "tree": "7c48f4b1c3fa370a484277656d7af3e104e63400",
      "parents": [
        "5d43045bcd296f9f269ab266bf26cd667d8d560c"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Nov 08 14:44:15 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 14:44:15 2005 +0000"
      },
      "message": "[ARM] More sparse fixes\n\narch/arm/kernel/irq.c:998:26: warning: Using plain integer as NULL pointer\narch/arm/kernel/smp.c:145:25: warning: Using plain integer as NULL pointer\narch/arm/kernel/smp.c:362:5: warning: symbol \u0027smp_call_function_on_cpu\u0027 was not declared. Should it be static?\ndrivers/video/amba-clcd.c:521:12: warning: symbol \u0027amba_clcdfb_init\u0027 was not declared. Should it be static?\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5d43045bcd296f9f269ab266bf26cd667d8d560c",
      "tree": "09ad7a30e275c3bce3e02b3ca13c2b72c22a8600",
      "parents": [
        "dbebb4cbe02dc811e21bd3bc40a252490e46b949"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Nov 08 10:44:46 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 10:44:46 2005 +0000"
      },
      "message": "[ARM SMP] Fix some sparse warnings in SMP code\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "dbebb4cbe02dc811e21bd3bc40a252490e46b949",
      "tree": "4d76e96bd71dd3837253fbe00f8f6d6769644015",
      "parents": [
        "f093182d313edde9b1f86dbdaf40ba4da2dbd0e7"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Nov 08 10:40:10 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 08 10:40:10 2005 +0000"
      },
      "message": "[ARM SMP] Add missing SMP timer handling for realview\n\nUntil we have local timer support, we need to broadcast the\ntimer interrupt to the other CPUs.  Also, add the missing\nsmp_send_timer() prototype to asm/smp.h\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f093182d313edde9b1f86dbdaf40ba4da2dbd0e7",
      "tree": "ecfc614d514bd5b43a98cf4c62fdd2f47d86e33c",
      "parents": [
        "d27ba47e7e8c466c18983a1779d611f82d6a354f",
        "76c8e25b905f99be5ddbe999597ba7c2c33ec64b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 20:23:46 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 20:23:46 2005 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge\n"
    },
    {
      "commit": "d27ba47e7e8c466c18983a1779d611f82d6a354f",
      "tree": "2870d82516be16e0cae63e1f7e84bd855bb34a23",
      "parents": [
        "e3d8b77bc7a89d190ee895d0570af10c026e5086",
        "dd3e2dcf3408843ed35501c28626f389b30be756"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:42:23 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:42:23 2005 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n"
    },
    {
      "commit": "e3d8b77bc7a89d190ee895d0570af10c026e5086",
      "tree": "56f333679ac333abe2dcddce64e73fb211216044",
      "parents": [
        "9cfcceea8f7e8f5554e9c8130e568bcfa98a3a64",
        "0ad3a96f8ad910ecf87a25ec69ed360b284dee2e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:41:53 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:41:53 2005 -0800"
      },
      "message": "Merge branch \u0027release\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6\n"
    },
    {
      "commit": "9cfcceea8f7e8f5554e9c8130e568bcfa98a3a64",
      "tree": "0847d39ec73f88adb1875916cea789c2d9671f5e",
      "parents": [
        "9676f0c6389b62bd6b24d77d4b3abdbcfa32d0f2"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:31:49 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:11 2005 -0800"
      },
      "message": "[PATCH] Complete description of shared subtrees.\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9676f0c6389b62bd6b24d77d4b3abdbcfa32d0f2",
      "tree": "fd7d965c6d646cf7e4cfd35e866723927f6cfe8b",
      "parents": [
        "5afe00221389998a25d611dc7941c06580c29eb6"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:21:20 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:11 2005 -0800"
      },
      "message": "[PATCH] unbindable mounts\n\nAn unbindable mount does not forward or receive propagation.  Also\nunbindable mount disallows bind mounts.  The semantics is as follows.\n\nBind semantics:\n  It is invalid to bind mount an unbindable mount.\n\nMove semantics:\n  It is invalid to move an unbindable mount under shared mount.\n\nClone-namespace semantics:\n  If a mount is unbindable in the parent namespace, the corresponding\n  cloned mount in the child namespace becomes unbindable too.  Note:\n  there is subtle difference, unbindable mounts cannot be bind mounted\n  but can be cloned during clone-namespace.\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5afe00221389998a25d611dc7941c06580c29eb6",
      "tree": "521270fb5974b42ac2b27666541f20fd375d8f66",
      "parents": [
        "a58b0eb8e64b78d9315a5491955e78b1391d42e5"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:21:01 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:11 2005 -0800"
      },
      "message": "[PATCH] handling of slave mounts\n\nThis makes bind, rbind, move, clone namespace and umount operations\naware of the semantics of slave mount (see Documentation/sharedsubtree.txt\nin the last patch of the series for detailed description).\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a58b0eb8e64b78d9315a5491955e78b1391d42e5",
      "tree": "546f77cb0338c817ef1e34d8ebbc6eaf0e5d6be9",
      "parents": [
        "a05964f3917c7c55368c229d7985f8e7c9977e97"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:20:48 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:11 2005 -0800"
      },
      "message": "[PATCH] introduce slave mounts\n\nA slave mount always has a master mount from which it receives\nmount/umount events.  Unlike shared mount the event propagation does not\nflow from the slave mount to the master.\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a05964f3917c7c55368c229d7985f8e7c9977e97",
      "tree": "7ec25550267ef050572c00ba2f37d6a4ff9c469e",
      "parents": [
        "2144440327fa01b2f3f65e355120a78211685702"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:20:17 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:11 2005 -0800"
      },
      "message": "[PATCH] shared mounts handling: umount\n\nAn unmount of a mount creates a umount event on the parent.  If the\nparent is a shared mount, it gets propagated to all mounts in the peer\ngroup.\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2144440327fa01b2f3f65e355120a78211685702",
      "tree": "af068b9aba3ddc1c54a65b635c80392134f6abd9",
      "parents": [
        "b90fa9ae8f51f098ee480bbaabd6867992e9fc58"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:20:03 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:11 2005 -0800"
      },
      "message": "[PATCH] shared mounts handling: move\n\nImplement handling of mount --move in presense of shared mounts (see\nDocumentation/sharedsubtree.txt in the end of patch series for detailed\ndescription).\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b90fa9ae8f51f098ee480bbaabd6867992e9fc58",
      "tree": "2ad583b3a7399face7a78730b001928413c8269e",
      "parents": [
        "03e06e68ff76294e53ffa898cb844d2a997b043e"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:19:50 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:11 2005 -0800"
      },
      "message": "[PATCH] shared mount handling: bind and rbind\n\nImplement handling of MS_BIND in presense of shared mounts (see\nDocumentation/sharedsubtree.txt in the end of patch series for detailed\ndescription).\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "03e06e68ff76294e53ffa898cb844d2a997b043e",
      "tree": "df17444b2c9b89e1eed75e09d46ea36c40ebd1df",
      "parents": [
        "07b20889e3052c7e77d6a6a54e7e83446eb1ba84"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:19:33 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:10 2005 -0800"
      },
      "message": "[PATCH] introduce shared mounts\n\nThis creates shared mounts.  A shared mount when bind-mounted to some\nmountpoint, propagates mount/umount events to each other.  All the\nshared mounts that propagate events to each other belong to the same\npeer-group.\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "07b20889e3052c7e77d6a6a54e7e83446eb1ba84",
      "tree": "616ac5b7eef3092e105d3b41e7bd2052558b064b",
      "parents": [
        "390c684367de37e1c2f9005cf92f7a746c69fdd3"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:19:07 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:10 2005 -0800"
      },
      "message": "[PATCH] beginning of the shared-subtree proper\n\nA private mount does not forward or receive propagation.  This patch\nprovides user the ability to convert any mount to private.\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "390c684367de37e1c2f9005cf92f7a746c69fdd3",
      "tree": "23cf8783db5fdec3717c79f989c6872955679036",
      "parents": [
        "36341f64569b0c4572478237ec5ed318f0762510"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:17:51 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:10 2005 -0800"
      },
      "message": "[PATCH] making namespace_sem global\n\nThis removes the per-namespace semaphore in favor of a global semaphore.\nThis can have an effect on namespace scalability.\n\nSigned-off-by: Miklos Szeredi \u003cmiklos@szeredi.hu\u003e\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "36341f64569b0c4572478237ec5ed318f0762510",
      "tree": "c3babb815d36445d2478581569f6d4c892f0202a",
      "parents": [
        "70fbcdf4d252c6b17cc249cb9ac9b220cb0b863d"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:17:22 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:10 2005 -0800"
      },
      "message": "[PATCH] mount expiry fixes\n\n - clean up the ugliness in may_umount_tree()\n\n - fix a bug in do_loopback().  after cloning a tree, do_loopback()\n   unlinks only the topmost mount of the cloned tree, leaving behind the\n   children mounts on their corresponding expiry list.\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "70fbcdf4d252c6b17cc249cb9ac9b220cb0b863d",
      "tree": "cefa087774953dd7a2181513427577286f8e9f63",
      "parents": [
        "5b83d2c5c0afcf5a3517cf00d9ceb41b8345e01b"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:17:04 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:10 2005 -0800"
      },
      "message": "[PATCH] umount_tree() locking change\n\numount is done under the protection of the namespace semaphore.  This\ncan lead to intresting deadlocks when the last reference to a mount is\nreleased, if filesystem code is in sufficiently nasty state.\n\nThis collects all the to-be-released-mounts and releases them after\nreleasing the namespace semaphore.  That both reduces the time we are\nholding namespace semaphore and gets the things more robust.\n\nIdea proposed by Al Viro.\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5b83d2c5c0afcf5a3517cf00d9ceb41b8345e01b",
      "tree": "ae92239c963b2d3cb12e2a561913451a77752d55",
      "parents": [
        "b58fed8b1959d6b9e4c951a54adc8960e1401b18"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:16:29 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:10 2005 -0800"
      },
      "message": "[PATCH] sanitize the interface of graft_tree().\n\nOld semantics: graft_tree() grabs a reference on the vfsmount before\nreturning success.\n\nNew one: graft_tree() leaves that to caller.\n\nAll the callers of graft_tree() immediately dropped that reference\nanyway.  Changing the interface takes care of this unnecessary overhead.\n\nIdea proposed by Al Viro.\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b58fed8b1959d6b9e4c951a54adc8960e1401b18",
      "tree": "7e7ddca31fcbb263c03b33a6e29e09eff4d1ac26",
      "parents": [
        "5addc5dd8836aa061f6efc4a0d9ba6323726297a"
      ],
      "author": {
        "name": "Ram Pai",
        "email": "linuxram@us.ibm.com",
        "time": "Mon Nov 07 17:16:09 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:10 2005 -0800"
      },
      "message": "[PATCH] lindent fs/namespace.c\n\nSigned-off-by: Ram Pai \u003clinuxram@us.ibm.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5addc5dd8836aa061f6efc4a0d9ba6323726297a",
      "tree": "a5ce3703bbb421c93482b6043ebd57137276808f",
      "parents": [
        "1abe77b0fc4b485927f1f798ae81a752677e1d05"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Nov 07 17:15:49 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:10 2005 -0800"
      },
      "message": "[PATCH] make /proc/mounts pollable\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1abe77b0fc4b485927f1f798ae81a752677e1d05",
      "tree": "f7a2de3728fa475975144310e67b643c446e5a6f",
      "parents": [
        "ccd48bc7fac284caf704dcdcafd223a24f70bccf"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Nov 07 17:15:34 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:09 2005 -0800"
      },
      "message": "[PATCH] allow callers of seq_open do allocation themselves\n\nAllow caller of seq_open() to kmalloc() seq_file + whatever else they\nwant and set -\u003eprivate_data to it.  seq_open() will then abstain from\ndoing allocation itself.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ccd48bc7fac284caf704dcdcafd223a24f70bccf",
      "tree": "83b0b6643cb7ea302391e99ec57e07503a292646",
      "parents": [
        "7b7b1ace2d9d06d76bce7481a045c22ed75e35dd"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Nov 07 17:15:04 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:09 2005 -0800"
      },
      "message": "[PATCH] cleanups and bug fix in do_loopback()\n\n - check_mnt() on the source of binding should\u0027ve been unconditional\n   from the very beginning.  My fault - as far I could\u0027ve trace it,\n   that\u0027s an old thinko made back in 2001.  Kudos to Miklos for spotting\n   it...\n\n   Fixed.\n\n - code cleaned up.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7b7b1ace2d9d06d76bce7481a045c22ed75e35dd",
      "tree": "458f9f16b855ed0347013048c13d3a29031f00ee",
      "parents": [
        "254ce8dc882f8d69e5d49ed4807c94a61976fb15"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Mon Nov 07 17:13:39 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 18:18:09 2005 -0800"
      },
      "message": "[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umount\n\nThe way we currently deal with quota and process accounting that might\nkeep vfsmount busy at umount time is inherently broken; we try to turn\nthem off just in case (not quite correctly, at that) and\n\n  a) pray umount doesn\u0027t fail (otherwise they\u0027ll stay turned off)\n  b) pray nobody doesn anything funny just as we turn quota off\n\nMoreover, LSM provides hooks for doing the same sort of broken logics.\n\nThe proper way to deal with that is to introduce the second kind of\nreference to vfsmount.  Semantics:\n\n - when the last normal reference is dropped, all special ones are\n   converted to normal ones and if there had been any, cleanup is done.\n - normal reference can be cloned into a special one\n - special reference can be converted to normal one; that\u0027s a no-op if\n   we\u0027d already passed the point of no return (i.e.  mntput() had\n   converted special references to normal and started cleanup).\n\nThe way it works: e.g. starting process accounting converts the vfsmount\nreference pinned by the opened file into special one and turns it back\nto normal when it gets shut down; acct_auto_close() is done when no\nnormal references are left.  That way it does *not* obstruct umount(2)\nand it silently gets turned off when the last normal reference to\nvfsmount is gone.  Which is exactly what we want...\n\nThe same should be done by LSM module that holds some internal\nreferences to vfsmount and wants to shut them down on umount - it should\nmake them special and security_sb_umount_close() will be called exactly\nwhen the last normal reference to vfsmount is gone.\n\nquota handling is even simpler - we don\u0027t use normal file IO anymore, so\nthere\u0027s no need to hold vfsmounts at all.  DQUOT_OFF() is done from\ndeactivate_super(), where it really belongs.\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "76c8e25b905f99be5ddbe999597ba7c2c33ec64b",
      "tree": "c6d13a7064534116ef1c8c22021d8949d32393cc",
      "parents": [
        "b354cab0763080df3735dcd0c64a545f266cc9e2"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Nov 08 11:21:05 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 13:07:50 2005 +1100"
      },
      "message": "[PATCH] ppc64: Fix the lazy icache/dcache code for non-RAM pages\n\nFor some stupid reason I can\u0027t explain (brown paper bag is at hand), I\nremoved the check pfn_valid() in the code that does the icache/dcache\ncoherency on POWER4 and later. That causes us to eventually try to\naccess non existing struct page when hashing in IO pages.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "b354cab0763080df3735dcd0c64a545f266cc9e2",
      "tree": "4fa1fd9cf5053a0f4cc5f49ba66126ef23e182e7",
      "parents": [
        "515729ece1e515546e9f49713b012cfbc41747ed"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue Nov 08 12:20:34 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 12:20:34 2005 +1100"
      },
      "message": "powerpc: merge ide.h\n\nThis is very simple with it being almost all ppc32 with just a couple\nof common defines.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "515729ece1e515546e9f49713b012cfbc41747ed",
      "tree": "e5fe23953e33236efc21c66898c8be07acc2760f",
      "parents": [
        "3fb62b5148bd9df6b8a734988f5cf330251abdb4"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 12:15:36 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 12:15:36 2005 +1100"
      },
      "message": "powermac: Use a spinlock in swim3.c (floppy driver) instead of cli\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "3fb62b5148bd9df6b8a734988f5cf330251abdb4",
      "tree": "70a9d5cae57815b97d5b092ccbec0ce0a635a668",
      "parents": [
        "22358ea8e1e88d65b073c3d2bb85d8c4e3bd44c1"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 12:14:50 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 12:14:50 2005 +1100"
      },
      "message": "macintosh: Always export pmu_[un]register_sleep_notifier if CONFIG_PM set\n\nThis fixes a build error when building the pmac sound driver as a\nmodule for 64-bit powermacs.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "22358ea8e1e88d65b073c3d2bb85d8c4e3bd44c1",
      "tree": "a791eb3592fc47a0f1c89c7d925b12933d011a42",
      "parents": [
        "0286486783a75ef991df3ee250917efb55df75b3"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 12:13:38 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 12:13:38 2005 +1100"
      },
      "message": "powerpc: Fix typo in pmac_cpufreq_resume\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0286486783a75ef991df3ee250917efb55df75b3",
      "tree": "067d186c3e1f79f44d9ac729cf67c898d329f2ab",
      "parents": [
        "570142ca37248291c03df9852a5a0ce97f756464"
      ],
      "author": {
        "name": "Mike Kravetz",
        "email": "kravetz@us.ibm.com",
        "time": "Mon Nov 07 13:48:59 2005 -0800"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:20:00 2005 +1100"
      },
      "message": "[PATCH] Memory Add Fixes for ppc64\n\nOn Tue, Nov 08, 2005 at 08:12:56AM +1100, Benjamin Herrenschmidt wrote:\n\u003e Yes, the MAX_ORDER should be different indeed. But can Kconfig do that ?\n\u003e That is have the default value be different based on a Kconfig option ?\n\u003e I don\u0027t see that ... We may have to do things differently here...\n\nThis seems to be done in other parts of the Kconfig file.  Using those\nas an example, this should keep the MAX_ORDER block size at 16MB.\n\nSigned-off-by: Mike Kravetz \u003ckravetz@us.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "570142ca37248291c03df9852a5a0ce97f756464",
      "tree": "ca5317ed8f9535f95cf6b3e4c30a1b803b0e6203",
      "parents": [
        "cb09cff30ad22408eea9b2785555af2d2b0ac1bd"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Mon Nov 07 19:05:31 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:19:57 2005 +1100"
      },
      "message": "[PATCH] ppc64: remove some direct xmon calls\n\nEven though we can enable and disable xmon at runtime now, there are a\nfew places in the merge tree that call xmon and xmon_printf directly.\n\nIn the case below we call die() which will call xmon if it is enabled.\n\nAlso remove an unnecessary include of xmon.h in smp.c.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "cb09cff30ad22408eea9b2785555af2d2b0ac1bd",
      "tree": "07b41289038c9665c4626174f92abbbeeef9d445",
      "parents": [
        "bcb3557694d4e880051795ad97d609d255bcb658"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Mon Nov 07 18:43:56 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:19:55 2005 +1100"
      },
      "message": "[PATCH] ppc64: fix oprofile sample bit handling\n\nOprofile was hardwiring the MMCRA sample bit to 1 but on newer cpus\n(eg POWER5) we want to vary it based on the group being sampled.\n\nAdd a temporary workaround until people update their oprofile userspace.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "bcb3557694d4e880051795ad97d609d255bcb658",
      "tree": "b79b550546b1330c828cd163ac624c6dc42a992a",
      "parents": [
        "42596ec5edc8efb9e24397ef656df7ebb2c4f8d5"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Mon Nov 07 17:43:07 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:19:53 2005 +1100"
      },
      "message": "[PATCH] ppc64: fix Memory: summary line\n\nOn ppc64 we end up with a negative value for the data size in the memory\nboot message:\n\nMemory: 2035560k/2097152k available (5792k kernel code, 89564k reserved,\n18014398509481632k data, 870k bss, 352k init)\n\nIt turns out the section ordering of the linker script is different on\nppc32 and ppc64, so just count data as _edata - _sdata which should work\non both.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "42596ec5edc8efb9e24397ef656df7ebb2c4f8d5",
      "tree": "ef58c24c27589f9d157d26be71129b7f8aecc5f5",
      "parents": [
        "7b007de8a90604000329154e87d269db3427d099"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Nov 07 16:57:33 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:19:51 2005 +1100"
      },
      "message": "[PATCH] ppc: Fix PowerBook HD led on ARCH\u003dpowerpc\n\nThe PowerBook HD led code uses obsoletes device-tree accessors which do\nnot work anymore for getting the root of the tree.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "7b007de8a90604000329154e87d269db3427d099",
      "tree": "637842a469abd622af00f1032d295dc62400dba6",
      "parents": [
        "21fe3301f11a93c4f18e8480ed08522559bf0a50"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Nov 07 16:43:44 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:19:48 2005 +1100"
      },
      "message": "[PATCH] ppc: Fix ARCH\u003dppc build with xmon\n\nxmon() prototype is inconsistent between ARCH\u003dppc and ARCH\u003dpowerpc,\nthus causing ARCH\u003dppc build breakage.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "21fe3301f11a93c4f18e8480ed08522559bf0a50",
      "tree": "76076ecea25a621f0cffc856025279022ee8d234",
      "parents": [
        "75722d3992f57375c0cc029dcceb2334a45ceff1"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Nov 07 16:41:59 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:19:36 2005 +1100"
      },
      "message": "[PATCH] ppc: fix a bunch of warnings\n\nBuilding a PowerMac kernel with ARCH\u003dpowerpc causes a bunch of warnings,\nthis fixes some of them\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "75722d3992f57375c0cc029dcceb2334a45ceff1",
      "tree": "d3f63b3ea80790c2f29ea435781c1331f17d269e",
      "parents": [
        "7d49697ef92bd2cf84ab53bd4cea82fefb197fb9"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Nov 07 16:08:17 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:17:56 2005 +1100"
      },
      "message": "[PATCH] ppc64: Thermal control for SMU based machines\n\nThis adds a new thermal control framework for PowerMac, along with the\nimplementation for PowerMac8,1, PowerMac8,2 (iMac G5 rev 1 and 2), and\nPowerMac9,1 (latest single CPU desktop). In the future, I expect to move\nthe older G5 thermal control to the new framework as well.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "7d49697ef92bd2cf84ab53bd4cea82fefb197fb9",
      "tree": "502141dc2692c37c8b8349e92832c36ce29d8ee0",
      "parents": [
        "c618cf19995ef00c7ab85a9734abe028de9c08d4"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Nov 07 14:36:21 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:17:53 2005 +1100"
      },
      "message": "[PATCH] ppc64: More U3 device-tree fixes\n\nSome more U3 revisions have the missing \"interrupts\" property in U3,\nthis adds them to the fixup code in prom_init.c\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c618cf19995ef00c7ab85a9734abe028de9c08d4",
      "tree": "701a3a4eec43136c7a87214e6b4dfbef72ce7051",
      "parents": [
        "183d020258dfd08178a05c6793dae10409db8abb"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Nov 07 14:32:28 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:17:50 2005 +1100"
      },
      "message": "[PATCH] ppc64: Update g5_defconfig for ARCH\u003dpowerpc\n\nThis patch updates g5_defconfig for ARCH\u003dpowerpc in order to add the SMU\nsupport \u0026 thermal drivers to it, the pmac sound driver (works on some\nG5s) and replaces rivafb with nvidiafb which works better for the cards\nfound in G5 based machines.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "183d020258dfd08178a05c6793dae10409db8abb",
      "tree": "5b20bc62709c94bd63e17d800544140213eaf0f5",
      "parents": [
        "4350147a816b9c5b40fa59e4fa23f17490630b79"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Nov 07 14:29:02 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:17:40 2005 +1100"
      },
      "message": "[PATCH] ppc64: SMU partition recovery\n\nThis patch adds the ability to the SMU driver to recover missing\ncalibration partitions from the SMU chip itself. It also adds some\ndynamic mecanism to /proc/device-tree so that new properties are visible\nto userland.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "4350147a816b9c5b40fa59e4fa23f17490630b79",
      "tree": "c333986047de60aa90809d669895726610c0c3e5",
      "parents": [
        "a82765b6eee3d1267ded3320ca67b39fe1844599"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Nov 07 14:27:33 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:17:34 2005 +1100"
      },
      "message": "[PATCH] ppc64: SMU based macs cpufreq support\n\nCPU freq support using 970FX powertune facility for iMac G5 and SMU\nbased single CPU desktop.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a82765b6eee3d1267ded3320ca67b39fe1844599",
      "tree": "2b9273f931724303d1c1c968684bed0146e2da61",
      "parents": [
        "24bfb00123e82a2e70bd115277d922438813515b"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Nov 02 22:34:20 2005 +0000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:16:41 2005 +1100"
      },
      "message": "[PATCH] powerpc: Fix ppc32 initrd\n\nOK, the Fedora ppc32 and ppc64 kernels should both be arch/powerpc by\ntomorrow. They\u0027re booting on G5, POWER5, and my powerbook. I\u0027ll test\npmac SMP and Pegasos later -- but pmac smp is known broken in arch/ppc\nanyway, and I\u0027ll live with a potential Pegasos regression for now; it\nwasn\u0027t supported officially in FC4 either.\n\nI needed to fix ppc32 initrd -- we were never setting initrd_start.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "24bfb00123e82a2e70bd115277d922438813515b",
      "tree": "27328b8a5718e16d64e2d101f4b7ddcad5930aed",
      "parents": [
        "c6135234550ed89a6fd0e8cb229633967e41d649",
        "3f00d3e8fb963968a922d821a9a53b503b687e81"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:14:20 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Nov 08 11:14:20 2005 +1100"
      },
      "message": "Merge ../linux-2.6\n"
    },
    {
      "commit": "dd3e2dcf3408843ed35501c28626f389b30be756",
      "tree": "76414b5a618f0632d6cac8e7ccd2947b8f6e5a42",
      "parents": [
        "f48497e38331464c25e564d9e76ee915ca55fea8"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:13:46 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:13:46 2005 -0800"
      },
      "message": "[SPARC64]: Kill some unnecessary includes from ioctl32.c\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f48497e38331464c25e564d9e76ee915ca55fea8",
      "tree": "0ef3b21b1954f4f12ad41cc5adf1081b952b7dca",
      "parents": [
        "b66621fef30e15810d459212bc8bdc274e08f14f"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 14:13:27 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:13:27 2005 -0800"
      },
      "message": "[SPARC64]: remove drm compat ioctl handling\n\ndrivers/drm/ now implements proper -\u003ecompat_ioctl methods, so this isn\u0027t\nneeded anymore.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b66621fef30e15810d459212bc8bdc274e08f14f",
      "tree": "6f0c71c93f56d47414dd43a39e3ed563d560aeda",
      "parents": [
        "1d5d00bd9c44ab4730d353ee6ba0c8ebbff295c7"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 14:13:14 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:13:14 2005 -0800"
      },
      "message": "[SPARC] cpwatchdog: implement -\u003ecompat_ioctl\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1d5d00bd9c44ab4730d353ee6ba0c8ebbff295c7",
      "tree": "ce0a4fb5876fcaa2f1a783cf221f8e8fc8b3687d",
      "parents": [
        "b31023fc24e5c39d246e9c6fc75dba1a2902c1d6"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 14:13:01 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:13:01 2005 -0800"
      },
      "message": "[SPARC] display7seg: implement -\u003eunlocked_ioctl and -\u003ecompat_ioctl\n\nall ioctls are 32bit compat clean, so the driver can use -\u003ecompat_ioctl\nand -\u003eunlocked_ioctl easily.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "b31023fc24e5c39d246e9c6fc75dba1a2902c1d6",
      "tree": "e89713fbd2769a70271e650aa3e3db5cf59c39a6",
      "parents": [
        "1928f8e541245eae933f8c95b64b2bc3683f9661"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 14:12:47 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:12:47 2005 -0800"
      },
      "message": "[SPARC] openprom: implement -\u003ecompat_ioctl\n\nimplement a compat_ioctl handle in the driver instead of having table\nentries in sparc64 ioctl32.c (I plan to get rid of the arch ioctl32.c\nfile eventually)\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1928f8e541245eae933f8c95b64b2bc3683f9661",
      "tree": "6a3d0b88315a7fce739aabe68af320124af67529",
      "parents": [
        "16cf0d816541fde06ed8f37c0f5cf9940cdfc145"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 14:12:34 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:12:34 2005 -0800"
      },
      "message": "[SPARC] envctrl: implement -\u003eunlocked_ioctl and -\u003ecompat_ioctl\n\nall the ioctls in the driver are 32bit compat clean and don\u0027t need BKL,\nso we can switch it to -\u003eunlocked_ioctl and -\u003ecompat_ioctl trivially.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "16cf0d816541fde06ed8f37c0f5cf9940cdfc145",
      "tree": "2ba6e485010ee3eb500c012115a9a8b4af7495dd",
      "parents": [
        "59871bcd1197014aacdf8e398c407cab70ab74e7"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 14:12:21 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:12:21 2005 -0800"
      },
      "message": "[SPARC]: Kill remaining kbio.h references.\n\nWould you mind applying the following patch that kills those two + the\nm68k and Documentation/ references?\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "59871bcd1197014aacdf8e398c407cab70ab74e7",
      "tree": "60786608e4c09dfa5b0d10952f1ab45564f927f5",
      "parents": [
        "261b033afc2db37ad371263db2e1316f37c8ed51"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Mon Nov 07 14:12:08 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:12:08 2005 -0800"
      },
      "message": "[SPARC64] mm: simpler tlb_flush_mmu\n\nMinor simplification to the sparc64 tlb_flush_mmu: tlb_remove_page\nset need_flush only after handling the tlb_fast_mode case, then\ntlb_flush_mmu need not consider whether it\u0027s tlb_fast_mode.\n\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "261b033afc2db37ad371263db2e1316f37c8ed51",
      "tree": "1cf66821e235754a78aa055cad878a488bcaf4f6",
      "parents": [
        "59f85dc95e81281b424b2eb0e7b002cf7f77db03"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 14:11:49 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:11:49 2005 -0800"
      },
      "message": "[SPARC64]: remove duplicated compat ioctl entries\n\nall these are handled by fs/compat_ioctls.c already.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "59f85dc95e81281b424b2eb0e7b002cf7f77db03",
      "tree": "15acfc806c75202f02706d9f0a8890c325b9db3b",
      "parents": [
        "e1413315b8dfcdebc61416dadc1334619dfb4543"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 14:11:38 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:11:38 2005 -0800"
      },
      "message": "[SPARC]: remove vuid_event.h\n\nI don\u0027t know if we ever implemented this, but the only user in any 2.6\ntree are the compat ioctls.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e1413315b8dfcdebc61416dadc1334619dfb4543",
      "tree": "5450977b1f6721799069caaa19c6a9b75d50f35d",
      "parents": [
        "9d3c7d1bfd41d5082a541666db404aae7699b79e"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 14:11:25 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:11:25 2005 -0800"
      },
      "message": "[SPARC]: remove kbio.h\n\nThe old keyboard driver is gone in 2.6, so the only user left are the\ncompat ioctls.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "9d3c7d1bfd41d5082a541666db404aae7699b79e",
      "tree": "315697678c3ff9d87940e475d4d2d97b42088423",
      "parents": [
        "e0436b3164fd071acd30a50339b7b6ba5f053cf6"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 14:11:14 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:11:14 2005 -0800"
      },
      "message": "[SPARC]: remove audioio.h\n\nThe old sound drivers are gone in 2.6, so the only user left are the\ncompat ioctls.\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e0436b3164fd071acd30a50339b7b6ba5f053cf6",
      "tree": "ca2df099eb42c9ce042fd1294be70b8433462afc",
      "parents": [
        "d16436e686949a17b3bcfff2d688c97354b599aa"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Mon Nov 07 14:11:02 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:11:02 2005 -0800"
      },
      "message": "[SPARC64]: remove alloc_user_space()\n\nthis inline routine in arch/sparc64/kernel/ioctl32.c is completely\nunused and superceeded by compat_alloc_user_space()\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "d16436e686949a17b3bcfff2d688c97354b599aa",
      "tree": "2a66310b52421102e787526724ebd022051ba643",
      "parents": [
        "483772469d4a15d77402c2ac819c80dff9be8421"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Mon Nov 07 14:10:42 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:10:42 2005 -0800"
      },
      "message": "[SPARC]: remove duplicate TIOCPKT_ definitions\n\nThe TIOCPKT_ macros are defined by all other architectures in asm/ioctls.h\nand so does sparc and sparc64, so reomve the duplicates in asm/termios.h.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "483772469d4a15d77402c2ac819c80dff9be8421",
      "tree": "3eb06f6a5d52da2b5e9ff5b17cdc669cab55fd0f",
      "parents": [
        "fc3214952fac07fef7e102fdd4a18b3d736f33f1"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:10:21 2005 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Mon Nov 07 14:10:21 2005 -0800"
      },
      "message": "[SUNSU]: Do not mark sunsu_console_setup() __init\n\nSets off buildcheck warnings.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    }
  ],
  "next": "fc3214952fac07fef7e102fdd4a18b3d736f33f1"
}
