1. 03 8月, 2015 13 次提交
  2. 21 7月, 2015 1 次提交
  3. 07 7月, 2015 5 次提交
  4. 06 7月, 2015 1 次提交
  5. 04 7月, 2015 5 次提交
  6. 03 7月, 2015 1 次提交
  7. 01 7月, 2015 8 次提交
  8. 28 6月, 2015 2 次提交
  9. 27 6月, 2015 1 次提交
    • T
      timer: Fix hotplug regression · 24bfcb10
      Thomas Gleixner 提交于
      The recent timer wheel rework removed the get/put_cpu_var() pair in
      the hotplug migration code, which results in:
      
      BUG: using smp_processor_id() in preemptible [00000000] code: hib.sh/2845
      ...
      [<ffffffff810d4fa3>] timer_cpu_notify+0x53/0x12
      
      That hunk is a leftover from an earlier iteration and went unnoticed
      so far.
      
      Restore the previous code which was obviously correct.
      
      Fixes: 0eeda71b 'timer: Replace timer base by a cpu index'
      Reported-and_tested-by: Borislav Petkov <bp@alien8.de>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      24bfcb10
  10. 26 6月, 2015 3 次提交