)]}'
{
  "commit": "f68e556e23d1a4176b563bcb25d8baf2c5313f91",
  "tree": "4c43c375dd0c608ed506953d80ebfedacca37161",
  "parents": [
    "23f347ef63aa36b5a001b6791f657cd0e2a04de3"
  ],
  "author": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Fri Apr 06 13:54:56 2012 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Fri Apr 06 13:54:56 2012 -0700"
  },
  "message": "Make the \"word-at-a-time\" helper functions more commonly usable\n\nI have a new optimized x86 \"strncpy_from_user()\" that will use these\nsame helper functions for all the same reasons the name lookup code uses\nthem.  This is preparation for that.\n\nThis moves them into an architecture-specific header file.  It\u0027s\narchitecture-specific for two reasons:\n\n - some of the functions are likely to want architecture-specific\n   implementations.  Even if the current code happens to be \"generic\" in\n   the sense that it should work on any little-endian machine, it\u0027s\n   likely that the \"multiply by a big constant and shift\" implementation\n   is less than optimal for an architecture that has a guaranteed fast\n   bit count instruction, for example.\n\n - I expect that if architectures like sparc want to start playing\n   around with this, we\u0027ll need to abstract out a few more details (in\n   particular the actual unaligned accesses).  So we\u0027re likely to have\n   more architecture-specific stuff if non-x86 architectures start using\n   this.\n\n   (and if it turns out that non-x86 architectures don\u0027t start using\n   this, then having it in an architecture-specific header is still the\n   right thing to do, of course)\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "6fe6767b7124aad25ac92ecd7dccd9a2fd2519ed",
      "new_mode": 33188,
      "new_path": "arch/x86/include/asm/word-at-a-time.h"
    },
    {
      "type": "modify",
      "old_id": "1898198abc3d10ed4126c73ab24035f0c796a877",
      "old_mode": 33188,
      "old_path": "fs/namei.c",
      "new_id": "0062dd17eb55d0f7bc365d0e06064cfb34d43449",
      "new_mode": 33188,
      "new_path": "fs/namei.c"
    }
  ]
}
