)]}'
{
  "log": [
    {
      "commit": "6df5b9f48dd0e77fa796b9b7d3fde7cc5f1237f2",
      "tree": "b13c0941fcbde9a95fece66d02bb0b558cf98041",
      "parents": [
        "378f058cc49bcda7fa63d3cd86d2f9a0a5188b1c"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Mon Sep 19 22:30:11 2005 +1000"
      },
      "committer": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Oct 30 11:19:43 2005 +1100"
      },
      "message": "[CRYPTO] Simplify one-member scatterlist expressions\n\nThis patch rewrites various occurences of \u0026sg[0] where sg is an array\nof length one to simply sg.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    },
    {
      "commit": "378f058cc49bcda7fa63d3cd86d2f9a0a5188b1c",
      "tree": "ed99548aa459054c7b046f0ac96af2cc50683e6e",
      "parents": [
        "d32311fed70d12f14e585feb4653571b1e2b0e6d"
      ],
      "author": {
        "name": "David Hardeman",
        "email": "david@2gen.com",
        "time": "Sat Sep 17 17:55:31 2005 +1000"
      },
      "committer": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Oct 30 11:19:43 2005 +1100"
      },
      "message": "[PATCH] Use sg_set_buf/sg_init_one where applicable\n\nThis patch uses sg_set_buf/sg_init_one in some places where it was\nduplicated.\n\nSigned-off-by: David Hardeman \u003cdavid@2gen.com\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    },
    {
      "commit": "d32311fed70d12f14e585feb4653571b1e2b0e6d",
      "tree": "e1bea01c55c1632ed6291ca96f18518ad2abe39b",
      "parents": [
        "be15cd72d256e5eb3261a781b8507fac83ab33f6"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sat Sep 17 14:41:40 2005 +1000"
      },
      "committer": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Oct 30 11:14:39 2005 +1100"
      },
      "message": "[PATCH] Introduce sg_set_buf\n\nsg_init_one is a nice tool for the block layer.  However, users\nof struct scatterlist in other subsystems don\u0027t usually need the\nDMA attributes.  For them it\u0027s a waste of time and space to\ninitialise the whole struct scatterlist structure.\n\nTherefore this patch adds a new function sg_set_buf to initialise\na scatterlist without zeroing the DMA attributes.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    },
    {
      "commit": "be15cd72d256e5eb3261a781b8507fac83ab33f6",
      "tree": "1a8f95a9960e03149d27d935da25b768878feb3e",
      "parents": [
        "e9d52234e35b27ea4ea5f2ab64ca47b1a0c740ab",
        "37d07b72ef58f2d5ec7701ab75084fbeee0e503e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Oct 29 14:02:16 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Oct 29 14:02:16 2005 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n"
    },
    {
      "commit": "37d07b72ef58f2d5ec7701ab75084fbeee0e503e",
      "tree": "da42fbad5b8ac6c79a258a46aff5f5d338ac138f",
      "parents": [
        "f09b99799991c7c3ba441162406247f5df077322"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Oct 29 21:44:56 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Oct 29 21:44:56 2005 +0100"
      },
      "message": "[ARM] 3061/1: cleanup the XIP link address mess\n\nPatch from Nicolas Pitre\n\nSince vmlinux.lds.S is preprocessed, we can use the defines already\npresent in asm/memory.h (allowed by patch #3060) for the XIP kernel link\naddress instead of relying on a duplicated Makefile hardcoded value, and\nalso get rid of its dependency on awk to handle it at the same time.\n\nWhile at it let\u0027s clean XIP stuff even further and make things clearer\nin head.S with a nice code reduction.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "f09b99799991c7c3ba441162406247f5df077322",
      "tree": "6284aa6638744c26059001a11da3267f91d50082",
      "parents": [
        "c514e58cb8eac0d21f4ab5011df75a09eb5edd50"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nico@cam.org",
        "time": "Sat Oct 29 21:44:55 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Oct 29 21:44:55 2005 +0100"
      },
      "message": "[ARM] 3060/1: allow constants found in asm/memory.h to be used in asm code\n\nPatch from Nicolas Pitre\n\nThis patch allows for assorted type of cleanups by letting assembly code\nuse the same set of defines for constant values and avoid duplicated\ndefinitions that might not always be in sync, or that might simply be\nconfusing due to the different names for the same thing.\n\nSigned-off-by: Nicolas Pitre \u003cnico@cam.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e9d52234e35b27ea4ea5f2ab64ca47b1a0c740ab",
      "tree": "318d37a7d55c79e6f7d86163fb28e0eccbb0fe83",
      "parents": [
        "955c5038823748e529a49f0e33ab635d92843500",
        "09af7b443c257460d45cb6c1896d29f173fef35b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Oct 29 12:19:15 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Oct 29 12:19:15 2005 -0700"
      },
      "message": "Merge branch \u0027upstream\u0027 of git://ftp.linux-mips.org/pub/scm/upstream-linus\n"
    },
    {
      "commit": "09af7b443c257460d45cb6c1896d29f173fef35b",
      "tree": "2980b8edbda58c1b54f39935103f19766000b372",
      "parents": [
        "5ef66935c1f6d412b37cf4f68281bd4fc7fca7e5"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:54 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:54 2005 +0100"
      },
      "message": "Update MIPS defconfig files.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5ef66935c1f6d412b37cf4f68281bd4fc7fca7e5",
      "tree": "dfdf1058e37ef12c890719a37070ae011ab47e9a",
      "parents": [
        "4b724efdde0287d7ba616bd2badc63fca414f978"
      ],
      "author": {
        "name": "Arthur Othieno",
        "email": "a.othieno@bluewin.ch",
        "time": "Fri Oct 28 00:42:56 2005 -0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:53 2005 +0100"
      },
      "message": "    prom_free_prom_memory() returns unsigned long\n    \n    Some boards declare prom_free_prom_memory as a void function but the\n    caller free_initmem() expects a return value.\n    \n    Fix those up and return 0 instead, just like everyone else does.\n    \n    Signed-off-by: Arthur Othieno \u003ca.othieno@bluewin.ch\u003e\n    Signed-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4b724efdde0287d7ba616bd2badc63fca414f978",
      "tree": "9c30ecd163d782a4fff8542b557d8811c3a4ef3e",
      "parents": [
        "3fccc0150e720ff344b5f9c5f8dd23778139018e"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Oct 23 15:05:47 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:52 2005 +0100"
      },
      "message": "Get rid of SINGLE_ONLY_FPU.  Linux does not support half FPU other than\nby emulation of a full FPU.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3fccc0150e720ff344b5f9c5f8dd23778139018e",
      "tree": "f26a8dc6b6dbf7ce8eeb409915bc934e415a5d16",
      "parents": [
        "3c5c8f6748ce5a4a63ac7d025ddca4a01574a1a7"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Oct 23 13:58:21 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:52 2005 +0100"
      },
      "message": "Fix all the get_user / put_user related sparse warnings.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3c5c8f6748ce5a4a63ac7d025ddca4a01574a1a7",
      "tree": "6e3958230b27e1bed66789245c847075ff27efef",
      "parents": [
        "efec3c4e962d4cafbb8f0a050d05d1cd6e95458d"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Oct 23 13:48:12 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:52 2005 +0100"
      },
      "message": "Delete unused ieee754_cname[] and declaration.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "efec3c4e962d4cafbb8f0a050d05d1cd6e95458d",
      "tree": "9f7e4844d353f72164dfbfd85db0d764fdc39961",
      "parents": [
        "a663bf906dce4bfa4d620ecc6b8ac6ef958eb7c2"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Oct 23 13:46:25 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:51 2005 +0100"
      },
      "message": "Include for prototypes.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a663bf906dce4bfa4d620ecc6b8ac6ef958eb7c2",
      "tree": "9d342f63aa85e46e97e8a04d0a661b7fd8108430",
      "parents": [
        "030274ae03c20f9ac27d4218118b9679d7c680d8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Oct 23 13:44:31 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:51 2005 +0100"
      },
      "message": "Protect against multiple inclusion.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "030274ae03c20f9ac27d4218118b9679d7c680d8",
      "tree": "95e8ede01327367ce5a66b6dfc61c460c4284764",
      "parents": [
        "e5adb8770e12169a6595a3ad5682541441bd1052"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Oct 21 22:26:07 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:50 2005 +0100"
      },
      "message": "Remove useless casts of kmalloc return values.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e5adb8770e12169a6595a3ad5682541441bd1052",
      "tree": "22aaae4e58f9d4054a474a5fa31d492e4b9e79a1",
      "parents": [
        "7cf8053b8ee48a7f0e9d8ebc72c279fb2e168c25"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Oct 20 22:55:26 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:50 2005 +0100"
      },
      "message": "Hack to resolve longstanding prefetch issue\n    \nPrefetching may be fatal on some systems if we\u0027re prefetching beyond the\nend of memory on some systems.  It\u0027s also a seriously bad idea on non\ndma-coherent systems.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "7cf8053b8ee48a7f0e9d8ebc72c279fb2e168c25",
      "tree": "3c29e48cd8386dd8ff83dbf3c1a9b19e98e84484",
      "parents": [
        "cb4262481fce1d43ac9a483be4faf36fdd1c7abb"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Oct 20 22:33:09 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:49 2005 +0100"
      },
      "message": "More foolproofing of the CPU configuration.\n    \nLimit the number of cpu type options in the cpu menu to just those\ntypes that are actually available for the select platform.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "cb4262481fce1d43ac9a483be4faf36fdd1c7abb",
      "tree": "04e3614f81b2ac7b3091969427160de127f8d4c3",
      "parents": [
        "8a1417de9e11f9f577499cd4fe89fa35f4bf54fa"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:59:46 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:49 2005 +0100"
      },
      "message": "pci-expmem-hack\n    \nCFE 1.2.5 and earlier fails to turn on the ExpMemEn bit in the\nPCIFeatureControl register, which means that DMA does not work\nbeyond physical address 01_0000_0000, ergo to DRAM beyond 1GB.\n    \nWith ExpMemEn turned on, 01_0000_0000-0f_ffff_ffff is mapped,\nso DMA works for up to 61 GB of DRAM.\n    \nWill be fixed in CFE 1.2.6 (yet to be released).\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8a1417de9e11f9f577499cd4fe89fa35f4bf54fa",
      "tree": "73194ecc1c84772aaf0296df7852a9e36a13cab6",
      "parents": [
        "dc41f94f770904f1fd63488ce4d30722ea514aad"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:59:11 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:49 2005 +0100"
      },
      "message": "BCM1480 HT support\n    \nPCI support code for PLX 7250 PCI-X tunnel on BCM91480B BigSur board.\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "dc41f94f770904f1fd63488ce4d30722ea514aad",
      "tree": "9ac3e005264a87a3d4c2edcd13ee918142f7d050",
      "parents": [
        "a4b5bd9abcf5b0586de68722ff8e9b91020279bf"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:58:49 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:48 2005 +0100"
      },
      "message": "Support for the BCM1480 on-chip PCI-X bridge.\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "a4b5bd9abcf5b0586de68722ff8e9b91020279bf",
      "tree": "fe0f4014bf5e92d72d4e15d90cf3eab3713ceee5",
      "parents": [
        "9a6dcea10308df50ed54d6d5a43c9f6c3e927118"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:57:40 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:48 2005 +0100"
      },
      "message": "SB1 cache exception handling.\n    \nExpand SB1 cache error handling by adding SB1_CEX_ALWAYS_FATAL and\nSB1_CEX_STALL, allowing configurable behavior on cache errors.\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9a6dcea10308df50ed54d6d5a43c9f6c3e927118",
      "tree": "2739e2c12577925ffd99042b460d004f3eeb0bc8",
      "parents": [
        "f137e463b50aadba91bd116f99c59ccb9c15a12f"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:57:11 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:47 2005 +0100"
      },
      "message": "Support for BigSur board.\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f137e463b50aadba91bd116f99c59ccb9c15a12f",
      "tree": "41ce0ec670a6e5a78b4cdc246614277d9bc5e070",
      "parents": [
        "93ce2f524e96571711029884e6340c790a029b94"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:56:38 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:47 2005 +0100"
      },
      "message": "Add support for BCM1480 family of chips.\n    \n - Kconfig and Makefile changes\n - arch/mips/sibyte/bcm1480/\n - changes to sibyte common code to support 1480\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "93ce2f524e96571711029884e6340c790a029b94",
      "tree": "1cb69ac513d01b25a2c300c90a2f11c69c0290e9",
      "parents": [
        "4f19f990475dc4465ca6906ba03a55805d4c1402"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:56:20 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:46 2005 +0100"
      },
      "message": "Add support for SB1A CPU.\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4f19f990475dc4465ca6906ba03a55805d4c1402",
      "tree": "3e1597e7884d3414e28e220454d8ec3c8913ecd6",
      "parents": [
        "4cbf2beac2265b3619be9c8e88ff4ff45b49d7c2"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:55:57 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:46 2005 +0100"
      },
      "message": "Sibyte header cleanup\n    \nUpdate sibyte headers to match Broadcom internal copies:\n - comment cleanup and updates\n - fix LittleSur part number to match the board silkscreen\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4cbf2beac2265b3619be9c8e88ff4ff45b49d7c2",
      "tree": "fa7701264e60759b080b7953bcfad081a51e63d2",
      "parents": [
        "d121ced21d79eab7726bfe6b1e33da4ae86072c0"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:55:11 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:45 2005 +0100"
      },
      "message": "BCM1480 headers\n    \nAdd header files for BCM1480/1280/1455/1255 family of chips, and\nupdate sb1250 headers which are shared by BCM1480 family.\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\ndiff --git a/include/asm-mips/sibyte/bcm1480_int.h b/include/asm-mips/sibyte/bcm1480_int.h\nnew file mode 100644\n"
    },
    {
      "commit": "d121ced21d79eab7726bfe6b1e33da4ae86072c0",
      "tree": "a673fe4d3e3c49179b68c3185ef331712df9e716",
      "parents": [
        "485a4a928a059a361c7363e7ce0eab330a09dbd3"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Oct 19 23:54:43 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:45 2005 +0100"
      },
      "message": "Sibyte fixes\n    \nFix typo in cpu_probe_sibyte.\n    \nSigned-Off-By: Andy Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "485a4a928a059a361c7363e7ce0eab330a09dbd3",
      "tree": "d003941b23a35254bc0bb86b5df065cb28f0fbaf",
      "parents": [
        "750ccf687ff9adbf2a16066a3a2757d0f761384c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Oct 19 14:45:09 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:44 2005 +0100"
      },
      "message": "Make UL what should be UL.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "750ccf687ff9adbf2a16066a3a2757d0f761384c",
      "tree": "935c776cb9927f34b7038247249e4de68c93a562",
      "parents": [
        "f4c72cc737561aab0d9c7f877abbc0a853f1c465"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Wed Oct 19 19:57:14 2005 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:44 2005 +0100"
      },
      "message": "Fix zero length sys_cacheflush\n    \nCacheflush(0, 0, 0) was crashing the system.  This is because\nflush_icache_range(start, end) tries to flushing whole address space\n(0 - ~0UL) if both start and end are zero.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f4c72cc737561aab0d9c7f877abbc0a853f1c465",
      "tree": "14b53c7de3e27e27eed7c715f2fe96468bfeeaa0",
      "parents": [
        "0d507d61cd1cce6d920e78fe10e67296abb2a1eb"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 18 13:25:29 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:43 2005 +0100"
      },
      "message": "Get 64-bit right in the kgdb stub.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "0d507d61cd1cce6d920e78fe10e67296abb2a1eb",
      "tree": "8db52cb5dc090eaee60f0248afe8743fe3e52904",
      "parents": [
        "12616ed202ba66af6e1386df02d06c72d7386339"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 18 12:48:31 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:43 2005 +0100"
      },
      "message": "Sys_lookup_dcookie arguments occupy 4 argument slots.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "12616ed202ba66af6e1386df02d06c72d7386339",
      "tree": "1e003d71846e85d0e0f377b855ad9602f66e9dda",
      "parents": [
        "178086c86ac9738a76f1462e9ee4cbe8fd3b8c51"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 18 10:26:46 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:43 2005 +0100"
      },
      "message": "FPU emulator garbage collection.\n    \nFirst argument of fpu_emulator_cop1Handler() was unused.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "178086c86ac9738a76f1462e9ee4cbe8fd3b8c51",
      "tree": "7981d13e3037b51acfe83b7280804ea73c6b7013",
      "parents": [
        "6ec25809c143d875ed17b2e85d1dd894a1f4aba4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Oct 13 17:07:54 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:42 2005 +0100"
      },
      "message": "Don\u0027t print file name and line in die and die_if_kernel.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6ec25809c143d875ed17b2e85d1dd894a1f4aba4",
      "tree": "59634cf8209c68d8741aba08dee6378c85bbb477",
      "parents": [
        "8f91ed6c2fec8cb746e4dc86a79247162b4c5a7a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Oct 12 00:02:34 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:42 2005 +0100"
      },
      "message": "Rename page argument of flush_cache_page to something more descriptive.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8f91ed6c2fec8cb746e4dc86a79247162b4c5a7a",
      "tree": "4ad1f37e01301ecfcb0fe51984221a84da17b32c",
      "parents": [
        "5e83d4305467c43af144d264674c7d7de303aeb3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sun Oct 09 18:56:01 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:41 2005 +0100"
      },
      "message": "Define EOWNERDEAD and ENOTRECOVERABLE.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5e83d4305467c43af144d264674c7d7de303aeb3",
      "tree": "f9dd363971619d77a97db1a44121814ebd14a5c0",
      "parents": [
        "beb3ca82fc0c2ec938b7446b006c8f34abb301b2"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:41 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:41 2005 +0100"
      },
      "message": "Sliceup Kconfig; it\u0027s grown too large.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "beb3ca82fc0c2ec938b7446b006c8f34abb301b2",
      "tree": "ea89c648dbeae35bdbe9734b2138ecdebdb55fe1",
      "parents": [
        "4ee1303a787434d4994ae68d028ca025e339b434"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:40 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:40 2005 +0100"
      },
      "message": "More configcheck fixes.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4ee1303a787434d4994ae68d028ca025e339b434",
      "tree": "66257cd009cffbed390c89c24ecd550134ad713a",
      "parents": [
        "b4f8c4230708711c3b12c095cf6a59e6d06a183d"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:40 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:40 2005 +0100"
      },
      "message": "2.6.14-rc1 updates for MIPS compat types.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b4f8c4230708711c3b12c095cf6a59e6d06a183d",
      "tree": "bf9df3f47e55ad176103c150db4aa9f134cefaea",
      "parents": [
        "3cd9b6802d39c155d44fc8076b6c72c3f7e919ed"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:40 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:40 2005 +0100"
      },
      "message": "Complete the fcntl.h cleanup.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3cd9b6802d39c155d44fc8076b6c72c3f7e919ed",
      "tree": "8f46a32cc97be3ffdcaeabf553b3c1700fa1283c",
      "parents": [
        "9383292f179e1907e7e7ade539ac8fd3b65c1e97"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:39 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:39 2005 +0100"
      },
      "message": "Cleanup Sibyte Kconfig a bit further.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9383292f179e1907e7e7ade539ac8fd3b65c1e97",
      "tree": "67500f159dba8146a120c27619ec9524b555be93",
      "parents": [
        "8592d4c00eeb92495eaab6374baaad79b30866ed"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Jan 14 03:03:23 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:39 2005 +0100"
      },
      "message": "Date:   Fri Jan 14 03:03:23 2005 +0000\n\nLocking cleanups.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8592d4c00eeb92495eaab6374baaad79b30866ed",
      "tree": "e51ac8f7f302a4da49ced54b3f2c0520ebb42b7f",
      "parents": [
        "dbc571690ec4123e4e9fd6e731d8bdfa77b0d90e"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:38 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:38 2005 +0100"
      },
      "message": "Fix weirdness in \u003casm/bug.h\u003e\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "dbc571690ec4123e4e9fd6e731d8bdfa77b0d90e",
      "tree": "fecef845336efff77fc288859e19e7e62b910a13",
      "parents": [
        "ec917c2c1ab4359a1d438e62daeb50cc42e632e1"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:38 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:38 2005 +0100"
      },
      "message": "Fix wrong comment.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ec917c2c1ab4359a1d438e62daeb50cc42e632e1",
      "tree": "deb2e00bee354577e1f19b7b70c1a2037828a957",
      "parents": [
        "f92c1759a40a85f52b835c21b0ef6ce556b340c5"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Oct 07 16:58:15 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:37 2005 +0100"
      },
      "message": "Fixup a few lose ends in explicit support for MIPS R1/R2.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f92c1759a40a85f52b835c21b0ef6ce556b340c5",
      "tree": "55e76df02c6fb6382d86f3314b23f11a3bb728dc",
      "parents": [
        "101b3531a693ad890f33f2f04323592cd376616a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Oct 07 12:06:12 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:37 2005 +0100"
      },
      "message": "Document the meaning of the CPU_MIPS32, CPU_MIPS64, CPU_MIPSR1 and\nCPU_MIPSR2.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "101b3531a693ad890f33f2f04323592cd376616a",
      "tree": "adb9410d492ee3dca0fd437191213a28e02edcf4",
      "parents": [
        "8afcb5d82934c83fb01664ae00eaff9de1d8d340"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Oct 06 17:39:32 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:36 2005 +0100"
      },
      "message": "Protect manipulation of c0_status against preemption and multithreading.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "8afcb5d82934c83fb01664ae00eaff9de1d8d340",
      "tree": "b658bb46b7e42f78befc5cc561ef69b43d0bab53",
      "parents": [
        "d50f7ec9d2c3e66cc9d529f2155d088d019f467a"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 04 15:01:26 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:36 2005 +0100"
      },
      "message": "Detect 4KSD and treat it like 4KSc.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d50f7ec9d2c3e66cc9d529f2155d088d019f467a",
      "tree": "a5a0cd98e06395076ba282c457d6485765cd7495",
      "parents": [
        "2f69ddccb01632dfe5d0ef946ee99000463cd9c4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Oct 04 13:30:10 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:36 2005 +0100"
      },
      "message": "We\u0027re no longer hosted on oss for ages ...\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2f69ddccb01632dfe5d0ef946ee99000463cd9c4",
      "tree": "92a4e77e077718d08c6733f7abe604ca0c132042",
      "parents": [
        "57468af3267bfb89391f9c607a9637e86e55d299"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 03 13:41:19 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:35 2005 +0100"
      },
      "message": "Convert the remaining SPIN_LOCK_UNLOCKED instances to DEFINE_SPINLOCK.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "57468af3267bfb89391f9c607a9637e86e55d299",
      "tree": "3a52d3238fea2dd4cd887ff626e4b45d81c9b843",
      "parents": [
        "f8bb3af924211b0e6ee66dc0d3bcb4a66ba59af4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 03 13:40:26 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:35 2005 +0100"
      },
      "message": "Define and initialize kdb_lock using DEFINE_SPINLOCK.\nConvert kgdb_cpulock into a raw_spinlock_t.\n    \nSPIN_LOCK_UNLOCKED is deprecated and it\u0027s replacement DEFINE_SPINLOCK is\nnot suitable for arrays of spinlocks.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f8bb3af924211b0e6ee66dc0d3bcb4a66ba59af4",
      "tree": "8f8fe1953febe3fcc696a309d25a97cf68042003",
      "parents": [
        "65f1f5a2c3cdb0570806fe4e5512945673dfa199"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Oct 03 13:30:57 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:34 2005 +0100"
      },
      "message": "Make kgdb_wait static.\n    \nNothing outside gdb-stub.c uses kgdb_wait, so change it\u0027s definition to\nstatic.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "65f1f5a2c3cdb0570806fe4e5512945673dfa199",
      "tree": "61772813b74f1b3064a51ba37f36d6093eadeed7",
      "parents": [
        "5090dfb5bcf51479370b501e934edadc4d781f67"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 01 20:22:39 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:34 2005 +0100"
      },
      "message": "Don\u0027t copy SB1 cache error handler to uncached memory.\n    \nThis may have made sense on a paranoid day with pass 1 BCM1250 processors\nthat were throwing cache error exception left and right for no good\nreason.  On modern silicion that hardly makes sense and the code had\ngotten just an obscurity ...\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5090dfb5bcf51479370b501e934edadc4d781f67",
      "tree": "77644f77c4884a8aee74fa985b166a1257cbe255",
      "parents": [
        "6aaf7786ed02da7797432708fbcdd242f9c0764e"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 01 17:34:35 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:33 2005 +0100"
      },
      "message": "Provide 64-bit address space definitions for the Sibyte SB1 CPU core.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "6aaf7786ed02da7797432708fbcdd242f9c0764e",
      "tree": "0cbece6a0ec2b706dfa8774e2b313ded86c5bbd0",
      "parents": [
        "46dc3a4a098c65551d5f364e1c56331961400314"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 01 13:14:58 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:33 2005 +0100"
      },
      "message": "No need to explicitly call __read_64bit_c0_split; __read_64bit_c0_register\nwill do that itself iff needed.  Fix format string.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "46dc3a4a098c65551d5f364e1c56331961400314",
      "tree": "e8ae4298c0435e830a8183b6436458e537a44591",
      "parents": [
        "02cf2119684e52e97a8a90bd7630386e0f1a250a"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Jun 22 16:02:03 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:33 2005 +0100"
      },
      "message": "Fix stale comment in c-sb1.c.\n    \nSigned-Off-By: Andrew Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "02cf2119684e52e97a8a90bd7630386e0f1a250a",
      "tree": "fbe051feacc403d7703bf27043ac048b5d2f2369",
      "parents": [
        "942d042d17c77febab9af6815b2e77f665d0f9c1"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 01 13:06:32 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:32 2005 +0100"
      },
      "message": "Cleanup the mess in cpu_cache_init.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "942d042d17c77febab9af6815b2e77f665d0f9c1",
      "tree": "546feac57c4e16b7c388a1e377e3e4212aee9585",
      "parents": [
        "f5cfa980e535e1f77038f8037422594592208695"
      ],
      "author": {
        "name": "Andrew Isaacson",
        "email": "adi@broadcom.com",
        "time": "Wed Jun 22 16:01:09 2005 -0700"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:32 2005 +0100"
      },
      "message": "Use cpumask_t rather than hand-rolled bitmask code in sb1250_set_affinity.\n    \nSigned-Off-By: Andrew Isaacson \u003cadi@broadcom.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f5cfa980e535e1f77038f8037422594592208695",
      "tree": "108a922c864f5b95de9ff5f72235aaf43755f536",
      "parents": [
        "c5c96e13790122095fdf2ea74a8131e5f6b60c03"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 01 11:14:17 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:31 2005 +0100"
      },
      "message": "Use R4000 TLB routines for SB1 also.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c5c96e13790122095fdf2ea74a8131e5f6b60c03",
      "tree": "2c11ebffae96232f4b6bf23cd416ad34588c8935",
      "parents": [
        "3959c7957f0ab758066c8779483b18179c355257"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 01 10:17:54 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:31 2005 +0100"
      },
      "message": "Fix build error caused by missmatching duplicate declaration.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "3959c7957f0ab758066c8779483b18179c355257",
      "tree": "b709b87527dbc65091f88cf95cbca86f8547a77e",
      "parents": [
        "0015365cc68a5b6ad22dfdac19580aa9530731c3"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 01 00:03:42 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:31 2005 +0100"
      },
      "message": "Don\u0027t call memset to clean irq_desc; these data fields have already\npreviously been initialized statically in kernel/irq/handle.c.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "0015365cc68a5b6ad22dfdac19580aa9530731c3",
      "tree": "335f10463bf177ff114227b1ed010343f29f9699",
      "parents": [
        "c78cbf49c4edf2f9ca9e56d4b87a5d6ef08b7fed"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 01 00:00:00 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:30 2005 +0100"
      },
      "message": "Fix ARCH_KMALLOC_MINALIGN values on MIPS\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "c78cbf49c4edf2f9ca9e56d4b87a5d6ef08b7fed",
      "tree": "44bee3daac887df59c0d69658b19c21da4e1839f",
      "parents": [
        "b288f135872b651ebf6cd1565d0709a5e31997f7"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Sep 30 13:59:37 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:30 2005 +0100"
      },
      "message": "Support for MIPSsim, the cycle accurate MIPS simulator.\n    \nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "b288f135872b651ebf6cd1565d0709a5e31997f7",
      "tree": "4466c2038022d406aa3378ea644e5a7989ec5a08",
      "parents": [
        "ea3d710fe572f0af4d242701973f7363b2146429"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Sep 30 01:51:21 2005 +0100"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:29 2005 +0100"
      },
      "message": "Switch Sibyte profiling driver to -\u003ecompat_ioctl\n    \nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ea3d710fe572f0af4d242701973f7363b2146429",
      "tree": "b8c7138296d4e19b7101b51bfeb6677d27185bc7",
      "parents": [
        "9043f7e95d104795fcb03a2f762524babcd49da5"
      ],
      "author": {
        "name": "Daniel Jacobowitz",
        "email": "dan@debian.org",
        "time": "Wed Sep 28 18:11:15 2005 -0400"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:29 2005 +0100"
      },
      "message": "Revise MIPS 64-bit ptrace interface\n    \nChange the N32 debugging ABI to something more sane, and add support\nfor o32 and n32 debuggers to trace n64 programs.\n    \nSigned-off-by: Daniel Jacobowitz \u003cdan@codesourcery.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9043f7e95d104795fcb03a2f762524babcd49da5",
      "tree": "cee4858eaee2579c061b3e8e52f88c557087d45b",
      "parents": [
        "9d58f302ca370c720fa47cb419f0b33eaa1a1132"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Wed Sep 28 20:24:58 2005 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:28 2005 +0100"
      },
      "message": "Sync c-tx39.c with c-r4k.c.\n    \ntx39_flush_cache_range() does nothing if !cpu_has_dc_aliases.  It should\nflush d-cache and invalidate i-cache since the TX39(H2) has separate I/D\ncache.\n    \nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9d58f302ca370c720fa47cb419f0b33eaa1a1132",
      "tree": "93d3572aba1d3bbdb8f0c0ac18fabe1b73ce22ad",
      "parents": [
        "495515b351957e4f6155d1696132f53acc4d06e5"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Fri Sep 23 20:02:38 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:28 2005 +0100"
      },
      "message": "Glue again after removal of BUILD_BUG().\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "495515b351957e4f6155d1696132f53acc4d06e5",
      "tree": "ce7fe8c50f7578d147d10b811497f3a246e917cd",
      "parents": [
        "80b47346b0c83edab5d183376b41e9968bd5ac32"
      ],
      "author": {
        "name": "Ladislav Michl",
        "email": "ladis@linux-mips.org",
        "time": "Fri Sep 23 10:52:27 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:27 2005 +0100"
      },
      "message": "Let it compile again after i2c algo id removal. Sort headers.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "80b47346b0c83edab5d183376b41e9968bd5ac32",
      "tree": "4f51d042ad575f4f3654a5503d1893076658743a",
      "parents": [
        "0c9ec467db8bf9ae9a337b96cecd9b6b703b57a1"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Sep 22 14:55:21 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:27 2005 +0100"
      },
      "message": "SMP on Malta needs to define ARCH_HAS_IRQ_PER_CPU since 2.6.14-rc1.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\ndiff --git a/include/asm-mips/mach-mips/irq.h b/include/asm-mips/mach-mips/irq.h\nnew file mode 100644\n"
    },
    {
      "commit": "0c9ec467db8bf9ae9a337b96cecd9b6b703b57a1",
      "tree": "38fa95aad7c643ef568a365364f11a489cdb5995",
      "parents": [
        "ba264b340396b8dd7348ef8531e5ac003a34ff4e"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Wed Sep 21 21:39:44 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:27 2005 +0100"
      },
      "message": "smc91x platform support; requires patch to smc91x.h which was sent\nupstream.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ba264b340396b8dd7348ef8531e5ac003a34ff4e",
      "tree": "f6edffeb3a615c3191109adef2151f358f377802",
      "parents": [
        "bab056aafe428b326f7ee72db453c3b8947c7339"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Wed Sep 21 06:18:27 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:26 2005 +0100"
      },
      "message": "Au1[12]00 mmc driver. Only tested on the Au1200 at this point though\nit should work on the Au1100 as well. Updated defconfig to include driver.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "bab056aafe428b326f7ee72db453c3b8947c7339",
      "tree": "aab9571a3b9e382168ae282d4c7c7d863fb82db3",
      "parents": [
        "e97288386a316e3960b758a60ae7cd17b3ee10e7"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Sep 20 13:43:51 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:26 2005 +0100"
      },
      "message": "Add SOCK_DCCP definition for MIPS also.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "e97288386a316e3960b758a60ae7cd17b3ee10e7",
      "tree": "5a40713cc8ceec43a9ed0d2f02373a1e5a2d648f",
      "parents": [
        "2cce8263228ac8926d675cfa19e50ca0af9e05e4"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Sep 20 10:56:26 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:25 2005 +0100"
      },
      "message": "The type of sum in csum_tcpudp_nofold is \"unsigned int\", so when we assign\nto it in an asm() block, and we\u0027re running on a system with 64-bit\nregisters, it is vitally important that we sign extend it correctly before\nreturning to C.  Otherwise the stray high bits will be preserved into\ncsum_fold, and on the SB-1 processor, 32-bit arithmetic on a non\nsign-extended register will yield surprising results.\n    \nThis caused incorrect checksums in some UDP packets for NFS root.  The\nproblem was mild when using a 10.0.1.x IP address, but severe when\nusing 192.168.1.x.\n    \nSigned-off-by: Daniel Jacobowitz \u003cdan@codesourcery.com\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2cce8263228ac8926d675cfa19e50ca0af9e05e4",
      "tree": "9d6ab290277c0b85bdd1bb9eeae40c1cbb7354c8",
      "parents": [
        "13bb199f98d179664cc24ab2e4762ef8ab059acc"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Sun Sep 18 11:18:10 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:25 2005 +0100"
      },
      "message": "Kernel gpio/2 routines that will be used by some drivers.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "13bb199f98d179664cc24ab2e4762ef8ab059acc",
      "tree": "f442c2d1c1dcf911580a4b12c8c7a0317c55c373",
      "parents": [
        "d6460827af0763dc2f4a5cf0455cbf1e3a9ccb77"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Sun Sep 18 01:10:46 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:25 2005 +0100"
      },
      "message": "Fix a cache snooping issue.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d6460827af0763dc2f4a5cf0455cbf1e3a9ccb77",
      "tree": "eeac9842013ab85276fff3ee64928c9c4cd1fd2c",
      "parents": [
        "efe29c0f34dc3ee3511e46458f335edb7ee50327"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Sat Sep 17 00:38:10 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:24 2005 +0100"
      },
      "message": "Updated pcmcia driver with pb1200 and db1200 support.\nUpdated db1200_defconfig so pcmcia is enabled by default.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "efe29c0f34dc3ee3511e46458f335edb7ee50327",
      "tree": "645c9e7a061984ded12ae1ecf33ed869b7b90fbf",
      "parents": [
        "0bf0e3e279661c42ad43014d62ddd87d42da12e7"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Thu Sep 15 23:42:27 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:24 2005 +0100"
      },
      "message": "- moved platform structure to platform.c\n- fixed an iounmap warning\n- export fixup_xx, needed by the module\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "0bf0e3e279661c42ad43014d62ddd87d42da12e7",
      "tree": "a300ea64996f301b92aade759614dc3d12de1094",
      "parents": [
        "870d3d98eb343fa0f079773653f6dbdd17f410ed"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Sep 15 16:43:50 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:23 2005 +0100"
      },
      "message": "Fix excessive signal latencies.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "870d3d98eb343fa0f079773653f6dbdd17f410ed",
      "tree": "334a8efce430cfc0244ab6506444d4918fdbcb15",
      "parents": [
        "61ed242d7e9d96dfb2e2f37058f5c822e5c6ca55"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Sep 15 08:52:34 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:23 2005 +0100"
      },
      "message": "Reorder \u0026 reformat a bit.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "61ed242d7e9d96dfb2e2f37058f5c822e5c6ca55",
      "tree": "659a2c39c1bb5dd1f720b713723037c1bdf8da7a",
      "parents": [
        "587cb98f368de7ea4382a6ca99847113fbbeea91"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Sep 15 08:52:34 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:22 2005 +0100"
      },
      "message": "Use ARCH_MAY_HAVE_PC_FDC where needed.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "587cb98f368de7ea4382a6ca99847113fbbeea91",
      "tree": "9a34df00ddc0d921c127cad15f6e5a8bef264802",
      "parents": [
        "61ed7f08b691677a13486d920dcd931b7d31719c"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Sep 15 08:52:34 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:22 2005 +0100"
      },
      "message": "GCC bulletproofing: __mips64 is only defined when compiling for 64-bit\nprocessors.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "61ed7f08b691677a13486d920dcd931b7d31719c",
      "tree": "dc9c8741ee0326148fd8fc3e7a650a49c259c91e",
      "parents": [
        "ebfaebae364c3631c70467bf89a63b341d0f0949"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Sep 15 08:52:34 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:22 2005 +0100"
      },
      "message": "The values for SO_SNDBUFFORCE / SO_RCVBUFFORCE were already taken ...\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "ebfaebae364c3631c70467bf89a63b341d0f0949",
      "tree": "837833970842137f0ca9a4992e30a30a12cde241",
      "parents": [
        "9dbdfce85c165faa45509ca3b18deaa5f9dfbc12"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Sep 15 08:52:34 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:21 2005 +0100"
      },
      "message": "Futexes for MIPS, for the time being only the R10000_LLSC_WAR version.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "9dbdfce85c165faa45509ca3b18deaa5f9dfbc12",
      "tree": "9e000f50f4a7483210b4f0df48de6918e1511dc6",
      "parents": [
        "26a940e21752e0de8f068f77dad606a7d1986937"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Sep 15 08:52:34 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:21 2005 +0100"
      },
      "message": "Define pcibus_to_node() for IP27.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "26a940e21752e0de8f068f77dad606a7d1986937",
      "tree": "88e46225e19c4c72fa6914a21afb28c6ea52bfc6",
      "parents": [
        "64abf64d10b3a547becefeb26394dfbefac273fb"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Thu Sep 15 08:03:12 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:20 2005 +0100"
      },
      "message": "Cleaned up AMD Au1200 IDE driver:\n- converted to platform bus\n- removed pci dependencies\n- removed virt_to_phys/phys_to_virt calls\n    \nSystem now can root off of a disk.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n\ndiff --git a/Documentation/mips/AU1xxx_IDE.README b/Documentation/mips/AU1xxx_IDE.README\nnew file mode 100644\n"
    },
    {
      "commit": "64abf64d10b3a547becefeb26394dfbefac273fb",
      "tree": "2960d858aa3490548385f77fbd460c6dc60e1e5b",
      "parents": [
        "4f94afa258c3e574a8d985160e87146a5183944b"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Wed Sep 14 16:17:59 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:20 2005 +0100"
      },
      "message": "Misc au1200 updates.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "4f94afa258c3e574a8d985160e87146a5183944b",
      "tree": "7fcc98c8f7852e6640ab6a59c3500bf7328b7c62",
      "parents": [
        "57e3e3b9187765f042c131db1a8b66bee67fc5fb"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Wed Sep 14 14:52:16 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:19 2005 +0100"
      },
      "message": "Delete the SABLE_RTL case.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "57e3e3b9187765f042c131db1a8b66bee67fc5fb",
      "tree": "5b0d42e6e84fdd7b0f69e52c8b3ead2e03dbb2a9",
      "parents": [
        "097975fc6651ee8f43ffc930ae0c4851ec979454"
      ],
      "author": {
        "name": "Pete Popov",
        "email": "ppopov@embeddedalley.com",
        "time": "Tue Sep 13 22:52:55 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:19 2005 +0100"
      },
      "message": "When no yamon command line is passed to the kernel, preserve the default\ncompiled in command line.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "097975fc6651ee8f43ffc930ae0c4851ec979454",
      "tree": "a95ce1214561fed94c1fff93e23457b0a4c9edaa",
      "parents": [
        "10a3dabddd79473130c6ded7f7cef1d55fccc115"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Sep 12 20:22:07 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:18 2005 +0100"
      },
      "message": "Provide MODULE_ARCH_VERMAGIC for MIPS.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "10a3dabddd79473130c6ded7f7cef1d55fccc115",
      "tree": "8563bee83ef4b13ca1ca0f9141949437f0c7510f",
      "parents": [
        "02fe2c9ce3159f62339f30dfe62aeb6e4aa75d6e"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Fri Sep 09 20:26:54 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:18 2005 +0100"
      },
      "message": "Add/Fix missing bit of R4600 hit cacheop workaround.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "02fe2c9ce3159f62339f30dfe62aeb6e4aa75d6e",
      "tree": "8d330ba1629926b2bf0404d58921b15a873f3d17",
      "parents": [
        "f5b4d9563b3dc43d3b5df2422baecd2d4b77750a"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Fri Sep 09 19:45:41 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:17 2005 +0100"
      },
      "message": "Minor code cleanup.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f5b4d9563b3dc43d3b5df2422baecd2d4b77750a",
      "tree": "4f0b5642c8c31cb8557fb74804de2f326c1574cb",
      "parents": [
        "424cadae94a683afe2164f726269d2b479d99732"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Fri Sep 09 17:11:50 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:17 2005 +0100"
      },
      "message": "R4600 v2.0 needs a nop before tlbp.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "424cadae94a683afe2164f726269d2b479d99732",
      "tree": "c75849ee46e6b6f7ab209c1fdae8d89fb4dd4d68",
      "parents": [
        "98e316d4b151111d5a8ff2b3a684a9300634d83f"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Fri Sep 09 17:09:18 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:17 2005 +0100"
      },
      "message": "Don\u0027t set up a sg dma address if we have no page address for some reason.\nCode cleanup.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "98e316d4b151111d5a8ff2b3a684a9300634d83f",
      "tree": "fefb69d133561477a5b6fde3a10dee6d79d637ae",
      "parents": [
        "d8748a3abf1f388438ba2d812c1f46c549856afe"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@linux-mips.org",
        "time": "Mon Sep 05 10:31:27 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:16 2005 +0100"
      },
      "message": "Move MIPS Technologies processor IDs to where they belong.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "d8748a3abf1f388438ba2d812c1f46c549856afe",
      "tree": "afc62d26f630f790cbeb1219589531707ba25cb8",
      "parents": [
        "5bcb9a58e6e3eda4af87193c8746d15e45f51628"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Fri Sep 02 09:56:12 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:16 2005 +0100"
      },
      "message": "More .set push/pop.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "5bcb9a58e6e3eda4af87193c8746d15e45f51628",
      "tree": "a002040a806a115d3a2b4fece08946c90e86ec8a",
      "parents": [
        "330cfe016bec3cdf517a626083bcb0d7b1854744"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Thu Sep 01 20:42:46 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:15 2005 +0100"
      },
      "message": "Move genrtc.c\u0027s functions into \u003casm/rtc.h\u003e\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "330cfe016bec3cdf517a626083bcb0d7b1854744",
      "tree": "5273948dd01047d77de45bc3142c3c52dd140e75",
      "parents": [
        "65dd7026a906f7a70ef326f18540c0b648a0ffed"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Thu Sep 01 18:33:58 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:15 2005 +0100"
      },
      "message": "Let r4600 PRID detection match only legacy CPUs, cleanups.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "65dd7026a906f7a70ef326f18540c0b648a0ffed",
      "tree": "02ad69bcba2f6b258cc8063ca735372158babb24",
      "parents": [
        "aaa49075c6a75332dac6fb401518c0a72b103443"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Thu Sep 01 09:02:08 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:14 2005 +0100"
      },
      "message": "Define some more common ip22 CPU features.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "aaa49075c6a75332dac6fb401518c0a72b103443",
      "tree": "2b3475e5af739225e51892c45d09272f387ed0dc",
      "parents": [
        "2fe25f67a55ea0e6416304fa43d58fae93b7300a"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Thu Sep 01 09:00:51 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:14 2005 +0100"
      },
      "message": "Typo fix.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "2fe25f67a55ea0e6416304fa43d58fae93b7300a",
      "tree": "a51ec17e1ae43c587dad6ca6d4c2e183fb1a5f81",
      "parents": [
        "f8670e66dc3f08512b57cb7872932fb0710de589"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Thu Sep 01 08:59:55 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:14 2005 +0100"
      },
      "message": "More .set push/pop encapsulation, more eyefriendly code formatting.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "f8670e66dc3f08512b57cb7872932fb0710de589",
      "tree": "d45b63678eed1e093825a058e27446e766fc67e6",
      "parents": [
        "37c8c642ea6deb4837c247de062e3f4c5ae2b282"
      ],
      "author": {
        "name": "Thiemo Seufer",
        "email": "ths@networkno.de",
        "time": "Thu Sep 01 08:56:18 2005 +0000"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Oct 29 19:32:13 2005 +0100"
      },
      "message": "Fix MAP_BASE for 64bit ip22.\n\nSigned-off-by: Thiemo Seufer \u003cths@networkno.de\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    }
  ],
  "next": "37c8c642ea6deb4837c247de062e3f4c5ae2b282"
}
