1. 23 1月, 2009 1 次提交
  2. 20 1月, 2009 1 次提交
  3. 17 1月, 2009 1 次提交
  4. 16 1月, 2009 1 次提交
  5. 15 1月, 2009 2 次提交
  6. 13 1月, 2009 1 次提交
  7. 04 1月, 2009 2 次提交
  8. 31 12月, 2008 1 次提交
  9. 27 12月, 2008 1 次提交
  10. 24 12月, 2008 1 次提交
    • Y
      x86: fix lguest used_vectors breakage, -v2 · b77b881f
      Yinghai Lu 提交于
      Impact: fix lguest, clean up
      
      32-bit lguest used used_vectors to record vectors, but that model of
      allocating vectors changed and got broken, after we changed vector
      allocation to a per_cpu array.
      
      Try enable that for 64bit, and the array is used for all vectors that
      are not managed by vector_irq per_cpu array.
      
      Also kill system_vectors[], that is now a duplication of the
      used_vectors bitmap.
      
      [ merged in cpus4096 due to io_apic.c cpumask changes. ]
      [ -v2, fix build failure ]
      Signed-off-by: NYinghai Lu <yinghai@kernel.org>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      b77b881f
  11. 23 12月, 2008 1 次提交
  12. 18 12月, 2008 1 次提交
  13. 17 12月, 2008 3 次提交
  14. 13 12月, 2008 1 次提交
  15. 12 12月, 2008 3 次提交
  16. 08 12月, 2008 1 次提交
    • I
      performance counters: x86 support · 241771ef
      Ingo Molnar 提交于
      Implement performance counters for x86 Intel CPUs.
      
      It's simplified right now: the PERFMON CPU feature is assumed,
      which is available in Core2 and later Intel CPUs.
      
      The design is flexible to be extended to more CPU types as well.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      241771ef
  17. 01 12月, 2008 1 次提交
  18. 11 11月, 2008 1 次提交
  19. 10 11月, 2008 2 次提交
  20. 16 10月, 2008 14 次提交