)]}'
{
  "log": [
    {
      "commit": "0c54de146ef4303ed3c5879b043894c8db637507",
      "tree": "a4ff5bf27ffd2c4b71271b42014a0040490c7271",
      "parents": [
        "8faba6121566248330e738d25a2c43d7500fb9f0",
        "7dc9c484a71525794ca05cf7a47f283f1b54cd12"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 18 20:47:37 2010 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 18 20:47:37 2010 +0900"
      },
      "message": "Merge branch \u0027sh/stable-updates\u0027\n"
    },
    {
      "commit": "02bf6cc72cc2a6258411ddf1649f33a65fc9a06e",
      "tree": "87b7e3f6d0ccf64bccc037bbe015533d86e006b4",
      "parents": [
        "e44d6c4010a4c84369013932eea4721d16cbc08d"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jan 14 20:58:58 2010 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jan 14 20:58:58 2010 +0900"
      },
      "message": "sh: Preliminary SDK7786 board support.\n\nThis stubs in some preliminary board support for the RTE SDK7786.\n\nThis is quite stunted at the moment, and primarily builds on top of the\nsystem FPGA. FPGA IRQs are handled via CPU IRL masking for simplicity,\nwith initial peripheral support restricted to the debug ethernet.\n\nSigned-off-by: Matt Fleming \u003cmatt@console-pimps.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "07105202bdebf6e9a4c72c634cf90398abfad870",
      "tree": "0eec6777ac1e7a4d1282b5434d1602eb7767edc8",
      "parents": [
        "1373411ae4cd0caf2e1a35fb801dd9a00b64dea2"
      ],
      "author": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Fri Jan 08 12:25:37 2010 +0100"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Wed Jan 13 13:27:24 2010 +0100"
      },
      "message": "Makefile: do not override LC_CTYPE\n\nSetting LC_CTYPE\u003dC breaks localized messages in some setups. With only\nLC_COLLATE\u003dC and LC_NUMERIC\u003dC, we get almost all we need, except for not\nso defined character classes and tolower()/toupper(). The former is not\na big issue, because we can assume that e.g. [:alpha:] will always\ninclude a-zA-Z and we only ever process ASCII input. The latter seems\nonly affect arch/sh/tools/gen-mach-types, which we can handle separately.\n\nSo after this patch the meaning of ranges like [a-z], the behavior of\nsort and join, etc. should be the same everywhere and at the same time\ngcc should be able to print localized waring and error messages.\nLC_NUMERIC\u003dC might not be necessary, but setting it doesn\u0027t hurt.\n\nReported-by: Simon Horman \u003chorms@verge.net.au\u003e\nReported-by: Sergei Trofimovich \u003cslyfox@inbox.ru\u003e\nAcked-by: H. Peter Anvin \u003chpa@zytor.com\u003e\nTested-by: Simon Horman \u003chorms@verge.net.au\u003e\nTested-by: Masami Hiramatsu \u003cmhiramat@redhat.com\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "3252b11fc4790d046b93f300c898df2f7cd7c176",
      "tree": "a1239e538ad9be65c77414c5fb11ae75739e1836",
      "parents": [
        "66206536fe56e889a8bd86ab5742fc76c78c5b4a"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Sat Oct 17 22:20:22 2009 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Sat Dec 12 13:08:14 2009 +0100"
      },
      "message": "sh: move machtypes.h to include/generated\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Paul Mundt \u003clethal@linux-sh.org\u003e\nCc: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "e79d57479c86e388051244e1f17851a0e63d1ff0",
      "tree": "7f390ec63d97c82e16bb342c62f9d260b5145644",
      "parents": [
        "f840dd5e7424a0c8a7166fc3e87798d0e44d3ce7"
      ],
      "author": {
        "name": "Yoshihiro Shimoda",
        "email": "shimoda.yoshihiro@renesas.com",
        "time": "Thu Aug 27 13:57:26 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Aug 28 10:19:13 2009 +0900"
      },
      "message": "sh: sh7785lcr: fix prototype board on 32bit MMU mode.\n\nFix up PCA9564 resources on 32bit MMU mode using prototype board.\n\nSigned-off-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\nTested-by: Raul Porcel \u003carmin76@gentoo.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e638fab91e5d1c4db3a80957546c32ed4bd75086",
      "tree": "fc5303676069efdb2a9c1b0120782fac4e38546b",
      "parents": [
        "4138b74066cc33ede31bfd6cb2b7a5e685cfd327"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Aug 20 10:14:29 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Aug 20 10:14:29 2009 +0900"
      },
      "message": "sh: Add mach-types entry for EcoVec board.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5bdef865eb358b6f3760e25e591ae115e9eeddef",
      "tree": "09ab16acbf69cb9b052ba4c87a3482f7d0115ac8",
      "parents": [
        "39a6bf1426af4aed2348bb533481027862346a37"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu Jul 23 08:59:48 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jul 23 18:43:16 2009 +0900"
      },
      "message": "sh: kfr2r09 board support - mach-type and defconfig\n\nThis patch adds a defconfig and a mach-types entry for\nthe kfr2r09 board.\n\nAt this point only a few devices like SCIF, KEYSC and\nNOR Flash are supported together with sh7724 devices\nsuch as IIC0, IIC1 and the multimedia blocks exported\nvia UIO.\n\nKexec is supported, but booting from flash is not (yet).\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5b25ab29bad3114f798b136b4147f255a5d5742f",
      "tree": "75ee4dbcfb501a9c198e4e13c0348e1effbe5389",
      "parents": [
        "287c129716c2d4b75f3d8dd6e68732a3cd326ee6"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 26 17:02:18 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 26 17:02:18 2009 +0900"
      },
      "message": "sh: Record ms7724se in mach-types.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "eaeed5d31d8ded02fa0a4b608f57418cc0e65b07",
      "tree": "6b00f9d1a6f912da78e9c7d0e526ff85c54f0a36",
      "parents": [
        "3bf509230a626d11cba0e0145f552918092f586d"
      ],
      "author": {
        "name": "Steve Glendinning",
        "email": "steve.glendinning@smsc.com",
        "time": "Fri Mar 20 14:16:29 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Mar 21 01:26:33 2009 +0900"
      },
      "message": "sh: add support for SMSC Polaris platform\n\nPolaris is an SMSC reference platform with a SH7709S CPU and LAN9118\nethernet controller.  This patch adds support for it.\n\nUpdated following feedback from Nobuhiro Iwamatsu.\n\nSigned-off-by: Steve Glendinning \u003csteve.glendinning@smsc.com\u003e\nReviewed-by: Nobuhiro Iwamatsu \u003ciwamatsu.nobuhiro@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "32910e2c52cae552f2651c5360bae8033adb8aac",
      "tree": "d2f5b0c0d0e64126388bd489d8bd51b8ee5a2fff",
      "parents": [
        "40f49e7ed77f1b753a7243c0137e4767a50ea8bd"
      ],
      "author": {
        "name": "Nobuhiro Iwamatsu",
        "email": "iwamatsu.nobuhiro@renesas.com",
        "time": "Tue Mar 17 05:54:37 2009 +0000"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Mar 17 15:18:52 2009 +0900"
      },
      "message": "sh: espt-giga board support\n\nThis adds support for the ESPT-Giga (Ethernet Serial Parallel\nTranslator) SH7763-based reference board.\n\nBoard support is relatively sparse, presently supporting serial,\ngigabit ethernet, USB host, and MTD.\n\nMore information (in Japanese) available at:\n\n\thttp://www.cente.jp/product/cente_hard/ESPT-Giga.html\n\nSigned-off-by: Nobuhiro Iwamatsu \u003ciwamatsu.nobuhiro@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5ac072e110ff358a9ebc318a1b54f0182b799f72",
      "tree": "faa6de8b7eb18f71461b297d5eb85dcfec1b7ceb",
      "parents": [
        "37042fbd8b3256d2a44b17646fa9de8777d5a34a"
      ],
      "author": {
        "name": "Kuninori Morimoto",
        "email": "morimoto.kuninori@renesas.com",
        "time": "Tue Mar 03 16:22:00 2009 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Mar 03 16:22:00 2009 +0900"
      },
      "message": "sh: Urquell board support.\n\nThis adds preliminary support for the SH7786-based Urquell board.\n\nSigned-off-by: Kuninori Morimoto \u003cmorimoto.kuninori@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ea0aac1e1327476d2f6a38f08145281237cf1b03",
      "tree": "e4bc1b726cd4d17145a69edca84fe9b5db6c6d5c",
      "parents": [
        "b5cfeac990cc164a3d3422aab88ac5b138fa822d"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 08 14:32:03 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 22 18:44:02 2008 +0900"
      },
      "message": "sh: Consolidate rsk7203/7201 in to a new mach-rsk.\n\nRSK+ platforms have quite a few characteristics in common, so roll them\ntogether in to a shiny new RSK mach-type.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6feb348783767e3f38d7612e6551ee8b580ac4e9",
      "tree": "6d6aeece24de46fce62bd2bc4ff24e8537501d87",
      "parents": [
        "2825999e8a9bd7ab7e25a7e7475c7cdd10371a13"
      ],
      "author": {
        "name": "Peter Griffin",
        "email": "pgriffin@mpc-data.co.uk",
        "time": "Fri Nov 28 22:56:45 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 22 18:43:51 2008 +0900"
      },
      "message": "sh: RSK+ 7201 board support.\n\nThis patch adds support for the RTE RSK+ 7201 board.\n\nSigned-off-by: Peter Griffin \u003cpgriffin@mpc-data.co.uk\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3eeebf17f31c583f83e081b17b3076477cb96886",
      "tree": "b1e70bb1b0d9959179d9d8967543fc060a59aff5",
      "parents": [
        "5ff0594e2f6fb3242a1a2a4794286244e95afab1"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Oct 28 20:07:44 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Oct 28 20:07:44 2008 +0900"
      },
      "message": "sh: Kill off long-dead HD64465 cchip support.\n\nThis code has been dead for many years. The last update it received\nwas in 2003 in order to update it for the driver model changes, though\nit had already been in disarray and unused before that point. The only\nboards that ever used this chip have not had users in many years either,\nso it is finally safe to just kill it off and move on with life.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4ad06dd6f1ec745c5ee0e37ec26b1b817f88507a",
      "tree": "f9221a702d6bc8b0e0862e9eb1978ef136f53437",
      "parents": [
        "3db9170880241d63aae7ab86a03aa15418c3e5c6"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Sep 08 12:01:55 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Sep 08 12:01:55 2008 +0900"
      },
      "message": "sh: Add EDOSK7760 mach type.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4385e12b291a6816987cb88a74fc116f520180f8",
      "tree": "c426ae22e63fc8242fcefacd5b4dc837b40197f2",
      "parents": [
        "26a8ef5326e390d89290822fb1f4fcf16845fd84"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Aug 02 07:14:09 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Aug 02 07:14:09 2008 +0900"
      },
      "message": "sh: Revert the location change of auto-generated asm/machtypes.h\n\nThis ended up causing build breakage on O\u003d builds, as reported by Adrian:\n\n\u003c--  snip  --\u003e\n\n...\n  CC      init/main.o\nIn file included from /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/irq.h:4,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/irq.h:23,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/hardirq.h:5,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/hardirq.h:7,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/asm-generic/local.h:5,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/local.h:4,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/module.h:19,\n                 from /home/bunk/linux/kernel-2.6/git/linux-2.6/init/main.c:13:\n/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/sh/include/asm/machvec.h:15:27:\nerror: asm/machtypes.h: No such file or directory\nmake[2]: *** [init/main.o] Error 1\n\n\u003c--  snip  --\u003e\n\nSo we simply move machtypes.h back to its original place. asm-offsets.h is\nstill generated there regardless, until such a time that we find a better place\nto stash auto-generated files.\n\nReported-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "f15cbe6f1a4b4d9df59142fc8e4abb973302cf44",
      "tree": "774d7b11abaaf33561ab8268bf51ddd9ceb79025",
      "parents": [
        "25326277d8d1393d1c66240e6255aca780f9e3eb"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Jul 29 08:09:44 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Jul 29 08:09:44 2008 +0900"
      },
      "message": "sh: migrate to arch/sh/include/\n\nThis follows the sparc changes a439fe51a1f8eb087c22dd24d69cebae4a3addac.\n\nMost of the moving about was done with Sam\u0027s directions at:\n\nhttp://marc.info/?l\u003dlinux-sh\u0026m\u003d121724823706062\u0026w\u003d2\n\nwith subsequent hacking and fixups entirely my fault.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "cbe9da029d9cc4fff59d559789885079a84a0af8",
      "tree": "1730047636c75455eaf309f4e24e20de9dff54f0",
      "parents": [
        "1eca5c92729a83f64826d15a9ecb1652dda54bcb"
      ],
      "author": {
        "name": "Yoshihiro Shimoda",
        "email": "shimoda.yoshihiro@renesas.com",
        "time": "Wed Jul 16 20:21:09 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jul 28 18:10:35 2008 +0900"
      },
      "message": "sh: Renesas R0P7785LC0011RL board support\n\nThis adds initial support for the Renesas R0P7785LC0011RL board.\nThis patch supports 29bit address mode only.\n\nSigned-off-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4cec1a37ba7d9dce6ed5d8259b95272100a98b1f",
      "tree": "25cf527d6e60a609257a8b578d8f0d0690cfce70",
      "parents": [
        "c63847a3621d2bac054f5709783860ecabd0ee7e"
      ],
      "author": {
        "name": "Nobuhiro Iwamatsu",
        "email": "iwamatsu.nobuhiro@renesas.com",
        "time": "Fri Jun 06 17:04:56 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jul 28 18:10:30 2008 +0900"
      },
      "message": "sh: Renesas Solutions SH7763RDP board support\n\nThis patch adds basic support for the SH7763RDP board.\nThis supports a basic stuff provided in SH7763, like SCIF,\nNOR Flash and USB host.\n\nSigned-off-by: Nobuhiro Iwamatsu \u003ciwamatsu.nobuhiro@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "04e917b606ffe6ec10fb75c21447162cba31f6b6",
      "tree": "219c5475fcf904be45f72bad0460eb0180610d1e",
      "parents": [
        "42fd3b142d8867f5b58d6fb75592cd20fd654c1b"
      ],
      "author": {
        "name": "Yusuke Goda",
        "email": "goda.yusuke@renesas.com",
        "time": "Fri Jun 06 17:03:23 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jul 28 18:10:29 2008 +0900"
      },
      "message": "sh: Add support Renesas Solutions AP-325RXA board\n\nThis board is SH7723 base board.\n\nThis has SCIF, LCDC, USB Host controler, NOR/NAND Flash, Sound,\nEther and other.\n\nThis patch supports SCIF, NOR Flash.\n\nSigned-off-by: Yusuke Goda \u003cgoda.yusuke@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3787aa112c653b34b6f901b2eaae2b62f9582569",
      "tree": "347a43ce6333b7fe437cbbbc6cf0117c32c6f8d6",
      "parents": [
        "2cd1e31859837155033b4b731de61066d5da50ab"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 19 16:47:56 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jul 28 18:10:28 2008 +0900"
      },
      "message": "sh: RSK+ 7203 board support.\n\nThis adds initial support for the RTE RSK+ SH7203 board.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "f5f826c685464301e4316a9321eb95801c653158",
      "tree": "44ca0475e4894edde26f5e16de0e311a9ef3c927",
      "parents": [
        "2a6b8148c050941dd61779cb0b49c5c3ea854ebf"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Mon Mar 31 01:40:17 2008 +0300"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu May 08 19:51:39 2008 +0900"
      },
      "message": "sh: remove the broken SH_MPC1211 support\n\nSH_MPC1211 has been marked as BROKEN for some time.\n\nUnless someone is working on reviving it now, I\u0027d therefore suggest this\npatch to remove it.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "8ed6dfdd0900dfd6ddc7ba3c766a80f7b88911c9",
      "tree": "d742332712f45d9082a0e6fd6442dd29269bea13",
      "parents": [
        "c2933965de89a60688d51c810d535c1f2cce8448"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Mar 25 16:49:53 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Apr 18 09:50:05 2008 -0700"
      },
      "message": "sh: Fix up mach-types formatting from merge damage.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6e862995a07629858bfa16e0991a258de35007f3",
      "tree": "353fc5ae889e74f41d5032890d9843100f462e01",
      "parents": [
        "d391c6217d3214bd8278e1e3517ef57abbc4b317"
      ],
      "author": {
        "name": "Yoshihiro Shimoda",
        "email": "shimoda.yoshihiro@renesas.com",
        "time": "Fri Mar 21 15:54:13 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Apr 18 09:50:02 2008 -0700"
      },
      "message": "sh: Add support for Solution Engine SH7721 board\n\nAdd support for Solution Engine SH7721 board(MS7721RP01).\n\nSigned-off-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e7d7deca60c01d844a4d8e5644f4aecaf0e3bee4",
      "tree": "08d094e5b65ae0a44fe0ee6d06b53196cb622049",
      "parents": [
        "2af8b3b642ea2a9442890797ad5f92d2eaacb5b5"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Mar 06 16:08:00 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Mar 06 16:08:00 2008 +0900"
      },
      "message": "sh: Fix up SH7710 VoIP-GW build.\n\nThe only board-specific bits that existed here were for setting up the\nIRQs, which are now handled by the SH7710 CPU support code instead. As\nthere\u0027s nothing else to do for setup, kill off the board support code\nand have the defconfig use the generic machvec instead.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9216f194e4b1a967996f0335cfe2ac42df4438b7",
      "tree": "ba522e9b0a180f196fcec3ff021eaad6996be253",
      "parents": [
        "70f784ec1ddacf8e17da2663f842efac029da796"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Feb 07 13:13:44 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Feb 14 14:22:08 2008 +0900"
      },
      "message": "sh: Add mach-type entries for MigoR and SDK7780.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a5350a9686efa65cbd2ad4677bcb9372c7ad05c7",
      "tree": "43a8cda02dcc5cd4ca6786374635566bf0e421ba",
      "parents": [
        "427c727fd0637555a4bb6828c07bf36b9506ddde"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Jan 19 16:06:01 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:03 2008 +0900"
      },
      "message": "sh: Kill off dead HS771RVoIP board support.\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": "0b532f5773572b0ede2bdf05930c69547b233d89",
      "tree": "c71441a4921461e0b23faf2432a17163c9401652",
      "parents": [
        "b5751e2e00cb88b34ac1ebfa9ec4496db4dee098"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 02 14:28:07 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 02 14:28:07 2007 +0900"
      },
      "message": "sh: mach-type updates.\n\nThis adds in the x3proto and magicpanelr2 mach types, plugs in\nhighlander and rts7751r2d groups, and also hooks up the r2d\nsubtypes.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d89ddd1c847637d91625c8cb6b0d064e1717057c",
      "tree": "7f2547f112e3cd70e06a190fc26ab701dbab71b9",
      "parents": [
        "32582fa46020cd8940006a8d42dec083d72d6d8b"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jul 25 11:42:56 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jul 26 15:37:57 2007 +0900"
      },
      "message": "sh: remove support for sh7300 and solution engine 7300\n\nThis patch removes old dead code:\n- kill off sh7300 cpu support\n- get rid of broken solution engine 7300 board support\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3c6b6c7fb7d8876f1c1e07fdb937980f05a98315",
      "tree": "ebe4b518c22151cd108e9e60aaa5cb2b2d50535b",
      "parents": [
        "870e8a24380cf1854dc1bb5fa5abebb44d82674b"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jul 25 10:54:25 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jul 26 15:34:56 2007 +0900"
      },
      "message": "sh: Kill the rest of the SE73180 cruft.\n\nThere was a stray header, and the mach-type removal was also\nmissed.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "8cb661d6a4b69734c393beeb523cbf86c915f374",
      "tree": "1c99adf454101d534f0017c668841fda85adc58b",
      "parents": [
        "0caf3ead5131215cbd462d31f7658798030f793d"
      ],
      "author": {
        "name": "Erik Johansson",
        "email": "erik.johansson@motorola.com",
        "time": "Thu Jul 12 16:37:00 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jul 12 16:37:00 2007 +0900"
      },
      "message": "sh: fix race in parallel out-of-tree build\n\nDepending on which of the three dependencies for archprepare (in\narch/sh/Makefile) get built first, the directory include/asm-sh may or\nmay not exist when the maketools target is built. If the directory does\nnot exist, awk will fail to generate machtypes.h. This patch fixes this\nby creating the directory before awk is executed.\n\nSigned-off-by: Erik Johansson \u003cerik.johansson@motorola.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b9601c5e59dd25693345558a301e833741bf5874",
      "tree": "992d8114b381354bc5e588766c065cc7728fe5df",
      "parents": [
        "33d63bd83bf9aa6b662a376a96b825acba721e8f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 08 11:55:28 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 08 11:55:28 2007 +0900"
      },
      "message": "sh: Kill off dead SH7604 support.\n\nThis was added during 2.5.x, but was never moved along. This\ncan easily be resurrected if someone has one they wish to work\nwith, but it\u0027s not worth keeping around in its current form.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "678597be5e116516e9cfa806fc6ea6eb5de77d8f",
      "tree": "a7d4bfeb0e2caf37f786bfb4d71a5f0d4b1bc7d9",
      "parents": [
        "3a3c60fc0b4c2e3e6f037f68c84ddd9468b2a196"
      ],
      "author": {
        "name": "Nobuhiro Iwamatsu",
        "email": "iwamatsu@nigauri.org",
        "time": "Wed May 23 12:56:24 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:42 2007 +0000"
      },
      "message": "sh: Add L-BOX RE2 to mach-types.\n\nSigned-off-by: Nobuhiro Iwamatsu \u003ciwamatsu@nigauri.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "27641dee99e0d0c25f224cdfbd11486bd2f131ee",
      "tree": "15b2214e766a06e01210b550635131fc28c1ceef",
      "parents": [
        "26bbfda8b1a4d491a86c60b3a97948a4f49fb86a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 14 10:48:01 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 21 14:32:47 2007 +0900"
      },
      "message": "sh: Fix up various compile warnings for SE boards.\n\n- setup-sh7750.c only defines the sh7751_ipr_map when building\n  with SH7751 support.\n\n- 7722 Solution Engine was missing a mach-type entry, causing\n  the macro in cf-enabler to be undefined.\n\n- arch/sh/mm/init.c needs linux/pagemap.h.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b75762302e144b73f12b72c59b99401d036680aa",
      "tree": "92b2ea71d705652bcb3ec9435e86fcf9c06b5757",
      "parents": [
        "cd6c7ea234dc8a8607283e056d8010b2bd3c6369"
      ],
      "author": {
        "name": "Nobuhiro Iwamatsu",
        "email": "nobuhiro.iwamatsu.zh@hitachi.com",
        "time": "Thu Mar 29 00:07:35 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Mon May 07 02:11:55 2007 +0000"
      },
      "message": "sh: SH7780 Solution Engine board support.\n\nThis adds support for the SH7780-based Solution Engine reference board.\n\nSigned-off-by: Nobuhiro Iwamatsu \u003cnobuhiro.iwamatsu.zh@hitachi.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "32351a28a7e1f2c68afbe559dd35e1ad0301be6d",
      "tree": "289c28c605da6876125fa2105d880860b88b5017",
      "parents": [
        "be782df54c51b50dd4dbc363a5a5afa04565fc60"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Mar 12 14:38:59 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Mon May 07 02:10:53 2007 +0000"
      },
      "message": "sh: Add SH7785 Highlander board support (R7785RP).\n\nThis adds preliminary support for the SH7785-based Highlander board.\nSome of the Highlander support code is reordered so that most of it\ncan be reused directly.\n\nThis also plugs in missing SH7785 checks in the places that need it,\nas this is the first board to support the CPU.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e65fa9f59e9230b72ac298d445b4a18a4eefeb34",
      "tree": "402036274b557da72a93b17fffc95f41c3137704",
      "parents": [
        "71074d3a2c70aa8a213222fef5014bfd9b3daf1f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Feb 14 15:06:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Feb 14 15:06:09 2007 +0900"
      },
      "message": "sh: Kill off dead bigsur and ec3104 boards.\n\nNeither of these have had any maintenance in years, and there\u0027s\nno interest in keeping them straggling along. These have already\nbeen slated for removal some time, so finally just get rid of them.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9d4436a6fbc8c5eccdfcb8f5884e0a7b4a57f6d2",
      "tree": "a8b7532fffa76ae526dea547cc87200466e00842",
      "parents": [
        "e62438630ca37539c8cc1553710bbfaa3cf960a7"
      ],
      "author": {
        "name": "Yoshinori Sato",
        "email": "ysato@users.sourceforge.jp",
        "time": "Sun Nov 05 15:40:13 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Dec 06 10:45:36 2006 +0900"
      },
      "message": "sh: Add support for SH7206 and SH7619 CPU subtypes.\n\nThis implements initial support for the SH7206 (SH-2A) and SH7619\n(SH-2) MMU-less CPUs.\n\nSigned-off-by: Yoshinori Sato \u003cysato@users.sourceforge.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "2914d4da172f53f71d0563d3c3bae14e496cbc86",
      "tree": "b8fd9ff1023a857db4b2b36d1974a91e36228423",
      "parents": [
        "3e6c999de9a5438c97524a62845da8da78923205"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Oct 03 13:19:02 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Oct 03 13:19:02 2006 +0900"
      },
      "message": "sh: Kill off remaining config.h references.\n\nA few of these managed to sneak back in, get rid of them once\nand for all.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "bc8fb5d0471473f775378d09db712dcb8eeece75",
      "tree": "373f7b27ae734c03d4d995a9ea8f3fecade3acab",
      "parents": [
        "91b91d01416afba8d3f230a62b5d2784bd7af94a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Sep 27 18:09:34 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Sep 27 18:09:34 2006 +0900"
      },
      "message": "sh: Solution Engine SH7343 board support.\n\nThis adds support for the SE7343 board.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "91b91d01416afba8d3f230a62b5d2784bd7af94a",
      "tree": "09812a19d82f697d3dd0cc8ab9c26a526f513970",
      "parents": [
        "49c3f807f5734605c10cdfb462a8fd5c3075eb76"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Sep 27 18:08:33 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Sep 27 18:08:33 2006 +0900"
      },
      "message": "sh: SH7710VoIPGW board support.\n\nThis adds support for the SH7710 VoIP Gateway board.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5a4053b23262afefa748e1e4c439931d4c27693b",
      "tree": "d8ed63a427c01361435d14d97b5ce3b2ab33b25c",
      "parents": [
        "f118420be83c3ce7888fe1d42db84af495da9edb"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Sep 27 18:00:19 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Sep 27 18:00:19 2006 +0900"
      },
      "message": "sh: Kill off dead boards.\n\nNone of these have been maintained in years, and no one seems to\nbe interested in doing so, so just get rid of them.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "51e22e7a05c1c6f2e38ac7459d3404e32e543b75",
      "tree": "efd81ee22e036c1d268827715e6515314e05cdf7",
      "parents": [
        "e5723e0eeb2dc16629e86d66785024ead9169000"
      ],
      "author": {
        "name": "Takashi YOSHII",
        "email": "takasi-y@ops.dti.ne.jp",
        "time": "Wed Sep 27 17:41:31 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Sep 27 17:41:31 2006 +0900"
      },
      "message": "sh: SHMIN board support.\n\nThis adds support for the SHMIN SH7706 board.\n\nSigned-off-by: Takashi YOSHII \u003ctakasi-y@ops.dti.ne.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5283ecb5ccbdb90d49fce6488d3944bba63a591c",
      "tree": "a58e20bd532fa5f933d099bb7b5dd0637b581d33",
      "parents": [
        "d7c30c682a278abe1a52db83f69efec1a9d8f8c2"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Sep 27 15:59:17 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Sep 27 15:59:17 2006 +0900"
      },
      "message": "sh: Add support for R7780RP and R7780MP boards.\n\nThis adds support for the Renesas SH7780 development boards,\nR7780RP and R7780MP.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a09749dd86e9e93de10f12ab4ce4e90815b5650a",
      "tree": "013d7deabb31dea70063a2acdc50ee86fb3c7b9a",
      "parents": [
        "b7e108ee63624176af85b97d4d80bef6fe099395"
      ],
      "author": {
        "name": "Jamie Lenehan",
        "email": "lenehan@twibble.org",
        "time": "Wed Sep 27 15:05:39 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Sep 27 15:05:39 2006 +0900"
      },
      "message": "sh: Titan board support.\n\nAdd support for the titan board.\n\nSigned-off-by: Jamie Lenehan \u003clenehan@twibble.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "94c0fa520cc169ccf661e9c03b5b95f74d1520b8",
      "tree": "2fc73ea11df222998a363083e03ef6c9e8066b28",
      "parents": [
        "634bf4f69b925950ddb09ef99ad7516a449a4333"
      ],
      "author": {
        "name": "kogiidena",
        "email": "kogiidena@eggplant.ddo.jp",
        "time": "Wed Sep 27 14:53:35 2006 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Sep 27 14:53:35 2006 +0900"
      },
      "message": "sh: landisk board support.\n\nThis adds support for the I-O DATA Landisk.\n\nSigned-off-by: kogiidena \u003ckogiidena@eggplant.ddo.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0025835cf20e07056b8521b8c1d7d0bfe07e81f1",
      "tree": "af60b66554b531fb93f591649014e3641427abf4",
      "parents": [
        "5ebdce726baf17eb66c5a1bf402ae6f161a082ed"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 16 22:14:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jan 16 23:15:27 2006 -0800"
      },
      "message": "[PATCH] sh: consolidate hp620/hp680/hp690 targets into hp6xx\n\nMost of the reasons for keeping these separate before was due to hp690\ndiscontig, and since we have a workaround for that now (abusing some shadow\nspace so everything is magically contiguous), there\u0027s no reason to keep the\ntargets separate.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
