1. bbc1f06 fio: fix cycles_start build issue by Christian Ehrhardt · 9 years ago
  2. 7085a95 Add missing pre-defined ARM arch compiler macro by Raphael Silva · 9 years ago
  3. f8d8d80 fio: Eliminate compilation warning in ppc by Sumanth K · 10 years ago
  4. 6bc3037 Add aarch64 support. by Doug Kwan · 10 years ago
  5. 81795ce fio: fix s390 timing for older machines/binutils by Christian Ehrhardt · 10 years ago
  6. 1cffeb6 fio: fix s390 nop by Christian Ehrhardt · 10 years ago
  7. 919e789 fio: fix s390 time accounting by Christian Ehrhardt · 10 years ago
  8. 81fa6e0 Fix early termination of cpu id string by Jens Axboe · 10 years ago
  9. 2d60ad8 cpuid: Null terminate x86 CPU string. by Sitsofe Wheeler · 10 years ago
  10. 8afbf87 Fix bad asm constrants for x86-64 cpuid() by Jens Axboe · 11 years ago
  11. ddc0cc3 ppc: disable CPU clock until we can detect whether we have it or not by Jens Axboe · 11 years ago
  12. 9ddf943 arch-ppc.h: Fix typo in header guard by Akash Verma · 11 years ago
  13. d2d982d powerpc: disable use of ATBU clock by Jens Axboe · 11 years ago
  14. 6a79a4c Move __NR_shm* syscall numbers to x86-64 where they belong by Jens Axboe · 11 years ago
  15. 2d3b79c ARM: Use generic assembly nop and barrier code for armv6 by Otavio Salvador · 11 years ago
  16. 6b13c71 x86: fixup cpuid for some odd (android) 32-bit variants by Jens Axboe · 11 years ago
  17. a415b2c android: add shm syscalls and fix ioprio definitions by Aaron Carroll · 11 years ago
  18. f2dc46a powerpc: use mfspr for Time Base Register reads by Steven Noonan · 11 years ago
  19. 6244334 powerpc: harden the clock ATB probe a bit by Jens Axboe · 11 years ago
  20. 4247d1a powerpc: use ATB clock, if it's available by Jens Axboe · 11 years ago
  21. d93904c Fixup ia64 32-bit register clock cycle read by Jens Axboe · 11 years ago
  22. 6eb9d1b Fix x86 32-bit wrong variable type for rdtsc by Jens Axboe · 11 years ago
  23. 7189c96 gettime: fixup AMD constant TSC detection by Jens Axboe · 11 years ago
  24. 67bf982 Add configure script by Jens Axboe · 11 years ago
  25. 15cf40b implement get_cpu_clock() for s390/s390x by Dan Horák · 11 years ago
  26. 6cd9493 Include <stdint.h> before checking __WORDSIZE by Jens Axboe · 11 years ago
  27. d20b2ca Add return statements to arch_init functions for ia64 and ppc. by Bruce Cran · 11 years ago
  28. 267339f Fixup CPUID for 32-bit x86 by Jens Axboe · 11 years ago
  29. 1b745f5 Define TSC arch_init() for PPC and IA64 by Jens Axboe · 11 years ago
  30. fa80fea Add check for invariant TSC on x86 and use TSC is default clock if reliable by Jens Axboe · 11 years ago
  31. 5499f7f Add missing arch_mips by Jens Axboe · 12 years ago
  32. cca8464 Pass arch/os in probe by Jens Axboe · 13 years ago
  33. 5f739e0 Fix compile on environment of SuperH by Nobuhiro Iwamatsu · 13 years ago
  34. d3cc4eb Make SH port work for packagers that don't differentiate between SH4 and SH4A by Jens Axboe · 13 years ago
  35. 0ce8b11 Fix end-of-job slowdown for random IO with a random map by Jens Axboe · 13 years ago
  36. 2f68124 A few fixes for 32-bit compiles by Jens Axboe · 14 years ago
  37. 2995607 Bad indentation by Jens Axboe · 14 years ago
  38. 5f39d8f Add get_cpu_clock() for powerpc by Cigy Cyriac · 14 years ago
  39. ab48004 Add IA64 support for CPU clock by Jens Axboe · 14 years ago
  40. c223da8 Add support for specific clock sources by Jens Axboe · 14 years ago
  41. eef16f3 Make ARMv7 build and work by Jens Axboe · 14 years ago
  42. 85a8631 PA-RISC support by Jens Axboe · 14 years ago
  43. e0c4a46 Fix barrier for sh4a by Jens Axboe · 14 years ago
  44. c4d8710 Fix sh4 typo by Jens Axboe · 14 years ago
  45. 29721c9 sh4 support by Nobuhiro Iwamatsu · 14 years ago
  46. fa77073 Add generic arch include header by Jens Axboe · 14 years ago
  47. 2afd826 Support for Mac OS 10.6.2 by Jens Axboe · 14 years ago
  48. 11f97f3 Re-include fallback BITS_PER_LONG fallback by Jens Axboe · 14 years ago
  49. daaa166 Move BITS_PER_LONG define to arch by Jens Axboe · 15 years ago
  50. 783500a Fix compile error on IA64 by Jens Axboe · 15 years ago
  51. d9fcf07 Fix typo in write_barrier() on Alpha by Martin Steigerwald · 15 years ago
  52. c28b912 MIPS support by Jens Axboe · 15 years ago
  53. a1ea676 fio: Include support for ARM by Kedar Sovani · 15 years ago
  54. 419484b Don't compile crc32c-intel on non-x86 platforms by Aaron Carroll · 16 years ago
  55. 3b02d57 Revert "Add spinlocks" by Jens Axboe · 16 years ago
  56. 61a179a Revert "Remove unused define" by Jens Axboe · 16 years ago
  57. edf2c6c Remove unused define by Jens Axboe · 16 years ago
  58. 69ebbd3 Add spinlocks by Jens Axboe · 16 years ago
  59. 9a9c63f Add missing splice syscall numbers for alpha and s390 by Jens Axboe · 16 years ago
  60. 44c47fe Add write barriers by Jens Axboe · 16 years ago
  61. 21df44a x86-64: enable arch ffz again by Jens Axboe · 16 years ago
  62. 6164890 x86-64: ffz need only search the first 32-bits by Jens Axboe · 16 years ago
  63. 8f7e39d Readd the arch ffz functions by Jens Axboe · 16 years ago
  64. 697a606 Add sparc and sparc64 support by Jens Axboe · 16 years ago
  65. 5921e80 Make it work on opensolaris by Jens Axboe · 16 years ago
  66. db6defc syslet: add proper read barrier between user_tail and completion read by Jens Axboe · 16 years ago
  67. 36ddbc0 Update syslet system call numbers by Zach Brown · 17 years ago
  68. b12ebc6 Rename ffz() function to fio_ffz() to avoid conflicts by Jens Axboe · 17 years ago
  69. 317b95d Move os/arch/compiler headers into directories by Jens Axboe · 17 years ago