)]}'
{
  "log": [
    {
      "commit": "24cd7fd0eaa0d9f5e197ff77a83b006a86696068",
      "tree": "9dc9c058272951fa0e3d45dce111ef946ec4f59a",
      "parents": [
        "c13f3757d0fcdcc2b7fc5d5e38da76b8913e6648"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paul.mckenney@linaro.org",
        "time": "Fri Jan 20 17:35:55 2012 -0800"
      },
      "committer": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Tue Feb 21 09:03:52 2012 -0800"
      },
      "message": "rcu: Update stall-warning documentation\n\nAdd documentation of CONFIG_RCU_CPU_STALL_VERBOSE, CONFIG_RCU_CPU_STALL_INFO,\nand RCU_STALL_DELAY_DELTA.  Describe multiple stall-warning messages from\na single stall, and the timing of the subsequent messages.  Add headings.\nRemove RCU_SECONDS_TILL_STALL_RECHECK because this value is now computed\nat runtime from RCU_CPU_STALL_TIMEOUT, so that sysfs changes to the timeout\nvalue now directly affect the RCU_SECONDS_TILL_STALL_RECHECK value.\n\nSigned-off-by: Paul E. McKenney \u003cpaul.mckenney@linaro.org\u003e\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "9ceae0e248fb553c702d51d5275167d462f4efd2",
      "tree": "f7ac3ac7d70cea2bf1db11b4065a357d9dca9d30",
      "parents": [
        "0c53dd8b31404c1d7fd15be8f065ebaec615a562"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Thu Nov 03 13:43:24 2011 -0700"
      },
      "committer": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Sun Dec 11 10:31:41 2011 -0800"
      },
      "message": "rcu: Add documentation for raw SRCU read-side primitives\n\nUpdate various files in Documentation/RCU to reflect srcu_read_lock_raw()\nand srcu_read_unlock_raw().  Credit to Peter Zijlstra for suggesting\nuse of the existing _raw suffix instead of the earlier bulkref names.\n\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "2c01531f08f8ba663a20d8472a3032f6df133b6e",
      "tree": "3a6c5ce1fc95258e5431968a0011f6e80f3c431e",
      "parents": [
        "91afaf300269aa99a4d646969b3258b74294ac4d"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Sun Oct 02 17:21:18 2011 -0700"
      },
      "committer": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Sun Dec 11 10:31:26 2011 -0800"
      },
      "message": "rcu: Document failing tick as cause of RCU CPU stall warning\n\nOne of lclaudio\u0027s systems was seeing RCU CPU stall warnings from idle.\nThese turned out to be caused by a bug that stopped scheduling-clock\ntick interrupts from being sent to a given CPU for several hundred seconds.\nThis commit therefore updates the documentation to call this out as a\npossible cause for RCU CPU stall warnings.\n\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\nReviewed-by: Josh Triplett \u003cjosh@joshtriplett.org\u003e\n"
    },
    {
      "commit": "a00e0d714fbded07a7a2254391ce9ed5a5cb9d82",
      "tree": "7c213dbf1e2561655d07749b6d689027460fb8cc",
      "parents": [
        "0ee5623f9a6e52df90a78bd21179f8ab370e102e"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Tue Feb 08 17:14:39 2011 -0800"
      },
      "committer": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Thu May 05 23:16:54 2011 -0700"
      },
      "message": "rcu: Remove conditional compilation for RCU CPU stall warnings\n\nThe RCU CPU stall warnings can now be controlled using the\nrcu_cpu_stall_suppress boot-time parameter or via the same parameter\nfrom sysfs.  There is therefore no longer any reason to have\nkernel config parameters for this feature.  This commit therefore\nremoves the RCU_CPU_STALL_DETECTOR and RCU_CPU_STALL_DETECTOR_RUNNABLE\nkernel config parameters.  The RCU_CPU_STALL_TIMEOUT parameter remains\nto allow the timeout to be tuned and the RCU_CPU_STALL_VERBOSE parameter\nremains to allow task-stall information to be suppressed if desired.\n\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\nReviewed-by: Josh Triplett \u003cjosh@joshtriplett.org\u003e\n"
    },
    {
      "commit": "2c96c7751d2bb822542b03ddfaca70933f5aaf02",
      "tree": "9bdb922d816db6bcfdc92e048167007af9006df0",
      "parents": [
        "a6b9b4d50f492630443b38404d1f436b3b748c14"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Mon Aug 23 16:34:02 2010 -0700"
      },
      "committer": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Mon Aug 23 16:34:02 2010 -0700"
      },
      "message": "rcu: upgrade stallwarn.txt documentation for CPU-bound RT processes\n\nCPU-bound real-time processes can cause RCU CPU stall warnings, and\nmuch other trouble as well.  Document the fact that they can cause\nRCU CPU stall warnings.\n\nSuggested-by: Darren Hart \u003cdvhltc@us.ibm.com\u003e\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "f1d507beeab1d1d60a1c58eac7dc81522c6f4629",
      "tree": "aefa7266289ebc492efd11fee2d154390df12b6a",
      "parents": [
        "d21670acab9fcb4bc74a40b68a6941059234c55c"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Thu Apr 15 15:49:46 2010 -0700"
      },
      "committer": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Mon May 10 11:08:35 2010 -0700"
      },
      "message": "rcu: improve the RCU CPU-stall warning documentation\n\nThe existing Documentation/RCU/stallwarn.txt has proven unhelpful, so\nrework it a bit.  In particular, show how to interpret the stall-warning\nmessages.\n\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "4c54005ca438a8b46dd542b497d4f0dc2ca375e8",
      "tree": "4274fb9dcbd94480b93fecefcf83969db53461ba",
      "parents": [
        "b6407e863934965cdc66cbc244d811ceeb6f4d77"
      ],
      "author": {
        "name": "Paul E. McKenney",
        "email": "paulmck@linux.vnet.ibm.com",
        "time": "Thu Jan 14 16:10:57 2010 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sat Jan 16 10:25:22 2010 +0100"
      },
      "message": "rcu: 1Q2010 update for RCU documentation\n\nAdd expedited functions.  Review documentation and update\nobsolete verbiage.  Also fix the advice for the RCU CPU-stall\nkernel configuration parameter, and document RCU CPU-stall\nwarnings.\n\nSigned-off-by: Paul E. McKenney \u003cpaulmck@linux.vnet.ibm.com\u003e\nCc: laijs@cn.fujitsu.com\nCc: dipankar@in.ibm.com\nCc: mathieu.desnoyers@polymtl.ca\nCc: josh@joshtriplett.org\nCc: dvhltc@us.ibm.com\nCc: niv@us.ibm.com\nCc: peterz@infradead.org\nCc: rostedt@goodmis.org\nCc: Valdis.Kletnieks@vt.edu\nCc: dhowells@redhat.com\nLKML-Reference: \u003c12635142581866-git-send-email-\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    }
  ]
}
