)]}'
{
  "commit": "b7b20df91d43d5e59578b8fc16e895c0c8cbd9b5",
  "tree": "9ad1a2347264db548a161575080ed3bdc32f6d51",
  "parents": [
    "d5b7c78e975302a1bab28263266c39ecb71acad4"
  ],
  "author": {
    "name": "Hidetoshi Seto",
    "email": "seto.hidetoshi@jp.fujitsu.com",
    "time": "Thu Nov 26 14:49:27 2009 +0900"
  },
  "committer": {
    "name": "Ingo Molnar",
    "email": "mingo@elte.hu",
    "time": "Thu Nov 26 12:59:20 2009 +0100"
  },
  "message": "sched, time: Define nsecs_to_jiffies()\n\nUse of msecs_to_jiffies() for nsecs_to_cputime() have some\nproblems:\n\n - The type of msecs_to_jiffies()\u0027s argument is unsigned int, so\n   it cannot convert msecs greater than UINT_MAX \u003d about 49.7 days.\n\n - msecs_to_jiffies() returns MAX_JIFFY_OFFSET if MSB of argument\n   is set, assuming that input was negative value.  So it cannot\n   convert msecs greater than INT_MAX \u003d about 24.8 days too.\n\nThis patch defines a new function nsecs_to_jiffies() that can\ndeal greater values, and that can deal all incoming values as\nunsigned.\n\nSigned-off-by: Hidetoshi Seto \u003cseto.hidetoshi@jp.fujitsu.com\u003e\nAcked-by: Peter Zijlstra \u003cpeterz@infradead.org\u003e\nCc: Stanislaw Gruszka \u003csgruszka@redhat.com\u003e\nCc: Spencer Candland \u003cspencer@bluehost.com\u003e\nCc: Oleg Nesterov \u003coleg@redhat.com\u003e\nCc: Balbir Singh \u003cbalbir@in.ibm.com\u003e\nCc: Amrico Wang \u003cxiyou.wangcong@gmail.com\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: John Stultz \u003cjohnstul@linux.vnet.ibm.com\u003e\nLKML-Reference: \u003c4B0E16E7.5070307@jp.fujitsu.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "1a9cf78bfce545fe2495fa5fe248297fc038d6ce",
      "old_mode": 33188,
      "old_path": "include/linux/jiffies.h",
      "new_id": "6811f4bfc6e7a3ea8c8ab3c59d7f3e9606f07844",
      "new_mode": 33188,
      "new_path": "include/linux/jiffies.h"
    },
    {
      "type": "modify",
      "old_id": "82251c21f785f07b97760261ae3cd06db5c90e2a",
      "old_mode": 33188,
      "old_path": "kernel/sched.c",
      "new_id": "b3d4e2be95aa2c875ca4c7779763267e16f6caaa",
      "new_mode": 33188,
      "new_path": "kernel/sched.c"
    },
    {
      "type": "modify",
      "old_id": "2e2e469a7fecea49ea9124eaedf5b025075d789e",
      "old_mode": 33188,
      "old_path": "kernel/time.c",
      "new_id": "804798005d19846d449fcb5b2b81439135c6c62a",
      "new_mode": 33188,
      "new_path": "kernel/time.c"
    }
  ]
}
