)]}'
{
  "commit": "3b171672831b9633c2ed8fa94805255cd4d5af19",
  "tree": "42b64b8f45166e58347f32b4e0d381c888981542",
  "parents": [
    "b89ebd0b0a65d5371aa9ad98e873c4616056ca68"
  ],
  "author": {
    "name": "Dmitriy Zavin",
    "email": "dmitriyz@google.com",
    "time": "Tue Sep 26 10:52:42 2006 +0200"
  },
  "committer": {
    "name": "Andi Kleen",
    "email": "andi@basil.nowhere.org",
    "time": "Tue Sep 26 10:52:42 2006 +0200"
  },
  "message": "[PATCH] Add 64bit jiffies compares (for use with get_jiffies_64)\n\nThe current time_before/time_after macros will fail typechecks\nwhen passed u64 values (as returned by get_jiffies_64()). On 64bit\nsystems, this will just result in a warning about mismatching types\nwithout explicit casts, but since unsigned long and u64\n(unsigned long long) are of same size, it will still work.\nOn 32bit systems, a long is 32bits, so the value from get_jiffies_64()\nwill be truncated by the cast and thus lose all the precision gained by\n64bit jiffies.\n\nSigned-off-by: Dmitriy Zavin \u003cdmitriyz@google.com\u003e\nSigned-off-by: Andi Kleen \u003cak@suse.de\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "329ebcffa106801f012472e281840c4756382f9e",
      "old_mode": 33188,
      "old_path": "include/linux/jiffies.h",
      "new_id": "c8d5f207c3d4892cf23fc4ebd24b736b4023779a",
      "new_mode": 33188,
      "new_path": "include/linux/jiffies.h"
    }
  ]
}
