)]}'
{
  "log": [
    {
      "commit": "2adb4e10092ee1719539bcfe397b96dbdc863e2e",
      "tree": "58bac034f7ab907b5159be0468eefcd201937b66",
      "parents": [
        "d02b08f6e8b184ffef349e395210a5e82ff4f4bc"
      ],
      "author": {
        "name": "Stuart Menefy",
        "email": "stuart.menefy@st.com",
        "time": "Fri Nov 30 17:59:55 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:59 2008 +0900"
      },
      "message": "sh: Populate swapper_pg_dir with fixmap range.\n\nThis saves us from having to use kmalloc() for the fixmap entries,\nwhich is needed early for the uncached fixmap.\n\nSigned-off-by: Stuart Menefy \u003cstuart.menefy@st.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d02b08f6e8b184ffef349e395210a5e82ff4f4bc",
      "tree": "1dbec9fe6d2315a95855ce5a91f92a2a1fbf5a22",
      "parents": [
        "cbaa118ecfd99fc5ed7adbd9c34a30e1c05e3c93"
      ],
      "author": {
        "name": "Stuart Menefy",
        "email": "stuart.menefy@st.com",
        "time": "Fri Nov 30 17:52:53 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:59 2008 +0900"
      },
      "message": "sh: Clean up places that make 29-bit physical assumptions.\n\nSigned-off-by: Stuart Menefy \u003cstuart.menefy@st.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "cbaa118ecfd99fc5ed7adbd9c34a30e1c05e3c93",
      "tree": "e60db5c0f3573558c97f39cfab78732220a72e6d",
      "parents": [
        "325df7f20467da07901c4f2b006d3457bba0adec"
      ],
      "author": {
        "name": "Stuart Menefy",
        "email": "stuart.menefy@st.com",
        "time": "Fri Nov 30 17:06:36 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:59 2008 +0900"
      },
      "message": "sh: Preparation for uncached jumps through PMB.\n\nPresently most of the 29-bit physical parts do P1/P2 segmentation\nwith a 1:1 cached/uncached mapping, jumping between the two to\ncontrol the caching behaviour. This provides the basic infrastructure\nto maintain this behaviour on 32-bit physical parts that don\u0027t map\nP1/P2 at all, using a shiny new linker section and corresponding\nfixmap entry.\n\nSigned-off-by: Stuart Menefy \u003cstuart.menefy@st.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "325df7f20467da07901c4f2b006d3457bba0adec",
      "tree": "9a0f6f218af24af250b5e1437e1d311181e66bab",
      "parents": [
        "1efe4ce3ca126da77e450d5a83f7201949d76f62"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 30 16:34:26 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:58 2008 +0900"
      },
      "message": "sh: Explicit alignment for PAGE_SIZE in copy/clear_page().\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "1efe4ce3ca126da77e450d5a83f7201949d76f62",
      "tree": "fbae9902aa4103a9e86d06f841d580f24682e7b3",
      "parents": [
        "53ff09422e5e7a6d6198b767c8f494e43ec8e3ae"
      ],
      "author": {
        "name": "Stuart Menefy",
        "email": "stuart.menefy@st.com",
        "time": "Fri Nov 30 16:12:36 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:58 2008 +0900"
      },
      "message": "sh: GUSA atomic rollback support.\n\nThis implements kernel-level atomic rollback built on top of gUSA,\nas an alternative non-IRQ based atomicity method. This is generally\na faster method for platforms that are lacking the LL/SC pairs that\nSH-4A and later use, and is only supportable on legacy cores.\n\nSigned-off-by: Stuart Menefy \u003cstuart.menefy@st.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "53ff09422e5e7a6d6198b767c8f494e43ec8e3ae",
      "tree": "5aaa917e334fd79a7e9fef1f005d7971f5f6c51b",
      "parents": [
        "a23ba43573a24c351640bc19c06c701798fe6e25"
      ],
      "author": {
        "name": "Nobuhiro Iwamatsu",
        "email": "iwamatsu@nigauri.org",
        "time": "Fri Nov 30 12:33:17 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:58 2008 +0900"
      },
      "message": "sh: Fix compile error of arch/sh/mm/pmb.c\n\nSigned-off-by: Nobuhiro Iwamatsu \u003ciwamatsu@nigauri.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a23ba43573a24c351640bc19c06c701798fe6e25",
      "tree": "b0d1481379ebe4d4345b7358ddffe16cf6d5c6f6",
      "parents": [
        "4b27c47cf8eddb4153a026e89c7b092598c98b12"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 28 20:19:38 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:58 2008 +0900"
      },
      "message": "sh: comment tidying for sh64-\u003esh migration.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4b27c47cf8eddb4153a026e89c7b092598c98b12",
      "tree": "5142d1c0bbfe289ee757dfc147bb6394244c4d67",
      "parents": [
        "c019fd8839503a91c556ae68d773e3bbb9b476e1"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 28 19:58:11 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:58 2008 +0900"
      },
      "message": "sh: syscall auditing for sh5, too.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c019fd8839503a91c556ae68d773e3bbb9b476e1",
      "tree": "79a32fc7436c5eb0d94c9aeb91617b8698ffd89f",
      "parents": [
        "3ee7702903c346fc814bd7540ba37eebef75054d"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 28 19:14:23 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:58 2008 +0900"
      },
      "message": "rtc: rtc-sh: Split out the CPU defs to asm/cpu/.\n\nWith all of the different CPU types this was getting a but unwieldly.\nSince sh64 is now integrated, we don\u0027t have to worry about multiple\narchitectures caring about the header definitions.\n\nSplit out the defs for each asm/cpu/ to make rtc-sh slightly less\nvisually offensive.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3ee7702903c346fc814bd7540ba37eebef75054d",
      "tree": "a8862c569085da7e019d7830ba2b54e0b5aa73a7",
      "parents": [
        "66d485b45a5493f6a2ca067c6f472e7b2ca342c2"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 28 15:56:27 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:58 2008 +0900"
      },
      "message": "sh: CCR1-\u003eCCR renaming for SH-2 parts.\n\nAvoid namespace collision with a CCR1 definition. The general\nSH code always expects CCR anyways, so there\u0027s no point in keeping\nthe CCR1 naming around.\n\nFixes up synclink collisions:\n\ndrivers/char/pcmcia/synclink_cs.c:283:1: warning: \"CCR1\" redefined\nIn file included from include/asm/cache.h:13,\n                 from include/asm/processor_32.h:15,\n                 from include/asm/processor.h:60,\n                 from include/linux/prefetch.h:14,\n                 from include/linux/list.h:8,\n                 from include/linux/module.h:9,\n                 from drivers/char/pcmcia/synclink_cs.c:38:\ninclude/asm/cpu/cache.h:21:1: warning: this is the location of the previous definition\n\nReported-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "66d485b45a5493f6a2ca067c6f472e7b2ca342c2",
      "tree": "cda9d1614122fe5183ce2b1f26f630aa0558f01e",
      "parents": [
        "eddeeb32fe303910c58c4e3c27fde4b6f1503350"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 27 15:57:30 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:58 2008 +0900"
      },
      "message": "sh: Bump up ARCH_KMALLOC_MINALIGN for DMA cases.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "eddeeb32fe303910c58c4e3c27fde4b6f1503350",
      "tree": "4117bc9fdc893ae0cc30c8e47cef717aa41ddd15",
      "parents": [
        "7a2eacb75946e0ebb81dfb36b50b5bec1c3cb50f"
      ],
      "author": {
        "name": "Stuart Menefy",
        "email": "stuart.menefy@st.com",
        "time": "Mon Nov 26 21:32:40 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:58 2008 +0900"
      },
      "message": "sh: Invalidate the TLB after applying PMB mappings.\n\nSigned-off-by: Stuart Menefy \u003cstuart.menefy@st.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7a2eacb75946e0ebb81dfb36b50b5bec1c3cb50f",
      "tree": "189d0cb22eab5fb566c77df6fff39e443aed19d0",
      "parents": [
        "80a68a43d90e2221599b507b6b26c3cba1957687"
      ],
      "author": {
        "name": "Stuart Menefy",
        "email": "stuart.menefy@st.com",
        "time": "Mon Nov 26 21:29:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:57 2008 +0900"
      },
      "message": "sh: Provide a 29/32-bit physical hint for bootloaders.\n\nShoves a magic word in to the empty_zero_page section for the\nbootloader to work out whether to start the kernel in 29-bit\nor 32-bit mode.\n\n[ Renesas CPUs already take care of the initial PMB mappings entirely\n  in hardware and decide on 29-bit/32-bit physical depending on which\n  pin powered up the CPU, so this is mostly for ST parts. -- PFM ].\n\nSigned-off-by: Stuart Menefy \u003cstuart.menefy@st.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "80a68a43d90e2221599b507b6b26c3cba1957687",
      "tree": "476d0eb75ed22801381bd2bcc611d9320e78a7eb",
      "parents": [
        "74d99a5e262229ee865f6f68528d10b82471ead6"
      ],
      "author": {
        "name": "Stuart Menefy",
        "email": "stuart.menefy@st.com",
        "time": "Mon Nov 26 21:16:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:57 2008 +0900"
      },
      "message": "sh: Add a printk() to warn legacy mem\u003d growers.\n\nmem\u003d can\u0027t be used to grow the size of kernel memory, so provide a\nwarning to that effect.\n\nSigned-off-by: Stuart Menefy \u003cstuart.menefy@st.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "74d99a5e262229ee865f6f68528d10b82471ead6",
      "tree": "1e2382c8779e1ee06226f9cc9acbf9a63eb5fc44",
      "parents": [
        "a8f67f4b4d4b74cd14d3540ade8657ebee543340"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 26 20:38:36 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:57 2008 +0900"
      },
      "message": "sh: SH-2A FPU support.\n\nSigned-off-by: Kieran Bingham \u003ckbingham@mpc-data.co.uk\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a8f67f4b4d4b74cd14d3540ade8657ebee543340",
      "tree": "0196ebc52c34d157a86a89d519556f8172d24feb",
      "parents": [
        "47a3eb95560ea525a2dfbee1c4e7f03a45fd2207"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 26 19:54:02 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:57 2008 +0900"
      },
      "message": "sh: Add SH7263 CPU support.\n\nThis adds support for the SH7263 (SH-2A) CPU.\n\nThis particular CPU is a superset of SH7203, adding some additional\nperipheral blocks and hooking up additional (reserved on SH7203)\nvectors in the INTC block.\n\nNo visibly nasty surprises, yet..\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "47a3eb95560ea525a2dfbee1c4e7f03a45fd2207",
      "tree": "b099665e01ad475f0618341e1f19819d2ea864b6",
      "parents": [
        "6d01f51086cf6c475470cdae67d2f45e5fb57833"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 26 18:17:51 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:57 2008 +0900"
      },
      "message": "sh: Fix the arch/sh/kernel/traps.c build for sh32.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6d01f51086cf6c475470cdae67d2f45e5fb57833",
      "tree": "f386f7ac91266e7554db20f26af0b287f82b4b5d",
      "parents": [
        "ff1b7506051014cc38036401b89e426bf3d6a608"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 26 18:17:21 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:57 2008 +0900"
      },
      "message": "sh: Add SH7203 CPU support.\n\nThis adds support for the SH7203 (SH-2A) CPU.\n\nSigned-off-by: Kieran Bingham \u003ckbingham@mpc-data.co.uk\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ff1b7506051014cc38036401b89e426bf3d6a608",
      "tree": "a6612722484e5ffa621d58edbfb9e817f3f543cb",
      "parents": [
        "1322b9def91ab8e9e673b58a64e13d6effaaa652"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 26 17:56:31 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:57 2008 +0900"
      },
      "message": "rtc: rtc-sh: SH-2A support.\n\nTrivial support for the SH-2A on-chip RTC.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "1322b9def91ab8e9e673b58a64e13d6effaaa652",
      "tree": "b52716f0d120f9d51b0cf32462c4f6f68d3c412b",
      "parents": [
        "12760cb4df2a244efbaa262b32590af295c0b8e1"
      ],
      "author": {
        "name": "Yuichi Nakamura",
        "email": "ynakam@hitachisoft.jp",
        "time": "Sat Nov 10 19:21:34 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:57 2008 +0900"
      },
      "message": "sh: syscall audit support.\n\nSupport syscall auditing..\n\nSigned-off-by: Yuichi Nakamura \u003cynakam@hitachisoft.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "12760cb4df2a244efbaa262b32590af295c0b8e1",
      "tree": "bbf2f25365e8aa5e7ef9aaa6ed39c03790f77262",
      "parents": [
        "03713bd226caece8e089490a47f093f5193e5e96"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 23 14:24:25 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:56 2008 +0900"
      },
      "message": "sh: Fix up uname -m matching for native sh64.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "03713bd226caece8e089490a47f093f5193e5e96",
      "tree": "18df86664df2f023fd35a94c57c9a942e9cfdedc",
      "parents": [
        "3e0137f6c7852aff12db0da7bb45f8b3a0a704c8"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 23 14:23:50 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:56 2008 +0900"
      },
      "message": "sh: Move mach-cayman in with the rest of the boards.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3e0137f6c7852aff12db0da7bb45f8b3a0a704c8",
      "tree": "13cc7b1fd88a61f36e86994a479c362f43a8ec0d",
      "parents": [
        "b000659b1c07f91f0c73bf94bb8922fa740c0ef0"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 23 14:17:42 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:56 2008 +0900"
      },
      "message": "sh: Kill off the mach-harp and mach-sim machtypes.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b000659b1c07f91f0c73bf94bb8922fa740c0ef0",
      "tree": "95f0b6d6b6eae083eb0441ab7f24a99e476fcbab",
      "parents": [
        "0dcb957db5eb658d636097a9283dabdbf59de283"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 23 14:02:20 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:56 2008 +0900"
      },
      "message": "sh: Fix up bug trap handler build for sh32.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0dcb957db5eb658d636097a9283dabdbf59de283",
      "tree": "5775062302252ff6cc400dbda82a484a4b013bf1",
      "parents": [
        "35a74499a4f5abbfcdf85629d696c8cfdbd2167f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 23 13:55:02 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:56 2008 +0900"
      },
      "message": "sh: Build fixes for lib32 clear_page.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "35a74499a4f5abbfcdf85629d696c8cfdbd2167f",
      "tree": "98b770b6b1043b768dbdfce41b47409bf5a99110",
      "parents": [
        "332fd57b92d26e2ac6112340b98e92bb76117a41"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 23 13:54:34 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:56 2008 +0900"
      },
      "message": "sh: Fix up default zImage target for sh32.\n\nThis was using the absolute path, which was confusing the make target.\nSwitch it to just \u0027zImage\u0027, as per powerpc.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "332fd57b92d26e2ac6112340b98e92bb76117a41",
      "tree": "fbbc00a900299ad91f46a74b8f2d42efaf4809af",
      "parents": [
        "b6d7b666097e79a8908e3c43fd55fd291a95e133"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 22 17:30:50 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:55 2008 +0900"
      },
      "message": "sh: Bring the SH-5 FPU in line with the SH-4 FPU API.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b6d7b666097e79a8908e3c43fd55fd291a95e133",
      "tree": "61ab633feecd144d129fc3b220ecb9376c7949bd",
      "parents": [
        "d5f68c6dbda8e63df258a0c639f03d7565cf1d50"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 22 16:29:10 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:55 2008 +0900"
      },
      "message": "sh: Get the SH-5 PCI support building.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d5f68c6dbda8e63df258a0c639f03d7565cf1d50",
      "tree": "490df8e0dcdfd38e83754711d6db6ce0d055b121",
      "parents": [
        "29e0d209b38479e6817318a971082421a7d630b7"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 22 16:28:26 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:55 2008 +0900"
      },
      "message": "sh: Bump number of quicklists for SH-5.\n\nSync up with the SH definitions.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "29e0d209b38479e6817318a971082421a7d630b7",
      "tree": "b95847220bbd916b4548d2c190df3d25f2112791",
      "parents": [
        "b4eaa1cc7ce8203ac9af9184c49c635ce79592b1"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 22 13:11:39 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:55 2008 +0900"
      },
      "message": "sh: Add SH-5 subtypes to check_bugs() for utsname.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b4eaa1cc7ce8203ac9af9184c49c635ce79592b1",
      "tree": "83d71382fed9cc992cd6a1c23e6ec28fef304f2a",
      "parents": [
        "18bc81319b438ae3266e1b2653ce874912dae891"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 23:27:52 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:55 2008 +0900"
      },
      "message": "sh: Kill off the rest of arch/sh64/kernel/.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "18bc81319b438ae3266e1b2653ce874912dae891",
      "tree": "a0fc683c0beafdafc360f5ad77c995d55df684fd",
      "parents": [
        "caead5ef34e5abdda8c5189cf698e0b863904701"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 23:16:33 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:54 2008 +0900"
      },
      "message": "sh: Get the mach-cayman IRQ support building.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "caead5ef34e5abdda8c5189cf698e0b863904701",
      "tree": "fc0c82357973f0e9c00a8c8ef93080d903fd8213",
      "parents": [
        "9895f9429cb489ba271c06767531083ae4c4bcbe"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 22:53:34 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:54 2008 +0900"
      },
      "message": "sh: Kill off the last of the sh64 headers.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9895f9429cb489ba271c06767531083ae4c4bcbe",
      "tree": "5f6c410bf94021e9f1f309ad624f0add23eb92fa",
      "parents": [
        "efddb4c882a64b7ca44b2a089d20020b30a2c6dd"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 22:46:14 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:54 2008 +0900"
      },
      "message": "sh: clear/copy_page renames in lib and lib64.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "efddb4c882a64b7ca44b2a089d20020b30a2c6dd",
      "tree": "61add92a29a6e787dca255240e0836c4894d3750",
      "parents": [
        "d088f323574ea932a9bfc65302120e1526131887"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 22:30:58 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:54 2008 +0900"
      },
      "message": "sh: Rename the _32 and _64 TLB flush variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d088f323574ea932a9bfc65302120e1526131887",
      "tree": "be72db6c227503b37ad0f668c854cfb5e924e844",
      "parents": [
        "c2f1755becdc7c78ca07a516d358d9fa7a0a2707"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 22:28:28 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:54 2008 +0900"
      },
      "message": "sh: Consolidate sh/sh64 Makefiles.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c2f1755becdc7c78ca07a516d358d9fa7a0a2707",
      "tree": "d99afdda49e85a6d3e33e1e4830900eb0505bad5",
      "parents": [
        "e2e96299a7c3257a6df36659414d1f6fbda53511"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 22:13:34 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:54 2008 +0900"
      },
      "message": "sh: Tidy up KBUILD_IMAGE for sh64.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e2e96299a7c3257a6df36659414d1f6fbda53511",
      "tree": "3f88f32b42761d8134e59c7af317df0924da7e1f",
      "parents": [
        "a82d53ec2424834521a5ec8bb661a27f968036ab"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 21:54:07 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:54 2008 +0900"
      },
      "message": "sh: Remove duplicate SUPERH64 symbol.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a82d53ec2424834521a5ec8bb661a27f968036ab",
      "tree": "797dfe4dcfe63e9a98c97159d35954e50c417726",
      "parents": [
        "0f2c15cecee0ff00e4bfa91dd20b33ccd9285360"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 18:22:05 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:54 2008 +0900"
      },
      "message": "sh: Generic BUG only works for sh32.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0f2c15cecee0ff00e4bfa91dd20b33ccd9285360",
      "tree": "d7f14804ae86dcc59f70e4fa5fba2d14cd2216ee",
      "parents": [
        "1e1ed39faec635b109ff8c516377310600623674"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 18:06:34 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:53 2008 +0900"
      },
      "message": "sh: Add onchip remap prototypes, kill old sh64 io.h.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "1e1ed39faec635b109ff8c516377310600623674",
      "tree": "2c751c9a642f399e2cf5b03aca64ed57f01700b2",
      "parents": [
        "fb8e569c1d4f44a4632e2db95a27ed45734d4705"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 17:58:13 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:53 2008 +0900"
      },
      "message": "sh: Copy over special CFLAGS for SH-5 TLB miss.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "fb8e569c1d4f44a4632e2db95a27ed45734d4705",
      "tree": "3f1f4f7abe68bac6362843af909f0cd923937ba7",
      "parents": [
        "5db141a9469c8446a179696bc7d374f4cd9b207a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 17:55:12 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:53 2008 +0900"
      },
      "message": "sh: Fix up user_fpu_struct typo for SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5db141a9469c8446a179696bc7d374f4cd9b207a",
      "tree": "e8ef47880573c57d387158b48390dd13c651bfe2",
      "parents": [
        "17bfa6397875e6901c3cafdc711437041664d94c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 17:47:15 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:53 2008 +0900"
      },
      "message": "sh: Mark some IRQ debug options sh32 only.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "17bfa6397875e6901c3cafdc711437041664d94c",
      "tree": "ba1bac3002519578f9e528b76b02089b2c085fbc",
      "parents": [
        "c8eef8800f1c693a2de6374b1948c8ea5e0ad75f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 17:28:37 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:53 2008 +0900"
      },
      "message": "sh: Special layout for SH-5 stat.h and user.h.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c8eef8800f1c693a2de6374b1948c8ea5e0ad75f",
      "tree": "b8f66bd608ae5aa22e2ef508ccf0536a137bd127",
      "parents": [
        "e150e7f25f7e3878cf2230193a5c708d99b9971e"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 17:28:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:53 2008 +0900"
      },
      "message": "sh: Purge dead sh64 headers.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e150e7f25f7e3878cf2230193a5c708d99b9971e",
      "tree": "82633d9109ae98d3985e26f766ac5e65c744932a",
      "parents": [
        "df0fb2562806e853e53de43af04f013c3e45427b"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 17:09:14 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:53 2008 +0900"
      },
      "message": "sh: Kill off arch/sh64/mm.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "df0fb2562806e853e53de43af04f013c3e45427b",
      "tree": "d1f6212a5dd5d4e5a249ae3ac8f2dc9f0c3b7476",
      "parents": [
        "60b2249d45d44bd3494d55f5ea4bccd25c7f8281"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 17:07:46 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:53 2008 +0900"
      },
      "message": "sh: Fix up proc ASIDs for CPU-local ASID cache accessors.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "60b2249d45d44bd3494d55f5ea4bccd25c7f8281",
      "tree": "a79cd2e691701cf78cba95095c4341d055ae656c",
      "parents": [
        "8214d52ace79163ded60a8605c1d6c44b8b2bd30"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 17:07:06 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:52 2008 +0900"
      },
      "message": "sh: Move over SH-5 TLB and cache support code.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "8214d52ace79163ded60a8605c1d6c44b8b2bd30",
      "tree": "52ebe6ae73eaaff0692c670b9f0d3fb0315697b3",
      "parents": [
        "ddf7f1d339861b9867342edccc9c6b864ca9dd26"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 16:58:56 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:52 2008 +0900"
      },
      "message": "sh: Merge sh64 Kconfig.debug options.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ddf7f1d339861b9867342edccc9c6b864ca9dd26",
      "tree": "3b950cf074bce0f84f5cd89a9cd335fe7cc92668",
      "parents": [
        "71373068067b01c963eed1350909de81fc6a6d04"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 16:55:27 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:52 2008 +0900"
      },
      "message": "sh: Kill off a stray proc tlb reference in fault_64.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "71373068067b01c963eed1350909de81fc6a6d04",
      "tree": "46983ab00b37896519fd4833ed69eadfe618270f",
      "parents": [
        "55183e9bb2c2ce43d88eaa575c2d6d4fd6d865a3"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 16:53:37 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:52 2008 +0900"
      },
      "message": "sh: Merge the sh64 zImage bits.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "55183e9bb2c2ce43d88eaa575c2d6d4fd6d865a3",
      "tree": "43d044c663a8b2650c7790497d21dd62ca3be8dd",
      "parents": [
        "c96bcf958c1d79d8e8aa58722273ec7b1ffb815c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 16:19:12 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:52 2008 +0900"
      },
      "message": "sh: SH-5 uses a 64-bit PTE_MAGNITUDE, as X2 TLB.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c96bcf958c1d79d8e8aa58722273ec7b1ffb815c",
      "tree": "3908bcd549a9b5012cecb0e6f85cbaf2f3094aaf",
      "parents": [
        "0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 16:04:12 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:52 2008 +0900"
      },
      "message": "sh: Use existing CONFIG_CACHE_xx options in head_64.S.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0b2328bbc08ee8f7377f9dccdd6fb0c707b34d2f",
      "tree": "c48507def64746cba7fd3cae44ebc1a9908d5069",
      "parents": [
        "ea0e1a9a3d73b917226eca751bf369609fa0dc2f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 15:58:24 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:52 2008 +0900"
      },
      "message": "sh: Fix up generic BUG build for SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ea0e1a9a3d73b917226eca751bf369609fa0dc2f",
      "tree": "ebf624d6656f8be7d8f227f7c0029ec9477d80af",
      "parents": [
        "711fe4369c5d3834cfe1750f8804ef2b74865e9e"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 15:58:01 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:52 2008 +0900"
      },
      "message": "sh: Consolidate Kconfig.sh/Kconfig.sh64.\n\nFold in the sh64-specific bits in to the main Kconfig.sh, and move\nthis back as arch/sh/Kconfig.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "711fe4369c5d3834cfe1750f8804ef2b74865e9e",
      "tree": "495918f2c7caf4c5ab45332658f4e89414a33faa",
      "parents": [
        "f137c319db9d4227f1857f9ff886278ad61c8207"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 15:46:07 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:52 2008 +0900"
      },
      "message": "sh: Bump the MEMORY_SIZE default to something reasonable.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "f137c319db9d4227f1857f9ff886278ad61c8207",
      "tree": "864515b407b75cd655ba354cdd44d23ff3e47c5b",
      "parents": [
        "36763b22bee56713057762bb0756e8075b5bb918"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 15:43:43 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:51 2008 +0900"
      },
      "message": "sh: Kill off some dead sh64 kconfig symbols.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "36763b22bee56713057762bb0756e8075b5bb918",
      "tree": "102bf357b56efd2299991b22a13c54467491ff7a",
      "parents": [
        "6deb6f9129591a2386f5c125d54a22ab78fc8b61"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 15:34:33 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:51 2008 +0900"
      },
      "message": "sh: Switch SH-5 to use CONFIG_PAGE_OFFSET.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6deb6f9129591a2386f5c125d54a22ab78fc8b61",
      "tree": "beac2de71b1093685af962f5a5f12e439bf17585",
      "parents": [
        "caff44e7db86243fd6163bc79e543123b0139a46"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 15:34:02 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:51 2008 +0900"
      },
      "message": "sh: Move PXSEG comments to addrspace.h.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "caff44e7db86243fd6163bc79e543123b0139a46",
      "tree": "07fc47b9519020af4a3e989adb965a4137aab8f5",
      "parents": [
        "9ad3d336a2f495ce782a744bc6e49bf7f9ed018b"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Nov 21 15:23:07 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:51 2008 +0900"
      },
      "message": "sh: Set HPAGE_SHIFT for 512MB hugetlb pages.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9ad3d336a2f495ce782a744bc6e49bf7f9ed018b",
      "tree": "6dc6a34d171c3bf46ec604e5638f8cb5fc7dd931",
      "parents": [
        "ffd25eb6cd1aa2bcdedf0c06be7e180022055cd1"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 18:45:39 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:51 2008 +0900"
      },
      "message": "sh: Update cayman defconfig.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ffd25eb6cd1aa2bcdedf0c06be7e180022055cd1",
      "tree": "c4f5092bea642450152743bdfc2fef06669ac831",
      "parents": [
        "e88ed82ef8c385f84333cb8f30aec6dcb1f9e76f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 18:44:39 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:51 2008 +0900"
      },
      "message": "sh: Stubs for fpu disabled on SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e88ed82ef8c385f84333cb8f30aec6dcb1f9e76f",
      "tree": "e6752742677fa4fde8e27f71d17ff3f5f969267f",
      "parents": [
        "c2672f62e734292bca4ce4ab5e89c7e04ecb70dc"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 18:33:03 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:50 2008 +0900"
      },
      "message": "sh: Stub in CPU subtype setup code for SH5-101/103.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c2672f62e734292bca4ce4ab5e89c7e04ecb70dc",
      "tree": "393c245cdefb011354c11ca6c7cd5599eb7aa0fd",
      "parents": [
        "d1839136098e281ece46520200599ef94edca612"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 18:29:00 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:50 2008 +0900"
      },
      "message": "sh: Add the SH-5 cpu type symbolic names.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d1839136098e281ece46520200599ef94edca612",
      "tree": "77352e7de98dccea141287e418c5868165152e83",
      "parents": [
        "92b59258b8e854dd223bbb196f0c18b8cb7e6c6e"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 18:27:20 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:50 2008 +0900"
      },
      "message": "sh: Plug in simple SH-5 subtype probing.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "92b59258b8e854dd223bbb196f0c18b8cb7e6c6e",
      "tree": "f0aa0b0adda98817759bd2efbef84a7c1134067a",
      "parents": [
        "ac490a4893d37279f704876d430c3683071398b2"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 18:26:54 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:50 2008 +0900"
      },
      "message": "sh: Kill off do_NMI stub in SH-5 ex table.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ac490a4893d37279f704876d430c3683071398b2",
      "tree": "3423633363dc1fcb064bfbb22ca72c1c19549f33",
      "parents": [
        "5a4f7c66be981c6b5f44a4d66a14ea6ac9b7b6b0"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 18:26:28 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:50 2008 +0900"
      },
      "message": "sh: Move quad-word real-address I/O defs to io.h.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5a4f7c66be981c6b5f44a4d66a14ea6ac9b7b6b0",
      "tree": "a605424a32ce11d189a1aa1385c3fc22f972449f",
      "parents": [
        "811d50cb43eb730cc325df0c6913556e25739797"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 18:08:06 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:50 2008 +0900"
      },
      "message": "sh: Share bug/debug traps across _32 and _64.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "811d50cb43eb730cc325df0c6913556e25739797",
      "tree": "c62c7ec9d53b4ad3357251bfae0c28f6fb2d773d",
      "parents": [
        "379a95d1d2c3e3682e380084c40b6fc01e38fa1f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 17:01:55 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:50 2008 +0900"
      },
      "message": "sh: Move in the SH-5 TLB miss.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "379a95d1d2c3e3682e380084c40b6fc01e38fa1f",
      "tree": "663a232eaf663abe8e219c475dada42fd81fad4d",
      "parents": [
        "bcb28e42be8c1cce6cc523c1b656980011464016"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 16:51:28 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:50 2008 +0900"
      },
      "message": "sh: Tidy up various clear_page()/copy_page() definitions.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "bcb28e42be8c1cce6cc523c1b656980011464016",
      "tree": "3c951c59a88eac348a34fb2b714dd255166a2a47",
      "parents": [
        "e7e0a4b54a7f225f770d313f9e042f83ece57a35"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 15:50:59 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:49 2008 +0900"
      },
      "message": "sh: sys_sh consolidation for arch_get_unmapped_area().\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e7e0a4b54a7f225f770d313f9e042f83ece57a35",
      "tree": "1aab00ea2f20226cf905d28970c3e6a629b21198",
      "parents": [
        "a7aa92d1b499a3ad67b36137445ecb1411a4533b"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 15:48:39 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:49 2008 +0900"
      },
      "message": "sh: Share the ELF dump_task interfaces.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a7aa92d1b499a3ad67b36137445ecb1411a4533b",
      "tree": "2c09f0e9a1032ca8fcb368913c3ec461df76d6d4",
      "parents": [
        "b4db3aec8351c78df77bbd95f1951a4dd0246853"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 15:38:50 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:49 2008 +0900"
      },
      "message": "sh: Kill off SH-5 enter_deep_standby() cruft.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b4db3aec8351c78df77bbd95f1951a4dd0246853",
      "tree": "759d750ae2308cc7bbcf9d4ecf0122ca2e46df72",
      "parents": [
        "6694e8250e37058d5a8db23245a349db4e112fe4"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 15:38:11 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:49 2008 +0900"
      },
      "message": "sh: Fix up the _stext references for SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6694e8250e37058d5a8db23245a349db4e112fe4",
      "tree": "4fddb73e555bb50e588cb80dae43443bdb01c503",
      "parents": [
        "1cb80fcfe2beafc55610ebd1cd4a03331d65f8ba"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 15:35:42 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:49 2008 +0900"
      },
      "message": "sh: Sync up the _64 linker script with the _32 version.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "1cb80fcfe2beafc55610ebd1cd4a03331d65f8ba",
      "tree": "1562d21f0d948d9a45313c4e6d166af3cc6f0b81",
      "parents": [
        "ba2727b556778f8af7cf08956d84723930a83965"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 15:16:25 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:49 2008 +0900"
      },
      "message": "sh: Merge sh and sh64 module.c.\n\nThis is trivial, in that they\u0027re both effectively the same for the base\nrelocations anyways. SH-5 doesn\u0027t need the unaligned bits, and has a\nfew extra relocations, which are never hit on non-SH5 parts.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ba2727b556778f8af7cf08956d84723930a83965",
      "tree": "62973058085469a0c02a35f2075b16c286cc73a7",
      "parents": [
        "b542ad1161d3b1771ea6fa3e7cedd311a49f91c9"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 15:14:48 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:49 2008 +0900"
      },
      "message": "sh: ioremap_64 needs after_bootmem.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b542ad1161d3b1771ea6fa3e7cedd311a49f91c9",
      "tree": "987c102dbbee61f05546b3f0e55f26b2379b43f3",
      "parents": [
        "99432700cf2f28976191ab546deffc0007ef4eb7"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 15:14:31 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:49 2008 +0900"
      },
      "message": "sh: Plug in the SHmedia ELF relocations.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "99432700cf2f28976191ab546deffc0007ef4eb7",
      "tree": "f472c1aebbf3215f6c69c0c110816fea835bae7d",
      "parents": [
        "600ee240d15e535d51e6c2b2f8475f0aa42885ea"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Nov 20 14:49:36 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:49 2008 +0900"
      },
      "message": "sh: Tidy up lib64 udelay impl.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "600ee240d15e535d51e6c2b2f8475f0aa42885ea",
      "tree": "95ca3ee293c43c104172debd3951c8693c27334d",
      "parents": [
        "061854fd155116ab1f40c39a75e2c641827fd246"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 19 19:13:38 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:48 2008 +0900"
      },
      "message": "sh: Move over and enable FPU support for SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "061854fd155116ab1f40c39a75e2c641827fd246",
      "tree": "1aeddf095f557a778c4cf3dead930d14be76fd2d",
      "parents": [
        "bba89e1f403b3313b429b736bd6536b921bbc83a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 19 19:08:49 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:48 2008 +0900"
      },
      "message": "sh: Common swapper_pg_dir usage for SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "bba89e1f403b3313b429b736bd6536b921bbc83a",
      "tree": "b6dbc87605601997d5c7c5e1e0d999eed6221146",
      "parents": [
        "7cfee5ac3edd3b4226018da6aad87334793cb1c5"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 19 19:07:51 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:48 2008 +0900"
      },
      "message": "sh: Provide dummy swapper pt_regs for SH-5 ctx switch.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7cfee5ac3edd3b4226018da6aad87334793cb1c5",
      "tree": "fc0d75fea89fbbc4d5f6fb5afd209cd9eec2b04a",
      "parents": [
        "3eeffb32049d4b43b01211a79496cfdaac0c33ad"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 19 19:00:41 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:47 2008 +0900"
      },
      "message": "sh: Move over sh64 switch_to and stack unwinder.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3eeffb32049d4b43b01211a79496cfdaac0c33ad",
      "tree": "be6ff10fa38bc5c65f74c3e6fd0b9586ef33ff4e",
      "parents": [
        "249cfea914002baac0af4b080306e6b820cd86b2"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 19 18:57:03 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:47 2008 +0900"
      },
      "message": "sh: Split out tlb-flush in to _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "249cfea914002baac0af4b080306e6b820cd86b2",
      "tree": "32102587d3cd80986274db5deaee2ab5b7f5adab",
      "parents": [
        "2b6a8d455b1368d769da234336314b8364feb781"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 19 18:26:19 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:47 2008 +0900"
      },
      "message": "sh: Split out pgtable.h in to _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "2b6a8d455b1368d769da234336314b8364feb781",
      "tree": "7f66f09a0db25f39e4339e6f90d53bf84bdbf36b",
      "parents": [
        "ad81eb91731fe7e43ce5c91278bc33bded6cbda1"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 19 14:26:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:47 2008 +0900"
      },
      "message": "sh: ioremap_64 needs proc_fs.h.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ad81eb91731fe7e43ce5c91278bc33bded6cbda1",
      "tree": "193e125d6a4cacc3e03732a5ad0e2c372023f7e9",
      "parents": [
        "4b7be4f2e0235c6824641503e2a8ff3b85e105d7"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 18:43:33 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:46 2008 +0900"
      },
      "message": "sh: Split out ioremap in to _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4b7be4f2e0235c6824641503e2a8ff3b85e105d7",
      "tree": "5e6385a45371fcc69cebeaab8bad452fc96b9990",
      "parents": [
        "343ac72248d360f1fae72176aca1117be19189ec"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 18:22:55 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:46 2008 +0900"
      },
      "message": "sh: Split out sh_ksyms.c in to _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "343ac72248d360f1fae72176aca1117be19189ec",
      "tree": "f9f100f3e16aea8986e5054a4da26d69ecd954ca",
      "parents": [
        "49e6c3e7460a718242dc11b801811f0ac6892154"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 18:11:18 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:46 2008 +0900"
      },
      "message": "sh: Move over the SH-5 entry.S.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "49e6c3e7460a718242dc11b801811f0ac6892154",
      "tree": "573474e658930c55e20da38cbcd3f3fe6652daa9",
      "parents": [
        "1b6cf8175e52cbda111ab8b590da6a1d093e9954"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 17:58:11 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:45 2008 +0900"
      },
      "message": "sh: Split out linker script to _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "1b6cf8175e52cbda111ab8b590da6a1d093e9954",
      "tree": "c21147bf2fd8c260e743a7100b0d63ca91a6f4d6",
      "parents": [
        "4c91d6b105af5ab3011158addbd23f038aee6a00"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 17:46:49 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:45 2008 +0900"
      },
      "message": "sh: Split out syscall ABI for _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4c91d6b105af5ab3011158addbd23f038aee6a00",
      "tree": "a0911654bf3f15b1c54c8a8f0cda98df3ee5407d",
      "parents": [
        "151468d2b42569f3aff1aedc0dddfed45159c2ab"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 17:41:56 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:45 2008 +0900"
      },
      "message": "sh: Fix up the head-y targets for _32 and _64.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "151468d2b42569f3aff1aedc0dddfed45159c2ab",
      "tree": "c52d225663da207aa38091b5ab1bcf8ef9e410cd",
      "parents": [
        "e32acaf601445ddc4baa52a1e4df638543455029"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 17:41:35 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:45 2008 +0900"
      },
      "message": "sh: Fix up header reference for arch/sh/lib64/panic.c.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e32acaf601445ddc4baa52a1e4df638543455029",
      "tree": "5772f6d9d9a1c20ae0057e5816440748c8c4a521",
      "parents": [
        "fcfdd0f14f94d47f2f650a24cd111e11475ccada"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 17:37:21 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:45 2008 +0900"
      },
      "message": "sh: Kill off lib64 version of iomap wrappers.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "fcfdd0f14f94d47f2f650a24cd111e11475ccada",
      "tree": "3aa31620c31d66fb1ed72a93a3345e454f1df652",
      "parents": [
        "63e2c803326babe74033b3cbe6e8c550037c554f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 17:36:13 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:45 2008 +0900"
      },
      "message": "sh: Split out checksum.h in to _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "63e2c803326babe74033b3cbe6e8c550037c554f",
      "tree": "9a08d857d6d7f8fd8a73f3c5f600a2db90d2875c",
      "parents": [
        "079060c6ff6edd32955c3e511024578db89a717b"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 17:28:18 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:45 2008 +0900"
      },
      "message": "sh: Plug in SH-5 ffz()/__ffs() bitops.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "079060c6ff6edd32955c3e511024578db89a717b",
      "tree": "a71ee2eb3a4ff626a51af50e4fa3e6af8cc4702e",
      "parents": [
        "83ce3ac1d13f9a3ae83485a5e5a1cb85faf865ff"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 17:25:10 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:45 2008 +0900"
      },
      "message": "sh: Fix up 64kB page size selection on SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "83ce3ac1d13f9a3ae83485a5e5a1cb85faf865ff",
      "tree": "0c96e81a5a8019451b9f3036fc691a50d9ae8c78",
      "parents": [
        "8a7bcf0dd0d49fe8b0071adef0dfe8610abdffaa"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 17:24:50 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:44 2008 +0900"
      },
      "message": "sh: Split out extable.c _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "8a7bcf0dd0d49fe8b0071adef0dfe8610abdffaa",
      "tree": "e8f0875c391fa2c2d96746112d841c8ca48d1307",
      "parents": [
        "b613881ead41c8fc2e1413aeb6ef8f021f00c1e7"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 17:07:06 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:44 2008 +0900"
      },
      "message": "sh: Add SH-5 support to the consistent DMA impl.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b613881ead41c8fc2e1413aeb6ef8f021f00c1e7",
      "tree": "077a1bcf23dfbe5a6f5616dd3824cfd1026cefd9",
      "parents": [
        "acb499f0ddfbea1176a70d93eb53943c325a073b"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sun Nov 11 15:53:51 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:44 2008 +0900"
      },
      "message": "sh: flush_cache_sigtramp() takes 1 arg only.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    }
  ],
  "next": "acb499f0ddfbea1176a70d93eb53943c325a073b"
}
