)]}'
{
  "log": [
    {
      "commit": "079effb6933f34b9b1b67b08bd4fd7fb672d16ef",
      "tree": "9ce455337d161df8bd5ae5bbdd52b003b5cc268a",
      "parents": [
        "23516dc709914845f18fbe379b3524b8156e5c85"
      ],
      "author": {
        "name": "Pekka Enberg",
        "email": "penberg@cs.helsinki.fi",
        "time": "Tue Mar 24 11:13:50 2009 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 03 12:21:36 2009 +0200"
      },
      "message": "kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_inflate.c\n\nImpact: fix build\n\nlib/decompress_inflate.c depends on slab.h without including it:\n\n    CC      lib/decompress_inflate.o\n  lib/decompress_inflate.c: In function ‘gunzip’:\n  lib/decompress_inflate.c:45: error: implicit declaration of function ‘kmalloc’\n  lib/decompress_inflate.c:45: warning: assignment makes pointer from integer without a cast\n  lib/decompress_inflate.c:57: warning: assignment makes pointer from integer without a cast\n  lib/decompress_inflate.c:65: warning: assignment makes pointer from integer without a cast\n  lib/decompress_inflate.c:71: warning: assignment makes pointer from integer without a cast\n  lib/decompress_inflate.c:154: error: implicit declaration of function ‘kfree’\n  make[1]: *** [lib/decompress_inflate.o] Error 1\n  make: *** [lib/] Error 2\n\nIt gets included implicitly currently - but this will not be the\ncase with upcoming kmemtrace changes.\n\nSigned-off-by: Pekka Enberg \u003cpenberg@cs.helsinki.fi\u003e\nCc: Eduard - Gabriel Munteanu \u003ceduard.munteanu@linux360.ro\u003e\nLKML-Reference: \u003c1237886030.25315.47.camel@penberg-laptop\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6c11b12ac6f101732d43b5682f5b3ae4dda4205f",
      "tree": "8408be1569ac76d1ab6b9b92a96e359efd3759d4",
      "parents": [
        "5619448fc55650cb76cbb825e16e4bb5d1390399"
      ],
      "author": {
        "name": "Alain Knaff",
        "email": "alain@knaff.lu",
        "time": "Thu Jan 08 15:10:19 2009 -0800"
      },
      "committer": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Thu Jan 08 15:10:19 2009 -0800"
      },
      "message": "bzip2/lzma: fix decompress_inflate.c vs multi-block-with-embedded-filename\n\nImpact: Bug fix\n\nFix gunzip uncompression, so that it also works with files with\nembedded filenames that are larger than one block.\n\nSigned-off-by: Alain Knaff \u003calain@knaff.lu\u003e\nSigned-off-by: H. Peter Anvin \u003chpa@zytor.com\u003e\n"
    },
    {
      "commit": "5619448fc55650cb76cbb825e16e4bb5d1390399",
      "tree": "aaaf671dc71abc98ca8fd609155f96028d80ae78",
      "parents": [
        "a26ee60f90daffe1de6be0d093af86e7279b3dfd"
      ],
      "author": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Thu Jan 08 15:09:12 2009 -0800"
      },
      "committer": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Thu Jan 08 15:09:12 2009 -0800"
      },
      "message": "bzip2/lzma: fix constant in decompress_inflate\n\nImpact: Cleanup\n\nFix constant 0x8100 /* 32K */; according to Alain the value 0x8100 was\nleft over test code to test misalignment, the correct value is indeed\n0x8000 \u003d\u003d 32K.\n\nSigned-off-by: H. Peter Anvin \u003chpa@zytor.com\u003e\n"
    },
    {
      "commit": "bc22c17e12c130dc929218a95aa347e0f3fd05dc",
      "tree": "e5dfd433dbf2fec27a033ee729236e63fbe3a1ad",
      "parents": [
        "7d3b56ba37a95f1f370f50258ed3954c304c524b"
      ],
      "author": {
        "name": "Alain Knaff",
        "email": "alain@knaff.lu",
        "time": "Sun Jan 04 22:46:16 2009 +0100"
      },
      "committer": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Sun Jan 04 15:53:34 2009 -0800"
      },
      "message": "bzip2/lzma: library support for gzip, bzip2 and lzma decompression\n\nImpact: Replaces inflate.c with a wrapper around zlib_inflate; new library code\n\nThis is the first part of the bzip2/lzma patch\n\nThe bzip patch is based on an idea by Christian Ludwig, includes support for\ncompressing the kernel with bzip2 or lzma rather than gzip. Both\ncompressors give smaller sizes than gzip.  Lzma\u0027s decompresses faster\nthan bzip2.\n\nIt also supports ramdisks and initramfs\u0027 compressed using these two\ncompressors.\n\nThe functionality has been successfully used for a couple of years by\nthe udpcast project\n\nThis version applies to \"tip\" kernel 2.6.28\n\nThis part contains:\n- changed inflate.c to accomodate rest of patch\n- implementation of bzip2 compression (not used at this stage yet)\n- implementation of lzma compression (not used at this stage yet)\n- Makefile routines to support bzip2 and lzma kernel compression\n\nSigned-off-by: Alain Knaff \u003calain@knaff.lu\u003e\nSigned-off-by: H. Peter Anvin \u003chpa@zytor.com\u003e\n"
    }
  ]
}
