)]}'
{
  "log": [
    {
      "commit": "6d3867987b8eefd880246f7dab085fcbe348c4dd",
      "tree": "4606e276d47e3b1c1860cc97686f364b1364d3a5",
      "parents": [
        "591091a15e22dc4ec30aa6fd5998be4e024b5c4c"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Feb 01 17:37:56 2008 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Feb 01 20:58:10 2008 +1100"
      },
      "message": "m68knommu: modify Makefiles to support common coldfire directory\n\nModify Makefiles to support separate coldfire platform directory.\n\nCurrently the common ColdFire CPU family code sits in the\narch/m68knommu/platform/5307 directory. This is confusing, the files\ncontaining this common code are in no way specific to the 5307 ColdFire.\nCreate an arch/m68knommu/platform/coldfire directory to contain this\ncommon code. Other m68knommu CPU varients do not need use this code\nthough, so it doesn\u0027t make sense to move it to arch/m68knommu/kernel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c48f484b9b7c8444247706b3ad9050245b8062f9",
      "tree": "fd753e4891ba1978dc73f10d37634a737aeceabb",
      "parents": [
        "293dba4b4acdfed75f92600792b5a00a942edc60"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Tue Oct 23 14:37:54 2007 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 23 08:32:34 2007 -0700"
      },
      "message": "m68knommu: fix make archclean\n\nRemove build reference to arch/m68knommu/boot directory, it doesn\u0027t\nexist.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ada8d218cc951c424e677845a44f72b4ab55a7a7",
      "tree": "310f4790d4dac532726e49ea151a3f1e13bda595",
      "parents": [
        "775ecf871413e72a07c26af7154ca67728e17798"
      ],
      "author": {
        "name": "Wilson Callan",
        "email": "wcallan@savantav.com",
        "time": "Tue Oct 23 14:37:54 2007 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 23 08:32:07 2007 -0700"
      },
      "message": "m68knommu: add make support for Savant/Rosie1 board\n\nAdd make support for the Savant/Rosie1 board.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "222d394d30e74bb7a2a65029fcea68107b0d0eb6",
      "tree": "1112c98d7edc51d1c6d5e9f3d826e29a42afd4da",
      "parents": [
        "714055ede4ffd60933397d4b61d285d0dfc9ecaf"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@neptun.(none)",
        "time": "Mon Oct 15 21:59:31 2007 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@neptun.(none)",
        "time": "Mon Oct 15 21:59:31 2007 +0200"
      },
      "message": "kbuild: enable \u0027make AFLAGS\u003d...\u0027 to add additional options to AS\n\nThe variable AFLAGS 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 AFLAGS with KBUILD_AFLAGS all over\nthe tree.\n\nPatch was tested on following architectures:\nalpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k, s390\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.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": "33e7a72a9c7ebb822d419a07840c3546513feff0",
      "tree": "0f5b8835ac091e070ca24e18f619b466127a049b",
      "parents": [
        "85e026bc0d9c9962de5ad65e3be40733f0f8d99c"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Wed Jul 25 22:07:20 2007 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed Jul 25 11:05:01 2007 -0700"
      },
      "message": "m68knommu: add build support for more Arcturus boards\n\nAdd build support for the new Arcturus boards.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9a6404b4d96aa82d05d8ed57e9eabea2b7920c7a",
      "tree": "bcbed8e6650d8ec8953d85202c7eeab39be79fe8",
      "parents": [
        "121036e5c57dbf03882cce9eb810d6042683c925"
      ],
      "author": {
        "name": "Matt Waddel",
        "email": "Matt.Waddel@freescale.com",
        "time": "Tue Jun 27 12:50:53 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jun 27 18:26:36 2006 -0700"
      },
      "message": "[PATCH] m68knommu: build support for the Freescale 532x CPU family\n\nAdd build support for the M523x ColdFire CPU family.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "121036e5c57dbf03882cce9eb810d6042683c925",
      "tree": "96164d755afc227964cf5e668e9789090ca28062",
      "parents": [
        "3f787bff45e1880044e6ab3900b6a40214ae905f"
      ],
      "author": {
        "name": "Daniel Alomar",
        "email": "dalomar@serrasold.com",
        "time": "Tue Jun 27 12:49:11 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jun 27 18:26:36 2006 -0700"
      },
      "message": "[PATCH] m68knommu: build support for the Avnet/5282 board\n\nAdd support for the Avnet/5282 board.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3f787bff45e1880044e6ab3900b6a40214ae905f",
      "tree": "ea34ecc7c9e3cd8a704dca0e8769fed8189c6410",
      "parents": [
        "3c101cf024c3f126e174bf0d8946c587127e3c30"
      ],
      "author": {
        "name": "Philipe De Muyter",
        "email": "phdm@macqel.be",
        "time": "Tue Jun 27 12:47:00 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jun 27 18:26:36 2006 -0700"
      },
      "message": "[PATCH] m68knommu: remove useless compiler args\n\nHere is a small patch that made my kernel .text segment shrink by 8k IIRC\non my 5272-based board, by removing `-Wa,-S\u0027 from CFLAGS.\n\nThe `-Wa,-S\u0027 option prevents `gas\u0027 from using short forms of jsr.\nWithout it, `gas\u0027 replaces `jsr xxx.l\u0027 (6 bytes) by `jsr xxx@pc\u0027\n(4 bytes) when possible.  On 5272, both forms are equally fast.\n\nThe `-Wa,-m5307\u0027 option is useless, because gcc already gives it\nto `gas\u0027 from the `-m5307\u0027 option.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "db10cb8e9906a43c8fa49b3fab547b365bc2c666",
      "tree": "6f7b29833f86305de2450435052477a3ed8e7857",
      "parents": [
        "82409799853c3cabc4b17533ff640a95bef01358"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Tue Jan 10 16:40:21 2006 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jan 10 09:31:26 2006 -0800"
      },
      "message": "[PATCH] m68knommu: don\u0027t set gcc optimizer flags\n\nDon\u0027t specify compiler optimization flags in the m68knommu Makefile.\nLet the top level Makefile/config set it.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9ed8a0d6c80bce78c703c85fa2f15db277fde933",
      "tree": "1e42168ec5a3d5c31ffd91a9a490d70de636400f",
      "parents": [
        "8766af935f3f018ec4fd420644360643838ec323"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Mon Nov 07 14:09:50 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 08:00:46 2005 -0800"
      },
      "message": "[PATCH] m68knommu: add ColdFire 5208 and M5208EVB build support\n\nAdd build support for the new Freescale 5208 ColdFire processor,\nand its M5208EVB eval board. Patch originally from Matt Waddel.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cca6e6f5f473ec63e85c87dfc77279ce1ca114e6",
      "tree": "93fb15884d526cd5de8b3b726a893d6b6ca8eea4",
      "parents": [
        "86feeaa8120bb1b0ab21efed49e9754039395ef1"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.(none)",
        "time": "Fri Sep 09 20:28:49 2005 +0200"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.(none)",
        "time": "Fri Sep 09 20:28:49 2005 +0200"
      },
      "message": "kbuild: h8300,m68knommu,sh,sh64 use generic asm-offsets.h support\n\nh8300, m68knommu, sh and sh64 all used the name asm-offsets.h so minimal\nchanges required.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "ef88b7dba2b47c70037a34a599d383462bb74bd3",
      "tree": "f50afe82c446cbf93893880878b97339fbdb8f49",
      "parents": [
        "f65e77693aa5a1cf688fc378bc6913a56f9ff7b7",
        "aaebf4332018980fef4e601d1b5a6e52dd9e9ae4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:35:51 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Tue Sep 06 00:35:51 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild \n"
    },
    {
      "commit": "777354b63f3fabf702ff88f12c4d513a7219832b",
      "tree": "0dfd17d6f4f2fae996e88e644576069eac32b0d9",
      "parents": [
        "db81fb8486563573aca023dac30a2d70c46855e8"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Fri Sep 02 10:42:52 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Fri Sep 02 00:57:30 2005 -0700"
      },
      "message": "[PATCH] m68knommu: 523x ColdFire processor support in arch Makefile\n\nAdd support for the 523x ColdFire family of processors\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7c6b155fb49fbc63e0b30a1d49552693c0b45be7",
      "tree": "55451f57b3963421522a2662bc3d537f6b58f5cd",
      "parents": [
        "43af5f23354dbd67d2fd2d523eefad8053ac388b"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.(none)",
        "time": "Mon Jul 25 12:51:08 2005 +0000"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.(none)",
        "time": "Mon Jul 25 12:51:08 2005 +0000"
      },
      "message": "kbuild: drop descend - converting existing users\n\nThere was only two users left of descend. Fix them so they\nuse $(clean)\u003d and $(build)\u003d.\nDrop definition of descend.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n---\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"
    }
  ]
}
