)]}'
{
  "log": [
    {
      "commit": "4169c45f179e285feac6bcf25f4bd0db6b109bab",
      "tree": "71dd9e6c15f54913ee6626906ec8accc84c4c0b2",
      "parents": [
        "2ffbb8377c7a0713baf6644e285adc27a5654582"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Wed Nov 14 19:38:40 2007 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Mon Nov 19 12:25:46 2007 -0500"
      },
      "message": "ACPI: add control method tracing support\n\nAdd debug tracing support during certain AML method execution.\n\nFour more module parameters are created under /sys/module/acpi/parameters/:\ntrace_method_name:\tthe AML method name that user wants to trace\n\ntrace_debug_layer:\tthe temporary debug_layer used when tracing the method.\n\t\t\tUsing 0xffffffff by default if it is 0.\n\ntrace_debug_level:\tthe temporary debug_level used when tracing the method.\n\t\t\tUsing 0x00ffffff by default if it is 0.\n\ntrace_state:\t\tThe status of the tracing feature.\n\t\t\t\"enabled\" means this feature is enabled\n\t\t\tand the AML method is traced every time it\u0027s executed.\n\t\t\t\"1\" means this feature is enabled and the AML method\n\t\t\twill only be traced during the next execution.\n\t\t\t\"disabled\" means this feature is disabled.\n\t\t\tUsers can enable/disable this debug tracing feature by\n\t\t\t\"echo string \u003e /sys/module/acpi/parameters/trace_state\".\n\t\t\t\"string\" should be one of \"enable\", \"disable\" and \"1\".\n\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d6629\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "f52fd66d2ea794010c2d7536cf8e6abed0ac4947",
      "tree": "c8b7f8ba146947cd79e4b51615b39ec51fd10422",
      "parents": [
        "ec2f9d1331f658433411c58077871e1eef4ee1b4"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Mon Feb 12 22:42:12 2007 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Mon Feb 12 22:42:12 2007 -0500"
      },
      "message": "ACPI: clean up ACPI_MODULE_NAME() use\n\ncosmetic only\n\nMake \"module name\" actually match the file name.\nInvoke with \u0027;\u0027 as leaving it off confuses Lindent and gcc doesn\u0027t care.\nFix indentation where Lindent did get confused.\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "219c3c8e268b9307eae9fae4c765a0c589b98338",
      "tree": "1cec78888ba858373ca72247bf68710827eb68e0",
      "parents": [
        "b981c591891dc8885de36498d38fa8d8a5481069"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Mon Jan 29 11:02:38 2007 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Sun Jan 28 22:33:36 2007 -0500"
      },
      "message": "ACPI: add ACPI debug attribute in sysfs\n\nAdd ACPI debug attributes in sysfs.\n/proc/acpi/debug_layer \u0026\u0026 debug_level are deprecated by\n/sys/module/acpi/parameters/debug_layer \u0026\u0026 debug_level.\n\nNOTE: The operations to them are quite the same.\nE.g. if you want to enable ACPI_DB_INFO, ACPI_DB_WARN,\n ACPI_DB_ERROR and disable the others,\n#echo 0x13 \u003e/sys/module/acpi/parameters/debug_level is OK,\nand a boot option \"acpi.debug_level \u003d 0x13\" also works.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "d550d98d3317378d93a4869db204725d270ec812",
      "tree": "958a8578babc6f9955f91e21253d1d1b847985ff",
      "parents": [
        "d7fa2589bbe7ab53fd5eb20e8c7e388d5aff6f16"
      ],
      "author": {
        "name": "Patrick Mochel",
        "email": "mochel@linux.intel.com",
        "time": "Tue Jun 27 00:41:40 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Jun 27 00:41:40 2006 -0400"
      },
      "message": "ACPI: delete tracing macros from drivers/acpi/*.c\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "a6fc67202e0224e6c9d1d285cc0b444bce887ed5",
      "tree": "cb2d422f65c0ab0a95f452f6bac80e2bfdd547de",
      "parents": [
        "eb99adde31b7d85c67a5e1c2fa5e098e1056dd79"
      ],
      "author": {
        "name": "Thomas Renninger",
        "email": "trenn@suse.de",
        "time": "Mon Jun 26 23:58:43 2006 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Mon Jun 26 23:58:43 2006 -0400"
      },
      "message": "ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG\n\nSigned-off-by: Thomas Renninger \u003ctrenn@suse.de\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "4be44fcd3bf648b782f4460fd06dfae6c42ded4b",
      "tree": "5b5b7d296ea58786f53b95e5eac9565ff66890b0",
      "parents": [
        "c65ade4dc8b486e8c8b9b0a6399789a5428e2039"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Aug 05 00:44:28 2005 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Aug 05 00:45:14 2005 -0400"
      },
      "message": "[ACPI] Lindent all ACPI files\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\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"
    }
  ]
}
