)]}'
{
  "log": [
    {
      "commit": "2f175074e6811974ee77ddeb026f4d21aa3eca4d",
      "tree": "845cb1cc70e52bef69b9848578be720ce3d34a2a",
      "parents": [
        "81d67439855a7f928d90965d832aa4f2fb677342"
      ],
      "author": {
        "name": "Sasha Levin",
        "email": "levinsasha928@gmail.com",
        "time": "Sun Jul 24 11:23:20 2011 +0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Jul 24 10:03:05 2011 -0700"
      },
      "message": "Documentation: Update augmented rbtree documentation\n\nCurrent documentation referred to the old method of handling augmented\ntrees.  Update documentation to correspond with the changes done in\ncommit b945d6b2554d (\"rbtree: Undo augmented trees performance damage\nand regression\").\n\nCc: Pekka Enberg \u003cpenberg@cs.helsinki.fi\u003e\nCc: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nAcked-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nSigned-off-by: Sasha Levin \u003clevinsasha928@gmail.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "17a9e7bbae178d1326e4631ab6350a272349c99d",
      "tree": "eaa63823d47367e5d6dea9f12b5a531237152e1f",
      "parents": [
        "02e031cbc843b010e72fcc05c76113c688b2860f"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Thu Nov 11 12:09:59 2010 +0100"
      },
      "committer": {
        "name": "Jens Axboe",
        "email": "jaxboe@fusionio.com",
        "time": "Thu Nov 11 12:09:59 2010 +0100"
      },
      "message": "Documentation: remove anticipatory scheduler info\n\nRemove anticipatory block I/O scheduler info from Documentation/\nsince the code has been deleted.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nReported-by: \"Robert P. J. Day\" \u003crpjday@crashcourse.ca\u003e\nCc: Jens Axboe \u003caxboe@kernel.dk\u003e\nSigned-off-by: Jens Axboe \u003cjaxboe@fusionio.com\u003e\n"
    },
    {
      "commit": "17d9ddc72fb8bba0d4f67868c9c612e472a594a9",
      "tree": "51c5e50f91eb060e346c129aa7403624934966d8",
      "parents": [
        "724e6d3fe8003c3f60bf404bf22e4e331327c596"
      ],
      "author": {
        "name": "Pallipadi, Venkatesh",
        "email": "venkatesh.pallipadi@intel.com",
        "time": "Wed Feb 10 15:23:44 2010 -0800"
      },
      "committer": {
        "name": "H. Peter Anvin",
        "email": "hpa@zytor.com",
        "time": "Thu Feb 18 15:40:56 2010 -0800"
      },
      "message": "rbtree: Add support for augmented rbtrees\n\nAdd support for augmented rbtrees in core rbtree code.\n\nThis will be used in subsequent patches, in x86 PAT code, which needs\ninterval trees to efficiently keep track of PAT ranges.\n\nSigned-off-by: Venkatesh Pallipadi \u003cvenkatesh.pallipadi@intel.com\u003e\nLKML-Reference: \u003c20100210232343.GA11465@linux-os.sc.intel.com\u003e\nSigned-off-by: Suresh Siddha \u003csuresh.b.siddha@intel.com\u003e\nSigned-off-by: H. Peter Anvin \u003chpa@zytor.com\u003e\n"
    },
    {
      "commit": "190342335c2a7939407d7391e5bb6c9ee39244eb",
      "tree": "5e944867e22deab67d16c76af4eaf14759cd5a57",
      "parents": [
        "5cdcd9d691a4810ec3f5ed6b49e2bb24871c6907"
      ],
      "author": {
        "name": "Wang Tinggong",
        "email": "wangtinggong@gmail.com",
        "time": "Thu May 14 11:00:20 2009 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Jun 12 18:01:47 2009 +0200"
      },
      "message": "trivial: rbtree.txt: fix rb_entry() parameters in sample code\n\nReviewed-by: WANG Cong \u003cxiyou.wangcong@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "27af1da4b58675d5c6bacf9b7de9c2746687d272",
      "tree": "04ba17bbf2799812e018dcadbb7c38bcf0c6c653",
      "parents": [
        "19f594600110377ec4037fdf7fb93a25ec516212"
      ],
      "author": {
        "name": "figo.zhang",
        "email": "figo.zhang@kolorific.com",
        "time": "Fri Apr 17 10:58:48 2009 +0800"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Jun 12 18:01:47 2009 +0200"
      },
      "message": "trivial: Documentation/rbtree.txt: cleanup kerneldoc of rbtree.txt\n\n The first formal parameter of the rb_link_node() is a pointer, and the\n \"node\" is define a data struct (pls see line 67 and line 73 in the\n doc), so the actual parameter should use \"\u0026data-\u003enode\".\n\nSigned-off-by: Figo.zhang \u003cfigo.zhang@kolorific.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "c742b53114f8d1535608dafb6a5690103a0748b5",
      "tree": "d03fd8f9456542b9c7b6dc39ba4a6ba4de198d9e",
      "parents": [
        "82ddcb040570411fc2d421d96b3e69711c670328"
      ],
      "author": {
        "name": "Rob Landley",
        "email": "rob@landley.net",
        "time": "Sat Feb 10 01:46:20 2007 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Feb 11 10:51:35 2007 -0800"
      },
      "message": "[PATCH] Documentation/rbtree.txt\n\nDocumentation for lib/rbtree.c.\n\nSigned-off-by: Rob Landley \u003crob@landley.net\u003e\nCc: \"Randy.Dunlap\" \u003crdunlap@xenotime.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ]
}
