)]}'
{
  "log": [
    {
      "commit": "18de5bc4c1f1f1fa5e14f354a7603bd6e9d4e3b6",
      "tree": "cb0ff399fb3f368adecf213318e32a499ada6ff9",
      "parents": [
        "93da56efcf8c6a111f0349f6b7651172d4745ca0"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Sat Jul 21 04:37:34 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sat Jul 21 17:49:15 2007 -0700"
      },
      "message": "clockevents: fix resume logic\n\nWe need to make sure, that the clockevent devices are resumed, before\nthe tick is resumed. The current resume logic does not guarantee this.\n\nAdd CLOCK_EVT_MODE_RESUME and call the set mode functions of the clock\nevent devices before resuming the tick / oneshot functionality.\n\nFixup the existing users.\n\nThanks to Nigel Cunningham for tracking down a long standing thinko,\nwhich affected the jinxed VAIO.\n\n[akpm@linux-foundation.org: xen build fix]\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: john stultz \u003cjohnstul@us.ibm.com\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "56386f6424f242cff46e2cfd7be44624cd37dce1",
      "tree": "a8dd5193063e892fc424f8b2da247c020ec54496",
      "parents": [
        "339547bf5de1212c9c7b89b0e0d69620709729d2"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri Jul 20 18:44:49 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 18:44:49 2007 +0900"
      },
      "message": "sh: intc - add support for SH7750 and its variants\n\nThis patch converts the cpu specific 7750 setup code to use the\nnew intc controller. Many new vectors are added and multiple\nprocessor variants including 7091, 7750, 7750s, 7750r, 7751 and\n7751r should all have the correct vectors hooked up.\n\nIRLM interrupts can be enabled using ipr_irq_enable_irlm() which\nnow is marked as __init.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "339547bf5de1212c9c7b89b0e0d69620709729d2",
      "tree": "ff1242bc4cf023a724e788911fa79c2ad7e3e2a5",
      "parents": [
        "bf73af2314702fcf44fb2a098244e3927f459531"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 17:40:03 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 17:40:03 2007 +0900"
      },
      "message": "sh: Move entry point code to .text.head.\n\nFollow Al Viro\u0027s m68k change from l-k:\n\n\ti.e. tell modpost that entry point code (that has to be outside\n\tof .init.text for external reasons) is OK to refer to .init.*\n\nShuts up some section mismatch warnings from modpost.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "bf73af2314702fcf44fb2a098244e3927f459531",
      "tree": "998ba544052acd7dffaaa3e0c1e9257043591e8f",
      "parents": [
        "ee54505199ad0d5819c613a68746d425a08fdc8f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 17:35:42 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 17:35:42 2007 +0900"
      },
      "message": "sh: heartbeat: Shut up resource size warning.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ee54505199ad0d5819c613a68746d425a08fdc8f",
      "tree": "718ca509e416741c8e772ec1f83e1c012b403e37",
      "parents": [
        "98d877c487a75af78f74780703aa6b174780788d"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri Jul 20 17:25:48 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 17:25:48 2007 +0900"
      },
      "message": "sh: update r2d defconfig and fix SH7751R pci compliation\n\nThis patch updates the r2d board support in a few ways:\n\n- CPU_SUBTYPE_SH7751R is selected in the defconfig to play well\n  with the r2d board Kconfig entry. Without this the defconfig\n  results in no board enabled.\n\n- Enable EARLY_PRINTK.\n- Enable SH_STANDARD_BIOS\n\t- this works well for early printk on the r2d board.\n\n- Add \"earlyprink\u003dbios\" to the cmdline for early serial port\n  output by default.\n\n- CONFIG_SUBTYPE_SH7751R support is added to the sh-specific\n  pci makefile.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "98d877c487a75af78f74780703aa6b174780788d",
      "tree": "7edbc7772bc5498e5a420c59363d5ec68623150f",
      "parents": [
        "3a353824df7595165a162aee3b53e4d96e7dfa95"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 16:59:49 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 16:59:49 2007 +0900"
      },
      "message": "sh: Many symbol exports for nommu allmodconfig.\n\nallmodconfig generates a lot of interesting code, a lot of the\ngenerated symbols we\u0027ve never exported before, so this fixes\nthose up. Verified with both GCC3 and GCC4 toolchains.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3a353824df7595165a162aee3b53e4d96e7dfa95",
      "tree": "a533296a2307269810e44b1bca6e75c70ba84d82",
      "parents": [
        "6894e0a94350e8ba5c5c8342e916fde14df5fb43"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri Jul 20 16:34:22 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 16:34:22 2007 +0900"
      },
      "message": "sh: zero terminate 8250 platform data for r2d board\n\nstruct plat_serial8250_port should contain a terminating zero entry\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6894e0a94350e8ba5c5c8342e916fde14df5fb43",
      "tree": "7e9402aaf805e4927aa50ba67f5635c9681e7e44",
      "parents": [
        "fc10020292c7a21d1c85a215fa266d4c7cf0f4eb"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 16:03:02 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 16:03:02 2007 +0900"
      },
      "message": "sh: cpufreq: Fix up the build for SH-2.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "fc10020292c7a21d1c85a215fa266d4c7cf0f4eb",
      "tree": "160f9aa17b992cd611cd8cc510cf54b719e51016",
      "parents": [
        "3e7678333a2b3bd89e3669535faa18d53a8fa054"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 14:24:57 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 14:24:57 2007 +0900"
      },
      "message": "sh: Make on-chip DMA channel selection explicit.\n\nCurrently this has a prompt to allow users to change it. There\u0027s\nno reason to do this, and it has caused breakage and confusion\nin the past, so remove it entirely.\n\nWe\u0027ll get rid of this when the whole driver is tidied for\nthe driver model.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3e7678333a2b3bd89e3669535faa18d53a8fa054",
      "tree": "042794fdbb68d3a45d89f6ccd6c75951fd82c715",
      "parents": [
        "da9f0ac2f1c00b415939f6b00ee0ea19650377d0"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 14:23:04 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 14:23:04 2007 +0900"
      },
      "message": "sh: Fix up CPU dependencies for on-chip DMAC.\n\nWe only handle SH-3 and SH-4 at present, don\u0027t expose it to the\nother CPUs.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "da9f0ac2f1c00b415939f6b00ee0ea19650377d0",
      "tree": "5cc6b750c0e63f61eb8c1df26ec394b1d602e973",
      "parents": [
        "bd5f0d1c256fdf286fab358a04e87476e3535075",
        "cb5ec75b8b0410bba4ae612d13a2f26e938bc49c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 13:38:49 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 13:38:49 2007 +0900"
      },
      "message": "Merge branch \u0027clkfwk\u0027\n"
    },
    {
      "commit": "cb5ec75b8b0410bba4ae612d13a2f26e938bc49c",
      "tree": "dacfe59494055f6cfb862e49a033b6e03203c6d6",
      "parents": [
        "fe04d7798f611bca333df27d44484bdd62eef53f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 13:38:19 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 13:38:19 2007 +0900"
      },
      "message": "sh: cpufreq: clock framework support.\n\nThis gets the SH cpufreq working again. We follow the changes\nin the AVR32 implementation for wrapping in to the clock framework.\nCPUs that wish to use this are required to define rate rounding\nprimitives in order to satisfy clk_round_rate().\n\nThis works well enough for the common case, though we should\nlook at unifying this driver across all of the platforms that\nimplement clock framework support in one capacity or another.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "fe04d7798f611bca333df27d44484bdd62eef53f",
      "tree": "a8b62c7f9812c51434f1ab843aabc0b51aa8145c",
      "parents": [
        "f6991b0456416186b578d38717efcda2b012b79c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 13:30:07 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 13:30:07 2007 +0900"
      },
      "message": "sh: Support rate rounding for SH7722 FRQCR clocks.\n\nNow that the round_rate() op is supported, hook it up on SH7722\nfor the FRQCR (CPU, PCLK, etc.) clocks.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "f6991b0456416186b578d38717efcda2b012b79c",
      "tree": "6adebd4c26abed39fe5b4db65dc3398cd09b9236",
      "parents": [
        "39c7aa9ea9b6175f4313f69ef9f8e0a3a9bba5bb"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 13:29:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 13:29:09 2007 +0900"
      },
      "message": "sh: Implement clk_round_rate() in the clock framework.\n\nThis is an optional component of the clock framework. However,\nas we\u0027re going to be using this in the cpufreq drivers, add\nsupport for it to the framework.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "bd5f0d1c256fdf286fab358a04e87476e3535075",
      "tree": "46dc41eed8618d2a3a9717830b5e165ddea17553",
      "parents": [
        "0c99adb0a6dfe292842a8142b48e494d7731f5fe"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 13:22:47 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 13:22:47 2007 +0900"
      },
      "message": "sh: Fix up PCI section mismatch warnings.\n\nFlag pcibios_setup() and pcibios_fixup_bus() as __devinit.\nFollows the sh64 change.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0c99adb0a6dfe292842a8142b48e494d7731f5fe",
      "tree": "2f6433658127209ac27f72054fbc6efd9efad84a",
      "parents": [
        "39c7aa9ea9b6175f4313f69ef9f8e0a3a9bba5bb"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:27:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:27:09 2007 +0900"
      },
      "message": "sh: Wire up fallocate() syscall.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "39c7aa9ea9b6175f4313f69ef9f8e0a3a9bba5bb",
      "tree": "4effb54c779136032f35acddc620077abcb4cd9c",
      "parents": [
        "680c45981ae2b4029878806d76aa17bb62d3c674"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri Jul 20 12:10:29 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:18:21 2007 +0900"
      },
      "message": "sh: intc - add support for 7780\n\nThis patch converts the cpu specific 7780 setup code to use the\nnew intc controller. Many new vectors are added and also support for\nexternal interrupt sense configuration. So with this patch it is now\npossible to configure external interrupt pins as edge or level\ntriggered using set_irq_type().\n\nNo external interrupts are registered by default.\nUse plat_irq_setup_pins() to select between IRQ or IRL mode.\n\nThis patch also fixes the Alarm IRQ for the RTC.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "680c45981ae2b4029878806d76aa17bb62d3c674",
      "tree": "57d0f10573fb577d1330f15ac6177666fe3cfb25",
      "parents": [
        "d0afa579698f33a65bc5c21d3d667dbb46f9e440"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri Jul 20 12:09:29 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:18:21 2007 +0900"
      },
      "message": "sh: intc - improve group support\n\nThis patch improves intc group support, ie it makes it possible to\ngroup interrupts together and mask / unmask the entire group. This\nalso works with priorities, so setting a priority for an entire group\nis also possible. This patch is needed to properly support certain\nprocessors such as the 7780.\n\nFixes for NULL pointers in DECLARE_INTC_DESC() are also included.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e5e3dfc80a7380abe101d5b5d5266bed2691de1d",
      "tree": "7860e756eef9499aeba99f3ab66eab53036d3433",
      "parents": [
        "792e947a29da618d0945048bd257f354f8a1dc89"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jul 18 18:54:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:18:20 2007 +0900"
      },
      "message": "sh: push-switch: Correct license string.\n\nThis was accidentally set as \"GPLv2\", whereas the kernel expects v2\nto be written \"GPL v2\", this caused complaints regarding the use\nof the platform device APIs when built as a module.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "792e947a29da618d0945048bd257f354f8a1dc89",
      "tree": "841d55e06b13aa840a7826b4d0c83e1731ca3a3a",
      "parents": [
        "90015c89386ffb8967422fbe9f5e7babf1dc2c5e"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jul 18 18:53:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:18:20 2007 +0900"
      },
      "message": "sh: cpufreq: Fix driver dependencies and flag as broken.\n\nThis is only supported on SH-4, so don\u0027t expose it for the other\nCPUs. Additionally, it\u0027s suffered some bitrot, so add a BROKEN\ndependency as well until we fix it up.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "90015c89386ffb8967422fbe9f5e7babf1dc2c5e",
      "tree": "390d23e35d497237c8ff06b95c41cda4a92bb1d5",
      "parents": [
        "493a358e0a8992ec13098dd084223b55b05a7f03"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jul 18 17:57:34 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:18:20 2007 +0900"
      },
      "message": "sh: IPR/INTC2 IRQ setup consolidation.\n\nThis patch unifies the cpu specific interrupt setup functions for\ninterrupt controller blocks such as ipr, intc2 and intc. There is no\npoint in having separate functions for each interrupt controller, so\nlet\u0027s clean this up.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "493a358e0a8992ec13098dd084223b55b05a7f03",
      "tree": "ffd7480a55e21da681dbe789dc129373bef2d6cf",
      "parents": [
        "1b06428ee56fadedd004bfc5e3fbb39fb8c99010"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jul 18 17:54:10 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:18:20 2007 +0900"
      },
      "message": "sh: clean up interrupt code for solution engine 7722 board\n\nThis patch cleans up solution engine 7722 specific interrupt code.\nThe main purpose is to replace the mux function with use of\nset_irq_chained_handler() and replace hard coded register poking\ncode with set_irq_type(). The board specific interrupts are also\nmoved to start from SE7722_FPGA_IRQ_BASE.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "1b06428ee56fadedd004bfc5e3fbb39fb8c99010",
      "tree": "eb31c81f6b885ce06eabb547ddfcea097013f9c7",
      "parents": [
        "02ab3f70791f7d5c9098acaa31a72dd7d0961cb0"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jul 18 17:51:24 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:18:20 2007 +0900"
      },
      "message": "sh: intc - add support for 7722 processor\n\nThis patch converts the cpu specific 7722 setup code to use the\nnew intc controller. Many new vectors are added and also support\nfor external interrupt sense configuration. So with this patch\nit is now possible to configure external interrupt pins as edge\nor level triggered using set_irq_type().\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "02ab3f70791f7d5c9098acaa31a72dd7d0961cb0",
      "tree": "b95f0ec8cc57ed2166eb28e53bb604374e6f0f44",
      "parents": [
        "53aba19f82045c1df838570b8484043e93c4442a"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Wed Jul 18 17:25:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:18:20 2007 +0900"
      },
      "message": "sh: intc - shared IPR and INTC2 controller\n\nThis is the second version of the shared interrupt controller patch\nfor the sh architecture, fixing up handling of intc_reg_fns[].\n\nThe three main advantages with this controller over the existing\nones are:\n\n\t- Both priority (ipr) and bitmap (intc2) registers are\n\t  supported\n\t- External pin sense configuration is supported, ie edge\n\t  vs level triggered\n\t- CPU/Board specific code maps 1:1 with datasheet for\n\t  easy verification\n\nThis controller can easily coexist with the current IPR and INTC2\ncontrollers, but the idea is that CPUs/Boards should be moved over\nto this controller over time so we have a single code base to\nmaintain.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "53aba19f82045c1df838570b8484043e93c4442a",
      "tree": "ed05908fd45e73d6c0817ea1155e4db720f41e23",
      "parents": [
        "4aafae27d0ce73f8507b8983b36006b734aa343a"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Tue Jul 17 18:10:11 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:18:20 2007 +0900"
      },
      "message": "sh: Fix irq assignment for uarts on sh7722\n\nThis patch contains two serial port related fixes for sh7722:\n- Make sure the irqs for the first serial port is correct\n- Add the second and third serial port to the platform data\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "4aafae27d0ce73f8507b8983b36006b734aa343a",
      "tree": "0bdaf22415bf272a4cb9d7e061a4d860f114abe4",
      "parents": [
        "e6c972f21828f16d12704e5cf67d6f79c26cb53b"
      ],
      "author": {
        "name": "Kristoffer Ericson",
        "email": "kristoffer.ericson@gmail.com",
        "time": "Tue Jul 17 13:52:38 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:18:19 2007 +0900"
      },
      "message": "sh: hd64461 tidying.\n\nKill off the hd64461 io.c, as all of the hd64461 users are now\nusing the generic I/O routines.\n\n[ hd64461/ moved to hd64461.c by Paul ]\n\nSigned-off-by: Kristoffer Ericson \u003ckristoffer.ericson@gmail.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e6c972f21828f16d12704e5cf67d6f79c26cb53b",
      "tree": "df3fc15a1395fea4b0b20da1b6a85bacdc0787f4",
      "parents": [
        "9a79b2274186fade17134929d4f85b70d59a3840"
      ],
      "author": {
        "name": "Yoshihiro Shimoda",
        "email": "shimoda.yoshihiro@renesas.com",
        "time": "Tue Jul 17 13:38:54 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 12:18:19 2007 +0900"
      },
      "message": "sh: r7780rp: Add R8A66597 and M66592 support.\n\nThis wires up the platform devices for the USB expansion boards for\nthe Highlander boards.\n\nSigned-off-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "20c2df83d25c6a95affe6157a4c9cac4cf5ffaac",
      "tree": "415c4453d2b17a50abe7a3e515177e1fa337bd67",
      "parents": [
        "64fb98fc40738ae1a98bcea9ca3145b89fb71524"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 10:11:58 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 20 10:11:58 2007 +0900"
      },
      "message": "mm: Remove slab destructors from kmem_cache_create().\n\nSlab destructors were no longer supported after Christoph\u0027s\nc59def9f222d44bb7e2f0a559f2906191a0862d7 change. They\u0027ve been\nBUGs for both slab and slub, and slob never supported them\neither.\n\nThis rips out support for the dtor pointer from kmem_cache_create()\ncompletely and fixes up every single callsite in the kernel (there were\nabout 224, not including the slab allocator definitions themselves,\nor the documentation references).\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5fb7dc37dc16fbc8b80d81318a582201ef7e280d",
      "tree": "4d6bb4441ece64380e7186ebadd35ad2f5486f9f",
      "parents": [
        "3d7e33825d8799115dd2495c9944badd3272a623"
      ],
      "author": {
        "name": "Fenghua Yu",
        "email": "fenghua.yu@intel.com",
        "time": "Thu Jul 19 01:48:12 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jul 19 10:04:44 2007 -0700"
      },
      "message": "define new percpu interface for shared data\n\nper cpu data section contains two types of data.  One set which is\nexclusively accessed by the local cpu and the other set which is per cpu,\nbut also shared by remote cpus.  In the current kernel, these two sets are\nnot clearely separated out.  This can potentially cause the same data\ncacheline shared between the two sets of data, which will result in\nunnecessary bouncing of the cacheline between cpus.\n\nOne way to fix the problem is to cacheline align the remotely accessed per\ncpu data, both at the beginning and at the end.  Because of the padding at\nboth ends, this will likely cause some memory wastage and also the\ninterface to achieve this is not clean.\n\nThis patch:\n\nMoves the remotely accessed per cpu data (which is currently marked\nas ____cacheline_aligned_in_smp) into a different section, where all the data\nelements are cacheline aligned. And as such, this differentiates the local\nonly data and remotely accessed data cleanly.\n\nSigned-off-by: Fenghua Yu \u003cfenghua.yu@intel.com\u003e\nAcked-by: Suresh Siddha \u003csuresh.b.siddha@intel.com\u003e\nCc: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Christoph Lameter \u003cclameter@sgi.com\u003e\nCc: \u003clinux-arch@vger.kernel.org\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "83c54070ee1a2d05c89793884bea1a03f2851ed4",
      "tree": "dc732f5a9b93fb7004ed23f551bd98b77cc580e0",
      "parents": [
        "d0217ac04ca6591841e5665f518e38064f4e65bd"
      ],
      "author": {
        "name": "Nick Piggin",
        "email": "npiggin@suse.de",
        "time": "Thu Jul 19 01:47:05 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jul 19 10:04:41 2007 -0700"
      },
      "message": "mm: fault feedback #2\n\nThis patch completes Linus\u0027s wish that the fault return codes be made into\nbit flags, which I agree makes everything nicer.  This requires requires\nall handle_mm_fault callers to be modified (possibly the modifications\nshould go further and do things like fault accounting in handle_mm_fault --\nhowever that would be for another patch).\n\n[akpm@linux-foundation.org: fix alpha build]\n[akpm@linux-foundation.org: fix s390 build]\n[akpm@linux-foundation.org: fix sparc build]\n[akpm@linux-foundation.org: fix sparc64 build]\n[akpm@linux-foundation.org: fix ia64 build]\nSigned-off-by: Nick Piggin \u003cnpiggin@suse.de\u003e\nCc: Richard Henderson \u003crth@twiddle.net\u003e\nCc: Ivan Kokshaysky \u003cink@jurassic.park.msu.ru\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Ian Molton \u003cspyro@f2s.com\u003e\nCc: Bryan Wu \u003cbryan.wu@analog.com\u003e\nCc: Mikael Starvik \u003cstarvik@axis.com\u003e\nCc: David Howells \u003cdhowells@redhat.com\u003e\nCc: Yoshinori Sato \u003cysato@users.sourceforge.jp\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nCc: Hirokazu Takata \u003ctakata@linux-m32r.org\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nCc: Roman Zippel \u003czippel@linux-m68k.org\u003e\nCc: Greg Ungerer \u003cgerg@uclinux.org\u003e\nCc: Matthew Wilcox \u003cwilly@debian.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nCc: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nCc: Paul Mundt \u003clethal@linux-sh.org\u003e\nCc: Kazumoto Kojima \u003ckkojima@rr.iij4u.or.jp\u003e\nCc: Richard Curnow \u003crc@rc0.org.uk\u003e\nCc: William Lee Irwin III \u003cwli@holomorphy.com\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: Jeff Dike \u003cjdike@addtoit.com\u003e\nCc: Paolo \u0027Blaisorblade\u0027 Giarrusso \u003cblaisorblade@yahoo.it\u003e\nCc: Miles Bader \u003cuclinux-v850@lsi.nec.co.jp\u003e\nCc: Chris Zankel \u003cchris@zankel.net\u003e\nAcked-by: Kyle McMartin \u003ckyle@mcmartin.ca\u003e\nAcked-by: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nAcked-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nAcked-by: Andi Kleen \u003cak@muc.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n[ Still apparently needs some ARM and PPC loving - Linus ]\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f284ce7269031947326bac6bb19a977705276222",
      "tree": "8b145d42d4da182fb185dacc53b24ca7a2546114",
      "parents": [
        "7664732315c97f48dba9d1e7339ad16fc5a320ac"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Jul 17 04:03:44 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 17 10:23:03 2007 -0700"
      },
      "message": "PTRACE_POKEDATA consolidation\n\nIdentical implementations of PTRACE_POKEDATA go into generic_ptrace_pokedata()\nfunction.\n\nAFAICS, fix bug on xtensa where successful PTRACE_POKEDATA will nevertheless\nreturn EPERM.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: Christoph Hellwig \u003chch@lst.de\u003e\nCc: \u003clinux-arch@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7664732315c97f48dba9d1e7339ad16fc5a320ac",
      "tree": "1eb9639b0fbe3f24341cecf1dafcae192cb7bde7",
      "parents": [
        "bcdcd8e725b923ad7c0de809680d5d5658a7bf8c"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Jul 17 04:03:43 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 17 10:23:03 2007 -0700"
      },
      "message": "PTRACE_PEEKDATA consolidation\n\nIdentical implementations of PTRACE_PEEKDATA go into generic_ptrace_peekdata()\nfunction.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: Christoph Hellwig \u003chch@lst.de\u003e\nCc: \u003clinux-arch@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "bcdcd8e725b923ad7c0de809680d5d5658a7bf8c",
      "tree": "f8fe86531df3bd96c0d8fd2d7a8fb1a6639261db",
      "parents": [
        "74489a91dd43aecd638709d34a2f58b91cfda5cf"
      ],
      "author": {
        "name": "Pavel Emelianov",
        "email": "xemul@openvz.org",
        "time": "Tue Jul 17 04:03:42 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Jul 17 10:23:02 2007 -0700"
      },
      "message": "Report that kernel is tainted if there was an OOPS\n\nIf the kernel OOPSed or BUGed then it probably should be considered as\ntainted.  Thus, all subsequent OOPSes and SysRq dumps will report the\ntainted kernel.  This saves a lot of time explaining oddities in the\ncalltraces.\n\nSigned-off-by: Pavel Emelianov \u003cxemul@openvz.org\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nCc: \u003clinux-arch@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n[ Added parisc patch from Matthew Wilson  -Linus ]\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b91cba52e9b7b3f1c0037908a192d93a869ca9e5",
      "tree": "bbce7f323c8f52b308af5a152673a75b3e445360",
      "parents": [
        "98283bb49c6c8c070ebde9f47489d3e9a83c1323",
        "e509ac4bbc661052dc73a2e8138800ba77d4ecb9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Jul 16 10:32:02 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Jul 16 10:32:02 2007 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6: (68 commits)\n  sh: sh-rtc support for SH7709.\n  sh: Revert __xdiv64_32 size change.\n  sh: Update r7785rp defconfig.\n  sh: Export div symbols for GCC 4.2 and ST GCC.\n  sh: fix race in parallel out-of-tree build\n  sh: Kill off dead mach.c for hp6xx.\n  sh: hd64461.h cleanup and added comments.\n  sh: Update the alignment when 4K stacks are used.\n  sh: Add a .bss.page_aligned section for 4K stacks.\n  sh: Don\u0027t let SH-4A clobber SH-4 CFLAGS.\n  sh: Add parport stub for SuperIO ports.\n  sh: Drop -Wa,-dsp for DSP tuning.\n  sh: Update dreamcast defconfig.\n  fb: pvr2fb: A few more __devinit annotations for PCI.\n  fb: pvr2fb: Fix up section mismatch warnings.\n  sh: Select IPR-IRQ for SH7091.\n  sh: Correct __xdiv64_32/div64_32 return value size.\n  sh: Fix timer-tmu build for SH-3.\n  sh: Add cpu and mach links to CLEAN_FILES.\n  sh: Preliminary support for the SH-X3 CPU.\n  ...\n"
    },
    {
      "commit": "608e2619682e951f525b08e7a48669a3c0263b41",
      "tree": "034ec1a626c776da201c6664a0ac8b2ec0934167",
      "parents": [
        "94bed2a9c4ae980838003f5d32681eef794ecc28"
      ],
      "author": {
        "name": "Heiko Carstens",
        "email": "heiko.carstens@de.ibm.com",
        "time": "Sun Jul 15 23:41:39 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Jul 16 09:05:51 2007 -0700"
      },
      "message": "generic bug: use show_regs() instead of dump_stack()\n\nThe current generic bug implementation has a call to dump_stack() in case a\nWARN_ON(whatever) gets hit.  Since report_bug(), which calls dump_stack(),\ngets called from an exception handler we can do better: just pass the\npt_regs structure to report_bug() and pass it to show_regs() in case of a\nwarning.  This will give more debug informations like register contents,\netc...  In addition this avoids some pointless lines that dump_stack()\nemits, since it includes a stack backtrace of the exception handler which\nis of no interest in case of a warning.  E.g.  on s390 the following lines\nare currently always present in a stack backtrace if dump_stack() gets\ncalled from report_bug():\n\n [\u003c000000000001517a\u003e] show_trace+0x92/0xe8)\n [\u003c0000000000015270\u003e] show_stack+0xa0/0xd0\n [\u003c00000000000152ce\u003e] dump_stack+0x2e/0x3c\n [\u003c0000000000195450\u003e] report_bug+0x98/0xf8\n [\u003c0000000000016cc8\u003e] illegal_op+0x1fc/0x21c\n [\u003c00000000000227d6\u003e] sysc_return+0x0/0x10\n\nAcked-by: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nAcked-by: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: Kyle McMartin \u003ckyle@parisc-linux.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Paul Mundt \u003clethal@linux-sh.org\u003e\nCc: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Heiko Carstens \u003cheiko.carstens@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e509ac4bbc661052dc73a2e8138800ba77d4ecb9",
      "tree": "82ad16f0762118392cfbe99bc93dc1ef1e7770a3",
      "parents": [
        "075fc19bdea9120989142fa2179abd958b3a5c72"
      ],
      "author": {
        "name": "Kristoffer Ericson",
        "email": "kristoffer.ericson@gmail.com",
        "time": "Mon Jul 16 09:51:39 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jul 16 09:51:39 2007 +0900"
      },
      "message": "sh: sh-rtc support for SH7709.\n\nSigned-off-by: Kristoffer Ericson \u003ckristoffer.ericson@gmail.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "075fc19bdea9120989142fa2179abd958b3a5c72",
      "tree": "a6d9c567650810d35847350e39bb8e601a7e36d8",
      "parents": [
        "2f5a5dc0c1a9e970ceb9b47d778732962d6dd9f6"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 13 12:27:13 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 13 12:27:13 2007 +0900"
      },
      "message": "sh: Revert __xdiv64_32 size change.\n\nIt\u0027s only __div64_32 that needs the fix, __xdiv64_32 behaves as\nexpected with the original size.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "2f5a5dc0c1a9e970ceb9b47d778732962d6dd9f6",
      "tree": "89ad93566d0b24ac6910cac07c22996bab16c164",
      "parents": [
        "2414b86d21dbacc53826d375c6001d31d8ebbee2"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 13 09:30:57 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 13 09:30:57 2007 +0900"
      },
      "message": "sh: Update r7785rp defconfig.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "2414b86d21dbacc53826d375c6001d31d8ebbee2",
      "tree": "3c3f2aaf8faadf5c40fe6ca6396f0564dac101c6",
      "parents": [
        "8cb661d6a4b69734c393beeb523cbf86c915f374"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 13 09:30:31 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 13 09:30:31 2007 +0900"
      },
      "message": "sh: Export div symbols for GCC 4.2 and ST GCC.\n\nGCC 4.2 can emit integer variants of the FP division routines, so\nthese need to be exported in order to keep the modules happy.\n\n4.1.x versions of the ST compiler have these things backported,\nand so also generate these symbols (whereas vanilla gcc 4.1.x\ndoes not), so handle the __GNUC_STM_RELEASE__ case to accomodate\nupdated versions of the 4.1.x toolchain.\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": "0caf3ead5131215cbd462d31f7658798030f793d",
      "tree": "80db2dafe08494f2c5008c5425f6cf5b8ab16d47",
      "parents": [
        "be15d65d97f924e11ad7b59b1dc23b9db8d02209"
      ],
      "author": {
        "name": "Kristoffer Ericson",
        "email": "kristoffer.ericson@gmail.com",
        "time": "Thu Jul 12 10:47:08 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jul 12 10:47:08 2007 +0900"
      },
      "message": "sh: Kill off dead mach.c for hp6xx.\n\nSigned-off-by: Kristoffer Ericson \u003ckristoffer.ericson@gmail.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "bdf4fa536ba5c6eff125f18231d54e227b1f3629",
      "tree": "c87516be363f77d28f2f041f1d9eecc8ba638c93",
      "parents": [
        "e181127a7a12c5d8e29afa19d235b53bf4140cb3"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@mindspring.com",
        "time": "Thu Jul 12 10:41:52 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jul 12 10:41:52 2007 +0900"
      },
      "message": "sh: Update the alignment when 4K stacks are used.\n\nUse the newly added .bss.page_aligned section for aligning the stacks\nrather than THREAD_SIZE.\n\nSigned-off-by: Robert P. J. Day \u003crpjday@mindspring.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e181127a7a12c5d8e29afa19d235b53bf4140cb3",
      "tree": "f6710a97673ea8c0d37448015501d7be1fcab587",
      "parents": [
        "aab1b16a61d653173b1c5f158c51ec08dd6605b0"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jul 12 10:40:36 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jul 12 10:40:36 2007 +0900"
      },
      "message": "sh: Add a .bss.page_aligned section for 4K stacks.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "aab1b16a61d653173b1c5f158c51ec08dd6605b0",
      "tree": "a81a3c67cfb132f0a3834d15a6fbe8285701ee38",
      "parents": [
        "1b898040e214d1f5acd3baf14f07ef5f610d5c8a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jul 12 09:48:54 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jul 12 09:48:54 2007 +0900"
      },
      "message": "sh: Don\u0027t let SH-4A clobber SH-4 CFLAGS.\n\nOlder compilers don\u0027t support the -m4a{,nofpu} flags, which has the\nside-effect of allowing FP operations to be emitted. Switch this to\nincremental tuning, so we at least have -m4-nofpu as a fallback for\nthe gcc3 toolchains.\n\nWithout this, certain modules emit references to __udivsi3_i4 and\n__sdivsi3_i4.\n\nReported-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5296307de63f1949d601b3515f8b1a0a859c5847",
      "tree": "11025f35f64e76d609934f73b4c258d1526e8616",
      "parents": [
        "ac6b9f28d8202ed064c9b372350693f79882b448"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Jul 07 07:25:56 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Jul 07 07:25:56 2007 +0900"
      },
      "message": "sh: Drop -Wa,-dsp for DSP tuning.\n\nWe already hand off the proper ISA variant with the dsp specifier\nappended, so we don\u0027t need to explicitly set -dsp. This causes some\nconfusion with certain toolchains that are restricted to -dsp family\nopcodes artificially.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ac6b9f28d8202ed064c9b372350693f79882b448",
      "tree": "922ec6c111a6cfc5aa348e49aa4eda75e1b91f85",
      "parents": [
        "7e7ec0d4ae57b258fed5ee29e9d007282898625a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Jul 07 04:09:02 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Jul 07 04:09:02 2007 +0900"
      },
      "message": "sh: Update dreamcast defconfig.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "989e5ab3e8159f563b3fda5317febee5af040983",
      "tree": "9a70522b054f068f329eb4a83f21c21650f1f910",
      "parents": [
        "04c7d9579f25ff0dd01efa958805f34c92bc6a71"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Jul 07 03:36:06 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Sat Jul 07 03:36:06 2007 +0900"
      },
      "message": "sh: Select IPR-IRQ for SH7091.\n\nFixes a compile failure for the Dreamcast.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "04c7d9579f25ff0dd01efa958805f34c92bc6a71",
      "tree": "125a0da3b1d4397af86b562c5b4e8df1eedf10ab",
      "parents": [
        "75f016a7ce75220d898608791870ab7da549a430"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 06 10:58:04 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 06 10:58:04 2007 +0900"
      },
      "message": "sh: Correct __xdiv64_32/div64_32 return value size.\n\nThese should be returning a uint32_t, whereas they were erroneously\nreturning a u64 before. As the register sizes are 32-bits, this doesn\u0027t\nreally make a lot of sense.\n\nReported-by: Katsuya MATSUBARA \u003cmatsu@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "880dec100761f4fbc5fa5d22e658a8718828f04e",
      "tree": "d0312e48427636f920d8dd96df617f4ff26fe936",
      "parents": [
        "70876facfa9bb6596e4c09e9ed6b8f26d0bcba51"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 06 10:22:59 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jul 06 10:22:59 2007 +0900"
      },
      "message": "sh: Add cpu and mach links to CLEAN_FILES.\n\nThese weren\u0027t being cleaned up, so add them to the CLEAN_FILES.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "70876facfa9bb6596e4c09e9ed6b8f26d0bcba51",
      "tree": "05ebd850c3061a5e923d1ee8ef6c72b68805983b",
      "parents": [
        "b2309d684078f2be1d5db6ceabc99c51f9af3b6b",
        "2b1bd1ac5d4bffe3fd542bfe1784a583bd7df4fa"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 20 18:29:27 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 20 18:29:27 2007 +0900"
      },
      "message": "Merge branch \u0027x3\u0027\n"
    },
    {
      "commit": "2b1bd1ac5d4bffe3fd542bfe1784a583bd7df4fa",
      "tree": "9c9840807d84cb4d9ca981fbae5093eef1c9ed12",
      "parents": [
        "027e56e68543780870fda74360ca45e392c50e1c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 20 18:27:10 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 20 18:27:10 2007 +0900"
      },
      "message": "sh: Preliminary support for the SH-X3 CPU.\n\nThis adds basic support for UP SH-X3.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "027e56e68543780870fda74360ca45e392c50e1c",
      "tree": "989b160054ce11833b7edfadfa3af32325b41706",
      "parents": [
        "0630e45c887b3d3d8d6ad27af03ec4054926d635"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 20 18:23:49 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 20 18:23:49 2007 +0900"
      },
      "message": "sh: Hook up hard_smp_processor_id() for INTC2 block.\n\nWe need to know the CPU ID in order to calculate the mask and ack\nregisters effectively. Stub this in for UP.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b2309d684078f2be1d5db6ceabc99c51f9af3b6b",
      "tree": "2bef376218cdf05a9f83b2b9d64c0c02b19e4e02",
      "parents": [
        "824e55f95f871d492cd095d7694df3cfcad1f8f5"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 20 18:09:10 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 20 18:09:10 2007 +0900"
      },
      "message": "sh: Update se7722 defconfig.\n\nHook up the multi-node stuff for the SE7722.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "824e55f95f871d492cd095d7694df3cfcad1f8f5",
      "tree": "652add6016c00e994c67c1c1190de76bb6f991fe",
      "parents": [
        "0630e45c887b3d3d8d6ad27af03ec4054926d635"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 20 18:01:52 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 20 18:01:52 2007 +0900"
      },
      "message": "sh: Fix up cf-enabler dependency for SE boards.\n\nThis was using CONFIG_SH_SOLUTION_ENGINE, where we really wanted\nCONFIG_SOLUTION_ENGINE. While we\u0027re at it, move the whole CF\nenabler mess somewhere better suited.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "3aeb884b4ec442719a2d8aa15316415a7412efd8",
      "tree": "bcf69c95107b8296cbe76c0d86ee7cadc05c6019",
      "parents": [
        "5527398218aae85f37552a69fad163fa500c39e4"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Jun 19 12:33:21 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue Jun 19 12:33:21 2007 +0900"
      },
      "message": "sh: Handle -ERESTART_RESTARTBLOCK for restartable syscalls.\n\nThe current implementation only handles -ERESTARTNOHAND, whereas we\nalso need to handle -ERESTART_RESTARTBLOCK in the handle_signal()\ncase for restartable system calls.\n\nAs noted by Carl:\n\nThis fixes the LTP test nanosleep03 - the current kernel causes\n-ERESTART_RESTARTBLOCK to reach user space rather than the correct\n-EINTR.\n\nReported-by: Carl Shaw \u003cshaw.carl@gmail.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0630e45c887b3d3d8d6ad27af03ec4054926d635",
      "tree": "251261af762d9f5f7a706ba3e75920f7cb0bccc6",
      "parents": [
        "fc1d4c9c3761ca8db52b647c6a4ba50771900a12"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 18 19:02:47 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 18 19:02:47 2007 +0900"
      },
      "message": "sh: Check oops_may_print() in unhandled fault.\n\nOnly print out pgd/pte data in the oops path if oops_may_print()\nholds true. Follows the i386 implementation.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5527398218aae85f37552a69fad163fa500c39e4",
      "tree": "b14b84f40ab42f248c3dbfd2c1384624fb57a197",
      "parents": [
        "69a331470ff02561cf1898eeb152ccca9f22bf53"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 18 18:57:13 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 18 18:57:13 2007 +0900"
      },
      "message": "sh: oops_enter()/oops_exit() in die().\n\nAs Russell helpfully pointed out on linux-arch:\n\n\thttp://marc.info/?l\u003dlinux-arch\u0026m\u003d118208089204630\u0026w\u003d2\n\nWe were missing the oops_enter/exit() in the sh die() implementation.\nAs we do support lockdep, it\u0027s beneficial to add these calls so lockdep\nproperly disables itself in the die() case.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "69a331470ff02561cf1898eeb152ccca9f22bf53",
      "tree": "e097e9317f5c2e3e03125dfd1e232dfbcebd4a3a",
      "parents": [
        "188e1f81ba31af1b65a2f3611df4c670b092bbac"
      ],
      "author": {
        "name": "Kaz Kojima",
        "email": "kkojima@rr.iij4u.or.jp",
        "time": "Mon Jun 18 10:08:20 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 18 10:08:20 2007 +0900"
      },
      "message": "sh: Fix restartable syscall arg5 clobbering.\n\nWe use R0 as the 5th argument of syscall.  When the syscall restarts\nafter signal handling, we should restore the old value of R0.\nThe attached patch does it. Without this patch, I\u0027ve experienced random\nfailures in the situation which signals are issued frequently.\n\nSigned-off-by: Kaz Kojima \u003ckkojima@rr.iij4u.or.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "eee4c4694fb2936258244bb391e6eec07f3eea8e",
      "tree": "cb7033e8fc72a537f126c2b0e37914131ea6bdac",
      "parents": [
        "68abdbbb03476a60d932eeba0035dd5069afec38"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 15 19:45:33 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 15 19:45:33 2007 +0900"
      },
      "message": "sh: Update SH-2/SH-2A defconfigs.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "68abdbbb03476a60d932eeba0035dd5069afec38",
      "tree": "de3854f76d6d9aec121c432a3cd276bb756003c9",
      "parents": [
        "50f63f2518ee68bc132d357d2b6fdb7f60ef79e0"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri Jun 15 18:56:19 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 15 18:56:19 2007 +0900"
      },
      "message": "sh: rework ipr code\n\nThis patch reworks the ipr code by grouping the offset array together\nwith the ipr_data structure in a new data structure called ipr_desc.\nThis new structure also contains the name of the controller in struct\nirq_chip. The idea behind putting struct irq_chip in there is that we\ncan use offsetof() to locate the base addresses in the irq_chip\ncallbacks. This strategy has much in common with the recently merged\nintc2 code.\n\nOne logic change has been made - the original ipr code enabled the\ninterrupts by default but with this patch they are all disabled by\ndefault.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "50f63f2518ee68bc132d357d2b6fdb7f60ef79e0",
      "tree": "5abc7e4a7af923b45785ea2f02944c97e8d02ba6",
      "parents": [
        "d619500aed2f9b841b2310bc94f8056ae9ca2a73"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 15 18:30:42 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 15 18:30:42 2007 +0900"
      },
      "message": "sh: Only support PMB for SH-X cores.\n\nWe don\u0027t have a PMB for SH-X2 or later, so only enable it for\nthe few CPUs that support it. Fixes up the boot for SH4AL-DSP.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d619500aed2f9b841b2310bc94f8056ae9ca2a73",
      "tree": "42ca07266afbf0406d419e57dde404ad89cd316d",
      "parents": [
        "d3efbdd6c5e8c823b732df26a355ec931ccab374"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri Jun 15 10:41:54 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 15 10:41:54 2007 +0900"
      },
      "message": "sh: rework intc2 code\n\nThe shared intc2 code currently contains cpu-specific #ifdefs.\nThis is a tad unclean and it prevents us from using the shared code\nto drive board-specific irqs on the se7780 board.\n\nThis patch reworks the intc2 code by moving the base addresses of\nthe intc2 registers into struct intc2_desc. This new structure also\ncontains the name of the controller in struct irq_chip. The idea\nbehind putting struct irq_chip in there is that we can use offsetof()\nto locate the base addresses in the irq_chip callbacks.\n\nOne logic change has been made - the original shared intc2 code\nenabled the interrupts by default but with this patch they are all\ndisabled by default.\n\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d3efbdd6c5e8c823b732df26a355ec931ccab374",
      "tree": "097cd487ffc3005ca4d1deabf01a3f3562609438",
      "parents": [
        "a1e2833d13db6c2f0456b20338f66c0b248f5367"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 11 15:57:42 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 11 15:57:42 2007 +0900"
      },
      "message": "sh: Fix up the math-emu build.\n\nmath-emu wasn\u0027t converted for the trap_no/errno_code changes,\nget it building again.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "a1e2833d13db6c2f0456b20338f66c0b248f5367",
      "tree": "b81e381cfa0fd9597a6c44a363bffea04cda3432",
      "parents": [
        "dd9505879c3381e98fc46f74cd8c17f0b23d0cd7"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 11 15:56:31 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 11 15:56:31 2007 +0900"
      },
      "message": "sh: Kill off broken dma page ops.\n\nThere\u0027s no point in keeping these around, they\u0027ve been broken\nfor some time, and the dmaenging/async_tx framework provides a\nfar more reasonable interface.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9f9a5de4669902f80b6664baeba01595ffce3597",
      "tree": "a9af85a866daa151ae355d8d520b1fe79d4c2408",
      "parents": [
        "357d59469c1179c30b8c425aba302346fac3594e"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 11 15:33:44 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 11 15:33:44 2007 +0900"
      },
      "message": "sh: Fixup misaligned data for sh2 lockdep.\n\nlockdep/irqflags tracing on SH-2 ends up with a misaligned\nbranch, fix it.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "357d59469c1179c30b8c425aba302346fac3594e",
      "tree": "6e27fcd85967ad06072ac84788ac891cbcc10235",
      "parents": [
        "54039591cee40ef1f440f1245ed066c3e7d54a9a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 11 15:32:07 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 11 15:32:07 2007 +0900"
      },
      "message": "sh: Tidy up dependencies for SH-2 build.\n\nSH-2 can presently get in to some pretty bogus states, so\nwe tidy up the dependencies a bit and get it all building\nagain.\n\nThis gets us a bit closer to a functional allyesconfig\nand allmodconfig, though there are still a few things to\nfix up.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "54039591cee40ef1f440f1245ed066c3e7d54a9a",
      "tree": "96a4e43c994732503b42ef4ee0ba41a35ffbff04",
      "parents": [
        "14bea95b84a3eedfe9e12f576d5f9f63f0f1b6ff"
      ],
      "author": {
        "name": "Yoshihiro Shimoda",
        "email": "shimoda.yoshihiro@renesas.com",
        "time": "Mon Jun 11 10:26:56 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 11 10:26:56 2007 +0900"
      },
      "message": "sh: Provide a defconfig for R7780MP.\n\nSigned-off-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.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": "33d63bd83bf9aa6b662a376a96b825acba721e8f",
      "tree": "469eadf218a6e435b06eb151c88340c0adb7b83e",
      "parents": [
        "05a117847b43d44f336bbf272a1063661431a5e5"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jun 07 11:32:52 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:51 2007 +0000"
      },
      "message": "sh: memory hot-add for sparsemem users support.\n\nThis enables simple hotplug support for sparsemem users. Presently\nthis only permits memory being added in to node 0 on ZONE_NORMAL.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "05a117847b43d44f336bbf272a1063661431a5e5",
      "tree": "7eaf33d0e1964c9bea59dcba4bdedbc5f76b2366",
      "parents": [
        "5bbeafca8d5c64b6d9c6653993492d763be0918f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Thu Jun 07 11:29:37 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:50 2007 +0000"
      },
      "message": "sh: Fix up cpu to node mapping in sysfs.\n\nCurrently cpu_to_node() is always 0 in the UP case, though\nwe do want to have the CPU association linked in under sysfs\neven in the cases where we\u0027re only on a single CPU.\n\nFix this up, so we have the cpu0 link on all of the available\nnodes that don\u0027t already have a CPU link of their own.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "5bbeafca8d5c64b6d9c6653993492d763be0918f",
      "tree": "fcc48fa214d01b5ce2138ea2859addc5ea45beee",
      "parents": [
        "1300b1b1776475cd94685f5f61b83f84801e08e9"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 06 19:05:11 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:50 2007 +0000"
      },
      "message": "sh: Fix the SH7722 flatmem build.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "1300b1b1776475cd94685f5f61b83f84801e08e9",
      "tree": "12380959ec0420e85e03543de8f810349c8e45be",
      "parents": [
        "520588f47f20a6dcaf81655e1da378e5fe6d5015"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 06 19:04:22 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:49 2007 +0000"
      },
      "message": "sh: Make NUMA depend on sparsemem.\n\nThe only platforms that are supporting NUMA are doing so via\nsparsemem, so update the dependency.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "520588f47f20a6dcaf81655e1da378e5fe6d5015",
      "tree": "fb7876b4f0f099e834612202e8b21c2deed78bcb",
      "parents": [
        "b241cb0c885e55839fb0f93c6a4539c5416cc39f"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 06 17:58:56 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:49 2007 +0000"
      },
      "message": "sh: URAM node support for SH7722.\n\nThis adds the URAM block on SH7722 as a separate node.\nSparsemem is required for this, or it can simply be disabled\nby explicitly selecting a flatmem model.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b241cb0c885e55839fb0f93c6a4539c5416cc39f",
      "tree": "dc12c8df833820d642b22d4a5f556602c3832dde",
      "parents": [
        "07cbb41b5308b92f29649254ff755e48ea60e24c"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 06 17:52:19 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:49 2007 +0000"
      },
      "message": "sh: Support for multiple nodes.\n\nThis adds basic support for multiple nodes on SH machines.\nThis is primarily useful for boards with many different\nmemory blocks that are otherwise unused (SH7722/SH7785 URAM\nand so forth).\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "07cbb41b5308b92f29649254ff755e48ea60e24c",
      "tree": "9d91f01428a1d12465add6c742acda45772ee1e8",
      "parents": [
        "2de212ebd8d5c1a17e40bffcc7e434443105c4b8"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 06 12:23:06 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:48 2007 +0000"
      },
      "message": "sh: Use asm/sections.h for linker section symbols.\n\nKill off a bunch of externs, and use sections.h instead..\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "2de212ebd8d5c1a17e40bffcc7e434443105c4b8",
      "tree": "12fa53997af8a8eb4b5384e07d07381888e28504",
      "parents": [
        "cbd2d9d8fcd9d2a46d71d0703a76773c20383c66"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed Jun 06 12:09:54 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:48 2007 +0000"
      },
      "message": "sh: Fix up max_zone_pfns[] with multiple nodes.\n\nCurrently using multiple nodes tramples the ZONE_NORMAL\nmax low pfn, tidy up the logic a bit to get it all working\nas expected.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "f11b71e6578fbe8e059c51f5d2de223a3804507a",
      "tree": "2b8bece3758dd86a040fff0307bca8941de6b350",
      "parents": [
        "b66d51cb8039cf80b8aa5b157ed055cdea811104"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 04 14:37:04 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:47 2007 +0000"
      },
      "message": "sh: Wire up mempolicy syscalls.\n\nWire up mbind and get/set_mempolicy() in their reserved places.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "b66d51cb8039cf80b8aa5b157ed055cdea811104",
      "tree": "23c8a4ec4e9b8c436b448cbf0bbbfc34260503f7",
      "parents": [
        "6240d92f2f2fb74094b66b3510733fa0a1e2631a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 01 17:26:13 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:46 2007 +0000"
      },
      "message": "sh: Tidy compiler warnings for SH-2A build.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "6240d92f2f2fb74094b66b3510733fa0a1e2631a",
      "tree": "8a9396be85e8902a3514b22dd475556bd8ef83e4",
      "parents": [
        "fa1ec92e1dcd4fa4be23db24e4c019c0e4194c89"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 01 17:25:42 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:46 2007 +0000"
      },
      "message": "sh: Wrap CPU tuning through cc-option.\n\nSome compilers don\u0027t support the explicit CPU tuning, while binutils\nis still able to handle the special subtype-specific opcodes. Make\nthe CFLAG optional, falling back on the compiler default if nothing\nbetter exists.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "fa1ec92e1dcd4fa4be23db24e4c019c0e4194c89",
      "tree": "489bcd11773f19936f1739ddc81a9cfaf4e14944",
      "parents": [
        "2826fa61c13716816c7ae658b8f1c5a4a505d8ac"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 01 17:23:14 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:46 2007 +0000"
      },
      "message": "sh: Enable IPR-IRQ for SH7206.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "2826fa61c13716816c7ae658b8f1c5a4a505d8ac",
      "tree": "0bde8f69ff7bde75c63b0c4e6dcf5992a5eb9066",
      "parents": [
        "d22d9b3a1d129349518c807e7997922f869e1f48"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 01 17:04:36 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:45 2007 +0000"
      },
      "message": "sh: Mark sparsemem regions present earlier.\n\nWe have to call in to sparse_memory_present_with_active_regions()\nearlier in order for sparsemem to be happy. This was being called\ntoo late, and was causing troubles with the platforms that needed\nto enable sparsemem.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "d22d9b3a1d129349518c807e7997922f869e1f48",
      "tree": "2ca207bdf654450972f29dd03ca61ce69b58d3e5",
      "parents": [
        "91e656aacf52bcd3fbd199462032efec915fb654"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 01 14:21:13 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:45 2007 +0000"
      },
      "message": "sh: Register multiple nodes in topology_init().\n\nIf we have multiple nodes, register these at topology_init() time.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "91e656aacf52bcd3fbd199462032efec915fb654",
      "tree": "4ea5b60095367fd421f2e653641e3d8d893732bd",
      "parents": [
        "dfbb9042801eaeb4df9015bb86224291a39a0f52"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Fri Jun 01 14:19:22 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:43 2007 +0000"
      },
      "message": "sh: Allow for bootmem debug support.\n\nHandy for debugging bootmem troubles.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "dfbb9042801eaeb4df9015bb86224291a39a0f52",
      "tree": "fc762c923fbc48bd724e648ccb415307ba17086c",
      "parents": [
        "5900711ad7173b1cf3ee72eb21572e20b263ca0d"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Wed May 23 17:48:36 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:43 2007 +0000"
      },
      "message": "sh: sparsemem support.\n\nThis implements basic sparsemem support for SH. Presently this only\nuses static sparsemem, and we still permit explicit selection of\nflatmem. Those boards that want sparsemem can select it as usual.\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": "3a3c60fc0b4c2e3e6f037f68c84ddd9468b2a196",
      "tree": "c46894c0f659d77664f5942b02ca7ab5d3815c25",
      "parents": [
        "05627486ab7f31ea09d8bb7a83582ca0185dc283"
      ],
      "author": {
        "name": "Takashi YOSHII",
        "email": "takashi.yoshii.ze@hitachi.com",
        "time": "Wed May 23 12:34:13 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:41 2007 +0000"
      },
      "message": "sh: Align .machvec.init section on a 4-byte boundary.\n\n.machvec.init can be misaligned with the recent machvec changes,\nforcibly align it on the boundary that it expects, as before.\n\nSigned-off-by: Takashi YOSHII \u003ctakashi.yoshii.ze@hitachi.com\u003e\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "05627486ab7f31ea09d8bb7a83582ca0185dc283",
      "tree": "79189f3118568cff90b374d433de0ea2c8b2fe1f",
      "parents": [
        "fd8f20e8e2f8f1d9201086bff444c8d35f0a6a45"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 15 16:25:47 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:40 2007 +0000"
      },
      "message": "sh: Fix SH-4 CPU selects.\n\nNow that select no longer works for selecting the \"closest\" CPU,\nwe have to explicitly reference the precise sub-type in the few\nplaces where it actually matters (presently only setup code and\nsome legacy sh-sci cruft).\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "fd8f20e8e2f8f1d9201086bff444c8d35f0a6a45",
      "tree": "0823660fdd2ec53c6dede452d0802f54119bbde6",
      "parents": [
        "82f81f4784479df17a80caff4a7156da0a2f7dea"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 15 15:38:30 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:40 2007 +0000"
      },
      "message": "sh: Rip out special unknown machvec.\n\nThis kills off the BareCPU board as a \"special\" machvec, rather,\nwe leave this as a default for when no other vector is available,\nor when we want to use it in combination with other vectors for\ntesting with generic ops. As sh_mv is copied out anyways (or\noverloaded when an alternate vector is explicitly selected), this\ndoesn\u0027t consume any additional memory.\n\nThe generic machvec can be forcibly selected with sh_mv\u003dgeneric,\nor by not having any other boards enabled.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "82f81f4784479df17a80caff4a7156da0a2f7dea",
      "tree": "3679bd23f2c9daa24f9cf3e170a33f851ed45029",
      "parents": [
        "25f8151bdcdd62c6b879e3669a562c0d329eee4a"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Tue May 15 15:19:34 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:39 2007 +0000"
      },
      "message": "sh: Kill off machvec aliases.\n\nWe now throw all of the machvecs in to .machvec.init and either\nselect one on the command line, or copy out the first (and\nusually only) one to sh_mv. The rest are freed as usual.\n\nThis gets rid of all of the silly sh_mv aliasing and makes the\nselection explicit rather than link-order dependent.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "25f8151bdcdd62c6b879e3669a562c0d329eee4a",
      "tree": "9009ad59ee58ce1d0e0f7ba6a35efa726d29e22b",
      "parents": [
        "ba36197cf4ff68f631bb1b3d4cc442d567279fe3"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 14 19:12:37 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:39 2007 +0000"
      },
      "message": "sh: Get multiple boards in one image working again.\n\nThis tidies up the build rules and permits multiple boards to be\nlinked in to the same kernel. The earlier Kconfig work ensures that\nthe CPU configuration is consistent across the boards, as this is\nthe only thing that we can\u0027t do dynamically.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "ba36197cf4ff68f631bb1b3d4cc442d567279fe3",
      "tree": "ae62403970ce955d52603b5c0425825fe094323b",
      "parents": [
        "f3d2229852697062d530f19742f0ab792b92873d"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 14 17:48:00 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:38 2007 +0000"
      },
      "message": "sh: Fixup cmdline handling from machvec changes.\n\nThe command line wasn\u0027t being saved off properly after the machvec\nchanges went in, fix it up.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "f3d2229852697062d530f19742f0ab792b92873d",
      "tree": "fe7f1a56d87b5bea39a60f46b04308a7eab4e98c",
      "parents": [
        "882c12c4e1a95e55227f06dbb99eca90f237c018"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 14 17:29:12 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:38 2007 +0000"
      },
      "message": "sh: Rework CPU/board dependencies.\n\nThis was a big mess, rework the logic a bit so that we constrain\nto a particular subtype and figure out the board support based\non that. This makes building subtype specific kernels supporting\nmultiple boards possible again.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "882c12c4e1a95e55227f06dbb99eca90f237c018",
      "tree": "79375e920fda15947b58c635e9a067b2e85a0658",
      "parents": [
        "9655ad03af2d232c3b26e7562ab4f8c29b107e49"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 14 17:26:34 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:37 2007 +0000"
      },
      "message": "sh: Shut up SH2-DSP compile warnings.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9655ad03af2d232c3b26e7562ab4f8c29b107e49",
      "tree": "6a76057e969ca072e7ca9bdf253219e759054d3f",
      "parents": [
        "e08f457c7c0cc7720f28349f8780ea752c063441"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 14 15:59:09 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:37 2007 +0000"
      },
      "message": "sh: Fixup machvec support.\n\nThis fixes up much of the machvec handling, allowing for it to be\noverloaded on boot. Making practical use of this still requires\nsome Kconfig munging, however.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "e08f457c7c0cc7720f28349f8780ea752c063441",
      "tree": "7b82666f2002d57dc57d022daf90c778265159e9",
      "parents": [
        "7a302a9674593259866de4a9d5ae8edc03dc1934"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 14 12:52:56 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:36 2007 +0000"
      },
      "message": "sh: __user annotations for __get/__put_user().\n\nThis adds in some more __user annotations. These weren\u0027t being\nhandled properly in some of the __get_user and __put_user paths,\nso tidy those up.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "7a302a9674593259866de4a9d5ae8edc03dc1934",
      "tree": "d705d89037c226d9928ce132b332b08e2f00388a",
      "parents": [
        "85f6038f2170e3335dda09c3dfb0f83110e87019"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon May 14 12:50:43 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@hera.kernel.org",
        "time": "Fri Jun 08 02:43:35 2007 +0000"
      },
      "message": "sh: Split out CPU topology initialization.\n\nSplit out the CPU topology initialization to a separate file,\nand switch it to a percpu type, rather than an NR_CPUS array.\n\nAt the same time, switch to only registering present CPUs,\nrather than using the possible CPU map.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "9a412847fbe396563acf2a78d5830c9c6c5a5d43",
      "tree": "de4a991afde03e91c2aadffb2c8dfffe29aaff71",
      "parents": [
        "0fd14754141e3604529579232d34fcffd89c24b9"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 04 11:07:23 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 04 11:07:23 2007 +0900"
      },
      "message": "sh: Fix se73180 platform device registration.\n\nCopy and paste error from se7343, fix it up.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "0fd14754141e3604529579232d34fcffd89c24b9",
      "tree": "786e9653510f580817bcfcb2a2f2ab49f5d51383",
      "parents": [
        "63dfc3c77b6a99cc618e0a11b7532a56e2699320"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 04 10:58:23 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 04 10:58:23 2007 +0900"
      },
      "message": "sh: ioremap() through PMB needs asm/mmu.h.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "63dfc3c77b6a99cc618e0a11b7532a56e2699320",
      "tree": "d141d125f82f6b419e7e2ba9f5bab5e6b8e97a90",
      "parents": [
        "907c9d70042e38efc6a981d425a3d8d98b089cba"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 04 10:53:00 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 04 10:53:00 2007 +0900"
      },
      "message": "sh: voyagergx: Fix build warnings.\n\npr_debug() was using a %x on an unsigned long, which was making\nthe build a bit noisy.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    },
    {
      "commit": "907c9d70042e38efc6a981d425a3d8d98b089cba",
      "tree": "7bbad03624b974e78a1218a296a5170394d17e9a",
      "parents": [
        "8b19a7ce566007a8c45f9ba9d2b4a31bba20d62d"
      ],
      "author": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 04 10:51:59 2007 +0900"
      },
      "committer": {
        "name": "Paul Mundt",
        "email": "lethal@linux-sh.org",
        "time": "Mon Jun 04 10:51:59 2007 +0900"
      },
      "message": "sh: Fix SH4-202 clock fwk set_rate() mismatch.\n\nWith the SH7722 changes, -\u003eset_rate() also takes an algo_id,\nSH4-202 was overlooked when this change went in.\n\nSigned-off-by: Paul Mundt \u003clethal@linux-sh.org\u003e\n"
    }
  ],
  "next": "8b19a7ce566007a8c45f9ba9d2b4a31bba20d62d"
}
