)]}'
{
  "log": [
    {
      "commit": "23dd64011285010ac291f7dddf6e287bdb43a0ad",
      "tree": "0e4f4569d38d82f4dceb4150d5ad940e0fd5f24f",
      "parents": [
        "516450179454de9e689e0a53ed8f34b896e8651c",
        "485ff09990416c75ae9593ddc71619939ab9dd51"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Mar 17 12:01:19 2006 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Mar 17 12:01:19 2006 +1100"
      },
      "message": "Merge ../linux-2.6\n"
    },
    {
      "commit": "eacb1962d4594b9d382b40acd73a9c9492718f74",
      "tree": "aae81be89d85c2bcf6abfca3d86b6ba0379fb39c",
      "parents": [
        "0a45d4491d0f172e02126370f312405c5d473363"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Sat Mar 04 13:15:40 2006 +0100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Mar 16 16:54:57 2006 +1100"
      },
      "message": "[PATCH] powerpc: correct cacheflush loop in zImage\n\nCorrect the loop for cacheflush. No idea where I copied the code from,\nbut the original does not work correct. Maybe the flush is not needed.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "2ef9481e666b4654159ac9f847e6963809e3c470",
      "tree": "62abb35633702dcc585df1e2ee093aaf0dc6bb07",
      "parents": [
        "75288c78c69020a574d93770c3a941b785f3d93d"
      ],
      "author": {
        "name": "Jon Mason",
        "email": "jdmason@us.ibm.com",
        "time": "Mon Jan 23 10:58:20 2006 -0600"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Feb 10 16:53:51 2006 +1100"
      },
      "message": "[PATCH] powerpc: trivial: modify comments to refer to new location of files\n\nThis patch removes all self references and fixes references to files\nin the now defunct arch/ppc64 tree.  I think this accomplises\neverything wanted, though there might be a few references I missed.\n\nSigned-off-by: Jon Mason \u003cjdmason@us.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "158daa4cc827bda9f7206279a1dc55de2cb9c902",
      "tree": "2fdefa12f5bfa00c56255b0887aff442685b38a0",
      "parents": [
        "155da5ff5798c46d941a836e0775f83ed888e73e"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Mon Jan 30 14:28:03 2006 +0100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Feb 07 22:38:39 2006 +1100"
      },
      "message": "[PATCH] powerpc: remove check for ELF offset in powerpc bootimage\n\nDo not check for offset, it is always set.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "9216ad8cb7849d88b6d8e9f097718de4f25d4121",
      "tree": "a147d159f8f02c41280318d4da1facac4985c752",
      "parents": [
        "7c7dce9209161eb260cdf9e9172f72c3a02379e6"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sun Jan 15 13:00:08 2006 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sun Jan 15 13:00:08 2006 +1100"
      },
      "message": "powerpc/32: Generate miboot images with ARCH\u003dpowerpc\n\nMiboot images are apparently still used on some old 32-bit powermacs,\nso build them with ARCH\u003dpowerpc if we\u0027re 32-bit and powermac support\nis enabled.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "b4e7de0f3575f4862f04921c5bd0cb5680cc8d71",
      "tree": "b74a9a277168b35119d9dd5657ab567c21fc2111",
      "parents": [
        "66a45dd3620ee5f913ba1af3d2dca8b9bdfa2b96"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat Jan 14 15:06:51 2006 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat Jan 14 15:06:51 2006 +1100"
      },
      "message": "powerpc: Avoid unaligned loads and stores in boot memcpy code\n\nThe 601 processor will generate an alignment exception for accesses\nwhich cross a page boundary.  In the boot wrapper code, OF is still\nhandling all exceptions, and it doesn\u0027t have an alignment exception\nhandler that emulates the instruction and continues.\n\nThis changes the memcpy and memmove routines in the boot wrapper to\navoid doing unaligned accesses.  If the source and destination are\nmisaligned with respect to each other, we just copy one byte at a\ntime.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "66a45dd3620ee5f913ba1af3d2dca8b9bdfa2b96",
      "tree": "f98b25a1004d6e6bc84244186db61e76d5b2fe1c",
      "parents": [
        "36874579dbf4cafa31486d4207c6807efbbf1378"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat Jan 14 15:04:06 2006 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat Jan 14 15:04:06 2006 +1100"
      },
      "message": "powerpc: Make COFF zImages for old 32-bit powermacs\n\nThis adds code to build zImage.coff and/or zImage.initrd.coff when\nCONFIG_PPC32 and CONFIG_PPC_PMAC are defined.  It also restructures\nthe OF client code and adds some workarounds for OF quirks on the\nolder machines.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "886c98d78652f78a64cb21516d3b25ffd5c05e94",
      "tree": "340a1f45ab2725c027d82f7ef9e29f6e6b43a005",
      "parents": [
        "c38a04b1ba67e488d94ec680a7dddd4e32d6ddfb"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Tue Jan 10 22:36:37 2006 -0600"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Jan 11 16:28:13 2006 +1100"
      },
      "message": "[PATCH] powerpc: Fix clean_files in arch/powerpc/boot Makefile\n\nclean-files was being set twice rather than being appended to.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0e5e39bfd811be4612a23242353b426ac6438e03",
      "tree": "28ce0b1da565334ee011032ad06470cfdc88696f",
      "parents": [
        "08264cbc9f4ded253e063ed4a804226b195e067c"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Tue Jan 10 22:12:23 2006 -0600"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Jan 11 15:35:35 2006 +1100"
      },
      "message": "[PATCH] powerpc: Add some missing .gitignore\u0027s\n\nignore generated files under arch/powerpc\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "706e6b2caf285d3eb056c2847b7c53ae823e8a87",
      "tree": "eacd5d1a2f07a7c777543442170d02e9ceb79c9c",
      "parents": [
        "8c441a57d789e59ba9cc7f652a028b4a7e5471f7"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Wed Nov 23 13:03:37 2005 -0600"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jan 09 14:50:25 2006 +1100"
      },
      "message": "[PATCH] powerpc: Fix suboptimal uImage target\n\nSam Ravnborg pointed out that calling if_changed was redundant in the\nrule since a prerequisite had to have changed for us to get there.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8c441a57d789e59ba9cc7f652a028b4a7e5471f7",
      "tree": "2c482abfc3b710fc1828b3faa6d9053fee848a7b",
      "parents": [
        "1d7a6b97f3c30087e307655116ff2ed492a37ad0"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Wed Nov 23 12:43:15 2005 -0600"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jan 09 14:50:21 2006 +1100"
      },
      "message": "[PATCH] powerpc: Add support for building uImages\n\npowerpc: Add support for building uImages\n\nAdd support to build a kernel image bootable by u-boot.\nMost of the makefile foo is taken from arch/ppc/boot/images/Makefile\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "68643cfb879ad8c327441f875b60981822016575",
      "tree": "78c39f62bf48658640b4f4ed36a6356a4403cdd5",
      "parents": [
        "d2a33170972c5772826f7f6cc950ab69ba034667"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Thu Nov 17 22:09:02 2005 +0100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Nov 18 13:18:16 2005 +1100"
      },
      "message": "[PATCH] ppc boot: replace string labels with numbers\n\nReplacing the string labels with numbers saves 117 bytes in the final zImage.\nThese local labels are not discared.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\n\n arch/powerpc/boot/crt0.S |   23 +++++++++++------------\n 1 files changed, 11 insertions(+), 12 deletions(-)\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "94b212c29f685ca54b5689a8e89ac7671c43d651",
      "tree": "356266520a5ba530b2a5b77b68e90e87a2402ecb",
      "parents": [
        "7486a38f683d49e6f8b2b9050ff06778b151a40c"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Nov 16 13:38:21 2005 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Nov 16 13:52:21 2005 +1100"
      },
      "message": "powerpc: Move ppc64 boot wrapper code over to arch/powerpc\n\nThis also extends the code to handle 32-bit ELF vmlinux files as well\nas 64-bit ones.  This is sufficient for booting on new-world 32-bit\npowermacs (i.e. all recent machines).\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    }
  ]
}
