)]}'
{
  "log": [
    {
      "commit": "49c0dab7e6000888b616bedcbbc8cd4710331610",
      "tree": "41f1d5e4b1978843b240f3812d3039e9ef9a17b1",
      "parents": [
        "68e3c5e3b5c29ea76152dc1d1482826434d45019"
      ],
      "author": {
        "name": "Doug Thompson",
        "email": "norsk5@xmission.com",
        "time": "Mon Jul 10 04:45:19 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jul 10 13:24:25 2006 -0700"
      },
      "message": "[PATCH] Fix and enable EDAC sysfs operation\n\nWhen EDAC was first introduced into the kernel it had a sysfs interface,\nbut due to some problems it was disabled in 2.6.16 and remained disabled in\n2.6.17.\n\nWith feedback, several of the control and attribute files of that interface\nhad some good constructive feedback.  PCI Blacklist/Whitelist was a major\nset which has design issues and it has been removed in this patch.  Instead\nof storing PCI broken parity status in EDAC, it has been moved to the\npci_dev structure itself by a previous PCI patch.  A future patch will\nenable that feature in EDAC by utilizing the pci_dev info.\n\nThe sysfs is now enabled in this patch, with a minimal set of control and\nattribute files for examining EDAC state and for enabling/disabling the\nmemory and PCI operations.\n\nThe Documentation for EDAC has also been updated to reflect the new state\nof EDAC operation.\n\nSigned-off-by:Doug Thompson \u003cnorsk5@xmisson.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "929a40ec324e947d4ad14cc1ced785c104c560e2",
      "tree": "35f37c5b5e52cb11296cb65e5afff5cbe1c20c2f",
      "parents": [
        "e8c4b9d003e72199a705fb5a40fcd2487fa16933"
      ],
      "author": {
        "name": "Doug Thompson",
        "email": "norsk5@xmission.com",
        "time": "Sat Jul 01 04:35:45 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Jul 01 09:55:58 2006 -0700"
      },
      "message": "[PATCH] EDAC: fix module names quoted in sysfs\n\nFix the quoted module name in the sysfs for EDAC modules and reported by several\npeople.\n\nInstead of  ../_edac_e752x_/   now the following will be presented, like other\nmodules:   ../edac_e752x/\n\nSigned-off-by: Doug Thompson \u003cnorsk5@xmission.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "22a3e233ca08a2ddc949ba1ae8f6e16ec7ef1a13",
      "tree": "7ef158ba2c30e0dde2dc103d1904fae243759a6b",
      "parents": [
        "39302175c26d74be35715c05a0f342c9e64c21bf",
        "6ab3d5624e172c553004ecc862bfeac16d9d68b7"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 30 15:39:30 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 30 15:39:30 2006 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial:\n  Remove obsolete #include \u003clinux/config.h\u003e\n  remove obsolete swsusp_encrypt\n  arch/arm26/Kconfig typos\n  Documentation/IPMI typos\n  Kconfig: Typos in net/sched/Kconfig\n  v9fs: do not include linux/version.h\n  Documentation/DocBook/mtdnand.tmpl: typo fixes\n  typo fixes: specfic -\u003e specific\n  typo fixes in Documentation/networking/pktgen.txt\n  typo fixes: occuring -\u003e occurring\n  typo fixes: infomation -\u003e information\n  typo fixes: disadvantadge -\u003e disadvantage\n  typo fixes: aquire -\u003e acquire\n  typo fixes: mecanism -\u003e mechanism\n  typo fixes: bandwith -\u003e bandwidth\n  fix a typo in the RTC_CLASS help text\n  smb is no longer maintained\n\nManually merged trivial conflict in arch/um/kernel/vmlinux.lds.S\n"
    },
    {
      "commit": "1318952514d5651c453d89989595a9df3b37267b",
      "tree": "df793132fa7e24e53c68897d4302d964eb07b526",
      "parents": [
        "2d7bbb91c8df26c60d223205a087507430024177"
      ],
      "author": {
        "name": "Doug Thompson",
        "email": "norsk5@xmission.com",
        "time": "Fri Jun 30 01:56:08 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 30 11:25:39 2006 -0700"
      },
      "message": "[PATCH] EDAC: probe1 cleanup 1-of-2\n\n- Add lower-level functions that handle various parts of the initialization\n  done by the xxx_probe1() functions.  Some of the xxx_probe1() functions are\n  much too long and complicated (see \"Chapter 5: Functions\" in\n  Documentation/CodingStyle).\n\n- Cleanup of probe1() functions in EDAC\n\nSigned-off-by: Doug Thompson \u003cnorsk5@xmission.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2d7bbb91c8df26c60d223205a087507430024177",
      "tree": "98d51dac1c1e53b2b6a887c31abc2260160eb50d",
      "parents": [
        "37f04581abac20444e5b7106c1e1f28bec5b989c"
      ],
      "author": {
        "name": "Doug Thompson",
        "email": "norsk5@xmission.com",
        "time": "Fri Jun 30 01:56:08 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 30 11:25:39 2006 -0700"
      },
      "message": "[PATCH] EDAC: mc numbers refactor 1-of-2\n\nRemove add_mc_to_global_list().  In next patch, this function will be\nreimplemented with different semantics.\n\n1 Reimplement add_mc_to_global_list() with semantics that allow the caller to\n  determine the ID number for a mem_ctl_info structure.  Then modify\n  edac_mc_add_mc() so that the caller specifies the ID number for the new\n  mem_ctl_info structure.  Platform-specific code should be able to assign the\n  ID numbers in a platform-specific manner.  For instance, on Opteron it makes\n  sense to have the ID of the mem_ctl_info structure match the ID of the node\n  that the memory controller belongs to.\n\n2 Modify callers of edac_mc_add_mc() so they use the new semantics.\n\nSigned-off-by: Doug Thompson \u003cnorsk5@xmission.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "37f04581abac20444e5b7106c1e1f28bec5b989c",
      "tree": "4112a057284749c5d53c6b9a8bf9f5e6c4ba34ef",
      "parents": [
        "dc474c891c1993c4d608bed00c425b6db93d088d"
      ],
      "author": {
        "name": "Doug Thompson",
        "email": "norsk5@xmission.com",
        "time": "Fri Jun 30 01:56:07 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jun 30 11:25:39 2006 -0700"
      },
      "message": "[PATCH] EDAC: PCI device to DEVICE cleanup\n\nChange MC drivers from using CVS revision strings for their version number,\nNow each driver has its own local string.\n\nRemove some PCI dependencies from the core EDAC module.  Made the code \u0027struct\ndevice\u0027 centric instead of \u0027struct pci_dev\u0027 Most of the code changes here are\nfrom a patch by Dave Jiang.  It may be best to eventually move the\nPCI-specific code into a separate source file.\n\nSigned-off-by: Doug Thompson \u003cnorsk5@xmission.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6ab3d5624e172c553004ecc862bfeac16d9d68b7",
      "tree": "6d98881fe91fd9583c109208d5c27131b93fa248",
      "parents": [
        "e02169b682bc448ccdc819dc8639ed34a23cedd8"
      ],
      "author": {
        "name": "Jörn Engel",
        "email": "joern@wohnheim.fh-wedel.de",
        "time": "Fri Jun 30 19:25:36 2006 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Jun 30 19:25:36 2006 +0200"
      },
      "message": "Remove obsolete #include \u003clinux/config.h\u003e\n\nSigned-off-by: Jörn Engel \u003cjoern@wohnheim.fh-wedel.de\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "96941026a51e9cb8c2d2be7499301b7fcd9ee225",
      "tree": "41467c30078e46ee87b082970a29d430de3703b0",
      "parents": [
        "6760da0197a6ee327a09dafc070b26e2f02651fe"
      ],
      "author": {
        "name": "mark gross",
        "email": "mgross@linux.intel.com",
        "time": "Wed May 03 19:55:07 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed May 03 20:05:41 2006 -0700"
      },
      "message": "[PATCH] EDAC Coexistence with BIOS\n\nAddress the issue of EDAC/BIOS coexistence for the e752x chip-sets.\n\nWe have found a problem where the BIOS will start the system with the error\nregisters (dev0:fun1) hidden and assuming it has exclusive access to them.\nThe edac driver violates this assumption.\n\nThe workaround this patch offers is to honor the hidden-ness as an\nindication that it is not safe to use those registers.\n\nSigned-off-by: Mark Gross \u003cmark.gross@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "da960a6ad1864dd1636cb9b0330d7bb7408aed45",
      "tree": "8cf0c825fd4a13e14162c9c976b31657893483c3",
      "parents": [
        "9b41046cd0ee0a57f849d6e1363f7933e363cca9"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Fri Mar 31 02:30:34 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:54 2006 -0800"
      },
      "message": "[PATCH] edac_752x needs CONFIG_HOTPLUG\n\nEDAC_752X uses pci_scan_single_device(), which is only available if\nCONFIG_HOTPLUG is enabled, so limit this driver with HOTPLUG.\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nCc: Dave Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "7f927fcc2fd1575d01efb4b76665975007945690",
      "tree": "fbb84689600ea512d7b52f9fc46db2d7d8d7c1fd",
      "parents": [
        "ded23ac62776b4360d88e9b0330792d2c57fdfdf"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Mar 28 01:56:53 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 28 09:16:08 2006 -0800"
      },
      "message": "[PATCH] Typo fixes\n\nFix a lot of typos.  Eyeballed by jmc@ in OpenBSD.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9110540f7f2bbcc3577d2580a696fbb7af68c892",
      "tree": "0bc9854f3039fe6a68b324abd0a7407eb3305ad6",
      "parents": [
        "0e438e3f0089672f57a47467e1f0d15fc48778be"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:55 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:08 2006 -0800"
      },
      "message": "[PATCH] EDAC: use EXPORT_SYMBOL_GPL\n\nChange all instances of EXPORT_SYMBOL() in the core EDAC module to\nEXPORT_SYMBOL_GPL().\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e009356f738634d8a137cca35503b9b33322c858",
      "tree": "a57a377a6b2c691075bcd29e6f026ec5289bd978",
      "parents": [
        "f3479816bb549bbbc04d2332e77bbe0b92230bbc"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:54 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:08 2006 -0800"
      },
      "message": "[PATCH] EDAC: use sysbus_message in e752x code\n\nPatch from Dave Jiang \u003cdjiang@mvista.com\u003e: Fix EDAC e752x driver so it\noutputs sysbus-specific error message when sysbus error detected.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e7ecd8910293564d357dbaf18eb179e06fa35fd0",
      "tree": "7ec33cd42783cc53dd3ce161802d1032cea869a7",
      "parents": [
        "54933dddc3e8ccd9db48966d8ada11951cb8a558"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:52 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:08 2006 -0800"
      },
      "message": "[PATCH] EDAC: formatting cleanup\n\nCosmetic indentation/formatting cleanup for EDAC code.  Make sure we\nare using tabs rather than spaces to indent, etc.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "54933dddc3e8ccd9db48966d8ada11951cb8a558",
      "tree": "7e353edef88b2ceee67f2745d6f68b084f60b45b",
      "parents": [
        "39f1d8d38aa3f757889a09855b241b6a23e2cac5"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:51 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:08 2006 -0800"
      },
      "message": "[PATCH] EDAC: reorder EXPORT_SYMBOL macros\n\nFix EDAC code so EXPORT_SYMBOL comes after the function that is being\nexported.  This is to maintain consistency with the rest of the kernel.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "39f1d8d38aa3f757889a09855b241b6a23e2cac5",
      "tree": "26a37ad94dfff867b2c1e9ceb8ac65be5f95bd98",
      "parents": [
        "18dbc337af5d6efd30cb9291e74722c8ad134fd3"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:07 2006 -0800"
      },
      "message": "[PATCH] EDAC: Kconfig dependency changes\n\n- Add x86 dependency in drivers/edac/Kconfig for all current\n  platform-specific modules.\n\n- Add PCI dependency to Radisys 82600 driver\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "18dbc337af5d6efd30cb9291e74722c8ad134fd3",
      "tree": "10163d19960173d29deb7a9d931dfcdfe2188975",
      "parents": [
        "472678ebd30d87cbe8d97562dcc0e46d1076040f"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:07 2006 -0800"
      },
      "message": "[PATCH] EDAC: protect memory controller list\n\n- Fix code so we always hold mem_ctls_mutex while we are stepping\n  through the list of mem_ctl_info structures.  Otherwise bad things\n  may happen if one task is stepping through the list while another\n  task is modifying it.  We may eventually want to use reference\n  counting to manage the mem_ctl_info structures.  In the meantime we\n  may as well fix this bug.\n\n- Don\u0027t disable interrupts while we are walking the list of\n  mem_ctl_info structures in check_mc_devices().  This is unnecessary.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "472678ebd30d87cbe8d97562dcc0e46d1076040f",
      "tree": "216f22045fb3b786f513f000b184e5fd449b58d1",
      "parents": [
        "6e5a8748507dea83386d1d76c58aeaed1ff5a1ec"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:49 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:07 2006 -0800"
      },
      "message": "[PATCH] EDAC: kobject/sysfs fixes\n\n- After we unregister a kobject, wait for our kobject release method\n  to call complete().  This causes us to wait until the kobject\n  reference count reaches 0.  Otherwise, a task accessing the EDAC\n  sysfs interface can hold the reference count above 0 until after the\n  EDAC module has been unloaded.  When the reference count finally\n  drops to 0, this will result in an attempt to call our release\n  method inside the EDAC module after the module has already been\n  unloaded.\n\n  This isn\u0027t the best fix, since a process can get stuck sleeping forever\n  uninterruptibly if the user does the following:\n\n      rmmod my_module \u003c /sys/my_sysfs/file\n\n  I\u0027ll go back and implement a better fix later.  However this should\n  be ok for now.\n\n- Call edac_remove_sysfs_mci_device() from edac_mc_del_mc() rather\n  than from edac_mc_free().  Since edac_mc_add_mc() calls\n  edac_create_sysfs_mci_device(), edac_mc_del_mc() should call\n  edac_remove_sysfs_mci_device().\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\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": "6e5a8748507dea83386d1d76c58aeaed1ff5a1ec",
      "tree": "90ce1bc0ed71a608f9af4c3db655a35d03173aac",
      "parents": [
        "028a7b6d3d9fa2cc41d76d45575345cca8d00a4c"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:48 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:07 2006 -0800"
      },
      "message": "[PATCH] EDAC: kobject_init/kobject_put fixes\n\n- Remove calls to kobject_init().  These are unnecessary because\n  kobject_register() calls kobject_init().\n\n- Remove extra calls to kobject_put().  When we call\n  kobject_unregister(), this releases our reference to the kobject.\n  The extra calls to kobject_put() may cause the reference count to\n  drop to 0 while a kobject is still in use.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\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": "028a7b6d3d9fa2cc41d76d45575345cca8d00a4c",
      "tree": "42d59be8db8af1cd60e8388c2d93230335b28606",
      "parents": [
        "a1d03fcc1399b1e23922bcc3af1772b128aa6e93"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:47 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:07 2006 -0800"
      },
      "message": "[PATCH] EDAC: edac_mc_add_mc fix [2/2]\n\nThis is part 2 of a 2-part patch set.\n\nFix edac_mc_add_mc() so it cleans up properly if call to\nedac_create_sysfs_mci_device() fails.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a1d03fcc1399b1e23922bcc3af1772b128aa6e93",
      "tree": "bf6b9895568a5fc0012590941213a28fe8d9af5d",
      "parents": [
        "749ede57443b2a7ede2db105145f21047efcea6a"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:46 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:07 2006 -0800"
      },
      "message": "[PATCH] EDAC: edac_mc_add_mc fix [1/2]\n\nThis is part 1 of a 2-part patch set.  The code changes are split into\ntwo parts to make the patches more readable.\n\nMove complete_mc_list_del() and del_mc_from_global_list() so we can\ncall del_mc_from_global_list() from edac_mc_add_mc() without forward\ndeclarations.  Perhaps using forward declarations would be better?\nI\u0027m doing things this way because the rest of the code is missing\nthem.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "749ede57443b2a7ede2db105145f21047efcea6a",
      "tree": "0d0ee972f55e8fbb9d8fba6209a6304fdd3c98f1",
      "parents": [
        "d38fde84f7521973fdfa5c3d03d62f014b42cd03"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:45 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:07 2006 -0800"
      },
      "message": "[PATCH] EDAC: cleanup code for clearing initial errors\n\nFix xxx_probe1() functions so they call xxx_get_error_info() functions\nto clear initial errors.  This is simpler and cleaner than duplicating\nthe low-level code for accessing PCI config space.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d38fde84f7521973fdfa5c3d03d62f014b42cd03",
      "tree": "9ff599dbb5e20e3c29d7f8691e313d3e8f845895",
      "parents": [
        "637beb697b8dc7b9d7a35c2b6488332e77963ded"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:45 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:07 2006 -0800"
      },
      "message": "[PATCH] EDAC: e7xxx fix minor logic bug\n\nFix minor logic bug in e7xxx_remove_one().\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "637beb697b8dc7b9d7a35c2b6488332e77963ded",
      "tree": "fa6fd86af71c724936049a147646dbfbda53722a",
      "parents": [
        "e8a491b401dbbc5af9fe6483dc558d76343bfbb3"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:44 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:07 2006 -0800"
      },
      "message": "[PATCH] EDAC: i82875p cleanup\n\n- Fix i82875p_probe1() so it calls pci_get_device() instead of\n  pci_find_device().\n- Fix i82875p_probe1() so it cleans up properly on failure.\n- Fix i82875p_init() so it cleans up properly on failure.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e8a491b401dbbc5af9fe6483dc558d76343bfbb3",
      "tree": "bdc79f181103a01a6d5b3af0476a5328db0c4edb",
      "parents": [
        "3847bccce80c8a01d7adbad9961564252207302a"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:43 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:06 2006 -0800"
      },
      "message": "[PATCH] EDAC: i82860 cleanup\n\n- Fix i82860_init() so it cleans up properly on failure.\n- Fix i82860_exit() so it cleans up properly.\n- Fix typo in comment (i.e. www.redhat.com.com).\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3847bccce80c8a01d7adbad9961564252207302a",
      "tree": "517d0df74d28508a8590a5a671f8966264fbe863",
      "parents": [
        "225159bd0a349bfd8cd9ae7c6bf39d75df09304a"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:42 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:06 2006 -0800"
      },
      "message": "[PATCH] EDAC: e752x cleanup\n\n- Add ctl_dev field to \"struct e752x_dev_info\".  Then we can eliminate\n  ugly switch statement from e752x_probe1().\n\n- Remove code from e752x_probe1() that clears initial PCI bus parity\n  errors.  The core EDAC module already does this.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "225159bd0a349bfd8cd9ae7c6bf39d75df09304a",
      "tree": "73e99a2d140ee0724f7a10ee8ef63fefc600d2db",
      "parents": [
        "680cbbbb0e336b04b74be48b8ddd870537f1e226"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:41 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:06 2006 -0800"
      },
      "message": "[PATCH] EDAC: amd76x pci_dev_get/pci_dev_put fixes\n\nEliminate unnecessary calls to pci_dev_get() and pci_dev_put() from\namd76x driver.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\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": "680cbbbb0e336b04b74be48b8ddd870537f1e226",
      "tree": "513059abbdabf082cd38e2a4ad3d71711857f3c2",
      "parents": [
        "537fba28928c01b7db1580627450691a4bb0b9b3"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:41 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:06 2006 -0800"
      },
      "message": "[PATCH] EDAC: name cleanup\n\nPerform the following name substitutions on all source files:\n\n    sed \u0027s/BS_MOD_STR/EDAC_MOD_STR/g\u0027\n    sed \u0027s/bs_thread_info/edac_thread_info/g\u0027\n    sed \u0027s/bs_thread/edac_thread/g\u0027\n    sed \u0027s/bs_xstr/edac_xstr/g\u0027\n    sed \u0027s/bs_str/edac_str/g\u0027\n\nThe names that start with BS_ or bs_ are artifacts of when the code\nwas called \"bluesmoke\".\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "537fba28928c01b7db1580627450691a4bb0b9b3",
      "tree": "1fd5adaa38ba639e28b56e014bfb309c0d1e181e",
      "parents": [
        "f2fe42abbf0d99a8c4b96f1cc55db10ac35d2fb9"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:40 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:06 2006 -0800"
      },
      "message": "[PATCH] EDAC: printk cleanup\n\nThis implements the following idea:\n\nOn Monday 30 January 2006 19:22, Eric W. Biederman wrote:\n\u003e One piece missing from this conversation is the issue that we need errors\n\u003e in a uniform format.  That is why edac_mc has helper functions.\n\u003e\n\u003e However there will always be errors that don\u0027t fit any particular model.\n\u003e Could we add a edac_printk(dev, );  That is similar to dev_printk but\n\u003e prints out an EDAC header and the device on which the error was found?\n\u003e Letting the rest of the string be user specified.\n\u003e\n\u003e For actual control that interface may be to blunt, but at least for people\n\u003e looking in the logs it allows all of the errors to be detected and\n\u003e harvested.\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f2fe42abbf0d99a8c4b96f1cc55db10ac35d2fb9",
      "tree": "82e748a5b000b8e68135a50a153a1721d4666e65",
      "parents": [
        "dac5bafa3521a10a42a470ab612cd2bbc12d4203"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Sun Mar 26 01:38:38 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Mar 26 08:57:06 2006 -0800"
      },
      "message": "[PATCH] EDAC: switch to kthread_ API\n\nThis patch was originally posted by Christoph Hellwig (see\nhttp://lkml.org/lkml/2006/2/14/331):\n\n\"Christoph Hellwig\" \u003chch@lst.de\u003e wrote:\n\u003e Use the kthread_ API instead of opencoding lots of hairy code for kernel\n\u003e thread creation and teardown, including tasklist_lock abuse.\n\u003e\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\u003e\nCc: \u003cdave_peterson@pobox.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ceb2ca9cb0bfd885127fa9a2c27127b3fe1c8f28",
      "tree": "3538a1d7f63c2ce8549958c95683e1e2922db7e3",
      "parents": [
        "30f4e20a0d3492668f5065af582b5af2d1e4256b"
      ],
      "author": {
        "name": "Dave Peterson",
        "email": "dsp@llnl.gov",
        "time": "Mon Mar 13 21:20:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 14 07:57:18 2006 -0800"
      },
      "message": "[PATCH] EDAC: disable sysfs interface\n\n- Disable the EDAC sysfs code.  The sysfs interface that EDAC presents to\n  user space needs more thought, and is likely to change substantially.\n  Therefore disable it for now so users don\u0027t start depending on it in its\n  current form.\n\n- Disable the default behavior of calling panic() when an uncorrectible\n  error is detected (since for now, there is no sysfs interface that allows\n  the user to configure this behavior).\n\nSigned-off-by: David S. Peterson \u003cdsp@llnl.gov\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": "4136cabff33d6d73b8daf2f2612670cc0296f844",
      "tree": "85fe83bd7ab21edcda6b3b17ac1b96e435f3b562",
      "parents": [
        "cd6ef84e6ac9454080707f2f338360f5d7e556fc"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Sat Mar 11 03:27:15 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 11 09:19:34 2006 -0800"
      },
      "message": "[PATCH] edac: disable a few sysfs files to avoid them becoming an ABI\n\nDisable (via ugly #if 0\u0027s) the 3 sysfs files that I think by now we all\nagree are very much wrong.  These files shouldn\u0027t become part of the ABI by\nthe 2.6.16 release, so I rather have this minimal patch merged to disable\nthem for now, the real fix can then come during the 2.6.17 devel window.\n\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "57c432b54bc34f0afacda7d9da0528ee22e78dec",
      "tree": "13ec3b4a2b46879dcc1b6dafd30fcb266a5c5c30",
      "parents": [
        "96567161de0ceed45cd2eb0e5380e3c797f5c0f4"
      ],
      "author": {
        "name": "Tim Small",
        "email": "tim@buttersideup.com",
        "time": "Thu Mar 09 17:33:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Mar 09 19:47:38 2006 -0800"
      },
      "message": "[PATCH] edac: mark as experimental\n\nEDAC is still causing a few problems and the code is relatively green.  Mark\nit as experimental until thing settle down.\n\nAlso, provide some documentation pointers in Kconfig help.\n\nSigned-off-by: Tim Small \u003ctim@buttersideup.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6d57348d7d65ba6f2f42a24b0c7527e0f7470a84",
      "tree": "a98391e1989ef0572e21bca3db2029104f9ec760",
      "parents": [
        "be7ee9b2f5ef11448f79c2ff7f47eb21b7c008b4"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Wed Feb 01 06:10:08 2006 -0500"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Feb 07 20:58:09 2006 -0500"
      },
      "message": "[PATCH] drivers/edac/i82875p_edac.c __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "9e8c34edfd7ae97d0e3391f34d9d26a0167912bf",
      "tree": "7b26b9b3939d32f69af5c133e99de6f730e04b16",
      "parents": [
        "7115125057cf72dcc0b9ded1e12128e1abfa8586"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "ak@suse.de",
        "time": "Fri Feb 03 21:51:11 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Feb 04 16:43:13 2006 -0800"
      },
      "message": "[PATCH] x86_64: Remove rogue default y in EDAC Kconfig\n\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "353368dffb56b066cbe00264581a56caf0241b29",
      "tree": "3792cc37a8269804f213ecd0c1e9a3948fb44109",
      "parents": [
        "3b641407a1447759ac8159180e90ed2e4387a0b6"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Fri Feb 03 03:04:45 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 03 08:32:10 2006 -0800"
      },
      "message": "[PATCH] edac_mc: Remove include of version.h\n\nBy including version.h edac_mc was rebuilding on every incremental build.\nWhich defeats the point of incremental builds.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nCc: Alan Cox \u003calan@lxorguk.ukuu.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0d38b049fe8df77c8e9dc48d0fd84555739fbb1a",
      "tree": "8a4a72ab172202f29ba0c2020cb44d7f893cdf43",
      "parents": [
        "fe85a998ca64a067e58ca9240ec54a95994d78ee"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "rdunlap@xenotime.net",
        "time": "Fri Feb 03 03:04:24 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 03 08:32:06 2006 -0800"
      },
      "message": "[PATCH] edac: use C99 initializers (sparse warnings)\n\ndrivers/edac/e752x_edac.c:1042:7: warning: obsolete struct initializer, use C99 syntax\n\nSigned-off-by: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "90cbc45b1d8a81e661a981ddd69f95d6915f1574",
      "tree": "0355d353a44bb7efcd1a36969dfcb3bc70c5e0b1",
      "parents": [
        "23332c2e9da16b717f18fd95bc90211a663aa6ee"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Fri Feb 03 03:04:11 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 03 08:32:05 2006 -0800"
      },
      "message": "[PATCH] EDAC config cleanup\n\nThe AMD76x chipsets aren\u0027t used in 64-bit, so don\u0027t offer the driver to the\nuser.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "da9bb1d27b21cb24cbb6a2efb5d3c464d357a01e",
      "tree": "016b66985a651d071d3873e74b115108ddf0b3f5",
      "parents": [
        "2f768af73fea4c70f9046388a7ff648ad11f028e"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Jan 18 17:44:13 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 18 19:20:31 2006 -0800"
      },
      "message": "[PATCH] EDAC: core EDAC support code\n\nThis is a subset of the bluesmoke project core code, stripped of the NMI work\nwhich isn\u0027t ready to merge and some of the \"interesting\" proc functionality\nthat needs reworking or just has no place in kernel.  It requires no core\nkernel changes except the added scrub functions already posted.\n\nThe goal is to merge further functionality only after the core code is\naccepted and proven in the base kernel, and only at the point the upstream\nextras are really ready to merge.\n\nFrom: doug thompson \u003cnorsk5@xmission.com\u003e\n\n  This converts EDAC to sysfs and is the final chunk neccessary before EDAC\n  has a stable user space API and can be considered for submission into the\n  base kernel.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: doug thompson \u003cnorsk5@xmission.com\u003e\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2f768af73fea4c70f9046388a7ff648ad11f028e",
      "tree": "5b9b95b99a39bb46a1dfca6416f4d8c9d29be6ad",
      "parents": [
        "0d88a10e566d46bffc214c974e5cf5abe38d8da8"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Jan 18 17:44:12 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 18 19:20:31 2006 -0800"
      },
      "message": "[PATCH] EDAC: drivers for Radisys 82600\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0d88a10e566d46bffc214c974e5cf5abe38d8da8",
      "tree": "63a6c0ad4fbd33c192c2ed62808f0220364ba07e",
      "parents": [
        "806c35f5057a64d3061ee4e2b1023bf6f6d328e2"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Jan 18 17:44:10 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 18 19:20:31 2006 -0800"
      },
      "message": "[PATCH] EDAC: drivers for Intel i82860, i82875\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "806c35f5057a64d3061ee4e2b1023bf6f6d328e2",
      "tree": "89bc8ffd498475ca04a2760dabfd882e9de5e8b1",
      "parents": [
        "715b49ef2de6fcead0776d9349071670282faf65"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Jan 18 17:44:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 18 19:20:31 2006 -0800"
      },
      "message": "[PATCH] EDAC: drivers for AMD 76x and Intel E750x, E752x\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ]
}
