)]}'
{
  "log": [
    {
      "commit": "bb15e7f286e3ecf3e85e06ad9b0019096e43a613",
      "tree": "88fd7cb042f3477699cb05c780518dc7dc1ed5a5",
      "parents": [
        "9c5413eac5199b8457689eb2c9d9e75138356bd6"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Fri Aug 15 00:40:41 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 15 08:35:44 2008 -0700"
      },
      "message": "ibmaem: don\u0027t query the entire sensor repository when reading energy meter\n\nCurrently, all sensors are read when the energy meter is queried via\nsysfs.  This introduces a considerable amount of delay and variation in\nthe sysfs reading, which is not desirable when trying to profile energy\nuse.  Therefore, read only the energy meters when a sysfs query comes in\nfor them, and don\u0027t cache the results so that we always get the latest\nreading.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9c5413eac5199b8457689eb2c9d9e75138356bd6",
      "tree": "74865a1e85daa8e21c140c1ecb1de55fbbb08b50",
      "parents": [
        "eb93b7df7e66597fa807e34a0f812ffff7ff165b"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Fri Aug 15 00:40:40 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 15 08:35:44 2008 -0700"
      },
      "message": "ibmaem: prevent infinite probing loop on x3650 M2 systems\n\nOn older machines, probing for a nonexistent AEM interface returned an\nIPMI error; when we saw this, we\u0027d stop probing.  On the x3650 M2 and\n(presumably) later, we are returned a value indicating success and a\nbuffer full of garbage or zeroes.  This causes the probe function to run\nin an infinite loop.  To fix this, we add one last check--if the\ninterface number we\u0027re looking for is higher than the number of\ninterfaces that AEM claims to have, stop probing.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "eb93b7df7e66597fa807e34a0f812ffff7ff165b",
      "tree": "64e0397f7bce520291fa9d4651933e39e85d3be5",
      "parents": [
        "4ef664b5bc93bbfe28513165216a8c9f4fad5314"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Fri Aug 15 00:40:40 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 15 08:35:44 2008 -0700"
      },
      "message": "ibmaem: update the documentation to reflect the current name\n\nMinor documentation update to reflect the current full name of the power\nmanagement hardware interface and reflows the text a bit.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a064d5bdd0c9602e4cd930ad949392640b37dda7",
      "tree": "5904ee2b76da6d159fcdf3f4d23faa9fca8eb99d",
      "parents": [
        "64e9159f5d2c4edf5fa6425031e556f8fddaf7e6"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Mon Jun 02 10:59:02 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jun 04 08:06:01 2008 -0700"
      },
      "message": "ibmaem endianness annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8808a793f052c0a67426a24b961402fa20e92814",
      "tree": "8ee7a898dee93e95545d4b6f39628e3c52a2e0a1",
      "parents": [
        "b8fdaf5a05adbf80e5a943bb3f65b46b5fb9b488"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Fri May 23 13:04:25 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 24 09:56:08 2008 -0700"
      },
      "message": "ibmaem: new driver for power/energy/temp meters in IBM System X hardware\n\nThis driver reads IBM Active Energy Manager energy/temperature/power\nsensors on IBM System X hardware.\n\n[akpm@linux-foundation.org: fix printk warnings]\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nCc: \"Mark M. Hoffman\" \u003cmhoffman@lightlink.com\u003e\nCc: Corey Minyard \u003cminyard@acm.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ]
}
