)]}'
{
  "log": [
    {
      "commit": "c7dfd0cca300c5dc49213cf1c78c77393600410d",
      "tree": "5a4a5ecb5ab0215113eacf763a9d15500a02b0ee",
      "parents": [
        "2ba7d7b39f3adf3f71aa3acab00111a429056c7d"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@sw.ru",
        "time": "Thu Nov 01 16:27:08 2007 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Nov 02 19:09:07 2007 +0000"
      },
      "message": "[WATCHDOG] spin_lock_init() fixes\n\nSome watchdog drivers initialize global spinlocks in module\u0027s init function\nwhich is tolerable, but some do it in PCI probe function.  So, switch to\nstatic initialization to fix theoretical bugs and, more importantly, stop\ngiving people bad examples.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@sw.ru\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "96de0e252cedffad61b3cb5e05662c591898e69a",
      "tree": "e3eb7d3e65ec27d39e1da13a17f6f0f91b28f5e9",
      "parents": [
        "3f5b98a2a0cba3351f96fcaa6d79aa1a0d93ee78"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@gmx.de",
        "time": "Fri Oct 19 23:21:04 2007 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Oct 19 23:21:04 2007 +0200"
      },
      "message": "Convert files to UTF-8 and some cleanups\n\n* Convert files to UTF-8.\n\n  * Also correct some people\u0027s names\n    (one example is Eißfeldt, which was found in a source file.\n    Given that the author used an ß at all in a source file\n    indicates that the real name has in fact a \u0027ß\u0027 and not an \u0027ss\u0027,\n    which is commonly used as a substitute for \u0027ß\u0027 when limited to\n    7bit.)\n\n  * Correct town names (Goettingen -\u003e Göttingen)\n\n  * Update Eberhard Mönkeberg\u0027s address (http://lkml.org/lkml/2007/1/8/313)\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@gmx.de\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "b7e04f8c61a46d742de23af5d7ca2b41b33e40ac",
      "tree": "c52a7ea568648e2d8ed0d423098b42298de2058b",
      "parents": [
        "d85714d81cc0408daddb68c10f7fd69eafe7c213"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 17 08:38:02 2007 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Oct 18 10:39:03 2007 +0000"
      },
      "message": "mv watchdog tree under drivers\n\nmove watchdog tree from drivers/char/watchdog to drivers/watchdog.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "bffda5c87cf60d27a27f2e862c82c474f8e89767",
      "tree": "3024c7972e176901762f332f8b2cc432b0e2a33b",
      "parents": [
        "2e9c9cf44b17ef5fa1f360bc175ed7761daf3428"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jan 27 20:54:24 2007 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jan 27 20:54:24 2007 +0100"
      },
      "message": "[WATCHDOG] show default value for nowayout in module parameter\n\nchange default\u003dCONFIG_WATCHDOG_NOWAYOUT in the module parameter\nfor nowayout by it\u0027s real value (0 or 1) by using:\n__MODULE_STRING(WATCHDOG_NOWAYOUT)\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "795b89d207d8ff5397f9ff1f4d44662aa7c821fc",
      "tree": "931ab1a0283c523e13c8b3de1a4804c43305b2bc",
      "parents": [
        "25ff3780d4cd46804e22192a728cfb6b33c84d1b"
      ],
      "author": {
        "name": "Samuel Tardieu",
        "email": "sam@rfc1149.net",
        "time": "Sat Sep 09 17:34:31 2006 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Oct 02 23:08:34 2006 +0200"
      },
      "message": "[WATCHDOG] use ENOTTY instead of ENOIOCTLCMD in ioctl()\n\nReturn ENOTTY instead of ENOIOCTLCMD in user-visible ioctl() results\n\nThe watchdog drivers used to return ENOIOCTLCMD for bad ioctl() commands.\nENOIOCTLCMD should not be visible by the user, so use ENOTTY instead.\n\nSigned-off-by: Samuel Tardieu \u003csam@rfc1149.net\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n\n"
    },
    {
      "commit": "62322d2554d2f9680c8ace7bbf1f97d8fa84ad1a",
      "tree": "904f8b8354a4079cc1daaa355fe30200dcae9dc9",
      "parents": [
        "d459ec0baa5d22e111dfb139c46d6d788a9eac20"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Mon Jul 03 00:24:21 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jul 03 15:26:59 2006 -0700"
      },
      "message": "[PATCH] make more file_operation structs static\n\nMark the static struct file_operations in drivers/char as const.  Making\nthem const prevents accidental bugs, and moves them to the .rodata section\nso that they no longer do any false sharing; in addition with the proper\ndebug option they are then protected against corruption..\n\n[akpm@osdl.org: build fix]\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "abda5c8bd20d3bd42718b0438b8a81a73ffa4372",
      "tree": "e0cbb2600ba3ea45a7c6a354cff6c98dd81a50c6",
      "parents": [
        "bb5dc36644975ca5237a415fb63f59f9803d84fa"
      ],
      "author": {
        "name": "David Hardeman",
        "email": "david@2gen.com",
        "time": "Thu Sep 01 22:34:53 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 22:01:58 2005 +0200"
      },
      "message": "[WATCHDOG] i6300.h-removal-patch\n\nthe attached patch moves the content of drivers/char/watchdog/i6300.h\ninto drivers/char/watchdog/i6300.c, since it is the only file using the\ndefines there is no real reason to have a separate header.\n\nAlso cleaned up the comments a bit and added myself to the copyright\nholders.\n\nSigned-off-by: David Hardeman \u003cdavid@2gen.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "bb5dc36644975ca5237a415fb63f59f9803d84fa",
      "tree": "b1c15ddc813c7869bbbaaf1d3cb3701b95b5331e",
      "parents": [
        "811f999160487c586917937e95506cb8528472a3"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "xslaby@fi.muni.cz",
        "time": "Mon Aug 22 09:05:03 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:56:10 2005 +0200"
      },
      "message": "[WATCHDOG] i6300esb.c-2-bugs-little-cleanup.patch\n\nIn i6300esb.c watchdog card driver were 2 bugs (misused pc_match_device and\npci_dev_put wasn\u0027t called in one error case) and one little cleanup was\ndone (long line was converted to a shorter one with using built-in macro).\n\nSigned-off-by: Jiri Slaby \u003cxslaby@fi.muni.cz\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "811f999160487c586917937e95506cb8528472a3",
      "tree": "cc5d555f3ff4581ae83d7fa594b66232dc6c5bd9",
      "parents": [
        "ce2f50b4ae71f700c7b4b0bf0ff11c328611dae8"
      ],
      "author": {
        "name": "Naveen Gupta",
        "email": "ngupta@google.com",
        "time": "Sun Aug 21 13:02:41 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:53:32 2005 +0200"
      },
      "message": "[WATCHDOG] i6300esb.c-pci_dev_put+nowayout-patch\n\nOne pci_dev_put was misused (there was one case without putting\nthe device).\nChanged nowayout according to other drivers.\n\nSigned-off-by: Jiri Slaby \u003cxslaby@fi.muni.cz\u003e\nSigned-off-by: Naveen Gupta \u003cngupta@google.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "ce2f50b4ae71f700c7b4b0bf0ff11c328611dae8",
      "tree": "52570a06396baa2fa96eafe4b7403b9328b676ed",
      "parents": [
        "28562af3d4b21d687dd57c44006aeeed1036c781"
      ],
      "author": {
        "name": "Naveen Gupta",
        "email": "ngupta@google.com",
        "time": "Wed Aug 17 09:11:46 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:51:18 2005 +0200"
      },
      "message": "[WATCHDOG] i6300esb-set_correct_reload_register_bit\n\nThis patch writes into bit 8 of the reload register to perform the\ncorrect \u0027Reload Sequence\u0027 instead of writing into bit 4 of Watchdog for\nIntel 6300ESB chipset.\n\nSigned-off-by: Naveen Gupta \u003cngupta@google.com\u003e\nSigned-off-by: David Hardeman \u003cdavid@2gen.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "28562af3d4b21d687dd57c44006aeeed1036c781",
      "tree": "46dd305650708846a09fbe41f3b9999803a8a7c4",
      "parents": [
        "c69af038cad5e6ea86e927a17b70b49af1f7cbfa"
      ],
      "author": {
        "name": "Naveen Gupta",
        "email": "ngupta@google.com",
        "time": "Wed Aug 17 09:10:10 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:48:46 2005 +0200"
      },
      "message": "[WATCHDOG] i6300esb.c-WDT_ENABLE-bug\n\nThis patch sets the WDT_ENABLE bit of the Lock Register to enable the\nwatchdog and WDT_LOCK bit only if nowayout is set. The old code always\nsets the WDT_LOCK bit of watchdog timer for Intel 6300ESB chipset. So, we\nend up locking the watchdog instead of enabling it.\n\nSigned-off-by: Naveen Gupta \u003cngupta@google.com\u003e\nSigned-off-by: David Hardeman \u003cdavid@2gen.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "c69af038cad5e6ea86e927a17b70b49af1f7cbfa",
      "tree": "9b291185c3682f4dccf1fc13993578af8d8fe448",
      "parents": [
        "cc90ef0f9b24d1b017c8cfa22db5195c17b5c968"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "xslaby@fi.muni.cz",
        "time": "Wed Aug 17 09:09:13 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:43:02 2005 +0200"
      },
      "message": "[WATCHDOG] removes pci_find_device from i6300esb.c\n\nThis patch changes pci_find_device to pci_get_device\n(encapsulated in for_each_pci_dev) in i6300esb watchdog\ncard with appropriate adding pci_dev_put.\n\nGenerated in 2.6.13-rc5-mm1 kernel version.\n\nSigned-off-by: Jiri Slaby \u003cxslaby@fi.muni.cz\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "cc90ef0f9b24d1b017c8cfa22db5195c17b5c968",
      "tree": "fd36afe9e9293c5387487af01247ee4c3cdb48b7",
      "parents": [
        "3be10211abcb631ba9631274d6cfe6e5b1e8559c"
      ],
      "author": {
        "name": "David Hardeman",
        "email": "david@2gen.com",
        "time": "Wed Aug 17 09:07:44 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:39:45 2005 +0200"
      },
      "message": "[WATCHDOG] i6300esb.patch\n\nI wrote earlier to the list[1] asking for a driver for the watchdog\nincluded in the 6300ESB chipset.  I got a 2.4 driver via private email\nfrom Ross Biro which I\u0027ve changed into what I hope resembles a 2.6\ndriver (which was done by looking a lot at the watchdog drivers\nalready in the 2.6 tree).\n\nI\u0027ve attached the result, and I\u0027m hoping to get some feedback on the\ncoding as a first step.  I can\u0027t actually test it on the hardware\nright now as I won\u0027t have physical access until April. So my own tests\nhave been limited to \"compiles-without-warnings\" and\n\"can-be-insmodded-in-other-machine-without-oops\".\n\n[1] http://marc.theaimsgroup.com/?l\u003dlinux-kernel\u0026m\u003d110711079825794\u0026w\u003d2\n[2] http://marc.theaimsgroup.com/?l\u003dlinux-kernel\u0026m\u003d110711973917746\u0026w\u003d2\n\nSigned-off-by: David Hardeman \u003cdavid@2gen.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    }
  ]
}
