)]}'
{
  "commit": "f43804bf5f9ae1e60077c5f22aee5fdfe4f09837",
  "tree": "61e2dcaef0ab774d5cd68a89859f569d54fa7f78",
  "parents": [
    "a403d930c58eb8448f81fa90c125ac36dc8ef89d"
  ],
  "author": {
    "name": "Akinobu Mita",
    "email": "akinobu.mita@gmail.com",
    "time": "Fri Mar 23 15:02:14 2012 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Fri Mar 23 16:58:35 2012 -0700"
  },
  "message": "string: memchr_inv() speed improvements\n\n- Generate a 64-bit pattern more efficiently\n\nmemchr_inv needs to generate a 64-bit pattern filled with a target\ncharacter.  The operation can be done by more efficient way.\n\n- Don\u0027t call the slow check_bytes() if the memory area is 64-bit aligned\n\nmemchr_inv compares contiguous 64-bit words with the 64-bit pattern as\nmuch as possible.  The outside of the region is checked by check_bytes()\nthat scans for each byte.  Unfortunately, the first 64-bit word is\nunexpectedly scanned by check_bytes() even if the memory area is aligned\nto a 64-bit boundary.\n\nBoth changes were originally suggested by Eric Dumazet.\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSuggested-by: Eric Dumazet \u003ceric.dumazet@gmail.com\u003e\nCc: Brian Norris \u003ccomputersforpeace@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "dc4a86341f914f0c26b92977d6f99dcc4df482c2",
      "old_mode": 33188,
      "old_path": "lib/string.c",
      "new_id": "3a03782720c8b91c14269548f1debe3ab0191cac",
      "new_mode": 33188,
      "new_path": "lib/string.c"
    }
  ]
}
