)]}'
{
  "log": [
    {
      "commit": "3cc747e96480d4e26560e5bc59f2b9c9204ade0e",
      "tree": "d0251616720c901553226d20ab1c247e0c665bd3",
      "parents": [
        "f9526785d8a03fd0e21f9cfc951adc03bde1c395"
      ],
      "author": {
        "name": "Mark Bellon",
        "email": "mbellon@mvista.com",
        "time": "Tue Sep 06 15:50:02 2005 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Sep 09 22:11:37 2005 +1000"
      },
      "message": "[PATCH] PPC64: large INITRD causes kernel not to boot\n\nIn PPC64 there are number of problems in arch/ppc64/boot/main.c that\nprevent a kernel from making use of a large (greater than ~16MB) INITRD.\nThis is 64 bit architecture and really large INITRD images should be\npossible.\n\nSimply put the existing code has a fixed reservation (claim) address and\nonce the kernel plus initrd image are large enough to pass this address\nall sorts of bad things occur. The fix is the dynamically establish the\nfirst claim address above the loaded kernel plus initrd (plus some\n\"padding\" and rounding). If PROG_START is defined this will be used as\nthe minimum safe address - currently known to be 0x01400000 for the\nfirmwares tested so far.\n\nSigned-off-by: Mark Bellon \u003cmbellon@mvista.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e4df7671716f1fffb3437a7c1a14e3d2465fefef",
      "tree": "9864f1e007165b4612e617890738e9ad3c2912e3",
      "parents": [
        "a24c8481b6439cb151a4750cc278ea2df4fb0e53"
      ],
      "author": {
        "name": "Geoff Levand",
        "email": "geoffrey.levand@am.sony.com",
        "time": "Wed Aug 10 17:57:42 2005 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Sep 09 22:11:35 2005 +1000"
      },
      "message": "[PATCH] ppc64: makefile cleanup\n\nThis patch cleans up the output generated by ppc64 builds.\n\nSigned-off-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a24c8481b6439cb151a4750cc278ea2df4fb0e53",
      "tree": "ad2cc8bfab1daac777f8c309ea64aad016d01db4",
      "parents": [
        "dd56fdf23dfa0127d512b73d4238dbd2b5a7c1eb"
      ],
      "author": {
        "name": "Geoff Levand",
        "email": "geoffrey.levand@am.sony.com",
        "time": "Mon Aug 15 13:59:13 2005 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Sep 09 22:11:35 2005 +1000"
      },
      "message": "[PATCH] ppc64: zimage build fix\n\nSigned-off-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "decd300b30e499fe6be1bbfc5650fc971de8c1fa",
      "tree": "ef4c2842b943b951130abcd0fdf844fcb53720fd",
      "parents": [
        "02b3e4e2d71b6058ec11cc01c72ac651eb3ded2b"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Mon Aug 08 13:24:38 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Aug 29 10:53:31 2005 +1000"
      },
      "message": "[PATCH] ppc64: make arch/ppc64/boot standalone\n\nMake the bootheader for ppc64 independent from kernel and libc headers.\n* add -nostdinc -isystem $gccincludes to not include libc headers\n* declare all functions in header files, also the stuff from string.S\n* declare some functions static\n* use stddef.h to get size_t (hopefully ok)\n* remove ppc32-types.h, only elf.h used the __NN types\n\nWith further modifications by Paul Mackerras and Stephen Rothwell.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "4aad724d3e52238e1ce005f166fbba5b4072a7f6",
      "tree": "c313006c1e59a41914a96c0c0b5b2b557736a0a9",
      "parents": [
        "00a5dfdb93f74e4d95fb0d83c890728e331f8810"
      ],
      "author": {
        "name": "Tim Yamin",
        "email": "plasmaroo@gentoo.org",
        "time": "Mon Jul 25 23:16:13 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Aug 05 16:23:21 2005 -0700"
      },
      "message": "[PATCH] Update in-kernel zlib routines\n\nThese bugs have been fixed in the standard zlib for a while.\n\nSee for example\n\n a) http://sources.redhat.com/ml/bug-gnu-utils/1999-06/msg00183.html\n b) http://bugs.gentoo.org/show_bug.cgi?id\u003d94584\n\nSigned-off-by: Tim Yamin \u003cplasmaroo@gentoo.org\u003e\nSigned-off-by: Tavis Ormandy \u003ctaviso@gentoo.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b1bdfbd0a29d6da4dbe42736faac02c43a9afe76",
      "tree": "412b3cefaecc97862721ce5008fa3fddf8f4ff8b",
      "parents": [
        "e6019db5a7f110839c62cefc073b6dc1143d6403"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Tue Jun 28 21:01:46 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jun 28 21:01:46 2005 +1000"
      },
      "message": "[PATCH] remove duplicate printf in arch/ppc64/boot/main.c\n\ninitrd size is printed as hex, add a missing 0x\nremove a duplicate printf when initrd is used.\nremove use of kernel type to access the first bytes of the initrd memarea.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e6019db5a7f110839c62cefc073b6dc1143d6403",
      "tree": "d8cf10973f26c1845ae85f5815d55c33c57a3087",
      "parents": [
        "a58dfbbb2a350808253a8b5037f5ec5b9a68516d"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Tue Jun 28 21:01:35 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jun 28 21:01:35 2005 +1000"
      },
      "message": "[PATCH] remove printk usage in arch/ppc64/boot/prom.c\n\nremove the printk usage in the zImage. we are not there, yet.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a58dfbbb2a350808253a8b5037f5ec5b9a68516d",
      "tree": "f16e7952b0b7ff89a1b47a2c2f0f0b9ca476a18a",
      "parents": [
        "45891f7660c02fdd7b044a04d71b965c795e9df5"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Tue Jun 28 21:01:28 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jun 28 21:01:28 2005 +1000"
      },
      "message": "[PATCH] remove unused arch/ppc64/boot/mknote.c\n\nmknote is not called in arch/ppc64/boot/Makefile\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "45891f7660c02fdd7b044a04d71b965c795e9df5",
      "tree": "52f4461204ff29880aa51e7d1bfd7e5871552b72",
      "parents": [
        "f5f1cc5437961a4bd93d615099f26780819e72d3"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Tue Jun 28 21:01:21 2005 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jun 28 21:01:21 2005 +1000"
      },
      "message": "[PATCH] remove unused arch/ppc64/boot/piggyback.c\n\npiggyback is not called in arch/ppc64/boot/Makefile\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "0f8e2d62fa04441cd12c08ce521e84e5bd3f8a46",
      "tree": "74c607e8766d23b3573afced1f20272978a42133",
      "parents": [
        "d0e7feb03d5ac48069c2fd57bbba61522e0ca493"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "icampbell@arcom.com",
        "time": "Thu Jun 23 00:08:10 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu Jun 23 09:45:07 2005 -0700"
      },
      "message": "[PATCH] use ${CROSS_COMPILE}installkernel in arch/*/boot/install.sh\n\nThe attached patch causes the various arch specific install.sh scripts to\nlook for ${CROSS_COMPILE}installkernel rather than just installkernel (in\nboth /sbin/ and ~/bin/ where the script already did this).  This allows you\nto have e.g.  arm-linux-installkernel as a handy way to install on your\ncross target.  It also prevents the script picking up on the host\n/sbin/installkernel which causes the script to fall through and do the\ninstall itself (which is what I actually use myself, with $INSTALL_PATH\nset).\n\nI don\u0027t believe it causes back-compatibility problems since calling the\nhost installkernel was never likely to work or be what you wanted when\ncross compiling anyway.  If $CROSS_COMPILE isn\u0027t set then nothing changes.\n\nI only use ARM and i386 myself but I figured it couldn\u0027t hurt to do the\nwhole lot.  I\u0027ve cc\u0027d those who I hope are the arch maintainers for files\nthat I\u0027ve touched.\n\nSigned-off-by: Ian Campbell \u003cicampbell@arcom.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7840e5e95c1a8622425f11454600a49b6c718886",
      "tree": "52fdb9af6d424196231e78ec17842a24de1fa8c5",
      "parents": [
        "35d1bc90546d1f0af198886ae8062a550142d926"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Wed Jun 08 15:12:00 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Wed Jun 08 10:18:59 2005 -0700"
      },
      "message": "[PATCH] ppc64: print negative numbers correctly in boot wrapper\n\nif num has a value of -1, accessing the digits[] array will fail and the\nformat string will be printed in funny way, or not at all. This happens if\none prints negative numbers.\nJust change the code to match lib/vsprintf.c\nasm/div64.h cant be used because u64 maps to u32 for this build.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8b3447db2e02f01f94b4bcd8584caccdada6fa4a",
      "tree": "a547715ba79a18629f3e6081b055cb81b2dca3da",
      "parents": [
        "af4d4b34106b6e520e6b13350831b170d8bca117"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri May 06 14:25:55 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu May 05 22:00:52 2005 -0700"
      },
      "message": "[PATCH] ppc64: remove unused arch/ppc64/boot/start.c\n\nstart.c is not referenced in the arch/ppc64/boot/Makefile\n\ncompile tested with the defconfig.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "af4d4b34106b6e520e6b13350831b170d8bca117",
      "tree": "0f78dc7c545d7a72bacdc63ca6ba6e40a1ebf9f6",
      "parents": [
        "5e2afc1ddd2a22b290bc334c0deffdd6dcdebc80"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri May 06 14:27:17 2005 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Thu May 05 22:00:52 2005 -0700"
      },
      "message": "[PATCH] ppc64: remove asm/bootinfo.h include\n\nThe defines in bootinfo.h are not used, so the include can be removed.\nAccording to Ben, birecs are not used on ppc64:\n\n  on ppc64, we made the decision of enforcing the presence of an\n  OF device-tree and either an OF-like client interface or a kexec\n  like flattened tree.\n  so if your bootloader want to say things to the kernel,\n  it can do so by adding properties to the device-tree\n\ncompile-tested with defconfig\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "66faf9845a05905d75da380767e93455f3e6d620",
      "tree": "d58eb784e69f952ae7ac28271fd8482fee727e6b",
      "parents": [
        "58366af5861eee1479426380e3c91ecb334c301d"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sun May 01 08:58:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sun May 01 08:58:45 2005 -0700"
      },
      "message": "[PATCH] ppc64: tell firmware about kernel capabilities\n\nOn pSeries systems, according to the platform architecture specs, we are\nsupposed to be supplying a structure to firmware that tells firmware about\nour capabilities, such as which version of the data structures that\ndescribe available memory we are expecting to see.  The way we end up\nhaving to supply this data structure is a bit gross, since it was designed\nfor AIX and doesn\u0027t suit us very well.  This patch adds the code to supply\nthis data structure to the firmware.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.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"
    }
  ]
}
