1. 05 10月, 2009 14 次提交
  2. 04 10月, 2009 1 次提交
    • A
      target-i386: add RDTSCP support · 1b050077
      Andre Przywara 提交于
      RDTSCP reads the time stamp counter and atomically also the content
      of a 32-bit MSR, which can be freely set by the OS. This allows CPU
      local data to be queried by userspace.
      Linux uses this to allow a fast implementation of the getcpu()
      syscall, which uses the vsyscall page to avoid a context switch.
      AMD CPUs since K8RevF and Intel CPUs since Nehalem support this
      instruction.
      RDTSCP is guarded by the RDTSCP CPUID bit (Fn8000_0001:EDX[27]).
      Signed-off-by: NAndre Przywara <andre.przywara@amd.com>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      1b050077
  3. 28 8月, 2009 1 次提交
  4. 10 7月, 2009 1 次提交
  5. 03 7月, 2009 1 次提交
  6. 30 6月, 2009 1 次提交
  7. 22 5月, 2009 2 次提交
  8. 21 5月, 2009 1 次提交
  9. 22 4月, 2009 1 次提交
  10. 30 1月, 2009 1 次提交
  11. 19 11月, 2008 1 次提交
  12. 29 10月, 2008 1 次提交
  13. 03 10月, 2008 1 次提交
  14. 30 9月, 2008 1 次提交
  15. 26 9月, 2008 2 次提交
  16. 20 9月, 2008 1 次提交
  17. 02 7月, 2008 1 次提交
  18. 05 6月, 2008 1 次提交
  19. 05 5月, 2008 1 次提交
  20. 04 5月, 2008 1 次提交