1. 15 10月, 2007 17 次提交
  2. 05 9月, 2007 1 次提交
  3. 23 8月, 2007 1 次提交
    • I
      sched: sched_clock_idle_[sleep|wakeup]_event() · 2aa44d05
      Ingo Molnar 提交于
      construct a more or less wall-clock time out of sched_clock(), by
      using ACPI-idle's existing knowledge about how much time we spent
      idling. This allows the rq clock to work around TSC-stops-in-C2,
      TSC-gets-corrupted-in-C3 type of problems.
      
      ( Besides the scheduler's statistics this also benefits blktrace and
        printk-timestamps as well. )
      
      Furthermore, the precise before-C2/C3-sleep and after-C2/C3-wakeup
      callbacks allow the scheduler to get out the most of the period where
      the CPU has a reliable TSC. This results in slightly more precise
      task statistics.
      
      the ACPI bits were acked by Len.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Acked-by: NLen Brown <len.brown@intel.com>
      2aa44d05
  4. 11 8月, 2007 1 次提交
  5. 09 8月, 2007 2 次提交
  6. 07 8月, 2007 1 次提交
  7. 02 8月, 2007 1 次提交
    • I
      [PATCH] sched: reduce debug code · 6cfb0d5d
      Ingo Molnar 提交于
      move the rest of the debugging/instrumentation code to under
      CONFIG_SCHEDSTATS too. This reduces code size and speeds code up:
      
          text    data     bss     dec     hex filename
         33044    4122      28   37194    914a sched.o.before
         32708    4122      28   36858    8ffa sched.o.after
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      6cfb0d5d
  8. 01 8月, 2007 1 次提交
  9. 26 7月, 2007 1 次提交
  10. 14 7月, 2007 1 次提交
  11. 10 7月, 2007 1 次提交