)]}'
{
  "log": [
    {
      "commit": "4a19ec5800fc3bb64e2d87c4d9fdd9e636086fe0",
      "tree": "610bd4e7dbcbdae25ba3806f4256745e98617825",
      "parents": [
        "036c2e27bc3a6498afb35de017d810194032d765"
      ],
      "author": {
        "name": "Laszlo Attila Toth",
        "email": "panther@balabit.hu",
        "time": "Wed Jan 30 19:08:16 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 31 19:27:19 2008 -0800"
      },
      "message": "[NET]: Introducing socket mark socket option.\n\nA userspace program may wish to set the mark for each packets its send\nwithout using the netfilter MARK target. Changing the mark can be used\nfor mark based routing without netfilter or for packet filtering.\n\nIt requires CAP_NET_ADMIN capability.\n\nSigned-off-by: Laszlo Attila Toth \u003cpanther@balabit.hu\u003e\nAcked-by: Patrick McHardy \u003ckaber@trash.net\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3ff6eecca4e5c49a5d1dd8b58ea0e20102ce08f0",
      "tree": "9af53a5ce0054520be6d572f988a76f3ab4ef0c0",
      "parents": [
        "bc395add945659e04cc7cf250755ba0edc1a9fdc"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Thu Jan 24 22:16:20 2008 +0100"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Jan 28 23:21:18 2008 +0100"
      },
      "message": "remove __attribute_used__\n\nRemove the deprecated __attribute_used__.\n\n[Introduce __section in a few places to silence checkpatch /sam]\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "6582d7b7376aa587d74b08c74457dc28abc1a9fa",
      "tree": "2f069e6ec29cdcfedb400b437dd8f02079410522",
      "parents": [
        "da2d7f4bc578651455a7353995beb87db3cd8815"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "magnus.damm@gmail.com",
        "time": "Wed Jan 23 16:21:18 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 16:24:46 2008 +0900"
      },
      "message": "sh: add spi header and r2d platform data V3\n\nThis patch adds the header file asm/spi.h and board specific code for the\nr2d board. The header file contains a structure that should be used to\npoint out a single spi bus. The board specific code for r2d is updated with\nsuch a structure for the new spi_sh_sci driver. The structure contains a\nchip select callback plus information about the R9701 rtc chip which is\nattached to the spi bus.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "da2d7f4bc578651455a7353995beb87db3cd8815",
      "tree": "a3bc7770c59f8e7fdefc1e43351512fb7e2bd6da",
      "parents": [
        "d4dca67bc2fd6caa4df3db28b6424841b95fde88"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "magnus.damm@gmail.com",
        "time": "Fri Jan 25 16:04:29 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 16:24:01 2008 +0900"
      },
      "message": "sh: update r7780rp interrupt code\n\nThis patch updates the board specific irq code for r7780rp. The new code is\nvery similar to the other highlander implementations, with the exception that\nthe r7780rp handles pci interrupts using IRL. To simplify the pci code and\nuse the same interrupt numbers as r7780mp and r7785rp we hook in to the\ncpu specific pci vectors.\n\nThe pci interrupts and the push switch all work well with and without this\npatch. CF and AX88796 are not ok though and the source of the problem is\nunknown at this point. The AX88796 does for not detect it\u0027s proper mac\naddress (IPL gets it right) and the kernel hangs on CF access. As a workaround\nthis patch removes the CF and the AX88796 from the platform datain case of\nr7780rp.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d4dca67bc2fd6caa4df3db28b6424841b95fde88",
      "tree": "1cb5d464212eb7c9d24145ea59a4e92c88abf32f",
      "parents": [
        "a724605cb7a66d423a494a395f9a8ba871b8a1eb"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "magnus.damm@gmail.com",
        "time": "Thu Jan 24 18:45:45 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:04 2008 +0900"
      },
      "message": "sh: remove consistent alloc stuff from the machine vector\n\nNow with the voyagergx cruft gone and the dreamcast using declared\ncoherent memory for pci there are no users of the consistent alloc and\nfree functions pointers in the machine vector.\n\nSo this little patch simply removes these function pointers from the macvec.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "f93e97eaead5c50af35d73cca7301ebbfdff116c",
      "tree": "108a0b968123bb00a9453189fe93ad467d265cbf",
      "parents": [
        "4862ec073975e28f432f164405e60fa6f5c9d071"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "magnus.damm@gmail.com",
        "time": "Thu Jan 24 18:35:10 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:04 2008 +0900"
      },
      "message": "sh: declared coherent memory support V2\n\nThis patch adds declared coherent memory support to the sh architecture. All\nfunctions are based on the x86 implementation. Header files are adjusted to\nuse the new functions instead of the former consistent_alloc() code.\n\nThis version includes the few changes what were included in the fix patch\ntogether with modifications based on feedback from Paul.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4862ec073975e28f432f164405e60fa6f5c9d071",
      "tree": "b493b2a7fcd0abd8d13f24e63eaf4aaa9c89077e",
      "parents": [
        "773c7bd69434a356af4363a61889ef975b256e32"
      ],
      "author": {
        "name": "Nicholas Beck",
        "email": "nbeck@mpc-data.co.uk",
        "time": "Wed Jan 23 12:50:51 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:04 2008 +0900"
      },
      "message": "sh: Add support for SDK7780 board.\n\nAdd support for Renesas Technology Europe SDK7780 board.\n\nSigned-off-by: Nicholas Beck \u003cnbeck@mpc-data.co.uk\u003e\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": "03bbc0e6ba23700aea7fec801ac7e6c5a80f78f9",
      "tree": "8e57ecb5bdb1ba1bfdf581118967ab832e2920e8",
      "parents": [
        "d1eea50b0c6c998b713d824024c25c5001a5a8a4"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Jan 15 16:55:55 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:03 2008 +0900"
      },
      "message": "sh: r7785rp: Hook up the rest of the HL7785 FPGA IRQ vectors.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "29ec6778a49d30c47345afdfaf1d03acff3cf656",
      "tree": "55ca74a5876ea93f77abdc42411a9f63101c7231",
      "parents": [
        "cbd10dfb82d6b0b169a42fe52223259f0b1a2cab"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Tue Jan 15 12:47:53 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:03 2008 +0900"
      },
      "message": "sh: remove voyagergx\n\nThis patch removes redundant irq handling code together with unused\nconsistent alloc code. R2D uart setup code is changed to use\nsm501-regs.h and unused header files are removed.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7f3edee81fbd49114c28057512906f169caa0bed",
      "tree": "d1c604fc6cddcd42f00eff1d153e8151ef00ba07",
      "parents": [
        "b62ad83d91ebf1368e9e72d476b18698ac67bef9"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Thu Jan 10 14:08:55 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:02 2008 +0900"
      },
      "message": "sh: intc - remove default interrupt priority tables\n\nThis patch removes interrupt priority tables from the intc code.\nOptimal priority assignment varies with embedded application anyway,\nso keeping the interrupt priority tables together with cpu-specific\ncode doesn\u0027t make sense.\n\nThe function intc_set_priority() should be used instead to set the\ndesired interrupt priority level.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e08d8aaeadac37c8d149b5d5bda6cf7a98d21e92",
      "tree": "ce4d8d2d91bdc51984a46c4966e9547a6cc370b9",
      "parents": [
        "6e3037d30e0abb8e84d0e05144b99047d5bab897"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Jan 08 18:05:03 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:02 2008 +0900"
      },
      "message": "sh: Fix posix_types.h userspace breakage from sh64 merge.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c3aa92afd0a6c253df974556b4a43c0a182d1fc4",
      "tree": "8b002befad30111dc3736984042ed081de2fe64e",
      "parents": [
        "7d740a066fb9c6681c2898c7977209725c9e552f"
      ],
      "author": {
        "name": "Andrew Murray",
        "email": "amurray@mpc-data.co.uk",
        "time": "Tue Jan 08 09:56:45 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:02 2008 +0900"
      },
      "message": "sh: sh7712 clock support\n\nThis patch provides specific clock support for the SH7712.\n\nSigned-off-by: Andrew Murray \u003camurray@mpc-data.co.uk\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7d740a066fb9c6681c2898c7977209725c9e552f",
      "tree": "1e883b36c1aa05b5bf509500fec743d676042bed",
      "parents": [
        "0465b9fb5f6b57f00a6f5bf2169e30e8f3c7d66c"
      ],
      "author": {
        "name": "Yoshihiro Shimoda",
        "email": "shimoda.yoshihiro@renesas.com",
        "time": "Mon Jan 07 14:40:07 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:02 2008 +0900"
      },
      "message": "sh: Add support for SH7763 CPU subtype.\n\nSigned-off-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0465b9fb5f6b57f00a6f5bf2169e30e8f3c7d66c",
      "tree": "08b10ec77f301aa8e15d1a033f526b212e2f911f",
      "parents": [
        "31a49c4bf8f964b7a9897baa889916d71b51d9c1"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Dec 26 18:37:16 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:02 2008 +0900"
      },
      "message": "sh: Fix get_user()/put_user() build error.\n\nFixes the build error caused by -Werror on gcc 3.x compilers:\n\narch/sh/kernel/signal_32.c: In function `sys_sigaction\u0027:\narch/sh/kernel/signal_32.c:66: warning: initialization discards qualifiers from pointer target type\narch/sh/kernel/signal_32.c:67: warning: initialization discards qualifiers from pointer target type\narch/sh/kernel/signal_32.c:69: warning: initialization discards qualifiers from pointer target type\narch/sh/kernel/signal_32.c:70: warning: initialization discards qualifiers from pointer target type\n\nThe mismatch in question was introduced by commit-id\n9c5a4eec79b3eb8876d2e7fddfa1e040a7650e55.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "31a49c4bf8f964b7a9897baa889916d71b51d9c1",
      "tree": "e6c900dfbdf51d97d4c189a712a8c4e1aa059cf4",
      "parents": [
        "52e8b118ecd17185ce514cd3f955094c1d8f4288"
      ],
      "author": {
        "name": "Yoshihiro Shimoda",
        "email": "shimoda.yoshihiro@renesas.com",
        "time": "Wed Dec 26 11:45:06 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:02 2008 +0900"
      },
      "message": "sh: Add support for SH7721 CPU subtype.\n\nSigned-off-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7bff489a1496d363e9a640c00eb8970da15079dd",
      "tree": "d8de4f1b1733e5cdc33d6832f549be5548f53014",
      "parents": [
        "0095d58b4a91b9fb57aeb781909355b232517c64"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Dec 18 09:43:15 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:01 2008 +0900"
      },
      "message": "sh: Always use CONFIG_HZ for HZ.\n\nCurrently the wdt forces HZ\u003d1000 and sidesteps CONFIG_HZ completely. This\nis a remnant from when HZ was hardcoded and before CONFIG_HZ was\nintroduced. Additionally, not all of the timers have this requirement\nthese days, so it\u0027s also an artificial limitation. Just kill it off and\nuse CONFIG_HZ directly.\n\nReported-by: H. Peter Anvin \u003chpa@zytor.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0095d58b4a91b9fb57aeb781909355b232517c64",
      "tree": "906205907e986fcb23aedd77bea82b340559a5dd",
      "parents": [
        "eb9c7f4198636fb74ea1ec60c0fff2d1a840b4ed"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Tue Dec 18 09:40:33 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:01 2008 +0900"
      },
      "message": "sh: include/asm-sh/: Spelling fixes.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "003c6af6c6370cc3315ab828a0e6618f00713d96",
      "tree": "0e408eda1941ba5a3dcdb9e6f58031e1c69f4860",
      "parents": [
        "e06712df7792165d12392bc1fdda6bf384e1313b"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 17 16:00:25 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:00 2008 +0900"
      },
      "message": "sh: Fix up binfmt_flat compile warnings.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e06712df7792165d12392bc1fdda6bf384e1313b",
      "tree": "06d6087d62aa38c39671a472367bce2e99e8a16f",
      "parents": [
        "830626caf8570675a15bcc9ec46fcb5bfbc71b0d"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 17 15:59:38 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:00 2008 +0900"
      },
      "message": "sh: Kill off pgtable.h from scatterlist.h.\n\nFixes up the mmc build.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "830626caf8570675a15bcc9ec46fcb5bfbc71b0d",
      "tree": "aa2e7250d1791546fed3d24cf43455fc15e48b32",
      "parents": [
        "9acb98fb7ce948063a2269b4f8db83d6bef7e2b0"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 17 10:52:37 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:00 2008 +0900"
      },
      "message": "sh: Fix up switch_to() type casts.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9acb98fb7ce948063a2269b4f8db83d6bef7e2b0",
      "tree": "f515f951bc97bf6c24e57225554802e7671310a8",
      "parents": [
        "d7ef4fb3acd1c1b141202c728ab3a78140a44eb7"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 17 10:52:11 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:00 2008 +0900"
      },
      "message": "sh: Stub in page_table_range_init() on nommu.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "543d5afe5b425ef25a865656bfb76083515dc1cf",
      "tree": "5bd205fa2cafeaa62c212fd497979e11ff5ce297",
      "parents": [
        "98c4ecde9da14fafbcf1b6c025b08342a327e644"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 10 16:33:32 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:00 2008 +0900"
      },
      "message": "sh: Kill off superfluous __KERNEL__ check in asm/elf.h.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "98c4ecde9da14fafbcf1b6c025b08342a327e644",
      "tree": "62777e19b70830cd5ecaa7b92ac643033cb161bd",
      "parents": [
        "a9f1365e5e4963705f85a6381cbed74c5615dbac"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 10 16:21:57 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:00 2008 +0900"
      },
      "message": "sh: Provide the FPSCR init through AT_FPUCW.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a9f1365e5e4963705f85a6381cbed74c5615dbac",
      "tree": "0100b7dd16fd55bdcd57261ddb8f2cae9047ed6b",
      "parents": [
        "cd01204b82933754a7276838656420477f64d4b8"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 10 16:06:32 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:19:00 2008 +0900"
      },
      "message": "sh: Use utsname()-\u003emachine for ELF_PLATFORM.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "cd01204b82933754a7276838656420477f64d4b8",
      "tree": "f9e3b11574bec04cda78c549cdc5c37c3c75c4a5",
      "parents": [
        "c8c0a1aba9fa8f816dc8fb477ff816a5b700f0ea"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Dec 10 15:50:28 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:59 2008 +0900"
      },
      "message": "sh: Encode L1/L2 cache shape in auxvt.\n\nThis adds in the L1I/L1D/L2 cache shape support to their respective\nentries in the ELF auxvt, based on the Alpha implementation. We use\nthis on the userspace libc side for calculating a tightly packed\nSHMLBA amongst other things.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c8c0a1aba9fa8f816dc8fb477ff816a5b700f0ea",
      "tree": "54329f0b6497be088fc573c67e5541863041fdde",
      "parents": [
        "453ec9c1c3808b051347edbbf637f997add7b85b"
      ],
      "author": {
        "name": "Stuart Menefy",
        "email": "stuart.menefy@st.com",
        "time": "Fri Nov 30 18:42:27 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:59 2008 +0900"
      },
      "message": "sh: Support denormalization on SH-4 FPU.\n\nSigned-off-by: Stuart Menefy \u003cstuart.menefy@st.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0fb19dcb64ec4bd9934eee26ce66417fe028ffd8",
      "tree": "a2bb20e3d3f0703959e800cfcab2ad0eb81bf503",
      "parents": [
        "fc55888f83c1c0ac09abe4680f9a94fc0662677f"
      ],
      "author": {
        "name": "Stuart Menefy",
        "email": "stuart.menefy@st.com",
        "time": "Fri Nov 30 18:16:23 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:59 2008 +0900"
      },
      "message": "sh: get_user fixes and nommu consolidation.\n\nWhen a get_user(to, from++) is called the pointer increment is performed\nafter its first usage, in the specific after the __add_ok invokation.\nThis causes a wrong get_user return value, putting a wrong character\nin the destination variable. This patch solves the problem using a new\ntemporary pointer.\n\nAdditionally this reworks the use of the register banks, allowing for\nconsolidation between the MMU and nommu implementations.\n\nSigned-off-by: Carmelo Amoroso \u003ccarmelo.amoroso@st.com\u003e\nSigned-off-by: Giuseppe Condorelli \u003cgiuseppe.condorelli@st.com\u003e\nSigned-off-by: Stuart Menefy \u003cstuart.menefy@st.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "fc55888f83c1c0ac09abe4680f9a94fc0662677f",
      "tree": "de8a32166ac3fa5e0a52f43fd080cec53341e547",
      "parents": [
        "2adb4e10092ee1719539bcfe397b96dbdc863e2e"
      ],
      "author": {
        "name": "Stuart Menefy",
        "email": "stuart.menefy@st.com",
        "time": "Fri Nov 30 18:05:18 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:59 2008 +0900"
      },
      "message": "sh: Document PTEL 31:29 use on PTEA-wielding parts.\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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "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": "acb499f0ddfbea1176a70d93eb53943c325a073b",
      "tree": "be8ff69f3c54d515b6148dd6f367f4ef488d7260",
      "parents": [
        "f3ef75b773b38fe2028fa4627cab3991e2c60180"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 20:39:56 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:44 2008 +0900"
      },
      "message": "sh: Move vsyscall_init() defs up one level.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "f3ef75b773b38fe2028fa4627cab3991e2c60180",
      "tree": "c8e1585cfb2fa49ddade63e4181e0a0aa68b62a1",
      "parents": [
        "0468b4bb125542e75e39f08ebaa74a7daf845631"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 20:39:32 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:44 2008 +0900"
      },
      "message": "sh: Nopped out p3_cache_init() on SH-5 also.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0468b4bb125542e75e39f08ebaa74a7daf845631",
      "tree": "1fb923512405b0d7857ceb35a8a161e631343822",
      "parents": [
        "959f7d587e236a2d218f527771f156c336409d11"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 20:39:06 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:44 2008 +0900"
      },
      "message": "sh: Fix up VMALLOC_START for SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "959f7d587e236a2d218f527771f156c336409d11",
      "tree": "9cbc0ec58d072dc58c04e91488a8013518582af4",
      "parents": [
        "256b22ca66987c537064dc25b0b267966189b5ba"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 20:35:53 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:44 2008 +0900"
      },
      "message": "sh: Move over the SH-5 head.S and tlb.h.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "256b22ca66987c537064dc25b0b267966189b5ba",
      "tree": "482f095562a3e1614b67de5352f09d4feea673f1",
      "parents": [
        "27a511c6f37c05c5cf8fae9fe513f60d87af9158"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 20:27:03 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:44 2008 +0900"
      },
      "message": "sh: Have SH-5 provide an {en,dis}able_fpu() impl.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "781c63e68ddc37f2fb5eed9b44b3075cd2b3ced3",
      "tree": "a149fb8ee5e15dd54f9d1e8b5771562f385ed0e7",
      "parents": [
        "c3c307c83c1f8bcf26412bd164eb1c994ea6c413"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 20:12:25 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:43 2008 +0900"
      },
      "message": "sh: timer.h stub for SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "f7a7b15344e2bccdd1c73d42685edfe7d43ec5b7",
      "tree": "87280639daf814c9a818994926785faf9daded88",
      "parents": [
        "76168c21b78a0bd684d4687d14a2bd76bcf92762"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 20:07:57 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:43 2008 +0900"
      },
      "message": "sh: Move in the SH-5 signal trampoline impl.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "76168c21b78a0bd684d4687d14a2bd76bcf92762",
      "tree": "d4ed090163321bc5b92494014ec8ed0e4e794d28",
      "parents": [
        "01fed9311ab8a724283b3f456c12e573cb51d92b"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 20:01:51 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:43 2008 +0900"
      },
      "message": "sh: More SH-5 cpuinfo tidying.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "01fed9311ab8a724283b3f456c12e573cb51d92b",
      "tree": "a270222feed305e586c779063df50b1447ef877f",
      "parents": [
        "9b01bd9ee6408846c0553c03fb4b864353a845c9"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 19:57:58 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:43 2008 +0900"
      },
      "message": "sh: Consolidate slab/kmalloc minalign values.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9b01bd9ee6408846c0553c03fb4b864353a845c9",
      "tree": "5627f9f9625228814b071db735378a106c1dfe72",
      "parents": [
        "c0acca6789281650134cfbbe00fc461e39440446"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 19:55:50 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:42 2008 +0900"
      },
      "message": "sh: Split out uaccess.h in to _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "c0acca6789281650134cfbbe00fc461e39440446",
      "tree": "7d8208ab58f2b40a764227d90c40f7c95deed2b6",
      "parents": [
        "48b22cf993cbc8f62c9b4025cfe0cfccd800181a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 19:54:16 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:42 2008 +0900"
      },
      "message": "sh: SH-5 also uses the ASID cache.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a62a3861e0adfd2612372883b5b1fc05a5182796",
      "tree": "d3ff2c41f2a059173c8959f006bef770de528a0b",
      "parents": [
        "36bcd39dbca824daffe16d607ae574b6edc7d31a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 19:46:31 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:42 2008 +0900"
      },
      "message": "sh: Split out system.h in to _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "36bcd39dbca824daffe16d607ae574b6edc7d31a",
      "tree": "93c096c3703b1a89c0a440c4ff54fac4cf141641",
      "parents": [
        "af3c7dfe822b598a2f977098101ed8b63cf0fdd1"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Nov 10 19:16:55 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:42 2008 +0900"
      },
      "message": "sh: Split out 29-bit and 32-bit physical mode definitions.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "af3c7dfe822b598a2f977098101ed8b63cf0fdd1",
      "tree": "6c7c496559a2dbcdacdbfb147a95ab6546aac462",
      "parents": [
        "33f242ed11ce6b5fbe73fe4ece7ef4bc2f4e2851"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 09 17:08:54 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:42 2008 +0900"
      },
      "message": "sh: Split out processor.h in to _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "33f242ed11ce6b5fbe73fe4ece7ef4bc2f4e2851",
      "tree": "a5312fd61d92c66a27c07d6cdb25721ed17334f3",
      "parents": [
        "fe51bc9eaf45253bd437907ed04031a93640ca69"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 09 16:57:27 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:42 2008 +0900"
      },
      "message": "sh: SH-5 pt_regs.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "cdcc970829e81da3445346cb71b2ea264c9952b9",
      "tree": "0a82de87d6b2d8b86d8b5badd58daec44b026d68",
      "parents": [
        "9085fa1255fc16bf0dbd217e9f4cdccf16f064d3"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 09 16:37:18 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:41 2008 +0900"
      },
      "message": "sh: Move in the SH-5 mmu_context headers.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7a65eaf4885d1d0afeec45239eaf9208a3235b51",
      "tree": "6b478fa021a92b33e23d3751b912fe60242c6dd1",
      "parents": [
        "4690bdc7c6e4f18fb58350ccde40df5fcd85a6d9"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 09 13:58:44 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:41 2008 +0900"
      },
      "message": "sh: SH-5 byteorder routines.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "114f132975ae8db3caa0c3420dc1083bae8d3757",
      "tree": "c7a8eb05efd21c09d4cd46f64fbab17fb5e8b5ff",
      "parents": [
        "f64ee87614e80ca270de0b80c5164ab05f4f1d98"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 09 13:40:50 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:40 2008 +0900"
      },
      "message": "sh: SH-5 version of current_thread_info().\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "f64ee87614e80ca270de0b80c5164ab05f4f1d98",
      "tree": "4b5897164ad95cb6a056bc7364544f2e27f02642",
      "parents": [
        "7960a1d02b00fd5dfa5c2d9b957e4e5f6ec23997"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 09 13:34:36 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:40 2008 +0900"
      },
      "message": "sh: Split out irqflags.h in to _32 and _64 variants.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7960a1d02b00fd5dfa5c2d9b957e4e5f6ec23997",
      "tree": "c5128f16f8b2d34f5ea62b4225063165f8c27f8a",
      "parents": [
        "da06b8d0545a1bf95b9060bf301d6de3400fafd6"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 09 13:00:30 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:40 2008 +0900"
      },
      "message": "sh: Split out asm/string.h for sh32 and sh64.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "da06b8d0545a1bf95b9060bf301d6de3400fafd6",
      "tree": "275d6a7fb448ee0c34d14ec07b9f9d5a72555487",
      "parents": [
        "3b9e78868d000ca10b740c465df9236b04d29718"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 09 12:58:12 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:40 2008 +0900"
      },
      "message": "sh: Add SH-5 support to io.h.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3b9e78868d000ca10b740c465df9236b04d29718",
      "tree": "b928c3be31a3c9203f9cd04472803f87acf62d96",
      "parents": [
        "2f725945822dbc2e481d5e6ab4693e19a0c99972"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 09 12:56:06 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:40 2008 +0900"
      },
      "message": "sh: Add in cacheflush and DMA headers for SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0fa70efbd45a6c4fd946fa71c0a609f2c509d07c",
      "tree": "ef4992b4c0f0e8e03b2d6bbe2346fff087668b99",
      "parents": [
        "d752542ade337f059d12c59c4bc9c312befa1f1e"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 08 19:08:28 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:40 2008 +0900"
      },
      "message": "sh: Correct SH-5 instruction size value.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d752542ade337f059d12c59c4bc9c312befa1f1e",
      "tree": "fa88e05b46a722a7d53b4d47a38b967079e84ce5",
      "parents": [
        "a096a7e4762f685364df5ca03394eb63bbdb93df"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 08 19:00:27 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:39 2008 +0900"
      },
      "message": "sh: Add cache definitions for SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a096a7e4762f685364df5ca03394eb63bbdb93df",
      "tree": "afcbec9cff2a77a2ac106afd4f05396549bf363e",
      "parents": [
        "e1cd93ea44cb55969e122758c8cc2ddfe21b74b3"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 08 18:58:52 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:39 2008 +0900"
      },
      "message": "sh: Add addrspace.h segmentation stub for SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e1cd93ea44cb55969e122758c8cc2ddfe21b74b3",
      "tree": "c97bbf12fee72fc97bf577132b896c9551491fbc",
      "parents": [
        "5a4a5bd127c147aaa16aefef856f4cb28e92cec1"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 08 18:58:00 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:39 2008 +0900"
      },
      "message": "sh: BUGFLAG_WARNING needs GENERIC_BUG.\n\nMove the HAVE_ARCH_BUG/HAVE_ARCH_WARN_ON definitions underneath\nCONFIG_GENERIC_BUG. This is needed for BUGFLAG_WARNING usage.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5a4a5bd127c147aaa16aefef856f4cb28e92cec1",
      "tree": "0e555c2ec105f678b68df5fb5f23bae7fe744a9c",
      "parents": [
        "34cd6d3ab47284dbebea03585ead6a0d5671b75c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 08 18:55:39 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:39 2008 +0900"
      },
      "message": "sh: Fix up fixmap location for SH-5.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "34cd6d3ab47284dbebea03585ead6a0d5671b75c",
      "tree": "22c06dcfc01102da6fd9a997c35e4cd4fbce99fb",
      "parents": [
        "a09063da33a222adaceea85c9d168cbbb3e626b0"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 08 18:54:58 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:39 2008 +0900"
      },
      "message": "sh: Add SH-5 support to asm/module.h.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "8d5fb297cc8f9f7de2840864e497bc38330abba6",
      "tree": "61322fbbf95ce02923da6b568de559778cc59b18",
      "parents": [
        "5a668651bf0da3891c46ea2cfcac227ded783a5a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 08 18:44:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:38 2008 +0900"
      },
      "message": "sh: Split out cache status bits per-CPU family.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5a668651bf0da3891c46ea2cfcac227ded783a5a",
      "tree": "7cc74e8a20a05f68b365e0afd5711fc156a1d014",
      "parents": [
        "39d28a2dbe3886d84335f69da4c18972a31a217d"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Nov 08 18:42:46 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 28 13:18:38 2008 +0900"
      },
      "message": "sh: Split out PXSEG segmentation per-CPU family.\n\nThe CPU family abstraction already exists, so move out the PXSEG\ndefinition for each one. SH-2A already has this special cased,\nand SH-5 will as well.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d7587b1445c0087cfcaa03ceae79b52eef4e9e4b",
      "tree": "5f6dc2a4d6c3c4b90854b57174efa76369a5fd95",
      "parents": [
        "844b43adba74d97f15e56b103c97bfcccaa01aa6"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jan 11 13:18:16 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jan 11 13:18:16 2008 +0900"
      },
      "message": "sh: Force __access_ok() to obey address space limit.\n\nWhen the thread_info-\u003eaddr_limit changes were introduced, __access_ok()\nwas missed in the conversion, allowing user processes to perform P1/P2\naccesses under certain conditions.\n\nThis has already been corrected with the nommu refactoring in later\nkernels.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "844b43adba74d97f15e56b103c97bfcccaa01aa6",
      "tree": "b744ec1d5d8f7d639274a18f53f653fcf1b398f8",
      "parents": [
        "3ce54450461bad18bbe1f9f5aa3ecd2f8e8d1235"
      ],
      "author": {
        "name": "Carmelo Amoroso",
        "email": "carmelo73@gmail.com",
        "time": "Mon Jan 07 13:50:18 2008 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jan 07 13:50:18 2008 +0900"
      },
      "message": "sh: Fix argument page dcache flushing regression.\n\nIn the do_execve() path, argument page handling used to explicitly call\nflush_dcache_page() for each page, this has since been reworked and\nuses flush_kernel_dcache_page() instead, which is presently a nop.\n\nDoing a simple modprobe/rmmod in a loop under busybox consistently\nmanages to crash without providing a sane flush_kernel_dcache_page()\nimplementation, so, plug in a simple implementation.\n\nSigned-off-by: Carmelo Amoroso \u003ccarmelo73@gmail.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0349337467dc6039dcfb225074944ae944e7b34e",
      "tree": "c05defcee2bd680c310291cc97055d90845d2082",
      "parents": [
        "2ffbb8377c7a0713baf6644e285adc27a5654582"
      ],
      "author": {
        "name": "Heiko Schocher",
        "email": "heiko.schocher@invitel.hu",
        "time": "Sun Nov 11 13:17:44 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Nov 19 12:55:51 2007 +0900"
      },
      "message": "sh: Fix copy_{to,from}_user_page() with cache disabled.\n\nSigned-off-by: Heiko Schocher \u003cheiko.schocher@invitel.hu\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3d9144c222ee52c924a96781163f5d6f6b93858a",
      "tree": "99822695d9fd14c54d67d85fcdd70236007174f5",
      "parents": [
        "541c54773173d95c8e99a7378a5bb63125c297f1"
      ],
      "author": {
        "name": "Jiri Olsa",
        "email": "olsajiri@gmail.com",
        "time": "Fri Nov 09 04:45:29 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Nov 09 04:45:29 2007 +0900"
      },
      "message": "sh: remove dead config symbols from SH code\n\nSigned-off-by: Jiri Olsa \u003colsajiri@gmail.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    }
  ],
  "next": "541c54773173d95c8e99a7378a5bb63125c297f1"
}
