)]}'
{
  "log": [
    {
      "commit": "25f044e64568dd83de34c16c837a96bbb2b0cecb",
      "tree": "b887cc013644638a83e940a4bdc2e6a08b729f01",
      "parents": [
        "586ce51255d3220bb1d2bf81d32fa0cf7f58434f"
      ],
      "author": {
        "name": "Bob Moore",
        "email": "robert.moore@intel.com",
        "time": "Fri Jan 25 05:38:56 2013 +0000"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rafael.j.wysocki@intel.com",
        "time": "Fri Jan 25 13:30:47 2013 +0100"
      },
      "message": "ACPICA: Update ACPICA copyrights to 2013\n\nIncludes all source headers and signons for the various tools.\n\nSigned-off-by: Bob Moore \u003crobert.moore@intel.com\u003e\nSigned-off-by: Lv Zheng \u003clv.zheng@intel.com\u003e\nSigned-off-by: Rafael J. Wysocki \u003crafael.j.wysocki@intel.com\u003e\n"
    },
    {
      "commit": "7e2e11abbe54b44c51eeb4f22c19ba7043c3cb88",
      "tree": "d3d57c91eed0f8898b4ed4f8f9176beae0df5c1a",
      "parents": [
        "e6750be9572c2359584d0cbaf318c10766c0640b"
      ],
      "author": {
        "name": "Bob Moore",
        "email": "robert.moore@intel.com",
        "time": "Mon Dec 31 00:06:44 2012 +0000"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rafael.j.wysocki@intel.com",
        "time": "Thu Jan 10 12:36:21 2013 +0100"
      },
      "message": "ACPICA: iASL: Finish support for the TPM2 table.\n\nAdd disassembler, table compiler, and template support.\n\nSigned-off-by: Bob Moore \u003crobert.moore@intel.com\u003e\nSigned-off-by: Lv Zheng \u003clv.zheng@intel.com\u003e\nSigned-off-by: Rafael J. Wysocki \u003crafael.j.wysocki@intel.com\u003e\n"
    },
    {
      "commit": "99c93f55a5eeccdc902da0396a8f9b4ec8a55c63",
      "tree": "1b1e9338a8f949572ed49f0526491246df6092f0",
      "parents": [
        "c41679a4481d5bf9908d99644d47b2e8ff6f028f"
      ],
      "author": {
        "name": "Bob Moore",
        "email": "robert.moore@intel.com",
        "time": "Mon Dec 31 00:05:52 2012 +0000"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rafael.j.wysocki@intel.com",
        "time": "Thu Jan 10 12:36:20 2013 +0100"
      },
      "message": "ACPICA: Add header file support for the ACPI 5 TPM2 ACPI table.\n\nReserved in ACPI 5.0 specification, but defined in a November\n2011 Microsoft document.\n\nSigned-off-by: Bob Moore \u003crobert.moore@intel.com\u003e\nSigned-off-by: Lv Zheng \u003clv.zheng@intel.com\u003e\nSigned-off-by: Rafael J. Wysocki \u003crafael.j.wysocki@intel.com\u003e\n"
    },
    {
      "commit": "2d2dd50880d018e42076252f9fff16e11c567de0",
      "tree": "2e63d7cc4265f1ffada51ed8aac51a9606e25a1d",
      "parents": [
        "00eb32550f59a15796e936418b46b5134bd23a55"
      ],
      "author": {
        "name": "Bob Moore",
        "email": "robert.moore@intel.com",
        "time": "Wed Oct 31 02:27:56 2012 +0000"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rafael.j.wysocki@intel.com",
        "time": "Thu Nov 15 00:31:28 2012 +0100"
      },
      "message": "ACPICA: Update support for ACPI 5 MPST table\n\nFixes some problems introduced by late changes to the table as it\nwas added to the ACPI 5.0 specification.  Both the table compiler\nand the disassembler and the main header support for the table.\n\nSigned-off-by: Bob Moore \u003crobert.moore@intel.com\u003e\nSigned-off-by: Lv Zheng \u003clv.zheng@intel.com\u003e\nSigned-off-by: Rafael J. Wysocki \u003crafael.j.wysocki@intel.com\u003e\n"
    },
    {
      "commit": "be030a576854238250d70135644cde6a0ba34b0d",
      "tree": "a7521a65df5e117ef6aec3fcaa8160be7596a495",
      "parents": [
        "4e2f9c278ad84196991fcf6f6646a3e15967fe90"
      ],
      "author": {
        "name": "Bob Moore",
        "email": "robert.moore@intel.com",
        "time": "Fri Aug 17 13:07:54 2012 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Sep 21 00:26:17 2012 -0400"
      },
      "message": "ACPICA: Add support for complex _PLD buffers.\n\n_PLD (Physical Location of Device) returns a bit-packed buffer that\nis difficult to parse. This change adds a new interface,\nAcpiDecodePldBuffer that parses the buffer into a more usable\nlocal struct. Also adds macros to both get and set individual\nfields within the packed _PLD buffer. Adds a new include file,\nacbuffer.h - which will be expanded to add structs for other\nACPI names that return buffers. ACPICA BZ 954.\n\nEmit (in comments) the decoded contents of a static _PLD buffer\nin order to improve comprehension of this bit-packed buffer.\n\nAdd multi-endian support to the _PLD decode routine. Deploy the\nmulti-endian macros to extract data from the _PLD buffer.\n\nSigned-off-by: Bob Moore \u003crobert.moore@intel.com\u003e\nSigned-off-by: Feng Tang \u003cfeng.tang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "4e2f9c278ad84196991fcf6f6646a3e15967fe90",
      "tree": "6056030a69839a0d9b5e32f5cfd42383ac86c5d0",
      "parents": [
        "1d94e1e8ba9d466c707f1bcb32494ca7daefb644"
      ],
      "author": {
        "name": "Bob Moore",
        "email": "robert.moore@intel.com",
        "time": "Fri Aug 17 11:15:10 2012 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Sep 21 00:26:17 2012 -0400"
      },
      "message": "ACPICA: Headers: Add support for CSRT and DBG2 ACPI tables.\n\nThese tables are defined outside of the ACPI specification.\n\nSigned-off-by: Bob Moore \u003crobert.moore@intel.com\u003e\nSigned-off-by: Feng Tang \u003cfeng.tang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "75e7386b104b27b1158bf7d13c69d5317f0033ca",
      "tree": "cbc50d6d90ddb72b8ec848c9adb2db191a5343e0",
      "parents": [
        "f60d81813d0e01463e76155c393b75a09dd3bbb4"
      ],
      "author": {
        "name": "Bob Moore",
        "email": "robert.moore@intel.com",
        "time": "Thu Jul 12 09:46:46 2012 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jul 17 00:05:50 2012 -0400"
      },
      "message": "ACPICA: Update header files copyrights to 2012\n\nSigned-off-by: Bob Moore \u003crobert.moore@intel.com\u003e\nSigned-off-by: Lin Ming \u003cming.m.lin@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "c5bd6537329e66a8b36234f19a36d94b72d07394",
      "tree": "fa513caf57b0440868e8d4fbd7ef5403b2d5b316",
      "parents": [
        "22e5b40ab21fcac21db0ff25fbb844ffecc73a4a"
      ],
      "author": {
        "name": "Bob Moore",
        "email": "robert.moore@intel.com",
        "time": "Wed Nov 16 11:04:00 2011 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jan 17 03:36:28 2012 -0500"
      },
      "message": "ACPI 5.0: Add new/changed tables to headers\n\nAdds new file, actbl3.h\n\nSigned-off-by: Bob Moore \u003crobert.moore@intel.com\u003e\nSigned-off-by: Lin Ming \u003cming.m.lin@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    }
  ]
}
