)]}'
{
  "commit": "83cd4fe27ad8446619b2e030b171b858501de87d",
  "tree": "81c7d26f4f00139ae355017239371d91cc4b2aef",
  "parents": [
    "fdf3e95d3916f18bf8703fb065499fdbc4dfe34c"
  ],
  "author": {
    "name": "Venkatesh Pallipadi",
    "email": "venki@google.com",
    "time": "Fri May 21 17:09:41 2010 -0700"
  },
  "committer": {
    "name": "Ingo Molnar",
    "email": "mingo@elte.hu",
    "time": "Wed Jun 09 10:34:52 2010 +0200"
  },
  "message": "sched: Change nohz idle load balancing logic to push model\n\nIn the new push model, all idle CPUs indeed go into nohz mode. There is\nstill the concept of idle load balancer (performing the load balancing\non behalf of all the idle cpu\u0027s in the system). Busy CPU kicks the nohz\nbalancer when any of the nohz CPUs need idle load balancing.\nThe kickee CPU does the idle load balancing on behalf of all idle CPUs\ninstead of the normal idle balance.\n\nThis addresses the below two problems with the current nohz ilb logic:\n* the idle load balancer continued to have periodic ticks during idle and\n  wokeup frequently, even though it did not have any rebalancing to do on\n  behalf of any of the idle CPUs.\n* On x86 and CPUs that have APIC timer stoppage on idle CPUs, this\n  periodic wakeup can result in a periodic additional interrupt on a CPU\n  doing the timer broadcast.\n\nAlso currently we are migrating the unpinned timers from an idle to the cpu\ndoing idle load balancing (when all the cpus in the system are idle,\nthere is no idle load balancing cpu and timers get added to the same idle cpu\nwhere the request was made. So the existing optimization works only on semi idle\nsystem).\n\nAnd In semi idle system, we no longer have periodic ticks on the idle load\nbalancer CPU. Using that cpu will add more delays to the timers than intended\n(as that cpu\u0027s timer base may not be uptodate wrt jiffies etc). This was\ncausing mysterious slowdowns during boot etc.\n\nFor now, in the semi idle case, use the nearest busy cpu for migrating timers\nfrom an idle cpu.  This is good for power-savings anyway.\n\nSigned-off-by: Venkatesh Pallipadi \u003cvenki@google.com\u003e\nSigned-off-by: Suresh Siddha \u003csuresh.b.siddha@intel.com\u003e\nSigned-off-by: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nLKML-Reference: \u003c1274486981.2840.46.camel@sbs-t61.sc.intel.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c2d4316a04bb156734df4b7ef5d7b1261a606a5b",
      "old_mode": 33188,
      "old_path": "include/linux/sched.h",
      "new_id": "a3e5b1cd04381f44a6d56301baf4f3a7eecb2cd9",
      "new_mode": 33188,
      "new_path": "include/linux/sched.h"
    },
    {
      "type": "modify",
      "old_id": "5c69e996bd0f0fcba57586800924b8d2989cda1b",
      "old_mode": 33188,
      "old_path": "kernel/hrtimer.c",
      "new_id": "e934339fbbef1cb6acdfb17899e50e539059d0b4",
      "new_mode": 33188,
      "new_path": "kernel/hrtimer.c"
    },
    {
      "type": "modify",
      "old_id": "a757f6b11cbd2e278c3a82d86310ea5319c98ba3",
      "old_mode": 33188,
      "old_path": "kernel/sched.c",
      "new_id": "132950b33dde5603a9e585882d97913212cb6bd2",
      "new_mode": 33188,
      "new_path": "kernel/sched.c"
    },
    {
      "type": "modify",
      "old_id": "22b8b4f2b61658dac6b94bb358b9d6275bb22fd8",
      "old_mode": 33188,
      "old_path": "kernel/sched_fair.c",
      "new_id": "6ee2e0af665b70171b88f6e8b1e1dace0337f052",
      "new_mode": 33188,
      "new_path": "kernel/sched_fair.c"
    },
    {
      "type": "modify",
      "old_id": "1d7b9bc1c0340e8deccbc5df1418fd71889d837d",
      "old_mode": 33188,
      "old_path": "kernel/time/tick-sched.c",
      "new_id": "5f171f04ab009756879abed192029190483ffa3e",
      "new_mode": 33188,
      "new_path": "kernel/time/tick-sched.c"
    },
    {
      "type": "modify",
      "old_id": "ee305c8d4e18eb038a54f0f9aea8eb2f353b1f44",
      "old_mode": 33188,
      "old_path": "kernel/timer.c",
      "new_id": "48d6aec0789cb238b358a9b727eca1f1a3679a13",
      "new_mode": 33188,
      "new_path": "kernel/timer.c"
    }
  ]
}
