)]}'
{
  "log": [
    {
      "commit": "25c2d55c00c6097e6792ebf21e31342f23b9b768",
      "tree": "f63d9c8de76f636daf050684e537cd574082335c",
      "parents": [
        "32bd7eb5a7f4596c8440dd9440322fe9e686634d"
      ],
      "author": {
        "name": "Li Zefan",
        "email": "lizf@cn.fujitsu.com",
        "time": "Wed Mar 24 13:17:50 2010 +0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Apr 02 20:12:01 2010 +0200"
      },
      "message": "sched: Remove USER_SCHED from documentation\n\nUSER_SCHED has been removed, so update the documentation\naccordingly.\n\nSigned-off-by: Li Zefan \u003clizf@cn.fujitsu.com\u003e\nSigned-off-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nAcked-by: Serge E. Hallyn \u003cserue@us.ibm.com\u003e\nLKML-Reference: \u003c4BA9A07E.8070508@cn.fujitsu.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d4ec36bac3de39b7e10ec8f42fbdd20d9a9ed753",
      "tree": "95fd80b23eeca367cb2984d20ea9af2ca92359d4",
      "parents": [
        "c277331d5fbaae5772ed19862feefa91f4e477d3"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Sun Jun 21 12:32:39 2009 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sun Jun 21 13:12:46 2009 +0200"
      },
      "message": "sched: Documentation/sched-rt-group: Fix style issues \u0026 bump version\n\n- add missing closing bracket\n- fix two 80-chars issues (as the rest of the document adheres to it)\n- bump a reference to kernel version, so the document does not feel aged\n\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nCc: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nLKML-Reference: \u003c1245580359-4465-1-git-send-email-w.sang@pengutronix.de\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "19f594600110377ec4037fdf7fb93a25ec516212",
      "tree": "bf88707b65f0138b754d896300976e474098a50d",
      "parents": [
        "19af5cdb7c79ff5ec96a99893ffb7f894f4a3dc1"
      ],
      "author": {
        "name": "Matt LaPlante",
        "email": "kernel1@cyberdogtech.com",
        "time": "Mon Apr 27 15:06:31 2009 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Jun 12 18:01:47 2009 +0200"
      },
      "message": "trivial: Miscellaneous documentation typo fixes\n\nFix various typos in documentation txts.\n\nSigned-off-by: Matt LaPlante \u003ckernel1@cyberdogtech.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "f04d82b7e0c63d0251f9952a537a4bc4d73aa1a9",
      "tree": "de32c62ffd0051884fd5e157009fffe7c82fd7b0",
      "parents": [
        "294ae4011530d008c59c4fb9847738e39228821e"
      ],
      "author": {
        "name": "GeunSik Lim",
        "email": "leemgs1@gmail.com",
        "time": "Thu May 28 10:36:14 2009 +0900"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri May 29 16:21:09 2009 +0200"
      },
      "message": "sched: fix typo in sched-rt-group.txt file\n\nFix typo about static priority\u0027s range.\n\n    Kernel Space                     User Space\n    \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n      0(high) to  98(low)     user RT priority 99(high) to 1(low)\n                              with SCHED_RR or SCHED_FIFO\n    ---------------------------------------------------------------\n     99                       sched_priority is not used in scheduling\n                              decisions(it must be specified as 0)\n    ---------------------------------------------------------------\n    100(high) to 139(low)     user nice -20(high) to 19(low)\n    ---------------------------------------------------------------\n    140                       idle task priority\n    ---------------------------------------------------------------\n    * ref) http://www.kernel.org/doc/man-pages/online/pages/man2/sched_setscheduler.2.html\n\nSigned-off-by: GeunSik Lim \u003cgeunsik.lim@samsung.com\u003e\nCC: Steven Rostedt \u003crostedt@goodmis.org\u003e\nSigned-off-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nLKML-Reference: \u003cnew-submission\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "60aa605dfce2976e54fa76e805ab0f221372d4d9",
      "tree": "097a6ddd4127039f79e36a2e9100b653551d997d",
      "parents": [
        "6e29ec5701e9d44fa02b96c1c5c45f7516182b65"
      ],
      "author": {
        "name": "Peter Zijlstra",
        "email": "a.p.zijlstra@chello.nl",
        "time": "Tue May 05 17:50:21 2009 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue May 05 20:07:57 2009 +0200"
      },
      "message": "sched: rt: document the risk of small values in the bandwidth settings\n\nThomas noted that we should disallow sysctl_sched_rt_runtime \u003d\u003d 0 for\n(!RT_GROUP) since the root group always has some RT tasks in it.\n\nFurther, update the documentation to inspire clue.\n\n[ Impact: exclude corner-case sysctl_sched_rt_runtime value ]\n\nReported-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nLKML-Reference: \u003c20090505155436.863098054@chello.nl\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "21acb9caa2e30b100e9a1943d995bb99d40f4035",
      "tree": "0c09bde664cb75b0b5e27745628ab458e2472f60",
      "parents": [
        "6d5e147dd034d9ceedc89fe39f4284700944f0c8"
      ],
      "author": {
        "name": "Thadeu Lima de Souza Cascardo",
        "email": "cascardo@holoscopio.com",
        "time": "Wed Feb 04 10:12:08 2009 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Mar 30 15:22:02 2009 +0200"
      },
      "message": "trivial: fix where cgroup documentation is not correctly referred to\n\ncgroup documentation was moved to Documentation/cgroups/. There are some\nplaces that still refer to Documentation/controllers/,\nDocumentation/cgroups.txt and Documentation/cpusets.txt. Fix those.\n\nSigned-off-by: Thadeu Lima de Souza Cascardo \u003ccascardo@holoscopio.com\u003e\nReviewed-by: Li Zefan \u003clizf@cn.fujitsu.com\u003e\nAcked-by: Paul Menage \u003cmenage@google.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "72fd455ba54b5a02b9c74221b9ded8b1845b464a",
      "tree": "206f04500c9dffeede7a275228ef08cec9d43083",
      "parents": [
        "5512b3ece0cbb5024b83099963222700aa45f59e"
      ],
      "author": {
        "name": "Wang Chen",
        "email": "wangchen@cn.fujitsu.com",
        "time": "Mon Mar 02 13:55:14 2009 +0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Mar 02 12:02:52 2009 +0100"
      },
      "message": "sched, documentation: remove old O(1) scheduler document\n\nSince we don\u0027t have O(1) scheduler implementation anymore,\nremove the legacy doc.\n\nSigned-off-by: Wang Chen \u003cwangchen@cn.fujitsu.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "45ce80fb6b6f9594d1396d44dd7e7c02d596fef8",
      "tree": "2409270f7073c08329ac01c82df0509a264af48c",
      "parents": [
        "23964d2d02984d44aeb2d84d7ffb3359e728df43"
      ],
      "author": {
        "name": "Li Zefan",
        "email": "lizf@cn.fujitsu.com",
        "time": "Thu Jan 15 13:50:59 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 15 16:39:37 2009 -0800"
      },
      "message": "cgroups: consolidate cgroup documents\n\nMove Documentation/cpusets.txt and Documentation/controllers/* to\nDocumentation/cgroups/\n\nSigned-off-by: Li Zefan \u003clizf@cn.fujitsu.com\u003e\nAcked-by: KAMEZAWA Hiroyuki \u003ckamezawa.hiroyu@jp.fujitsu.com\u003e\nAcked-by: Balbir Singh \u003cbalbir@linux.vnet.ibm.com\u003e\nAcked-by: Paul Menage \u003cmenage@google.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a39b863342b8aba52390092be95db58f6ed56061",
      "tree": "a952625e9815c0a4d7fe9f85c33908068513429a",
      "parents": [
        "b0f4b285d7ed174804658539129a834270f4829a",
        "4e202284e6ac1695df3eb4a0e549ea78addfb663"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Dec 28 12:27:58 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Dec 28 12:27:58 2008 -0800"
      },
      "message": "Merge branch \u0027sched-core-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip\n\n* \u0027sched-core-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (31 commits)\n  sched: fix warning in fs/proc/base.c\n  schedstat: consolidate per-task cpu runtime stats\n  sched: use RCU variant of list traversal in for_each_leaf_rt_rq()\n  sched, cpuacct: export percpu cpuacct cgroup stats\n  sched, cpuacct: refactoring cpuusage_read / cpuusage_write\n  sched: optimize update_curr()\n  sched: fix wakeup preemption clock\n  sched: add missing arch_update_cpu_topology() call\n  sched: let arch_update_cpu_topology indicate if topology changed\n  sched: idle_balance() does not call load_balance_newidle()\n  sched: fix sd_parent_degenerate on non-numa smp machine\n  sched: add uid information to sched_debug for CONFIG_USER_SCHED\n  sched: move double_unlock_balance() higher\n  sched: update comment for move_task_off_dead_cpu\n  sched: fix inconsistency when redistribute per-cpu tg-\u003ecfs_rq shares\n  sched/rt: removed unneeded defintion\n  sched: add hierarchical accounting to cpu accounting controller\n  sched: include group statistics in /proc/sched_debug\n  sched: rename SCHED_NO_NO_OMIT_FRAME_POINTER \u003d\u003e SCHED_OMIT_FRAME_POINTER\n  sched: clean up SCHED_CPUMASK_ALLOC\n  ...\n"
    },
    {
      "commit": "94d6a5f7341ebaff53d4e41cc81fab37f0d9fbed",
      "tree": "07b4a016a50f1cc42c6295ec387a26d1a4481381",
      "parents": [
        "7657d90497f98426af17f0ac633a9b335bb7a8fb"
      ],
      "author": {
        "name": "Serge E. Hallyn",
        "email": "serue@us.ibm.com",
        "time": "Mon Dec 08 15:52:21 2008 -0600"
      },
      "committer": {
        "name": "James Morris",
        "email": "jmorris@namei.org",
        "time": "Tue Dec 09 09:25:53 2008 +1100"
      },
      "message": "user namespaces: document CFS behavior\n\nDocumented the currently bogus state of support for CFS user groups with\nuser namespaces.  In particular, all users in a user namespace should be\nchildren of the user which created the user namespace.  This is yet to\nbe implemented.\n\nSigned-off-by: Serge E. Hallyn \u003cserue@us.ibm.com\u003e\nAcked-by: Dhaval Giani \u003cdhaval@linux.vnet.ibm.com\u003e\n\nSigned-off-by: Serge E. Hallyn \u003cserue@us.ibm.com\u003e\nSigned-off-by: James Morris \u003cjmorris@namei.org\u003e\n"
    },
    {
      "commit": "90080bf4b803efbc9b9cd3a7ed1639f1e036238e",
      "tree": "0bcc049e0f59bf29312037c0d045f39b424d9d8c",
      "parents": [
        "faa2f98f856e89d1afb6e4a91707284d242e816e"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Tue Nov 04 14:37:25 2008 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Nov 06 09:02:15 2008 +0100"
      },
      "message": "sched, documentation: update scheduler header file paths\n\nImpact: update documentation\n\nUpdate Documentation/scheduler/ files to reflect changed header files locations.\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "a0e5ebdc1d16871222f9815f5066e4ca47e368fa",
      "tree": "d3d651b35da37b0aff4530c9911c94853848c4c1",
      "parents": [
        "a9cf4ddb3b2ce03c3027929b22a920aeff933009"
      ],
      "author": {
        "name": "Li Zefan",
        "email": "lizf@cn.fujitsu.com",
        "time": "Thu Oct 30 15:23:39 2008 +0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Oct 30 11:37:58 2008 +0100"
      },
      "message": "sched: remove sched-design.txt from 00-INDEX\n\nImpact: remove stale documentation reference\n\nsched-design.txt has been removed.\n\nSigned-off-by: Li Zefan \u003clizf@cn.fujitsu.com\u003e\nAcked-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "4078e359c4688541a0093fde0dff35dc7190c4f5",
      "tree": "64e9d91e67b3031820ad73ef4e91bfed529d89f2",
      "parents": [
        "3f3a490480d8ab96e0fe30a41f80f14e6a0c579d"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Oct 27 17:41:58 2008 +0100"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Oct 27 18:49:19 2008 +0100"
      },
      "message": "sched: fix documentation reference for sched_min_granularity_ns\n\nImpact: documentation fix\n\nsched-design-CFS.txt wrongly references sched_granularity_ns sysctl,\nas its name in fact is sched_min_granularity_ns.\n\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\nAcked-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "1a73ef6ac3f4b44abc9d1875eb9240d7524a7cf7",
      "tree": "b00508544fc5e25daf3ae7adecfc054151efa4ab",
      "parents": [
        "006c75f146e58e080d2b2725a6664f71886e112b"
      ],
      "author": {
        "name": "Martin Steigerwald",
        "email": "ms@teamix.de",
        "time": "Tue Sep 23 13:48:44 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Sep 23 13:49:44 2008 +0200"
      },
      "message": "CFS scheduler: documentation about scheduling policies\n\nThe documentation about the CFS scheduler is scarse when it comes to\nscheduling policies. This patch adds a chapter about the scheduling\npolicies it supports. Peter Zijlstra provided most of the information\nfor it in\n\nhttp://marc.info/?l\u003dlinux-kernel\u0026m\u003d122210038326356\u0026w\u003d2\n\nSigned-off-by: Martin Steigerwald \u003cms@teamix.de\u003e\nAcked-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f58e2c33ffa31b8d4a71609a5e71e8d893574a07",
      "tree": "13fc7ba60ffb1f406a32b2e87d28f00d35c03957",
      "parents": [
        "3fb669dd6ec11e14819c0114a0e68a9ddcec65e1"
      ],
      "author": {
        "name": "Claudio Scordino",
        "email": "claudio@evidence.eu.com",
        "time": "Wed Aug 20 15:18:45 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Aug 21 08:17:24 2008 +0200"
      },
      "message": "sched: new documentation about CFS\n\nRewrite of the CFS documentation - because the old one was sorely\nout-dated.\n\nSigned-off-by: Claudio Scordino \u003cclaudio@evidence.eu.com\u003e\nAcked-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "f7d62364b2cef85cbcd4feffdd3632ef7c3b61c2",
      "tree": "72fe1468e67203a096368fde06c388b638b74d75",
      "parents": [
        "f9e8e07e074a880e110922759dcdb369fecdf07c"
      ],
      "author": {
        "name": "Hiroshi Shimamoto",
        "email": "h-shimamoto@ct.jp.nec.com",
        "time": "Tue Jun 10 20:29:19 2008 -0700"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Jun 18 12:34:15 2008 +0200"
      },
      "message": "sched: fix typo in Documentation/scheduler/sched-rt-group.txt\n\nFix minor typos.\n\nSigned-off-by: Hiroshi Shimamoto \u003ch-shimamoto@ct.jp.nec.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "e29c98d12b3f02d6ac711c60b4a5f8a46d1cf19b",
      "tree": "6c310ec5baee472762bcb637084180aedf3f0673",
      "parents": [
        "6d6bc0ad867c46896d0994bb039e7550ecb9b51d"
      ],
      "author": {
        "name": "Gautham R Shenoy",
        "email": "ego@in.ibm.com",
        "time": "Thu May 29 12:36:18 2008 +0530"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Jun 06 15:19:39 2008 +0200"
      },
      "message": "sched: update the sched-domains debug documentation\n\nSCHED_DOMAIN_DEBUG mentioned in the Documentation for sched-domains\nfor enabling sched-domains debugging doesn\u0027t exist anymore.\n\nUpdate the documentation to reflect the correct way of enabling\nsched-domain debugging.\n\nSigned-off-by: Gautham R Shenoy \u003cego@in.ibm.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "733a0771df46af942b8355cd8bb15780106b4353",
      "tree": "a902806b67e54bce88591ab22e7bd17c60655fa7",
      "parents": [
        "2abdad0a4cd8f9413f778cc998e0ee7d60b28417"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Apr 28 14:05:18 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon May 05 23:56:17 2008 +0200"
      },
      "message": "sched: remove old sched doc\n\nFabio Checconi noticed that Documentation/scheduler/sched-design.txt was\na stale copy of the old scheduler. Remove it.\n\nReported-by: Fabio Checconi \u003cfabio@gandalf.sssup.it\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "b9b158fe1ca2c166ff918de30cb098eafcae487a",
      "tree": "4320cfc00f7910444061479f652d0f94787b7c31",
      "parents": [
        "c24b7c524421f9ea9d9ebab55f80cfb1f3fb77a3"
      ],
      "author": {
        "name": "Viktor Radnai",
        "email": "viktor.radnai@gmail.com",
        "time": "Sat Apr 19 19:45:01 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sat Apr 19 19:45:01 2008 +0200"
      },
      "message": "sched: better rt-group documentation\n\nViktor was nice enough to enhance the document based on my replies to\nhis questions on the subject.\n\nSigned-off-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "d396c5f158547e50c2b78bc984cb4a72d76e969b",
      "tree": "78c971a29d215d0102252ddc014f5e3ee2415a5d",
      "parents": [
        "8bcd1cc293f4e76edbfd8f422770c80a018b82d9"
      ],
      "author": {
        "name": "J. Bruce Fields",
        "email": "bfields@citi.umich.edu",
        "time": "Mon Apr 07 16:39:38 2008 -0400"
      },
      "committer": {
        "name": "Jonathan Corbet",
        "email": "corbet@lwn.net",
        "time": "Fri Apr 11 13:21:03 2008 -0600"
      },
      "message": "Move sched-rt-group.txt to scheduler/\n\nSigned-off-by: J. Bruce Fields \u003cbfields@citi.umich.edu\u003e\nSigned-off-by: Jonathan Corbet \u003ccorbet@lwn.net\u003e\n"
    },
    {
      "commit": "9afa802ff568d935dab33dd207dc25d9849f35d4",
      "tree": "156cbfb584db308888ec6325f1a4b7fbfa33009a",
      "parents": [
        "60fdd931d577fcca351930fda4cde26ce07d35af"
      ],
      "author": {
        "name": "Masatake YAMATO",
        "email": "yamato@redhat.com",
        "time": "Mon Mar 10 11:43:43 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Mar 10 18:01:19 2008 -0700"
      },
      "message": "Typo in Documentation/scheduler/sched-stats.txt\n\nI have found a very small typo in Documentation/scheduler/sched-stats.txt.\nSee the end of this mail.\n\nSigned-off-by: Masatake YAMATO \u003cyamato@redhat.com\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9b8eae7248dad42091204f83ed3448e661456af1",
      "tree": "1e300d41f8aaa9c258c179024ba63799a79f5a6f",
      "parents": [
        "d3cf91d0e201962a6367191e5926f5b0920b0339"
      ],
      "author": {
        "name": "J. Bruce Fields",
        "email": "bfields@citi.umich.edu",
        "time": "Thu Feb 07 00:13:37 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Feb 07 08:42:17 2008 -0800"
      },
      "message": "Documentation: create new scheduler/ subdirectory\n\nThe top-level Documentation/ directory is unmanageably large, so we\nshould take any obvious opportunities to move stuff into subdirectories.\nThese sched-*.txt files seem an obvious easy case.\n\nSigned-off-by: J. Bruce Fields \u003cbfields@citi.umich.edu\u003e\nCc: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ]
}
