)]}'
{
  "log": [
    {
      "commit": "1f3a6a15771ed70d3b2581663dcc6b9bc134baa5",
      "tree": "3ff04aafd6c5ea69a0011662b6aa5ed2a6a2d623",
      "parents": [
        "bd6dbdf3c7b9784fbf5d8500e427a954e27a976a"
      ],
      "author": {
        "name": "Kenji Kaneshige",
        "email": "kaneshige.kenji@jp.fujitsu.com",
        "time": "Thu Jul 28 14:42:00 2005 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Thu Aug 04 22:12:08 2005 -0400"
      },
      "message": "[ACPI] acpi_register_gsi() can return error\n\nCurrent acpi_register_gsi() function has no way to indicate errors to its\ncallers even though acpi_register_gsi() can fail to register gsi because of\nsome reasons (out of memory, lack of interrupt vectors, incorrect BIOS, and so\non).  As a result, caller of acpi_register_gsi() cannot handle the case that\nacpi_register_gsi() fails.  I think failure of acpi_register_gsi() should be\nhandled properly.\n\nThis series of patches changes acpi_register_gsi() to return negative value on\nerror, and also changes callers of acpi_register_gsi() to handle failure of\nacpi_register_gsi().\n\nThis patch changes the type of return value of acpi_register_gsi() from\n\"unsigned int\" to \"int\" to indicate an error.  If acpi_register_gsi() fails to\nregister gsi, it returns negative value.\n\nSigned-off-by: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "87bec66b9691522414862dd8d41e430b063735ef",
      "tree": "f9976d7f6bb92fe3ebeda3b5d3644ac048147e62",
      "parents": [
        "68ac767686fd72f37a25bb4895fb4ab0080ba755"
      ],
      "author": {
        "name": "David Shaohua Li",
        "email": "shaohua.li@intel.com",
        "time": "Wed Jul 27 23:02:00 2005 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Jul 29 22:49:38 2005 -0400"
      },
      "message": "[ACPI] suspend/resume ACPI PCI Interrupt Links\n\nAdd reference count and disable ACPI PCI Interrupt Link\nwhen no device still uses it.\n\nWarn when drivers have not released Link at suspend time.\n\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d3469\n\nSigned-off-by: David Shaohua Li \u003cshaohua.li@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "4b31e77455b868b43e665edceb111c9a330c8e0f",
      "tree": "009012415e7c04e7f864935da286b74d2e1d0f3d",
      "parents": [
        "45bea1555f5bf0cd5871b208b4b02d188f106861"
      ],
      "author": {
        "name": "Dominik Brodowski",
        "email": "linux@dominikbrodowski.net",
        "time": "Wed May 18 13:49:00 2005 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Jul 29 18:29:47 2005 -0400"
      },
      "message": "[ACPI] Always set P-state on initialization\n\nOtherwise a platform that supports ACPI based cpufreq\nand boots up at lowest possible speed could stay there\nforever.  This because the governor may request max speed,\nbut the code doesn\u0027t update if there is no change in\nspeed, and it assumed the initial state of max speed.\n\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d4634\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Venkatesh Pallipadi \u003cvenkatesh.pallipadi@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "02df8b9385c21fdba165bd380f60eca1d3b0578b",
      "tree": "988ad0e0ca73a40993fb1458d5cd19f90f922b31",
      "parents": [
        "17e9c78a75ce9eacd61200f9e1f1924012e28846"
      ],
      "author": {
        "name": "Venkatesh Pallipadi",
        "email": "venkatesh.pallipadi@intel.com",
        "time": "Fri Apr 15 15:07:10 2005 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jul 12 00:14:36 2005 -0400"
      },
      "message": "[ACPI] enable C2 and C3 idle power states on SMP\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d4401\n\nSigned-off-by: Venkatesh Pallipadi \u003cvenkatesh.pallipadi@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "6c4fa56033c11ad5c5929bf3edd1505d3d8a8c0b",
      "tree": "1d2cd6e75a4330039ddac768a1d71518f9476c67",
      "parents": [
        "ef7b06cd905424aea7c31f27fef622e84e75e650"
      ],
      "author": {
        "name": "Venkatesh Pallipadi",
        "email": "venkatesh.pallipadi@intel.com",
        "time": "Mon Apr 18 23:06:47 2005 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jul 12 00:10:20 2005 -0400"
      },
      "message": "[ACPI] fix C1 patch for IA64\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d4233\n\nSigned-off-by: Venkatesh Pallipadi \u003cvenkatesh.pallipadi@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "9d9437759eb6fdb68f7b82cbee20b0fb711d9f0d",
      "tree": "d628c8be86e066f11c5967c5ee02c7248993607d",
      "parents": [
        "c9c3e457de24cca2ca688fa397d93a241f472048"
      ],
      "author": {
        "name": "Nickolai Zeldovich",
        "email": "kolya@MIT.EDU",
        "time": "Fri Apr 08 23:37:34 2005 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jul 12 00:04:31 2005 -0400"
      },
      "message": "[ACPI] S3 resume -- use lgdtl, not lgdt\n\nFrom: Nickolai Zeldovich \u003ckolya@MIT.EDU\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "c9c3e457de24cca2ca688fa397d93a241f472048",
      "tree": "570b7a07f9c6f570341481500a2bff21c1328d8d",
      "parents": [
        "acf05f4b7f558051ea0028e8e617144123650272"
      ],
      "author": {
        "name": "David Shaohua Li",
        "email": "shaohua.li@intel.com",
        "time": "Fri Apr 01 00:07:31 2005 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jul 12 00:03:30 2005 -0400"
      },
      "message": "[ACPI] PNPACPI vs sound IRQ\n\nhttp://bugme.osdl.org/show_bug.cgi?id\u003d4016\n\nWritten-by: David Shaohua Li \u003cshaohua.li@intel.com\u003e\nAcked-by: Adam Belay \u003cabelay@novell.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "55e59c511cea3c6c721971467c707e9955922bc2",
      "tree": "1dc3b66be2e71881167b7ba9259b291484567b01",
      "parents": [
        "6940fabaa35b893163b7043d0d1dc5d715f9e1ca"
      ],
      "author": {
        "name": "Ashok Raj",
        "email": "ashok.raj@intel.com",
        "time": "Thu Mar 31 22:51:10 2005 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jul 12 00:01:41 2005 -0400"
      },
      "message": "[ACPI] Evaluate CPEI Processor Override flag\n\nACPI 3.0 added a Correctable Platform Error Interrupt (CPEI)\nProcessor Overide flag to MADT.Platform_Interrupt_Source.\nRecord the processor that was provided as hint from ACPI.\n\nSigned-off-by: Ashok Raj \u003cashok.raj@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "22f11c4e662ef0bdd87f09370a76c83ed738d5fd",
      "tree": "3b3c2df768eacbd59240cd4be8d9922ab4a0ba7d",
      "parents": [
        "95220a2ea334b5ff2168cc9bf31c0e08b29bae21"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@org.rmk.(none)",
        "time": "Thu Jun 16 21:23:56 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 16 21:23:56 2005 +0100"
      },
      "message": "[PATCH] ARM: 2715/1: restore CPLD interrupts upon resume for Lubbock and Mainstone\n\nPatch from Nicolas Pitre\n\nWithout this some devices fail to work again after a suspend event.\n\nSigned-off-by: Nicolas Pitre\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fea7722fd7b45c6957caed84251d95269319fe16",
      "tree": "125bf0a248ecf97e6cda409486d82d73b94344dc",
      "parents": [
        "90ef713b6368dcfe7a74bcc0026b998b4c44d5bc"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@com.rmk.(none)",
        "time": "Thu Jun 16 18:01:11 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 16 18:01:11 2005 +0100"
      },
      "message": "[PATCH] ARM: 2713/1: Fix the GPIO base for Integrator/CP\n\nPatch from Catalin Marinas\n\nThe GPIO base for Integrator/CP is different from the\nIntegrator/AP. This patch sets the correct value for\nINTEGRATOR_GPIO_BASE.\n\nSigned-off-by: Catalin Marinas\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "90ef713b6368dcfe7a74bcc0026b998b4c44d5bc",
      "tree": "c77b046000b6eb18725448a34527ce3a1044db1b",
      "parents": [
        "bcfff0b471a60df350338bcd727fc9b8a6aa54b2"
      ],
      "author": {
        "name": "Catalin Marinas",
        "email": "catalin.marinas@com.rmk.(none)",
        "time": "Thu Jun 16 18:01:11 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 16 18:01:11 2005 +0100"
      },
      "message": "[PATCH] ARM: 2712/1: Fix the RGB order for the Versatile CLCD\n\nPatch from Catalin Marinas\n\nThe current red and blue colours on the Versatile CLCD are\nreversed when the 5:6:5 mode is used. The patch sets the proper\nbit in the SYS_CLCD register value.\n\nSigned-off-by: Catalin Marinas\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1016888fb69662936b32ab767c7419a3be9a69d3",
      "tree": "719924701adccf053de08548a2195cba0a6198e0",
      "parents": [
        "4845f3333765b732aa2d7ea6d72fd03cfec4fbf3"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Tue Jun 14 13:52:19 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 14 17:41:39 2005 -0700"
      },
      "message": "[PATCH] update ppc64 defconfig\n\nenable cpusets\nenable new lpfc and jsm drivers\nenable new dm-multipath\nleave new agp disabled\ndisable rivafb, it does not handle the cards in G5 models (FX5200 as example)\nthe new nvidiafb doesnt work on bigendian, yet\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nAcked-by: 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": "4845f3333765b732aa2d7ea6d72fd03cfec4fbf3",
      "tree": "5f71f88770c75cae90587457b11e453f02a80bb2",
      "parents": [
        "dcf78d80a6c2de829ec08c8e663a3370e982d616"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jun 14 22:19:24 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 14 12:11:12 2005 -0700"
      },
      "message": "[PATCH] ppc64: update example configs\n\nHere is a patch to update the example configs in arch/ppc64/configs.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "92c6dc59b7c1ca514021502c7eef53b9f2c738fd",
      "tree": "18b82203c75979094e089e4feed1f825fa326c07",
      "parents": [
        "223230e78900e5f0be984f7697cb9bf172d71a35"
      ],
      "author": {
        "name": "Thomas Hood",
        "email": "jdthood@aglu.demon.nl",
        "time": "Mon Jun 13 22:58:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 14 07:19:35 2005 -0700"
      },
      "message": "[PATCH] apm.c: ignore_normal_resume is set a bit too late\n\nThis patch causes the ignore_normal_resume flag to be set slightly earlier,\nbefore there is a chance that the apm driver will receive the normal resume\nevent from the BIOS.  (Addresses Debian bug #310865)\n\nSigned-off-by: Thomas Hood \u003cjdthood@yahoo.co.uk\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a3c77c67a443e631febf708bb0c376caede31657",
      "tree": "75672c8dec41054de7b635df59a9f014f6a5ad14",
      "parents": [
        "98fdffccea6cc3fe9dba32c0fcc310bcb5d71529"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Mon Jun 13 15:52:18 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 13 20:58:43 2005 -0700"
      },
      "message": "[PATCH] uml: slirp and slip driver cleanups and fixes\n\nThis patch merges a lot of duplicated code in the slip and slirp drivers,\nabstracts out the slip protocol, and makes the slip driver work in 2.6.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "98fdffccea6cc3fe9dba32c0fcc310bcb5d71529",
      "tree": "a103491fdd6e9bec45f408d32c976929a7ecd458",
      "parents": [
        "36ca1195ad7f760a6af3814cb002bd3a3d4b4db1"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Mon Jun 13 15:52:14 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 13 20:58:43 2005 -0700"
      },
      "message": "[PATCH] uml: use fork instead of clone\n\nConvert the boot-time host ptrace testing from clone to fork.  They were\nessentially doing fork anyway.  This cleans up the code a bit, and makes\nvalgrind a bit happier about grinding it.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "36ca1195ad7f760a6af3814cb002bd3a3d4b4db1",
      "tree": "570a895d2af09f464d7f9fea2fe78e7fe0f73cb7",
      "parents": [
        "8447f3f4659d91c2f11a1476522369c9d6ae6ada"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Mon Jun 13 15:52:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 13 20:58:43 2005 -0700"
      },
      "message": "[PATCH] uml: build cleanups\n\nFix a build failure when CONFIG_MODE_SKAS is disabled and make a Makefile\ncomment fit in 80 columns.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8447f3f4659d91c2f11a1476522369c9d6ae6ada",
      "tree": "cf04a383839f31cce3976207c48c49310970d6b8",
      "parents": [
        "628c70da8f6c1d5a3bc3af8ca338f18ee3093438"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Mon Jun 13 15:52:04 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 13 20:58:43 2005 -0700"
      },
      "message": "[PATCH] uml: remove duplicate includes\n\nA few files include the same header twice.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a8fa3f0c59f8a1e1d89542cff0be5b057b684653",
      "tree": "4e5cf8eadec0948c107c17b00db9b999ab1e469f",
      "parents": [
        "c0105338eb4e61e537ca34ae06921177cb6efcf0"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@org.rmk.(none)",
        "time": "Mon Jun 13 22:35:41 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 13 22:35:41 2005 +0100"
      },
      "message": "[PATCH] ARM: 2711/1: fix compilation on PXA targets with CONFIG_PM\u003dn\n\nPatch from Nicolas Pitre\n\nSigned-off-by: Nicolas Pitre\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c3315ede1bdf7bc706b59870df41b9cdb6e3995a",
      "tree": "2739a03a44772035abb8c2be9085944c404ea810",
      "parents": [
        "707f919c643937e43a04e31d0502ecbf5a10445a"
      ],
      "author": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Sun Jun 12 11:25:42 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun Jun 12 20:43:22 2005 -0700"
      },
      "message": "[PATCH] M68k: Mark Sun-3 NCR5380 SCSI broken\n\nM68k: Mark Sun-3 NCR5380 SCSI broken until NCR5380_abort() and\nNCR5380_bus_reset() are replaced with real new-style EH routines (the old EH\nSCSI constants were removed in 2.6.12-rc3).\n\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "707f919c643937e43a04e31d0502ecbf5a10445a",
      "tree": "8f8cd503daad5283750b8174386c5232de920cc4",
      "parents": [
        "a58e76f25432dc5e3e84d04c27bec03347ca365b"
      ],
      "author": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Sun Jun 12 11:25:43 2005 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun Jun 12 20:43:21 2005 -0700"
      },
      "message": "[PATCH] M68k: Update defconfigs\n\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "bb011b8e8eded247cb71cb6d10e47517aacbd542",
      "tree": "ea9b80c2e57a94d874f47284f3fd733617beb213",
      "parents": [
        "27198d855abbfc82df69e81b6c8d2f333580114c"
      ],
      "author": {
        "name": "David Brownell",
        "email": "david-b@net.rmk.(none)",
        "time": "Sun Jun 12 23:26:05 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jun 12 23:26:05 2005 +0100"
      },
      "message": "[PATCH] ARM: 2709/1: Systems with PCMCIA should also see IDE options (for CompactFlash memories)\n\nPatch from David Brownell\n\nThe ARM generic Kconfig filters out IDE options ... except for\nan error prone ARMload of special cases.\nThis adds one general case to the systems that will offer IDE options:\nkernels with PCMCIA support, which probably want to use IDE to access\nCompactFlash cards.  This might allow many (most?) of the other cases\nto disappear, for systems that only see IDE hardware through CF cards.\nRight now this one patch is used to gate access to CF cards, including\nMicroDrives, for both omap_cf and at91_cf drivers.\n\nSigned-off-by: David Brownell\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "90abb7b5f3bd9271a455cd640a70c285b4fd0c89",
      "tree": "1149103d1e9255208e81cb426fad07839e15039f",
      "parents": [
        "0086b5ec7834b78358dea3f713275a9ae2b229ec"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri Jun 10 09:37:21 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri Jun 10 09:37:21 2005 -0700"
      },
      "message": "ppc: remove two extraneous descriptors for the 405EP CPU\n\nThe patch to add them keeps on getting applied, over and\nover again ;)\n\nHopefully no more.\n"
    },
    {
      "commit": "0086b5ec7834b78358dea3f713275a9ae2b229ec",
      "tree": "589b4166efe6ab929ee25b20b2e89935efba504e",
      "parents": [
        "243cd55e021baf28babdd88112ac03ae5cd4bb9c"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 10 14:19:02 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 09 21:33:35 2005 -0700"
      },
      "message": "[PATCH] ppc32: Fix nasty sleep/wakeup problem\n\nDespite all the care lately in making the powermac sleep/wakeup as\nrobust as possible, there is still a nasty related to the use of cpufreq\non PMU based machines.  Unfortunately, it affects paulus old powerbook\nso I have to fix it :)\n\nWe didn\u0027t manage to understand what is precisely going on, it leads to\nmemory corruption and might have to do with RAM not beeing properly\nrefreshed when a cpufreq transition is done right before the sleep.\n\nThe best workaround (and less intrusive at this point) we could come up\nwith is included in this patch.  We basically do _not_ force a switch to\nhigh speed on suspend anymore (that is what is causing the problem) on\nthose machines.  We still force a speed switch on wakeup (since we don\u0027t\nknow what speed we are coming back from sleep at, and that seems to work\nfine).\n\nSince, during this short interval, the actual CPU speed might be\nincorrect, we also hack around by multiplying loops_per_jiffy by 2 (max\nspeed factor on those machines) during early wakeup stage to make sure\nudelay\u0027s during that time aren\u0027t too short.\n\nFor after 2.6.12, we\u0027ll change udelay implementation to use the CPU\ntimebase (which is always constant) instead like we do on ppc64 and thus\nget rid of all those problems.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7fbdf1a23be1837b8bc5bcec096015ca99e00aa7",
      "tree": "991e076dabd33ed04ff1b181319e96cf80336047",
      "parents": [
        "04dc9ba882d224612f8db50fd60c8a45b843e77c"
      ],
      "author": {
        "name": "Eugene Surovegin",
        "email": "ebs@ebshome.net",
        "time": "Thu Jun 09 12:36:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 09 15:39:52 2005 -0700"
      },
      "message": "[PATCH] ppc32: add 405EP cpu_spec entry\n\nAdd a definition for PPC 405EP which was lost somehow during 2.4 -\u003e 2.6\ntransition.\n\nRecent change to arch/ppc/kernel/misc.S (\"Fix incorrect CPU_FTR fixup usage\nfor unified caches\") triggered this bug and 405EP boards don\u0027t boot\nanymore.\n\nSigned-off-by: Eugene Surovegin \u003cebs@ebshome.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d80d6fc08e111c411a349c4fa0c6d9bf41851087",
      "tree": "c6cb9ab6099ffd9e34c6e67372283eeba283a0ea",
      "parents": [
        "99fdb2fe523480a8748a5af18139bb1f7785c815",
        "07c6d48fd10a8eeae899e06876aa0b885a8e2a1b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 09 15:36:31 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 09 15:36:31 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "07c6d48fd10a8eeae899e06876aa0b885a8e2a1b",
      "tree": "4e33771adca1d1fb4db2a92f0d6347a22bbccb5f",
      "parents": [
        "7aa0b0d5ab5eed29a49fce55868456bca073d77e"
      ],
      "author": {
        "name": "Vincent Sanders",
        "email": "vince@org.rmk.(none)",
        "time": "Thu Jun 09 21:59:22 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 09 21:59:22 2005 +0100"
      },
      "message": "[PATCH] ARM: 2708/1: Fix hackkit CPU Frequency build faliure\n\nPatch from Vincent Sanders\n\nThis fixes the \"multiple definitions of cpufreq_get\" build faliure on\nthe hackkit SA1100 platform.\n\nSigned-off-by: Vincent Sanders\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7aa0b0d5ab5eed29a49fce55868456bca073d77e",
      "tree": "e328b5c73809218f0b28109838162c3ed87f9570",
      "parents": [
        "12035d64565ae7ecbc7fe906e7fcc8a4a71a3789"
      ],
      "author": {
        "name": "Vincent Sanders",
        "email": "vince@org.rmk.(none)",
        "time": "Thu Jun 09 21:59:21 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 09 21:59:21 2005 +0100"
      },
      "message": "[PATCH] ARM: 2707/2: Fix badge4 CPU Frequency build faliure\n\nPatch from Vincent Sanders\n\nThis fixes the \"multiple definitions of cpufreq_get\" build faliure on\nthe Badge4 SA1100 platform.\n\nSigned-off-by: Vincent Sanders\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a2a64769d0d3cc0380b4b6ecdcb781a2f790a69e",
      "tree": "387ee93cf8ee39ca64dd53380d1ea25a4f6134e7",
      "parents": [
        "1834cd9fd27763f4e55184e4138a19ba36620174"
      ],
      "author": {
        "name": "Christoph Lameter",
        "email": "clameter@sgi.com",
        "time": "Thu Jun 09 12:29:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Thu Jun 09 13:04:30 2005 -0700"
      },
      "message": "[IA64] Fix race condition in the rt_sigprocmask fastcall\n\ncurrent-\u003eblocked will be set to the value of current-\u003ethread_info-\u003eflags if the\ncmpxchg to update thread_info-\u003eflags fails. For performance reasons the store into\ncurrent-\u003eblocked was placed in the cmpxchg loop. However, the cmpxchg overwrites the\nregister holding the value to be stored. In the rare case of a retry the value of\nthread_info-\u003eflags will be written into current-\u003eblocked.\n\nThe fix is to use another register so that the register containing the current-\u003eblocked\nvalue is not overwritten.\n\nSigned-off-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "12035d64565ae7ecbc7fe906e7fcc8a4a71a3789",
      "tree": "beb375feb2aec8b4255ebbfa341d3f0d97730555",
      "parents": [
        "4e71e47da3367e8df5994a17fb421ddeaa5025e3"
      ],
      "author": {
        "name": "Dave Neuer",
        "email": "dneuer@org.rmk.(none)",
        "time": "Thu Jun 09 17:40:55 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jun 09 17:40:55 2005 +0100"
      },
      "message": "[PATCH] ARM: 2706/1: Fix compile on SA-based iPAQs and remove stale CREDITS info\n\nPatch from Dave Neuer\n\nThis fixes the \"multiple definitions of cpufreq_get\" errors on\nStrongARM-based iPAQs.\n\nSigned-off-by: Dave Neuer\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4e71e47da3367e8df5994a17fb421ddeaa5025e3",
      "tree": "25c594c39a3090cef50482b19a45b155a92199ff",
      "parents": [
        "5273a00d9c763108397658d440618f7ac3e40f83"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Jun 09 16:53:28 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Jun 09 16:53:28 2005 +0100"
      },
      "message": "[PATCH] ARM: Remove zero-byte sized file\n\nRemove the remaining zero byte file left over from the Xscale\nfixes.\n\nSigned-off-by: Russell King \u003crmk@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ce10d979053379553757c3b178a138facaddff82",
      "tree": "ce88ba988eebab6cafb1ed34feedbcb13aa926e3",
      "parents": [
        "fee02f80e68abbcc45ed3c5dd5ed09d04a284791"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Jun 08 21:59:15 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:24:15 2005 -0700"
      },
      "message": "[PATCH] ppc64: Fix PER_LINUX32 behaviour\n\nThis patch fixes some bugs in the ppc64 PER_LINUX32 implementation,\nnoted by Juergen Kreileder:\n\n* uname(2) doesn\u0027t respect PER_LINUX32, it returns \u0027ppc64\u0027 instead of \u0027ppc\u0027\n* Child processes of a PER_LINUX32 process don\u0027t inherit PER_LINUX32\n\nAlong the way I took the opportunity to move things around so that\nsys_ppc32.c only has 32-bit syscall emulation functions and to remove\nthe obsolete \"fakeppc\" command line option.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "05062d96a23ec0959ee5ea969f40813170c73c0e",
      "tree": "9aa09b58ff455cc43b81cae10d3c4dac9fe9f462",
      "parents": [
        "f829fd23c87918374bac0d90404fe12f0e788d52"
      ],
      "author": {
        "name": "Peter Chubb",
        "email": "peterc@gelato.unsw.edu.au",
        "time": "Wed Jun 08 15:50:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:21:14 2005 -0700"
      },
      "message": "[PATCH] ia64: fix floating-point preemption problem\n\nThere\u0027ve been reports of problems with CONFIG_PREEMPT\u003dy and the high\nfloating point partition.  This is caused by the possibility of preemption\nand rescheduling on a different processor while saving or restioirng the\nhigh partition.\n\nThe only places where the FPU state is touched are in ptrace, in\nswitch_to(), and where handling a floating-point exception.  In switch_to()\npreemption is off.  So it\u0027s only in trap.c and ptrace.c that we need to\nprevent preemption.\n\nHere is a patch that adds commentary to make the conditions clear, and adds\nappropriate preempt_{en,dis}able() calls to make it so.  In trap.c I use\npreempt_enable_no_resched(), as we\u0027re about to return to user space where\nthe preemption flag will be checked anyway.\n\nSigned-off-by: Peter Chubb \u003cpeterc@gelato.unsw.edu.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f829fd23c87918374bac0d90404fe12f0e788d52",
      "tree": "2f1e238d0b16e2784eee46e62a5a09f94ffd406f",
      "parents": [
        "63224d1e8b4cf87cc7420201a8cb3b44b9bf0b40"
      ],
      "author": {
        "name": "Ananth N Mavinakayanahalli",
        "email": "ananth@in.ibm.com",
        "time": "Wed Jun 08 15:50:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:21:13 2005 -0700"
      },
      "message": "[PATCH] ppc64 kprobes: remove spurious MSR_SE masking\n\nRemove spurious MSR_SE reset during kprobe processing.\nsingle_step_exception() already does it for us.  Reset it to be safe when\nexecuting the fault_handler.\n\nSigned-off-by: Ananth N Mavinakayanahalli \u003cananth@in.ibm.com\u003e\nSigned-off-by: 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": "63224d1e8b4cf87cc7420201a8cb3b44b9bf0b40",
      "tree": "ba7d897b1aeecb087d536b121176c10255bd1744",
      "parents": [
        "42442ed5744b03f5351a142649b8b4c97e6950ab"
      ],
      "author": {
        "name": "Ananth N Mavinakayanahalli",
        "email": "ananth@in.ibm.com",
        "time": "Wed Jun 08 15:49:41 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:21:13 2005 -0700"
      },
      "message": "[PATCH] ppc64 kprobes: correct kprobe registration return values\n\nAdd stricter checks during kprobe registration.  Return correct error value so\ninsmod doesn\u0027t succeed.  Also printk reason for registration failure.\n\nSigned-off-by: Ananth N Mavinakayanahalli \u003cananth@in.ibm.com\u003e\nSigned-off-by: 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": "42442ed5744b03f5351a142649b8b4c97e6950ab",
      "tree": "35a9a89161365a317338d72bcb402aa7adda05be",
      "parents": [
        "5754c9b649e414f1e3a3ea2ec15e42ed3e42eeb8"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Wed Jun 08 15:49:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:21:13 2005 -0700"
      },
      "message": "[PATCH] revert x86_64-use-the-e820-hole-to-map-the-iommu-agp-aperture\n\nMartin Bligh determined that this patch is causing his test box to not boot.\nRevert.\n\nAndi Kleen \u003cak@muc.de\u003e\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5754c9b649e414f1e3a3ea2ec15e42ed3e42eeb8",
      "tree": "7f22b5778559492c994fcaa9ca79ed409a6f3f2a",
      "parents": [
        "f8acd944ea511af02485b1709c07ac7aac12aa48"
      ],
      "author": {
        "name": "Keith Owens",
        "email": "kaos@ocs.com.au",
        "time": "Wed Jun 08 15:49:07 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:21:13 2005 -0700"
      },
      "message": "[PATCH] Stop arch/i386/kernel/vsyscall-note.o being rebuilt every time\n\narch/i386/kernel/vsyscall-note.o is not listed as a target so its .cmd file\nis neither considered as a target nor is it read on the next build.  This\ncauses vsyscall-note.o to be rebuilt every time that you run make, which\ncauses vmlinux to be rebuilt every time.\n\nSigned-off-by: Keith Owens \u003ckaos@ocs.com.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "beb9e1c3f32a0f878765c7c1142f91083739c5bd",
      "tree": "a9eb68688061e70cdbd8974e90f697f8860d217d",
      "parents": [
        "1f96ddb4fb40961a8ebebf7a00bbfaad55aacbd2"
      ],
      "author": {
        "name": "Eugene Surovegin",
        "email": "ebs@ebshome.net",
        "time": "Wed Jun 08 15:48:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:21:12 2005 -0700"
      },
      "message": "[PATCH] ppc32: add 405EP cpu_spec entry\n\nAdd a definition for PPC 405EP which was lost somehow during 2.4 -\u003e 2.6\ntransition.\n\nRecent change to arch/ppc/kernel/misc.S (\"Fix incorrect CPU_FTR fixup usage\nfor unified caches\") triggered this bug and 405EP boards don\u0027t boot\nanymore.\n\nSigned-off-by: Eugene Surovegin \u003cebs@ebshome.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1f96ddb4fb40961a8ebebf7a00bbfaad55aacbd2",
      "tree": "7c6ede0fdab8d85c29145c9ad1ae0f5ce9d56143",
      "parents": [
        "501cb02b431fb88c7f157c46c8b54de59d1dd463"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Wed Jun 08 15:48:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:21:12 2005 -0700"
      },
      "message": "[PATCH] uml: clean up error path\n\nThis cleans an error path which used to leak file descriptors by returning\nwithout trying to tidy up.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: 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": "501cb02b431fb88c7f157c46c8b54de59d1dd463",
      "tree": "e41592306301f7bbd727466ca1a4b4b0f93751cf",
      "parents": [
        "da00d9a5466558ccd9e7b7d04b13d7cb9160c876"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Wed Jun 08 15:48:13 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:21:12 2005 -0700"
      },
      "message": "[PATCH] uml: fix strace -f\n\nIt turns out that we need to check for pending signals when a newly forked\nprocess is run for the first time.  With strace -f, strace needs to know about\nthe forked process before it gets going.  If it doesn\u0027t, then it ptraces some\nbogus values into its registers, and the process segfaults.  So, I added calls\nto interrupt_end, which does that, plus checks for reschedules.  There\nshouldn\u0027t be any of those, but x86 does the same thing, so I\u0027m copying that\nbehavior to be safe.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: 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": "da00d9a5466558ccd9e7b7d04b13d7cb9160c876",
      "tree": "4edc27caa63126e902da3752f58adb8ee792762c",
      "parents": [
        "3df59529ad1045da61698bb5dd8ebaa547aeb46f"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Wed Jun 08 15:48:01 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:21:12 2005 -0700"
      },
      "message": "[PATCH] uml: compile fixes for gcc 4\n\nThis is a bunch of compile fixes provoked by building UML with gcc 4.  There\nare a bunch of signedness mismatches, a couple of uninitialized references,\nand a botched C99 structure initialization which had somehow gone unnoticed.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: 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": "3df59529ad1045da61698bb5dd8ebaa547aeb46f",
      "tree": "f7370854b4c8aa3a6c72990b00094dc454b3e039",
      "parents": [
        "a38133298fc678335a0229e97b6161a7ac6fec84"
      ],
      "author": {
        "name": "Jeff Dike",
        "email": "jdike@addtoit.com",
        "time": "Wed Jun 08 15:47:50 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:21:11 2005 -0700"
      },
      "message": "[PATCH] uml: make the emulated iomem driver work on 2.6\n\nThis makes the minimal fixes needed to make the UML iomem driver work in 2.6.\n\nSigned-off-by: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: 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": "a38133298fc678335a0229e97b6161a7ac6fec84",
      "tree": "2500f23fd230e67a8eba96b380245ecb43c3fd4c",
      "parents": [
        "97d26b8042a6f14cc4a19e84e911a953363e3d69",
        "70aa488cff83c965c9e1850f48d82b000d0d6c1c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:06:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 16:06:15 2005 -0700"
      },
      "message": "Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6\n"
    },
    {
      "commit": "70aa488cff83c965c9e1850f48d82b000d0d6c1c",
      "tree": "9236fa880fe3fab2ee3cf2bcb0ec4a4e19ded3c5",
      "parents": [
        "86ebacd360767f6a5cf9c8810977593dccf3f3da"
      ],
      "author": {
        "name": "Keith Owens",
        "email": "kaos@sgi.com",
        "time": "Fri May 27 23:09:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jun 08 12:25:24 2005 -0700"
      },
      "message": "[IA64] Extract correct break number for break.b\n\nbreak.b does not store the break number in cr.iim, instead it stores 0,\nwhich makes all break.b instructions look like BUG().  Extract the\nbreak number from the instruction itself.\n\nSigned-off-by: Keith Owens \u003ckaos@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "86ebacd360767f6a5cf9c8810977593dccf3f3da",
      "tree": "9ee60c8036dcf3a260ce18580517c5a8dfe00b6b",
      "parents": [
        "866ba633a81c1e179038f7527809d9513160a6f7"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jun 08 12:12:48 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jun 08 12:12:48 2005 -0700"
      },
      "message": "[IA64] Update comment to describe modes set in default control register.\n\nChristian Hildner pointed out that the comment did not match what the\ncode does in cpu_init() when we set up the default control register.\nPatch based on suggestions from Ken Chen.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "97d26b8042a6f14cc4a19e84e911a953363e3d69",
      "tree": "9b72b650285720c17d0aa0a3795c30fe492700b3",
      "parents": [
        "5131bf5db73529e972459060d8559f72e036fe53",
        "dcef1f634657dabe7905af3ccda12cf7f0b6fcc1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 11:43:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 11:43:17 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "866ba633a81c1e179038f7527809d9513160a6f7",
      "tree": "10c06d91204027a8688a2337aa061e51a3321c0f",
      "parents": [
        "ad597bd518559f59ede8d01262cdf4467e13282e"
      ],
      "author": {
        "name": "Keith Owens",
        "email": "kaos@sgi.com",
        "time": "Mon Jun 06 02:04:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jun 08 11:41:31 2005 -0700"
      },
      "message": "[IA64] Module gp must point to valid memory\n\nSome bits of the kernel assume that gp always points to valid memory,\nin particular PHYSICAL_MODE_ENTER() assumes that both gp and sp are\nvalid virtual addresses with associated physical pages.  The IA64\nmodule loader puts gp well past the end of the module, with no physical\nbacking.  Offsets on gp are still valid, but physical mode addressing\nbreaks for modules.  Ensure that gp always falls within the module\nbody.  Also ensure that gp is 8 byte aligned.\n\nSigned-off-by: Keith Owens \u003ckaos@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "dcef1f634657dabe7905af3ccda12cf7f0b6fcc1",
      "tree": "e1b8bf471c3c268d0be919561268c24f298d031b",
      "parents": [
        "aeabbbbe126f3d5e61e2db07629443cd10932bb2"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@org.rmk.(none)",
        "time": "Wed Jun 08 19:00:47 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 08 19:00:47 2005 +0100"
      },
      "message": "[PATCH] ARM: 2664/2: add support for atomic ops on pre-ARMv6 SMP systems\n\nPatch from Nicolas Pitre\n\nNot that there might be many of them on the planet, but at least RMK\napparently has one.\n\nSigned-off-by: Nicolas Pitre\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "aeabbbbe126f3d5e61e2db07629443cd10932bb2",
      "tree": "36955efefca5f102c9c1e67fba3743ae91927062",
      "parents": [
        "57cfa5e97ff60d909a7e0a5f6e4d0a49aa3e2aec"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@org.rmk.(none)",
        "time": "Wed Jun 08 19:00:16 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 08 19:00:16 2005 +0100"
      },
      "message": "[PATCH] ARM: 2705/1: fix writesw for misaligned source pointer\n\nPatch from Nicolas Pitre\n\nSigned-off-by: Nicolas Pitre\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ad597bd518559f59ede8d01262cdf4467e13282e",
      "tree": "d86cef4525e0bfb45b22bd67f40e9c8d0eaa66b5",
      "parents": [
        "2bfe94905d3601774c6418c020ba830c118578b4"
      ],
      "author": {
        "name": "David Mosberger-Tang",
        "email": "davidm@hpl.hp.com",
        "time": "Wed Jun 08 10:45:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jun 08 10:58:21 2005 -0700"
      },
      "message": "[IA64] Fill holes in FIXADDR_USER space with zero pages.\n\nThis fixes an oops reported by Jason Baron.\n\nSigned-off-by: David Mosberger-Tang \u003cdavidm@hpl.hp.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "358c6ac0dd4ffa5e44d59d4008a2627aa2f02b6f",
      "tree": "3505f699e2de7a5c74bbe9d7073b2656d840e1d7",
      "parents": [
        "7840e5e95c1a8622425f11454600a49b6c718886"
      ],
      "author": {
        "name": "Ananth N Mavinakayanahalli",
        "email": "amavin@redhat.com",
        "time": "Wed Jun 08 15:33:43 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 10:18:59 2005 -0700"
      },
      "message": "[PATCH] ppc64 kprobes: don\u0027t eat dabr/iabr exceptions\n\nKprobes was eating the hardware instruction and data address\nbreakpoint exceptions.  This patch fixes it; kprobes doesn\u0027t use those\nexceptions at all and should ignore them.\n\nSigned-off-by: Ananth N Mavinakayanahalli \u003camavin@redhat.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7840e5e95c1a8622425f11454600a49b6c718886",
      "tree": "52fdb9af6d424196231e78ec17842a24de1fa8c5",
      "parents": [
        "35d1bc90546d1f0af198886ae8062a550142d926"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Wed Jun 08 15:12:00 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 10:18:59 2005 -0700"
      },
      "message": "[PATCH] ppc64: print negative numbers correctly in boot wrapper\n\nif num has a value of -1, accessing the digits[] array will fail and the\nformat string will be printed in funny way, or not at all. This happens if\none prints negative numbers.\nJust change the code to match lib/vsprintf.c\nasm/div64.h cant be used because u64 maps to u32 for this build.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "35d1bc90546d1f0af198886ae8062a550142d926",
      "tree": "5aa33046f09436fa292cdcdf6e6db138db6cf58a",
      "parents": [
        "1d6757fbff5bc86e94e59ab0d7bdd7e71351d839",
        "f8f98a9335db4a7d6285b785180fad720bf22864"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 07:57:17 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 07:57:17 2005 -0700"
      },
      "message": "Automatic merge of master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "f8f98a9335db4a7d6285b785180fad720bf22864",
      "tree": "201cf5ce682812b0ed15544269930c0d45e1a42f",
      "parents": [
        "17d82fcc6a15887b7138d35802ab8fc5f249794f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jun 08 15:28:24 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Jun 08 15:28:24 2005 +0100"
      },
      "message": "[PATCH] ARM: Fix Xscale copy_page implementation\n\nThe ARM copypage changes in 2.6.12-rc4-git1 removed the preempt locking\nfrom the copypage functions which broke the XScale implementation.\nThis patch fixes the locking on XScale and removes the now unneeded\nminicache code.\n\nSigned-off-by: Russell King \u003crmk@arm.linux.org.uk\u003e\nChecked-by: Richard Purdie\n"
    },
    {
      "commit": "ad95d6098dd1e94a09d2a1fdf39fd8281fcd8958",
      "tree": "527a17f1c54e7f3825440fdd4a85eadfedc1b78c",
      "parents": [
        "eda9937656e0b9879ca521140fe61cbc9788c398"
      ],
      "author": {
        "name": "Eugene Surovegin",
        "email": "ebs@ebshome.net",
        "time": "Tue Jun 07 13:22:09 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue Jun 07 13:39:26 2005 -0700"
      },
      "message": "[PATCH] ppc32: add 405EP cpu_spec entry\n\nAdd a definition for PPC 405EP which was lost somehow during 2.4 -\u003e 2.6\ntransition.\n\nRecent change to arch/ppc/kernel/misc.S (\"Fix incorrect CPU_FTR fixup usage\nfor unified caches\") triggered this bug and 405EP boards don\u0027t boot\nanymore.\n\nSigned-off-by: Eugene Surovegin \u003cebs@ebshome.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "26abd53d8e9e51bbeea0b4772e8dffece3eeff38",
      "tree": "d9dc6f45c9142e6a8f58f1aa8fc75e66f9edd0e9",
      "parents": [
        "ff89bf3bc0534aa03b5375aa906544d96911bad4",
        "8f5bb0438b86d1a5393176ceeec2836fd469edf8"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Jun 06 15:42:07 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Mon Jun 06 15:42:07 2005 -0700"
      },
      "message": "auto merge with /home/aegl/GIT/linus\n"
    },
    {
      "commit": "4481e8eea761857367162b0957277d5524fbea63",
      "tree": "2b8e0a7ae33b67be3e0a195a11919705e3934865",
      "parents": [
        "8e2894e51d6407e47226a60c0d19bf384642c55a"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Mon Jun 06 13:35:57 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Mon Jun 06 14:42:23 2005 -0700"
      },
      "message": "[PATCH] ppc32: Fix incorrect CPU_FTR fixup usage for unified caches\n\nRuntime feature support for unified caches was testing a userland feature\nflag (PPC_FEATURE_UNIFIED_CACHE) instead of a cpu feature flag\n(CPU_FTR_SPLIT_ID_CACHE).  Luckily the current defined bit mask for cpu\nfeatures and userland features do not overlap so this only causes an issue\non machines with a unified cache, which is extremely rare on PPC today.\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f26d583e41aedad8159acf9533fa287d7209dfbf",
      "tree": "215ef8ae71cd2b6bb6fec824d1db4a9f39db97ca",
      "parents": [
        "595bf2aacae96d0f87352a1ff5476b79e52e212f"
      ],
      "author": {
        "name": "Gerald Schaefer",
        "email": "geraldsc@de.ibm.com",
        "time": "Sat Jun 04 15:43:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 04 17:13:00 2005 -0700"
      },
      "message": "[PATCH] s390: deadlock in appldata\n\nThe system might hang when using appldata_mem with high I/O traffic and a\nlarge number of devices.  The spinlocks bdev_lock and swaplock are acquired\nvia calls to si_meminfo() and si_swapinfo() from a tasklet, i.e.  interrupt\ncontext, which can lead to a deadlock.  Replace tasklet with work queue.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "595bf2aacae96d0f87352a1ff5476b79e52e212f",
      "tree": "049de411ab06dd7d32565c04231d0ff965eb8f9f",
      "parents": [
        "c5c3a6d8fe923b8780b9cd10e72344b8cf8518b5"
      ],
      "author": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Sat Jun 04 15:43:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 04 17:13:00 2005 -0700"
      },
      "message": "[PATCH] s390: in_interrupt vs. in_atomic\n\nThe condition for no context in do_exception checks for hard and soft\ninterrupts by using in_interrupt() but not for preemption.  This is bad for\nthe users of __copy_from/to_user_inatomic because the fault handler might call\nschedule although the preemption count is !\u003d 0.  Use in_atomic() instead\nin_interrupt().\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c5c3a6d8fe923b8780b9cd10e72344b8cf8518b5",
      "tree": "7b6b663ae1668befa18f8ff0b95f0cc2e254471d",
      "parents": [
        "778959db97c7ed8eed4025916916b17a4629ce3d"
      ],
      "author": {
        "name": "Bodo Stroesser",
        "email": "bstroesser@fujitsu-siemens.com",
        "time": "Sat Jun 04 15:43:32 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 04 17:13:00 2005 -0700"
      },
      "message": "[PATCH] s390: uml ptrace fixes\n\nTo make UML build and run on s390, I needed to do these two little\nchanges:\n\n1) UML includes some of the subarch\u0027s (s390) headers. I had to\n   change one of them with the following one-liner, to make this\n   compile. AFAICS, this change doesn\u0027t break compilation of s390\n   itself.\n\n2) UML needs to intercept syscalls via ptrace to invalidate the syscall,\n   read syscall\u0027s parameters and write the result with the result of\n   UML\u0027s syscall processing. Also, UML needs to make sure, that the host\n   does no syscall restart processing. On i386 for example, this can be\n   done by writing -1 to orig_eax on the 2nd syscall interception\n   (orig_eax is the syscall number, which after the interception is used\n   as a \"interrupt was a syscall\" flag only.\n   Unfortunately, s390 holds syscall number and syscall result in gpr2 and\n   its \"interrupt was a syscall\" flag (trap) is unreachable via ptrace.\n   So I changed the host to set trap to -1, if the syscall number is changed\n   to an invalid value on the first syscall interception.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "778959db97c7ed8eed4025916916b17a4629ce3d",
      "tree": "a1e901eac1c3d567df29cd87e76ff804b4753d83",
      "parents": [
        "854715be73b221596c7127d4042e1120d4539e19"
      ],
      "author": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Sat Jun 04 15:43:30 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Jun 04 17:13:00 2005 -0700"
      },
      "message": "[PATCH] s390: ptrace peek and poke\n\nThe special cases of peek and poke on acrs[15] and the fpc register are not\nhandled correctly.  A poke on acrs[15] will clobber the 4 bytes after the\naccess registers in the thread_info structure.  That happens to be the kernel\nstack pointer.  A poke on the fpc with an invalid value is not caught by the\nvalidity check.  On the next context switch the broken fpc value will cause a\nprogram check in the kernel.  Improving the checks in peek and poke fixes\nthis.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "17d82fcc6a15887b7138d35802ab8fc5f249794f",
      "tree": "b550dc5b0acdb6017788d3c1aab36ae12352aab7",
      "parents": [
        "8775420d2fbcfff866995471ea5f6130d14d121c"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@net.rmk.(none)",
        "time": "Fri Jun 03 22:18:52 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jun 03 22:18:52 2005 +0100"
      },
      "message": "\n[PATCH] ARM: 2700/1: Disable IXP2000 IRQs at bootup\n\nPatch from Deepak Saxena\n\nThe IXDP2800 bootloader does not disable IRQs before jumping into\nthe kernel and this is causing the Grand Unified KGDB to crash\nthe system when we do an early call to trap_init() and irq handlers\nhave not yet been registered. This patch disables IRQs before we\njump into the kernel.\n\nSigned-off-by: Deepak Saxena\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8be3de3fd8469154a2b3e18a4712032dac5b4a53",
      "tree": "1ec02e9402f82786095e58d99b1b25e95fc63c10",
      "parents": [
        "d8d088d25822b0199fdfb392085e1cf8a5914a97"
      ],
      "author": {
        "name": "Nathan Lynch",
        "email": "ntl@pobox.com",
        "time": "Fri Jun 03 14:25:25 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri Jun 03 13:20:04 2005 -0700"
      },
      "message": "[PATCH] prom_find_machine_type typo breaks pSeries lpar boot\n\nA typo in prom_find_machine_type from Ben\u0027s recent patch \"ppc64: Fix\nresult code handling in prom_init\" prevents pSeries LPAR systems from\nbooting.\n\nTested on a pSeries 570 and OpenPower 720 (both Power5 LPAR).\n\nSigned-off-by: Nathan Lynch \u003cntl@pobox.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8775420d2fbcfff866995471ea5f6130d14d121c",
      "tree": "bef5911e6c02b5780a8d81e8db656177ff9b8c4a",
      "parents": [
        "718a30a5cf0a9142f716a49853bd4b4a25a8da1b"
      ],
      "author": {
        "name": "Todd Poynor",
        "email": "tpoynor@com.rmk.(none)",
        "time": "Fri Jun 03 20:52:27 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jun 03 20:52:27 2005 +0100"
      },
      "message": "[PATCH] ARM: 2691/1: PXA27x sleep fixes take 2\n\nPatch from Todd Poynor\n\nPXA27x sleep fixes:\n* set additional sleep/wakeup registers for Mainstone boards.\n* move CKEN\u003d0 to pxa25x-specific code; that value is harmful on pxa27x.\n* save/restore additional registers, including some found necessary for\nC5 processors and/or newer blob versions.\n* enable future support of additional sleep modes for PXA27x (eg,\nstandby, deep sleep).\n* split off cpu-specific sleep processing between pxa27x and pxa25x into\nseparate files (partly in preparation for additional sleep modes).\nIncludes fixes from David Burrage.\n\nSigned-off-by: Todd Poynor\nSigned-off-by: Nicolas Pitre\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "105bb2698b54a838165947199f1c8be5c2e7d9bb",
      "tree": "bd5028148a5299bc1f064bbe631f42b59ba9a21a",
      "parents": [
        "4ab5c01c7cc28f29d5cf5f2a591cb6f7bbece48e"
      ],
      "author": {
        "name": "Albrecht Dreß",
        "email": "albrecht.dress@com.rmk.(none)",
        "time": "Fri Jun 03 20:52:26 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jun 03 20:52:26 2005 +0100"
      },
      "message": "[PATCH] ARM: 2694/1: [s3c2410/dma] release irq properly to fix kernel oops\n\nPatch from Albrecht Dreß\n\nProblem:\nWhen a module requests a DMA channel via the function s3c2410_dma_request(), this function requests the appropriate irq under the name of the client module. When the client module is unloaded, it calls s3c2410_dma_free() which does not free the irq. Consequently, when e.g. running \"cat /proc/interrupts\", the irq owner points to freed memory, leading to a kernel oops.\nFile:\nlinux/arch/arm/mach-s3c2410/dma.c\nFix:\ntrivial, below\n\nSigned-off-by: Albrecht Dreß\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ff89bf3bc0534aa03b5375aa906544d96911bad4",
      "tree": "530ad23b9a0879b3a17f2b6fee93760b24af0b22",
      "parents": [
        "0fd56f67890acf7904c83e7de6cb71723eb1c962"
      ],
      "author": {
        "name": "Dean Nelson",
        "email": "dcn@sgi.com",
        "time": "Fri Jun 03 05:25:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Fri Jun 03 12:37:53 2005 -0700"
      },
      "message": "[IA64] fix setting of sn_hub_info-\u003eshub_1_1_found\n\nFix a bug in which shub_1_1_found is not being properly initialized or set,\nresulting in the improper setting of sn_hub_info-\u003eshub_1_1_found.\n\nSigned-off-by: Dean Nelson \u003cdcn@sgi.com\u003e\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "b05a720b374ac6af05b2fd4c70bb2c61a9f461ca",
      "tree": "12de6955d12cd3c5660dd3411a50b125073688fa",
      "parents": [
        "f4d340cf869b2b63e1043eed72aa2eab6fa2cb2c"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Jun 03 11:35:20 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Fri Jun 03 08:16:17 2005 -0700"
      },
      "message": "[PATCH] m68knommu: fix scheduling and race problems in idle loop\n\nRe-work the m68knommu specific idle code according to suggestions\nfrom Nick Piggin \u003cnickpiggin@yahoo.com.au\u003e.\n\nA couple of rules that we need to follow:\n\n1. Preempt should now disabled over idle routines. Should only be enabled\nto call schedule() then disabled again.\n\n3. When cpu_idle finds (need_resched() \u003d\u003d \u0027true\u0027), it should call schedule().\nIt should not call schedule() otherwise.\n\nAlso fix interrupt locking around the need_resched() and cpu stop state\nso that there is no race condition.\n\nSigned-off-by: Greg Ungerer \u003cgerg@snapgear.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "c4eb2a93319d61923635c84a5f5e68965b14c754",
      "tree": "6b93f62e5ef75bfd1ad8d75d91bf8abed3d2c104",
      "parents": [
        "6dc2f0c7df6cefda5932ac8bcd9ca5ef45de36ee"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Thu Jun 02 14:02:03 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 02 15:12:30 2005 -0700"
      },
      "message": "[PATCH] ppc64: remove decr_overclock\n\nNow that we have HZ\u003d1000 there is much less of a need for decr_overclock.\nRemove it.\n\nLeave spread_lpevents but move it into iSeries_setup.c.  We should look at\nmaking event spreading the default some day.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6dc2f0c7df6cefda5932ac8bcd9ca5ef45de36ee",
      "tree": "ce3f5ba4f99adfbc7adf4242d5bc76a8d0c3fd69",
      "parents": [
        "79f1248962cfa1e11a5610e0349bc3515687516d"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Thu Jun 02 14:02:02 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 02 15:12:30 2005 -0700"
      },
      "message": "[PATCH] ppc64: cleanup iseries runlight support\n\nThe iseries has a bar graph on the front panel that shows how busy it is.\nThe operating system sets and clears a bit in the CTRL register to control\nit.\n\nInstead of going to the complexity of using a thread info bit, just set and\nclear it in the idle loop.\n\nAlso create two helper functions, ppc64_runlatch_on and ppc64_runlatch_off.\n\nFinally don\u0027t use the short form of the SPR defines.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1e86d1c648508fd50e6c9960576b87906a7906ad",
      "tree": "0e3d6de84b4ffa379c2c7ddcebd3f55de52b9844",
      "parents": [
        "e0d6d71440a3a35c6fc2dde09f8e8d4d7bd44dda"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Jun 02 14:11:37 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 02 08:19:27 2005 -0700"
      },
      "message": "[PATCH] ppc64: Fix result code handling in prom_init\n\nprom_init(), the trampoline code that \"talks\" to Open Firmware during\nearly boot, has various issues with managing OF result codes. Some of my\nrecent fixups in fact made the problem worse on some platforms.\n\nThis patch reworks it all. Tested on g5, Maple, POWER3 and POWER5.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e0d6d71440a3a35c6fc2dde09f8e8d4d7bd44dda",
      "tree": "3c5e9440c6a37c3355b50608836a23c8fa4eec99",
      "parents": [
        "16a789c11df5069576ef89f817348dbc6f3bd87e",
        "d8caebd285a084ee1e4d484ce597865228614067"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 01 19:17:59 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 01 19:17:59 2005 -0700"
      },
      "message": "Merge of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6\n"
    },
    {
      "commit": "d8caebd285a084ee1e4d484ce597865228614067",
      "tree": "596f8552b7846f8178eecaa9b2497bf22ccae23c",
      "parents": [
        "b655913bf364603d17ad770dc4fb80e60555a255"
      ],
      "author": {
        "name": "Peter Chubb",
        "email": "peterc@gelato.unsw.edu.au",
        "time": "Tue May 31 22:37:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jun 01 15:44:01 2005 -0700"
      },
      "message": "[IA64] fix compilation warning in sys32_epoll_wait()\n\nThis gets rid of an unused variable `error\u0027 in sys_ia32.c:sys32_epoll_wait()\n\nGetting rid of this one makes parsing the output of the kernecomp\nautobuild easier --- searching for `Error\u0027 to find a problem kept\nhitting this one, even though it\u0027s only a warning.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "b655913bf364603d17ad770dc4fb80e60555a255",
      "tree": "6cd3a91f7c8f8269be419e1a48d06508323900e8",
      "parents": [
        "eff910a91ac04ab1d9e210d4f721484af3b39c8d"
      ],
      "author": {
        "name": "Peter Chubb",
        "email": "peterc@gelato.unsw.edu.au",
        "time": "Tue May 31 22:34:00 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Wed Jun 01 15:20:17 2005 -0700"
      },
      "message": "[IA64] Cleanup compile warnings for ski config\n\nThe attached patch cleans up a compilation warning when ACPI\nis turned off (i.e., when compiling for the Ski simulator).\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "f9a22239257561df80ef54fc8f31880e2fb2a27b",
      "tree": "01e6be9b66ecf68f3c01ba76289007d983ebe162",
      "parents": [
        "eff910a91ac04ab1d9e210d4f721484af3b39c8d",
        "88314ee73fd75eb32abdcb3119cd303c116d4500"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 01 13:20:35 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 01 13:20:35 2005 -0700"
      },
      "message": "Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6\n"
    },
    {
      "commit": "5f64f73957f6cae3222f97f2599199ee562f7f3f",
      "tree": "115e11766270637d3c9b2e9e0366b127af7a1fd6",
      "parents": [
        "f93ea2349832c040bdf66dc7495aa87bfe3394b8"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jun 01 17:07:27 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 01 07:54:14 2005 -0700"
      },
      "message": "[PATCH] ppc32/ppc64: cleanup /proc/device-tree\n\nThis cleans up the /proc/device-tree representation of the Open Firmware\ndevice-tree on ppc and ppc64.  It does the following things:\n\n - Workaround an issue in some Apple device-trees where a property may\n   exist with the same name as a child node of the parent.  We now\n   simply \"drop\" the property instead of creating duplicate entries in\n   /proc with random result...\n\n - Do not try to chop off the \"@0\" at the end of a node name whose unit\n   address is 0.  This is not useful, inconsistent, and the code was\n   buggy and didn\u0027t always work anyway.\n\n - Do not create symlinks for the short name and unit address parts of a\n   node.  These were never really used, bloated the memory footprint of\n   the device-tree with useless struct proc_dir_entry and their matching\n   dentry and inode cache bloat.\n\nThis results in smaller code, smaller memory footprint, and a more\naccurate view of the tree presented to userland.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f93ea2349832c040bdf66dc7495aa87bfe3394b8",
      "tree": "33327e4ea703df5918443df0ae27980ba5949ef6",
      "parents": [
        "44e4665cc9d856d15f04a012c78e4ab48f71290b"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jun 01 17:02:22 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 01 07:54:13 2005 -0700"
      },
      "message": "[PATCH] ppc32: Apple device-tree bug fix\n\nThis is the ppc32 patch equivalent to the just posted ppc64 one working\naround a bug in Apple device-trees regarding the \"cpus\" nodes.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "44e4665cc9d856d15f04a012c78e4ab48f71290b",
      "tree": "70d440628c5a426f6de14b65a230e076584fe7fe",
      "parents": [
        "21e3024cbddb712f6a078bf4132d7682d3c4e35e"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jun 01 14:54:25 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 01 07:54:13 2005 -0700"
      },
      "message": "[PATCH] ppc64: Fix a device-tree bug on Apple\u0027s\n\nApple\u0027s Open Firmware has a funny bug when creating the /cpus nodes\nwhere it leaves a dangling \u0027\\0\u0027 character in the CPU name which ends up\nappearing in the full path of the node. This is bogus and\nconfuses /proc/device-tree badly.\n\nThis patch strips those bogus zero\u0027s from the node full path when\nreading the device-tree from Open Firmware. The \"name\" property is not\nmodified and still contains the spurrious 0 (it basically contains 0\ntailing 0 instead of one) but that shouldn\u0027t be a problem.\n\nAn equivalent patch for ppc32 will follow shortly\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "88314ee73fd75eb32abdcb3119cd303c116d4500",
      "tree": "913c23ad89ec778d62eb517487dc6ab545d869c5",
      "parents": [
        "7c963ad1d113790a8c723a178988b675868f3abe"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue May 31 19:13:52 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue May 31 19:13:52 2005 -0700"
      },
      "message": "[SPARC64]: Refine PCI strbuf ctx-based flush.\n\nThe initial peek read PIO of the match register is just a waste.\nJust do the flush writes first, as that is more efficient.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f94ea640a28230f82a4395c34e1290748a9f6586",
      "tree": "6fb0cb05a0e565c1ff892916c7dd60b060f48fba",
      "parents": [
        "6778bae0f2f1d4af1b8bb876c992ea094ee958b4"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:52 2005 -0700"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:52 2005 -0700"
      },
      "message": "[CPUFREQ] Typos.\n\ncpfureq developers cant spel.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n\n"
    },
    {
      "commit": "6778bae0f2f1d4af1b8bb876c992ea094ee958b4",
      "tree": "f269c2c04dc4ea8ba0fd2837dcadbcc379379f10",
      "parents": [
        "1174631418fbb2c0c6946081b0b7d391f5d92861"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:51 2005 -0700"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:51 2005 -0700"
      },
      "message": "[CPUFREQ] longhaul - adjust transition latency.\n\nFrom patch by: Ken Staton \u003cken_staton@agilent.com\u003e\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n\n"
    },
    {
      "commit": "1174631418fbb2c0c6946081b0b7d391f5d92861",
      "tree": "17037bd66cf4958ce3d3468f9210dbc67d1c3cbc",
      "parents": [
        "3be6a48f3c8df1b2fbbe57face95a03d167bda1b"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:51 2005 -0700"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:51 2005 -0700"
      },
      "message": "[CPUFREQ] Longhaul: Magic timer frobbing.\n\nAs mandated by the spec, disable timer around transitions.\n\nFrom code by : Ken Staton \u003cken_staton@agilent.com\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n\n"
    },
    {
      "commit": "3be6a48f3c8df1b2fbbe57face95a03d167bda1b",
      "tree": "8e3eda4b78879c0a10dec89fe0ef1c3aa4158256",
      "parents": [
        "e131832ca7d3a3e5f9c7624bb310a7747dc2b57c"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:51 2005 -0700"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:51 2005 -0700"
      },
      "message": "[CPUFREQ] longhaul - disable PCI mastering around transition.\n\nThe spec states that we have to do this, which is *horrid*.\n\nBased on code from: Ken Staton \u003cken_staton@agilent.com\u003e\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n\n"
    },
    {
      "commit": "065b807ca1f5bdbeb081e3cf75ac8de9be8ac212",
      "tree": "675e6284925bd5ee1371c3509bc086775f51c988",
      "parents": [
        "7f335d4ef2d50a693fad70b8fa053d0382f4a45c"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:46 2005 -0700"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:46 2005 -0700"
      },
      "message": "[CPUFREQ] dual-core powernow-k8\n\nWith the release of the dual-core AMD Opterons last week,\nit\u0027s high time that cpufreq supported them.  The attached\npatch applies cleanly to 2.6.12-rc3 and updates powernow-k8\nto support the latest Athlon 64 and Opteron processors.\n\nUpdate the driver to version 1.40.0 and provide support\nfor dual-core processors.\n\nSigned-off-by: Mark Langsdorf \u003cmark.langsdorf@amd.com\u003e\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n"
    },
    {
      "commit": "c5d28fb297efaa97c4b90e36f9dff3066e7f2778",
      "tree": "b0636983104860fa15d9054d29ec9e8b912642cd",
      "parents": [
        "91350ed49bf3613e243c2e216228cd4ae8f32516"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:46 2005 -0700"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:46 2005 -0700"
      },
      "message": "[CPUFREQ] Recalibrate cpu_khz [2/2]\n\nSome cpufreq drivers (at that time, only powernow-k7) need to recalibrate the\ncpu_khz at runtime.\n\nSigned-off-by: Bruno Ducrot \u003cducrot@poupinou.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n\n"
    },
    {
      "commit": "91350ed49bf3613e243c2e216228cd4ae8f32516",
      "tree": "4c9e99fe077224e678bdd03353d37efe1f5af81e",
      "parents": [
        "bf6fc9fd2d848d06b8f6c4caccef1dba9ef8c4c6"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:45 2005 -0700"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:45 2005 -0700"
      },
      "message": "[CPUFREQ] Recalibrate cpu_khz [1/2]\n\nWe have to recalibrate cpu_khz in order to use the current FID instead the max\nFID since some BIOS do not put the processor at maximum frequency at POST. \nAlso, some BIOS will change the processor frequency at our back after cpu_khz\nwas calibrate.  Finally, this will fix a long standing bug when we do\nsomething like this:\n\n# rmmod powernow-k7\n# modprobe powernow-k7\n\nSigned-off-by: Bruno Ducrot \u003cducrot@poupinou.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n\n"
    },
    {
      "commit": "bf6fc9fd2d848d06b8f6c4caccef1dba9ef8c4c6",
      "tree": "5b70d44fcdd24a720ae857a7c16ae4c543465f15",
      "parents": [
        "3310010818aa12145905faf97ffe3742acc842e2"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:45 2005 -0700"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:45 2005 -0700"
      },
      "message": "[CPUFREQ] AMD Elan SC520 cpufreq driver.\n\nFrom: Sean Young \u003csean@mess.org\u003e\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n\n"
    },
    {
      "commit": "6f4095af6df7aa365ecf18473c8b05c5f6c38a78",
      "tree": "44031d0e3c3564a7998a285a22b871c46c8cd310",
      "parents": [
        "6fe711658fcf92d39d84c0b7e6332ed6625dc520"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:44 2005 -0700"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:44 2005 -0700"
      },
      "message": "[CPUFREQ] speedstep-smi: it works on at least one P4M\n\nThe speedstep-smi driver actually works on \u003e\u003d1 notebook with a\nPentium 4-M CPU where all other cpufreq drivers fail. Therefore,\nallow speedstep-smi on P4Ms again, but warn users of likely failure\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n\n"
    },
    {
      "commit": "8282864a96ef0a7b88ee9e4b357e08504131394d",
      "tree": "1f5a4a4349dd49e7211d990e5d53f7454e16072c",
      "parents": [
        "78ee998fd46ed4cc647ee442d2a5492f389ee27a"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:43 2005 -0700"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:43 2005 -0700"
      },
      "message": "[CPUFREQ] speedstep-centrino: Pentium 4 - M (HT) support\n\nThe Pentium 4 - Ms (HT) with CPUID 0xF34 and 0xF41 seem to support\ncentrino-like enhanced speedstep; however, no \"table\" support is possible.\nTherefore, put NULL entries into speedstep-centrino.c\n\nSigned-off-by: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n\n"
    },
    {
      "commit": "7eb53d88230e23f83b2e20a78955e1412fa7bb26",
      "tree": "4e893f38f134f1abf8713ebe5b85699d8a0e40a9",
      "parents": [
        "e74d633dc5f56bf059f870370b2f36b021298652"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:42 2005 -0700"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Tue May 31 19:03:42 2005 -0700"
      },
      "message": "[CPUFREQ] powernow-k7: don\u0027t print khz element of FSB.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n\n"
    },
    {
      "commit": "7c963ad1d113790a8c723a178988b675868f3abe",
      "tree": "2e1cc54795aeca06a11801636737901ba71a2ed8",
      "parents": [
        "2e3e80c2b75e3815a0160cbd23d4fdb767d66b35"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue May 31 16:57:59 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue May 31 16:57:59 2005 -0700"
      },
      "message": "[SPARC64]: Fix streaming buffer flushing on PCI and SBUS.\n\nFirstly, if the direction is TODEVICE, then dirty data in the\nstreaming cache is impossible so we can elide the flush-flag\nsynchronization in that case.\n\nNext, the context allocator is broken.  It is highly likely\nthat contexts get used multiple times for different dma\nmappings, which confuses the strbuf flushing code and makes\nit run inefficiently.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "f50734569c25c4e902bd3d0fb2e5bd93a200cc75",
      "tree": "c462b613c1fe385a7deec7f0ebe8ef7bd4556e13",
      "parents": [
        "2e214953295dd33fc62d43ac7ec91997afad75bb"
      ],
      "author": {
        "name": "Anton Blanchard",
        "email": "anton@samba.org",
        "time": "Tue May 31 14:39:29 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 31 14:54:18 2005 -0700"
      },
      "message": "[PATCH] ppc64: allow timer based profiling on iseries\n\nWe used to have an iseries specific profiler that used /proc/profile.  Now\nthats gone we can use the generic timer based stuff.\n\nSigned-off-by: Anton Blanchard \u003canton@samba.org\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2e214953295dd33fc62d43ac7ec91997afad75bb",
      "tree": "310e319e2a36e9aa27837e400d920a01fd2323da",
      "parents": [
        "adaa765d76f58b47e10a4760f2c0bc86de5479b9"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "nickpiggin@yahoo.com.au",
        "time": "Tue May 31 14:39:28 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 31 14:54:17 2005 -0700"
      },
      "message": "[PATCH] h8300 sleep problem\n\nh8300 appears to sleep (halt) when need_resched IS set.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "adaa765d76f58b47e10a4760f2c0bc86de5479b9",
      "tree": "49db01681b5061228bd5a15f7ac0f9eab54601c6",
      "parents": [
        "9c2be6a0fa186e2cb0cf14f41f20b08a5809a026"
      ],
      "author": {
        "name": "Alexander Nyberg",
        "email": "alexn@telia.com",
        "time": "Tue May 31 14:39:27 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 31 14:54:17 2005 -0700"
      },
      "message": "[PATCH] acpi build fix: x86 setup.c\n\nThis is a neverending story\n\nlinux/acpi.h contains empty declarations for acpi_boot_init() \u0026\nacpi_boot_table_init() but they are nested inside #ifdef CONFIG_ACPI.\n\nSo we\u0027ll have to #ifdef in arch/i386/kernel/setup.c: setup_arch()\n\nSigned-off-by: Alexander Nyberg \u003calexn@telia.com\u003e\nCc: \"Brown, Len\" \u003clen.brown@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9c2be6a0fa186e2cb0cf14f41f20b08a5809a026",
      "tree": "be2ec5c930b79825eff6d61f758bd54dd582ec8e",
      "parents": [
        "8d91640606c47551771a9b27664f249f4b176613"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Tue May 31 14:39:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 31 14:54:17 2005 -0700"
      },
      "message": "[PATCH] x86_64 CONFIG_ACPI\u003dn build fix\n\nMake CONFIG_X86_PM_TIMER dependent on CONFIG_ACPI\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8d91640606c47551771a9b27664f249f4b176613",
      "tree": "7db8df064328970f80227d45692ff285f7d8d44f",
      "parents": [
        "2e3e80c2b75e3815a0160cbd23d4fdb767d66b35"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Tue May 31 14:39:26 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 31 14:54:17 2005 -0700"
      },
      "message": "[PATCH] x86_64: More fixes for compilation without CONFIG_ACPI\n\nSuggested by Alexander Nyberg\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2e3e80c2b75e3815a0160cbd23d4fdb767d66b35",
      "tree": "9b7fa103dfb222f809bf277668d9ac0636c060ee",
      "parents": [
        "4e7c6816d680d1945916db047a47847afe4b9b02",
        "fffcc150a21853651ea890a605832c5cccbb6279"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 31 11:07:54 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 31 11:07:54 2005 -0700"
      },
      "message": "Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6\n"
    },
    {
      "commit": "fffcc150a21853651ea890a605832c5cccbb6279",
      "tree": "e589de6d14b8efc5e538a4bd7c38452e08bdec17",
      "parents": [
        "d11cf326bd5e785cc5a3f5a3d3f4e3a5522f4fb7"
      ],
      "author": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 31 10:38:32 2005 -0700"
      },
      "committer": {
        "name": "Tony Luck",
        "email": "tony.luck@intel.com",
        "time": "Tue May 31 10:38:32 2005 -0700"
      },
      "message": "[IA64] Use \"PER_CPU\" form of EXPORT macro\n\nI was gently reminded that there are per-cpu forms of the EXPORT_SYMBOL macros.\n\nSigned-off-by: Tony Luck \u003ctony.luck@intel.com\u003e\n"
    },
    {
      "commit": "05fda3b1d88ebac1fc866fc3ed5b7ef5a4672fa6",
      "tree": "11f504429d5e6708259f376b76e96cafd3bf9215",
      "parents": [
        "5e485b7975472ba4a408523deb6541e70c451842"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue May 31 17:01:11 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Tue May 31 08:26:05 2005 -0700"
      },
      "message": "[PATCH] ppc64: actually call prom_send_capabilities\n\nWhen I sent in the patch adding the code for the kernel to tell the\nfirmware about its capabilities on pSeries machines, I included the\nfunction to give the capabilities to firmware but somehow forgot the\nhunk that adds the call to the new function.  This patch adds the\ncall.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6cf2b3fc9934a56ceeb393ea5d0149e0bebc80fa",
      "tree": "2caecc37d7dbb75102e2df617ed8e5674f797cbe",
      "parents": [
        "f9e4a005827ec0b33f0c61fec1634a5a3421decd"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Sat May 28 15:52:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat May 28 16:46:16 2005 -0700"
      },
      "message": "[PATCH] ppc32: i8259 PIC should not be initialized if PCI is not configured\n\nTrying to initialize the i8259 PIC will not work if CONFIG_PCI is not\nenabled.  The kernel hangs if the initialization is tried.\n\nSigned-off-by: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f9e4a005827ec0b33f0c61fec1634a5a3421decd",
      "tree": "b0c90680abd6d4b9f7423a7dd935d20b65ee30ee",
      "parents": [
        "ff945023c6a455679165b14d298316e262ceeb1f"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Sat May 28 15:52:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat May 28 16:46:16 2005 -0700"
      },
      "message": "[PATCH] ppc32: Add soft reset to MPC834x\n\nThis change allows mpc83xx_restart to issue a software reset.\n\nSigned-off-by: Randy Vinson \u003crvinson@mvista.com\u003e\nSigned-off-by: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "ff945023c6a455679165b14d298316e262ceeb1f"
}
