)]}'
{
  "log": [
    {
      "commit": "06930b94d19a8641f8a2dc9d6ec27e2a5a39d17c",
      "tree": "0672b1c9181fa7e1484c511d87d1ed29acfa0650",
      "parents": [
        "2e321806b681b1920b6dfa7d81bbe3d312fe1d19",
        "7094ac08cb9568a3efa1e3da177350e168c5fd96"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon May 21 19:15:03 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon May 21 19:15:03 2012 -0700"
      },
      "message": "Merge branch \u0027for-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu\n\nPull m68knommu tree from Greg Ungerer:\n \"More merge and clean up of MMU and non-MMU common files, namely\n  signal.c and dma.c.  There is also a simplification of the ColdFire\n  GPIO setup tables.  Using a couple of simple macros we make the init\n  tables really small and easy to read, and save a couple of thousand\n  lines of code.  Also a move of all the ColdFire subarch support files\n  into the existing coldfire directory.  The sub-directories just ended\n  up duplicating Makefiles and now only contain really simple pieces of\n  code.  This saves quite a few lines of code too.\n\n  As always a couple of bugs fixes thrown in too.  Oh and a new\n  defconfig for the ColdFire platforms that support having the MMU\n  enabled.\"\n\n* \u0027for-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: (39 commits)\n  m68k: add a defconfig for the M5475EVB ColdFire with MMU board\n  m68knommu: unaligned.h fix for M68000 core\n  m68k: merge the MMU and non-MMU versions of the arch dma code\n  m68knommu: reorganize the no-MMU cache flushing to match m68k\n  m68knommu: move the 54xx platform code into the common ColdFire code directory\n  m68knommu: move the 532x platform code into the common ColdFire code directory\n  m68knommu: move the 5407 platform code into the common ColdFire code directory\n  m68knommu: move the 5307 platform code into the common ColdFire code directory\n  m68knommu: move the 528x platform code into the common ColdFire code directory\n  m68knommu: move the 527x platform code into the common ColdFire code directory\n  m68knommu: move the 5272 platform code into the common ColdFire code directory\n  m68knommu: move the 5249 platform code into the common ColdFire code directory\n  m68knommu: move the 523x platform code into the common ColdFire code directory\n  m68knommu: move the 520x platform code into the common ColdFire code directory\n  m68knommu: move the 5206 platform code into the common ColdFire code directory\n  m68knommu: simplify the ColdFire 5407 GPIO struct setup\n  m68knommu: simplify the ColdFire 532x GPIO struct setup\n  m68knommu: simplify the ColdFire 5307 GPIO struct setup\n  m68knommu: simplify the ColdFire 528x GPIO struct setup\n  m68knommu: simplify the ColdFire 527x GPIO struct setup\n  ...\n"
    },
    {
      "commit": "453549d2e511a8490e04f91b084aa418f9f4e5d2",
      "tree": "cf2438a853b3094ea1f79e86bffdd41d158beb04",
      "parents": [
        "e33e73f560fcd612603b915357e5931d2217b1b2"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Apr 17 15:41:02 2012 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Sun May 20 21:22:07 2012 +1000"
      },
      "message": "m68knommu: move the 54xx platform code into the common ColdFire code directory\n\nAll these separate directories for each ColdFire CPU SoC varient seems like\noverkill. The majority of them only contain a single small config file. Move\nthese into the common ColdFire code directory.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "e33e73f560fcd612603b915357e5931d2217b1b2",
      "tree": "bd5b8b9878c52af9bb5729ace772582975886517",
      "parents": [
        "9f8c8c072dd0ce0c76dfd2277169f933b0cc6ca5"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Apr 17 15:38:31 2012 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Sun May 20 21:22:06 2012 +1000"
      },
      "message": "m68knommu: move the 532x platform code into the common ColdFire code directory\n\nAll these separate directories for each ColdFire CPU SoC varient seems like\noverkill. The majority of them only contain a single small config file. Move\nthese into the common ColdFire code directory.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "9f8c8c072dd0ce0c76dfd2277169f933b0cc6ca5",
      "tree": "edf49c01b3763462dfb88efe66057e6ad36a61eb",
      "parents": [
        "136f148f61fb7d53f104abcf827a90bf8fa6c8f7"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Apr 17 15:37:05 2012 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Sun May 20 21:22:05 2012 +1000"
      },
      "message": "m68knommu: move the 5407 platform code into the common ColdFire code directory\n\nAll these separate directories for each ColdFire CPU SoC varient seems like\noverkill. The majority of them only contain a single small config file. Move\nthese into the common ColdFire code directory.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "136f148f61fb7d53f104abcf827a90bf8fa6c8f7",
      "tree": "b4e00c62ebcafdfa700ed0695146fa3e5ff7495b",
      "parents": [
        "76148ab8b79e0b40107a96f97e7fd7a0f1f732a1"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Apr 17 15:36:11 2012 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Sun May 20 21:22:04 2012 +1000"
      },
      "message": "m68knommu: move the 5307 platform code into the common ColdFire code directory\n\nAll these separate directories for each ColdFire CPU SoC varient seems like\noverkill. The majority of them only contain a single small config file. Move\nthese into the common ColdFire code directory.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "76148ab8b79e0b40107a96f97e7fd7a0f1f732a1",
      "tree": "4fd57d3d59d3d7d4d27d0d100ce76a9f93d42b37",
      "parents": [
        "60fb32ca61390360f2cce750ad2715b80e629027"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Apr 17 15:35:01 2012 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Sun May 20 21:22:04 2012 +1000"
      },
      "message": "m68knommu: move the 528x platform code into the common ColdFire code directory\n\nAll these separate directories for each ColdFire CPU SoC varient seems like\noverkill. The majority of them only contain a single small config file. Move\nthese into the common ColdFire code directory.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "60fb32ca61390360f2cce750ad2715b80e629027",
      "tree": "dcf5f1e535389ea9873f90c7f8bc5c91202d9f73",
      "parents": [
        "40711ccb22bb3f851291fa4b9d59a5a4ec6f7949"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Apr 17 15:33:57 2012 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Sun May 20 21:22:03 2012 +1000"
      },
      "message": "m68knommu: move the 527x platform code into the common ColdFire code directory\n\nAll these separate directories for each ColdFire CPU SoC varient seems like\noverkill. The majority of them only contain a single small config file. Move\nthese into the common ColdFire code directory.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "40711ccb22bb3f851291fa4b9d59a5a4ec6f7949",
      "tree": "3f0bade622eeefa5d5399128cd9501025906d4e5",
      "parents": [
        "2d11251168d1f4104b4824893288f1220ead22b3"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Apr 17 15:33:13 2012 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Sun May 20 21:22:02 2012 +1000"
      },
      "message": "m68knommu: move the 5272 platform code into the common ColdFire code directory\n\nAll these separate directories for each ColdFire CPU SoC varient seems like\noverkill. The majority of them only contain a single small config file. Move\nthese into the common ColdFire code directory.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "2d11251168d1f4104b4824893288f1220ead22b3",
      "tree": "4fe8779f088d4e4db766ddc735def06bb7985ff4",
      "parents": [
        "4bf648fa98f44c29c1cc2d1846455e07e858a330"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Apr 17 15:31:48 2012 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Sun May 20 21:22:01 2012 +1000"
      },
      "message": "m68knommu: move the 5249 platform code into the common ColdFire code directory\n\nAll these separate directories for each ColdFire CPU SoC varient seems like\noverkill. The majority of them only contain a single small config file. Move\nthese into the common ColdFire code directory.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "4bf648fa98f44c29c1cc2d1846455e07e858a330",
      "tree": "fe1302f4152fc67816b3510e23cdc492bdef5613",
      "parents": [
        "a654730ec1cd5b4bc170e7ae7ee358f2a7a554c2"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Apr 17 15:29:34 2012 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Sun May 20 21:22:00 2012 +1000"
      },
      "message": "m68knommu: move the 523x platform code into the common ColdFire code directory\n\nAll these separate directories for each ColdFire CPU SoC varient seems like\noverkill. The majority of them only contain a single small config file. Move\nthese into the common ColdFire code directory.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "a654730ec1cd5b4bc170e7ae7ee358f2a7a554c2",
      "tree": "0829e813dfb805de63c023a5f97ceb991bb635c0",
      "parents": [
        "daacd5cc255bdba62b1be999c7b77ca1015a79a3"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Apr 17 15:25:44 2012 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Sun May 20 21:21:59 2012 +1000"
      },
      "message": "m68knommu: move the 520x platform code into the common ColdFire code directory\n\nAll these separate directories for each ColdFire CPU SoC varient seems like\noverkill. The majority of them only contain a single small config file. Move\nthese into the common ColdFire code directory.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "daacd5cc255bdba62b1be999c7b77ca1015a79a3",
      "tree": "c7e46f5bf1e7099a511074ad1c6ad3ddaf277da3",
      "parents": [
        "f198f9cd857a1a59f94a56fa5a6fbfc437a2bc0a"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Apr 17 15:21:31 2012 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Sun May 20 21:21:58 2012 +1000"
      },
      "message": "m68knommu: move the 5206 platform code into the common ColdFire code directory\n\nAll these separate directories for each ColdFire CPU SoC varient seems like\noverkill. The majority of them only contain a single small config file. Move\nthese into the common ColdFire code directory.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "f25e918e3546477948be999c3a7d56b316d74e4b",
      "tree": "ea26c596f98814d983f65ab3d91d3facac738f4d",
      "parents": [
        "c663600584a596b5e66258cc10716fb781a5c2c9"
      ],
      "author": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Sat May 12 22:14:36 2012 +0200"
      },
      "committer": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Wed May 16 14:02:04 2012 +0200"
      },
      "message": "m68k: Setup CROSS_COMPILE at the top\n\nCROSS_COMPILE must be setup before using e.g. cc-option (and a few other\nas-*, cc-*, ld-* macros), else they will check against the wrong compiler\nwhen cross-compiling, and may invoke the cross compiler with wrong or\nsuboptimal compiler options.\n\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nAcked-by: Greg Ungerer\u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "281eff5322fdb950a7dab722d15af811dda511d2",
      "tree": "a4430215ac0f1aaca8c68e89d5b1b7723ca6df2d",
      "parents": [
        "0e152d80507b75c00aac60f2ffc586360687cd52"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Jun 21 14:03:30 2011 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Oct 18 14:22:25 2011 +1000"
      },
      "message": "m68k: merge mmu and non-mmu arch Makefiles\n\nMost of the build logic is the same for the mmu and non-mmu m68k targets.\nMerge the top level architecture Makefiles back into a single Makefile.\n\nFor the most part this is just adding the non-mmu processor types and\ntheir specific cflags and other options into the mmu Makefile.\n\nNote that all the BOARD setting logic that was in the non-mmu Makefile\nis completely removed. It was no longer being used at all.\n\nThis has been build and run tested on ColdFire targets and ARAnyM.\nIt has been build tested on all the m68k defconfig targets using a\ngcc-4.5.1 based toolchain.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nAcked-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "66d857b08b8c3ed5c72c361f863cce77d2a978d7",
      "tree": "47222d86f4d78dc0da31baf64188bd2e4b38ac1e",
      "parents": [
        "d39dd11c3e6a7af5c20bfac40594db36cf270f42"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Tue Mar 22 13:39:27 2011 +1000"
      },
      "committer": {
        "name": "Greg Ungerer",
        "email": "gerg@uclinux.org",
        "time": "Fri Mar 25 14:05:13 2011 +1000"
      },
      "message": "m68k: merge m68k and m68knommu arch directories\n\nThere is a lot of common code that could be shared between the m68k\nand m68knommu arch branches. It makes sense to merge the two branches\ninto a single directory structure so that we can more easily share\nthat common code.\n\nThis is a brute force merge, based on a script from Stephen King\n\u003csfking@fdwdc.com\u003e, which was originally written by Arnd Bergmann\n\u003carnd@arndb.de\u003e.\n\n\u003e The script was inspired by the script Sam Ravnborg used to merge the\n\u003e includes from m68knommu. For those files common to both arches but\n\u003e differing in content, the m68k version of the file is renamed to\n\u003e \u003cfile\u003e_mm.\u003cext\u003e and the m68knommu version of the file is moved into the\n\u003e corresponding m68k directory and renamed \u003cfile\u003e_no.\u003cext\u003e and a small\n\u003e wrapper file \u003cfile\u003e.\u003cext\u003e is used to select between the two version. Files\n\u003e that are common to both but don\u0027t differ are removed from the m68knommu\n\u003e tree and files and directories that are unique to the m68knommu tree are\n\u003e moved to the m68k tree. Finally, the arch/m68knommu tree is removed.\n\u003e\n\u003e To select between the the versions of the files, the wrapper uses\n\u003e\n\u003e #ifdef CONFIG_MMU\n\u003e #include \u003cfile\u003e_mm.\u003cext\u003e\n\u003e #else\n\u003e #include \u003cfile\u003e_no.\u003cext\u003e\n\u003e #endif\n\nOn top of this file merge I have done a simplistic merge of m68k and\nm68knommu Kconfig, which primarily attempts to keep existing options and\nmenus in place. Other than a handful of options being moved it produces\nidentical .config outputs on m68k and m68knommu targets I tested it on.\n\nWith this in place there is now quite a bit of scope for merge cleanups\nin future patches.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\n"
    },
    {
      "commit": "65cd577d5e61043d1c1aec5812dea8a5c834652d",
      "tree": "7823e6b01e354717dc5340e6231f48a357a6de9e",
      "parents": [
        "93ff9542462ba5074fb6b6cd9e27c4fb04d452ec"
      ],
      "author": {
        "name": "Petr Stehlik",
        "email": "pstehlik@sophics.cz",
        "time": "Tue Nov 18 21:02:18 2008 +0100"
      },
      "committer": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Wed Mar 16 19:10:41 2011 +0100"
      },
      "message": "m68k/atari: Initial ARAnyM support\n\nAdd improved support for running under the ARAnyM emulator\n(Atari Running on Any Machine - http://aranym.org/).\n\n[michael, geert: Cleanups and updates]\n\nSigned-off-by: Petr Stehlik \u003cpstehlik@sophics.cz\u003e\nSigned-off-by: Michael Schmitz \u003cschmitz@debian.org\u003e\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\n"
    },
    {
      "commit": "6588169d516560f68672e2928680b71c647b7806",
      "tree": "91b20bf9197c718ff4b5830bb1aea0b1bc0de272",
      "parents": [
        "d6f4ceb796ebf1a8c8a9ad4a8ea0d181aaec7de6"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Wed Jul 28 17:33:09 2010 +0200"
      },
      "committer": {
        "name": "Michal Marek",
        "email": "mmarek@suse.cz",
        "time": "Tue Aug 03 14:09:45 2010 +0200"
      },
      "message": "kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command line\n\nIt is now possible to assign options to AS, CC and LD\non the command line - which is only used when building modules.\n\n{A,C,LD}FLAGS_MODULE was all used both in the top-level Makefile\nin the arch makefiles, thus users had no way to specify\nadditional options to AS, CC, LD when building modules\nwithout overriding the original value.\n\nIntroduce a new set of variables KBUILD_{A,C,LD}FLAGS_MODULE\nthat is used by arch specific files and free up\n{A,C,LD}FLAGS_MODULE so they can be assigned on\nthe command line.\n\nAll arch Makefiles that used the old variables has been updated.\n\nNote: Previously we had a MODFLAGS variable for both\nAS and CC. But in favour of consistency this was dropped.\nSo in some cases arch Makefile has one assignmnet replaced by\ntwo assignmnets.\n\nNote2: MODFLAGS was not documented and is dropped\nwithout any notice. I do not expect much/any breakage\nfrom this.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Denys Vlasenko \u003cvda.linux@googlemail.com\u003e\nCc: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nCc: Mike Frysinger \u003cvapier@gentoo.org\u003e\nCc: Tony Luck \u003ctony.luck@intel.com\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nCc: Chen Liqin \u003cliqin.chen@sunplusct.com\u003e\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e [blackfin]\nAcked-by: Haavard Skinnemoen \u003chaavard.skinnemoen@atmel.com\u003e [avr32]\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\n"
    },
    {
      "commit": "612bfc9e630e3f7a4f3be1325eac28de8b8970af",
      "tree": "5929a89fbe93a7c2f81161af37b8e9079d4a9250",
      "parents": [
        "8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84"
      ],
      "author": {
        "name": "Laurent Vivier",
        "email": "Laurent@lvivier.info",
        "time": "Thu Oct 30 21:17:47 2008 +0100"
      },
      "committer": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Thu Mar 26 21:15:26 2009 +0100"
      },
      "message": "m68k: Add install target\n\nThis patch enables the use of \"make install\" on m68k architecture\nto copy kernel to /boot.\n\nSigned-off-by: Laurent Vivier \u003cLaurent@lvivier.info\u003e\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\n"
    },
    {
      "commit": "b739912efc02f80cc4dc5eaef07e5bc7eafee1b0",
      "tree": "a705c64727e0d915c07be90c21f7ffd932aff904",
      "parents": [
        "a0c14d28df8fcf939a8efd9332ace164e9f931fb"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Thu Jul 17 21:16:14 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jul 20 17:24:38 2008 -0700"
      },
      "message": "m68k: make multi_defconfig the default defconfig\n\nIt seems to match the intention behind multi_defconfig to make it the\ndefault defconfig.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ef85ecbf1179157e765f42c7545bc32b56ce3cb4",
      "tree": "4d2158455a35e4191623fe894024670c5729e1f4",
      "parents": [
        "7a5ac8def9e0c77803c302b63c3f29e31a610415"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "adrian.bunk@movial.fi",
        "time": "Fri Apr 04 14:57:38 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 04 14:42:20 2008 -0700"
      },
      "message": "m68k: use KBUILD_DEFCONFIG\n\nThe default defconfig should be one from arch/m68k/configs/\n\narch/m68k/defconfig was not exactly identical to amiga_defconfig but\nalso considering how long they have been without any update that doesn\u0027t\nseem to have been on purpose.\n\nSigned-off-by: Adrian Bunk \u003cadrian.bunk@movial.fi\u003e\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6f7127db311fe3e0ea6a2a332833f85abab6cb4b",
      "tree": "3e87df2a1c0d0cf4fb9bc569bea79daf40802a7d",
      "parents": [
        "3506e0c49a5ceba72c0405d1a470184c2d6705f7"
      ],
      "author": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Mon Feb 04 22:30:17 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Feb 05 09:44:23 2008 -0800"
      },
      "message": "m68k: Use cc-cross-prefix\n\nThe cc-cross-prefix is new and developed on request from Geert Uytterhoeven.\n\nWith cc-cross-prefix it is now much easier to have a few default cross compile\nprefixes and defaulting to none - if none of them were present.  ARCH\nmaintainers are expected to pick up this feature soon.\n\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nCc: Andreas Schwab \u003cschwab@suse.de\u003e\nCc: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a0f97e06a43cf524e616f09e6af3398e1e9c1c5b",
      "tree": "2503b24bdbc144aea9ea5bde6ead94b3406eaf98",
      "parents": [
        "9a39e273d4df0560c724c5fe71f6314a0583ca2b"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@neptun.(none)",
        "time": "Sun Oct 14 22:21:35 2007 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@neptun.(none)",
        "time": "Sun Oct 14 22:21:35 2007 +0200"
      },
      "message": "kbuild: enable \u0027make CFLAGS\u003d...\u0027 to add additional options to CC\n\nThe variable CFLAGS is a wellknown variable and the usage by\nkbuild may result in unexpected behaviour.\nOn top of that several people over time has asked for a way to\npass in additional flags to gcc.\n\nThis patch replace use of CFLAGS with KBUILD_CFLAGS all over the\ntree and enabling one to use:\nmake CFLAGS\u003d...\nto specify additional gcc commandline options.\n\nOne usecase is when trying to find gcc bugs but other\nuse cases has been requested too.\n\nPatch was tested on following architectures:\nalpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k\n\nTest was simple to do a defconfig build, apply the patch and check\nthat nothing got rebuild.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "fbe9c9612930e0604dc99ef2da7e063fa3278817",
      "tree": "b11a5a03edd4a61fc5c71b2b38402cdfe914de22",
      "parents": [
        "1fc799e1b4efdbc405d87d9f154d64d9bc299e5c"
      ],
      "author": {
        "name": "Roman Zippel",
        "email": "zippel@linux-m68k.org",
        "time": "Thu May 31 00:40:50 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu May 31 07:58:13 2007 -0700"
      },
      "message": "m68k: runtime patching infrastructure\n\nAdd the basic infrastructure to allow runtime patching of kernel and modules\nto optimize a few functions with parameters, which are only calculated once\nduring bootup and are otherwise constant.  Use this for the conversion between\nvirtual and physical addresses.\n\nSigned-off-by: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ec0203e75360638237299b78a7b0d343301075b3",
      "tree": "fcefb3efe32d930114ddca3b0a2daa6e9329b26b",
      "parents": [
        "a100501212f2e26bb6d70bfb5c55eefd90e22b65"
      ],
      "author": {
        "name": "Geert Uytterhoeven",
        "email": "geert@linux-m68k.org",
        "time": "Tue May 01 22:32:40 2007 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri May 04 17:59:05 2007 -0700"
      },
      "message": "m68k: CROSS_COMPILE \u003d m68k-linux-gnu-\n\nRecent cross-compilers are called m68k-linux-gnu-gcc instead of m68k-linux-gcc\n\nSigned-off-by: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "0013a85454c281faaf064ccb576e373a2881aac8",
      "tree": "06fc1af0a321631e89ad0f589214e291bd91d19a",
      "parents": [
        "47003497dd819b10874a2291e54df7dc5cf8be57"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.(none)",
        "time": "Fri Sep 09 20:57:26 2005 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.(none)",
        "time": "Fri Sep 09 20:57:26 2005 +0200"
      },
      "message": "kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support\n\nDelete obsoleted parts form arch makefiles and rename to asm-offsets.h\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
