)]}'
{
  "log": [
    {
      "commit": "5e8e9245f9bb4c6ed2a2f4af42f2ec9733dc5378",
      "tree": "9d078c2c88be6fc7daddab96fa5ddc6c1e81a86a",
      "parents": [
        "cadeba315cc91ae1b57632e61b0cec3a4ed7088d"
      ],
      "author": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Wed May 27 00:49:37 2009 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jun 15 21:30:25 2009 -0700"
      },
      "message": "firmware: FIRMWARE_NAME_MAX removal\n\nAs we\u0027re allocating the firmware name dynamically, we no longer need this\ndefinition.\nThis patch must be applied only after the 5 previous patches from this pacth\nset have been applied.\n\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "5658c769443d543728b6c5c673dffc2df8676317",
      "tree": "539477c713c5d231fd3112e4bd8ae8aff4acefa7",
      "parents": [
        "b7a39bd0afc4021e8ad2b1189e884551e147427f"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri May 23 13:52:42 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Thu Jul 10 14:30:13 2008 +0100"
      },
      "message": "firmware: allow firmware files to be built into kernel image\n\nSome drivers have their own hacks to bypass the kernel\u0027s firmware loader\nand build their firmware into the kernel; this renders those unnecessary.\n\nOther drivers don\u0027t use the firmware loader at all, because they always\nwant the firmware to be available. This allows them to start using the\nfirmware loader.\n\nA third set of drivers already use the firmware loader, but can\u0027t be\nused without help from userspace, which sometimes requires an initrd.\nThis allows them to work in a static kernel.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "b7a39bd0afc4021e8ad2b1189e884551e147427f",
      "tree": "41d36cfe80aee9cb7013b86b6122b85b775c0843",
      "parents": [
        "fd4f80de4612cc5255c108a8c13df88f89c46654"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri May 23 18:38:49 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Thu Jul 10 14:29:25 2008 +0100"
      },
      "message": "firmware: make fw-\u003edata const\n\nIn preparation for supporting firmware files linked into the static\nkernel, make fw-\u003edata const to ensure that users aren\u0027t modifying it (so\nthat we can pass a pointer to the original in-kernel copy, rather than\nhaving to copy it).\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "69d44a1835ec8163a82c4ee57367f87ae0f85c2e",
      "tree": "16e69276502d905d3071e939bb0101bc8726d195",
      "parents": [
        "a01cc6570326c01e70619bf6540fb32139947c33"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Fri Jul 04 09:59:27 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jul 04 10:40:04 2008 -0700"
      },
      "message": "firmware: fix the request_firmware() dummy\n\n\u003e the build (.config attached) failed, make ends with :\n\u003e ...\n\u003e   UPD     include/linux/compile.h\n\u003e   CC      init/version.o\n\u003e   LD      init/built-in.o\n\u003e   LD      vmlinux\n\u003e drivers/built-in.o: In function `sas_request_addr\u0027:\n\u003e (.text+0x33bab): undefined reference to `request_firmware\u0027\n\u003e drivers/built-in.o: In function `sas_request_addr\u0027:\n\u003e (.text+0x33c3f): undefined reference to `release_firmware\u0027\n\u003e make: *** [vmlinux] Error 1\n\nThere\u0027s a slight fault in the stub logic.  It fails for FW_LOADER\u003dm and\nthe user \u003dy.\n\nThis should fix it.\n\nThis patch fixes the following 2.6.26-rc regression:\n  http://bugzilla.kernel.org/show_bug.cgi?id\u003d10730\n\nReviewed-by: Toralf Foerster \u003ctoralf.foerster@gmx.de\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nCc: \"Rafael J. Wysocki\" \u003crjw@sisk.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fbab976d7ce4556d4212d554f766dae461d22e16",
      "tree": "31328b2b8ced734069c577f6ad6a98ce561af270",
      "parents": [
        "661b4e89daf10e3f65a1086fd95c7a84720ccdd2"
      ],
      "author": {
        "name": "James Bottomley",
        "email": "James.Bottomley@HansenPartnership.com",
        "time": "Fri Mar 07 08:57:54 2008 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 10 16:33:33 2008 -0700"
      },
      "message": "firmware: provide stubs for the FW_LOADER\u003dn case\n\nlibsas has a case where it uses the firmware loader to provide services,\nbut doesn\u0027t want to select it all the time.  This currently causes a\ncompile failure in libsas if FW_LOADER\u003dn.  Fix this by providing error\nstubs for the firmware loader API in the FW_LOADER\u003dn case.\n\nSigned-off-by: James Bottomley \u003cJames.Bottomley@HansenPartnership.com\u003e\nCc: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "1b81d6637d27a0e6a0506ecef65493b50d859cfc",
      "tree": "4eedb47409ac804710d9910c6485e391e87daf1a",
      "parents": [
        "ccf06998fe179ae2cc9517ed1d75433dc0b5032d"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sat May 20 15:00:16 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun May 21 12:59:19 2006 -0700"
      },
      "message": "[PATCH] drivers/base/firmware_class.c: cleanups\n\n- remove the following global function that is both unused and\n  unimplemented:\n  - register_firmware()\n\n- make the following needlessly global function static:\n  - firmware_class_uevent()\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "312c004d36ce6c739512bac83b452f4c20ab1f62",
      "tree": "e61e8331680a0da29557fe21414d3b31e62c9293",
      "parents": [
        "5f123fbd80f4f788554636f02bf73e40f914e0d6"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@suse.de",
        "time": "Wed Nov 16 09:00:00 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jan 04 16:18:08 2006 -0800"
      },
      "message": "[PATCH] driver core: replace \"hotplug\" by \"uevent\"\n\nLeave the overloaded \"hotplug\" word to susbsystems which are handling\nreal devices. The driver core does not \"plug\" anything, it just exports\nthe state to userspace and generates events.\n\nSigned-off-by: Kay Sievers \u003ckay.sievers@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "6e3eaab02028c4087a92711b20abb9e72cc803a7",
      "tree": "4b1cb2be9d74307ff7fd5517b2f03d6e8b19171a",
      "parents": [
        "f3ef6f63e5c575c136b39bb423a6e9a002932da7"
      ],
      "author": {
        "name": "Abhay Salunke",
        "email": "Abhay_Salunke@dell.com",
        "time": "Tue Sep 06 15:17:13 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Sep 07 16:57:26 2005 -0700"
      },
      "message": "[PATCH] modified firmware_class.c to support no hotplug\n\nUpgrade the request_firmware_nowait function to not start the hotplug\naction on a firmware update.\n\nThis patch is tested along with dell_rbu driver on i386 and x86-64 systems.\n\nSigned-off-by: Abhay Salunke \u003cAbhay_Salunke@dell.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\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"
    }
  ]
}
