)]}'
{
  "log": [
    {
      "commit": "1a8d59e529d07f7888f9c6c86a9f59ea4ef077aa",
      "tree": "a2d23ed79f68d04fad61f8b45c58696c19d0a69d",
      "parents": [
        "52885b32a5f7326d9505ca45969a695bad2459c4"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Mar 18 16:54:32 2011 +0000"
      },
      "committer": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Mar 18 16:54:32 2011 +0000"
      },
      "message": "MN10300: Deprecate gdbstub\n\nDeprecate the MN10300 arch\u0027s gdbstub in favour of KGDB, which is more capable\nin some areas (such as SMP) and almost as capable in others (it\u0027s I/O is not as\ndecoupled and it can\u0027t start as early).  gdbstub will be removed in a later\nversion when we\u0027re satisfied with KGDB\u0027s working.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\n"
    },
    {
      "commit": "e460d64405c04581e42aa9cbae76815a2d4e9abe",
      "tree": "5c3deddaaf6d7883d6d39344b5a00857299f115b",
      "parents": [
        "67ddb4052daac9d449caf2643ac365d42a04219a"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Mar 18 16:54:31 2011 +0000"
      },
      "committer": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Mar 18 16:54:31 2011 +0000"
      },
      "message": "MN10300: Use KGDB\n"
    },
    {
      "commit": "792576b1c5a4da16700f1003b1c3fc1e22cd9e07",
      "tree": "9f0dfff760ba63f73c733901e150115abf8ff71b",
      "parents": [
        "b75bb2365d50f73c09e42cf2de07f5805a3988ea"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Mar 18 16:54:30 2011 +0000"
      },
      "committer": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Mar 18 16:54:30 2011 +0000"
      },
      "message": "MN10300: Introduce a general config option for kernel debugger hooks\n\nIntroduce a general config option for kernel debugger hooks so that both\ngdbstub and kgdb can use it and add a header file for both debuggers to use.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\n"
    },
    {
      "commit": "9ee21723ccc30070f47c411826d4ed013cd050c2",
      "tree": "5f460e51e72ef93f4103c39032f1aec298a638db",
      "parents": [
        "ddb7d1e975d224885397c002512ded987be3c3bc"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Mar 18 16:54:29 2011 +0000"
      },
      "committer": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Mar 18 16:54:29 2011 +0000"
      },
      "message": "MN10300: gdbstub: Restrict single-stepping to non-preemptable non-SMP configs\n\nRestrict single-stepping through the kernel using gdbstub to non-preemptable\nnon-SMP configs as gdbstub has to do software single-stepping by means of\ntemporary breakpoints.  Hardware single-stepping is unavailable as Panasonic\nhave not sufficiently documented the interface to it.\n\nSoftware single-stepping through preemptable or SMP kernels runs into problems\nas it makes it much more likely that the wrong thread will hit the temporary\nbreakpoints.  It seems impractical to work around the problem for the most\npart.  It could be possible to make a UP preemptable kernel switch temporary\nbreakpoints in and out in switch_to().\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\n"
    },
    {
      "commit": "95929eff2cb01e9858779283795f4e3943ee020d",
      "tree": "2049459662ec89991de985dfd8dce056e9a85dd7",
      "parents": [
        "d6f74be08d4388222ac83eeba0ade72659e7d247"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Mon Sep 27 13:12:33 2010 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Sep 27 16:29:06 2010 -0700"
      },
      "message": "MN10300: Default config choice GDBSTUB_TTYSM0 should be GDBSTUB_ON_TTYSM0\n\nThe configuration choice for the port on which the GDB stub listens has\na default of GDBSTUB_TTYSM0, but this should be GDBSTUB_ON_TTYSM0 to\nmatch the option.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9f55588968095306d52bd30564666d4fadce5e39",
      "tree": "d75a97919e847f4dcdee8d6b75d6f06f2688f235",
      "parents": [
        "31ea24bba77a16d3220b0822838785cbafb78175"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Wed Nov 12 15:35:04 2008 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Nov 12 10:41:17 2008 -0800"
      },
      "message": "MN10300: Add built-in testing for misalignment handler\n\nAdd configurable built-in testing for the MN10300 misalignment handler.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b920de1b77b72ca9432ac3f97edb26541e65e5dd",
      "tree": "40fa9be1470e929c47927dea7eddf184c0204229",
      "parents": [
        "ef3d534754f31fed9c3b976fee1ece1b3bc38282"
      ],
      "author": {
        "name": "David Howells",
        "email": "dhowells@redhat.com",
        "time": "Fri Feb 08 04:19:31 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Feb 08 09:22:30 2008 -0800"
      },
      "message": "mn10300: add the MN10300/AM33 architecture to the kernel\n\nAdd architecture support for the MN10300/AM33 CPUs produced by MEI to the\nkernel.\n\nThis patch also adds board support for the ASB2303 with the ASB2308 daughter\nboard, and the ASB2305.  The only processor supported is the MN103E010, which\nis an AM33v2 core plus on-chip devices.\n\n[akpm@linux-foundation.org: nuke cvs control strings]\nSigned-off-by: Masakazu Urade \u003curade.masakazu@jp.panasonic.com\u003e\nSigned-off-by: Koichi Yasutake \u003cyasutake.koichi@jp.panasonic.com\u003e\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ]
}
