)]}'
{
  "log": [
    {
      "commit": "587a1f1659e8b330b8738ef4901832a2b63f0bed",
      "tree": "b785c3f44ddba6ee036e02268502cdc961f55ea0",
      "parents": [
        "9104e427f3e21ddb380ddc39752624365b5bffea"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Sat Jul 23 23:11:19 2011 -0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Jan 03 22:54:55 2012 -0500"
      },
      "message": "switch -\u003eis_visible() to returning umode_t\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "ed476418394f12d47f27a75424c237a94d244f10",
      "tree": "7237c6c7677ff112afa986dcf4379409aa25efc2",
      "parents": [
        "61effb519cbf0b2973c65070a890fabfcbf84756"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Sun Jul 24 23:31:06 2011 -0400"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Jul 26 13:01:09 2011 -0400"
      },
      "message": "pci-label.c: size_t misspelled as mode_t\n\nno, really, strlen() and snprintf() do not return mode_t values...\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "65d8defe2e13fbebd74f96d2b5ca9aad435e6648",
      "tree": "1278c62fbc5c3ffc81a027d8363d8c49a4413e19",
      "parents": [
        "07eefe1ca542129c24833c96ceb83b9aaa3b458d"
      ],
      "author": {
        "name": "Shyam_Iyer@Dell.com",
        "email": "Shyam_Iyer@Dell.com",
        "time": "Fri Mar 11 03:35:56 2011 +0530"
      },
      "committer": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Wed Mar 16 10:24:34 2011 -0700"
      },
      "message": "PCI: label: remove #include of ACPI header to avoid warnings\n\nI found that including acpi/apci_drivers.h is not necessary and\nintroduces these warnings:\n\nIn file included from drivers/pci/pci-label.c:32:\ninclude/acpi/acpi_drivers.h:103: warning: ‘struct acpi_device’ declared inside parameter list\ninclude/acpi/acpi_drivers.h:103: warning: its scope is only this definition or declaration, which is probably not what you want\ninclude/acpi/acpi_drivers.h:107: warning: ‘struct acpi_pci_root’ declared inside parameter list\n\nSigned-off-by: Shyam Iyer \u003cshyam_iyer@dell.com\u003e\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n"
    },
    {
      "commit": "07eefe1ca542129c24833c96ceb83b9aaa3b458d",
      "tree": "158adfa7d7443e1124f0ad6c2416ad93b274463b",
      "parents": [
        "c8adf9a3e873eddaaec11ac410a99ef6b9656938"
      ],
      "author": {
        "name": "Narendra_K@Dell.com",
        "email": "Narendra_K@Dell.com",
        "time": "Mon Mar 07 12:55:56 2011 -0800"
      },
      "committer": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Wed Mar 16 10:22:56 2011 -0700"
      },
      "message": "PCI: label: Fix compilation error when CONFIG_ACPI is unset\n\nThis patch fixes compilation error descibed below introduced by\nthe commit 6058989bad05b82e78baacce69ec14f27a11b5fd\n\ndrivers/pci/pci-label.c: In function ‘pci_create_firmware_label_files’:\ndrivers/pci/pci-label.c:366:2: error: implicit declaration of function ‘device_has_dsm’\n\nSigned-off-by: Narendra K \u003cnarendra_k@dell.com\u003e\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n"
    },
    {
      "commit": "6058989bad05b82e78baacce69ec14f27a11b5fd",
      "tree": "26353578e7e9a95d2ea101cd9a8e656d85ddd829",
      "parents": [
        "cdb9755849fbaf2bb9c0a009ba5baa817a0f152d"
      ],
      "author": {
        "name": "Narendra_K@Dell.com",
        "email": "Narendra_K@Dell.com",
        "time": "Wed Mar 02 22:34:17 2011 +0530"
      },
      "committer": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Fri Mar 04 10:41:56 2011 -0800"
      },
      "message": "PCI: Export ACPI _DSM provided firmware instance number and string name to sysfs\n\nThis patch exports ACPI _DSM (Device Specific Method) provided firmware\ninstance number and string name of PCI devices as defined by \u0027PCI\nFirmware Specification Revision 3.1\u0027 section 4.6.7.( DSM for Naming a\nPCI or PCI Express Device Under Operating Systems) to sysfs.\n\nNew files created are:\n  /sys/bus/pci/devices/.../label which contains the firmware name for\nthe device in question, and\n  /sys/bus/pci/devices/.../acpi_index which contains the firmware device type\ninstance for the given device.\n\ncat /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/acpi_index\n1\ncat /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/label\nEmbedded Broadcom 5709C NIC 1\n\ncat /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/acpi_index\n2\ncat /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/label\nEmbedded Broadcom 5709C NIC 2\n\nThe ACPI _DSM provided firmware \u0027instance number\u0027 and \u0027string name\u0027 will\nbe given priority if the firmware also provides \u0027SMBIOS type 41 device\ntype instance and string\u0027.\n\nSigned-off-by: Matthew Garrett \u003cmjg@redhat.com\u003e\nSigned-off-by: Jordan Hargrave \u003cjordan_hargrave@dell.com\u003e\nSigned-off-by: Narendra K \u003cnarendra_k@dell.com\u003e\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n"
    },
    {
      "commit": "763e9db9994e27a7d2cb3701c8a097a867d0e0b4",
      "tree": "b5189e96d819445cccb05f7d234e99897bce94c9",
      "parents": [
        "b879743f26cb029e41ffe865fb939cfc6fa9be88"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Aug 04 14:25:31 2010 +1000"
      },
      "committer": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Wed Aug 04 14:23:55 2010 -0700"
      },
      "message": "PCI: update for owner removal from struct device_attribute\n\nFixes the build.\n\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n"
    },
    {
      "commit": "911e1c9b05a8e3559a7aa89083930700a0b9e7ee",
      "tree": "f0b95455c3808c7732ae819bfbb33332830bae00",
      "parents": [
        "8633328be242677fdedc42052838dd0608e7f342"
      ],
      "author": {
        "name": "Narendra K",
        "email": "Narendra_K@dell.com",
        "time": "Mon Jul 26 05:56:50 2010 -0500"
      },
      "committer": {
        "name": "Jesse Barnes",
        "email": "jbarnes@virtuousgeek.org",
        "time": "Fri Jul 30 09:36:01 2010 -0700"
      },
      "message": "PCI: export SMBIOS provided firmware instance and label to sysfs\n\nThis patch exports SMBIOS provided firmware instance and label of\nonboard PCI devices to sysfs.  New files are:\n  /sys/bus/pci/devices/.../label which contains the firmware name for\nthe device in question, and\n  /sys/bus/pci/devices/.../index which contains the firmware device type\ninstance for the given device.\n\nSigned-off-by: Jordan Hargrave \u003cjordan_hargrave@dell.com\u003e\nSigned-off-by: Narendra K \u003cnarendra_k@dell.com\u003e\nSigned-off-by: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\n"
    }
  ]
}
