1. 381aa07 x86: Introduce disabled-features by Dave Hansen · 11 years ago
  2. c8128cc x86: Axe the lightly-used cpu_has_pae by Dave Hansen · 11 years ago
  3. af0fa6f x86, cpu: Kill cpu_has_mp by Borislav Petkov · 11 years ago
  4. 80a208b x86/cpufeature: Add bug flags to /proc/cpuinfo by Borislav Petkov · 11 years ago
  5. 9b13a93 x86, cpufeature: Convert more "features" to bugs by Borislav Petkov · 11 years ago
  6. 6229ad2 x86/xsaves: Detect xsaves/xrstors feature by Fenghua Yu · 11 years ago
  7. 446fd80 x86/cpufeature.h: Reformat x86 feature macros by Fenghua Yu · 11 years ago
  8. 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  9. 840d283 x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH by H. Peter Anvin · 11 years ago
  10. 171699f x86: Add support for the clflushopt instruction by Ross Zwisler · 11 years ago
  11. 8e5780f x86, AVX-512: AVX-512 Feature Detection by Fenghua Yu · 11 years ago
  12. 2b9c1f0 x86: align x86 arch with generic CPU modalias handling by Ard Biesheuvel · 12 years ago
  13. 191f57c x86, cpufeature: Define the Intel MPX feature flag by Qiaowei Ren · 12 years ago
  14. 3f0116c compiler/gcc4: Add quirk for 'asm goto' miscompilation bug by Ingo Molnar · 12 years ago
  15. 62122fd x86, cpufeature: Use new CC_HAVE_ASM_GOTO by Borislav Petkov · 12 years ago
  16. 4a90a99 x86: Add a static_cpu_has_safe variant by Borislav Petkov · 12 years ago
  17. 5700f74 x86: Sanity-check static_cpu_has usage by Borislav Petkov · 12 years ago
  18. c3b8359 x86, cpu: Add a synthetic, always true, cpu feature by Borislav Petkov · 12 years ago
  19. 797994f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  20. 3ed1c47 Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  21. df8edfa Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  22. ab86e97 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  23. 6048801 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher by Jussi Kivilinna · 12 years ago
  24. c43ca50 perf/x86/amd: Add support for AMD NB and L2I "uncore" counters by Jacob Shin · 12 years ago
  25. 9c5320c cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand governor by Jacob Shin · 12 years ago
  26. 7d7dc11 x86, cpu: Convert AMD Erratum 400 by Borislav Petkov · 12 years ago
  27. e6ee94d x86, cpu: Convert AMD Erratum 383 by Borislav Petkov · 12 years ago
  28. c5b41a6 x86, cpu: Convert Cyrix coma bug detection by Borislav Petkov · 12 years ago
  29. 93a829e x86, cpu: Convert FDIV bug detection by Borislav Petkov · 12 years ago
  30. e2604b4 x86, cpu: Convert F00F bug detection by Borislav Petkov · 12 years ago
  31. 65fc985 x86, cpu: Expand cpufeature facility to include cpu bugs by Borislav Petkov · 12 years ago
  32. c54fdbb x86: Add cpu capability flag X86_FEATURE_NONSTOP_TSC_S3 by Feng Tang · 12 years ago
  33. e259514 perf/x86/amd: Enable northbridge performance counters on AMD family 15h by Jacob Shin · 13 years ago
  34. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  35. 743aa45 Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  36. ba90463 KVM: x86: Emulate IA32_TSC_ADJUST MSR by Will Auld · 13 years ago
  37. 094ab1d x86, 386 removal: Remove CONFIG_INVLPG by H. Peter Anvin · 13 years ago
  38. 193f3fc x86: Add cpu_has_topoext by Andreas Herrmann · 13 years ago
  39. abbf159 UAPI: Partition the header include path sets and add uapi/ header directories by David Howells · 13 years ago
  40. ac07f5c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  41. 212b021 x86, fpu: enable eagerfpu by default for xsaveopt by Suresh Siddha · 13 years ago
  42. 5d2bd70 x86, fpu: decouple non-lazy/eager fpu restore from xsave by Suresh Siddha · 13 years ago
  43. 05194cf x86, cpufeature: Add feature bit for SMAP by H. Peter Anvin · 13 years ago
  44. 30d5c45 x86, cpufeature: Add the RDSEED and ADX features by H. Peter Anvin · 13 years ago
  45. 4ad3341 x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM by H. Peter Anvin · 13 years ago
  46. c5c7fb8 Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for-linus', 'x86-process-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  47. 513c4ec x86, cpufeature: Add CPU features from Intel document 319433-012A by H. Peter Anvin · 13 years ago
  48. bd1d462 Merge 3.3-rc2 into the driver-core-next branch. by Greg Kroah-Hartman · 14 years ago
  49. 2f1e097 X86: Introduce HW-Pstate scattered cpuid feature by Thomas Renninger · 14 years ago
  50. 652847a x86/amd: Add missing feature flag for fam15h models 10h-1fh processors by Andreas Herrmann · 14 years ago
  51. fb21536 KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest by Liu, Jinsong · 14 years ago
  52. dc47d38 Merge git://github.com/herbertx/crypto by Linus Torvalds · 14 years ago
  53. 1bc87b0 Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 14 years ago
  54. 107095a Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  55. b90dfb0 x86: TSC deadline definitions by Liu, Jinsong · 14 years ago
  56. a7f934d asm alternatives: remove incorrect alignment notes by Linus Torvalds · 14 years ago
  57. be604e6 x86, cpu: Add cpufeature flag for PCIDs by Arun Thomas · 14 years ago
  58. 66be895 crypto: sha1 - SSSE3 based SHA1 implementation for x86-64 by Mathias Krause · 14 years ago
  59. 148a7b1 Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  60. 59e97e4 x86: Make alternative instruction pointers relative by Andy Lutomirski · 14 years ago
  61. 3824abd x86: Add support for cmpxchg_double by Christoph Lameter · 14 years ago
  62. 7ccafc5 x86, cpufeature: Update CPU feature RDRND to RDRAND by Kees Cook · 14 years ago
  63. 5765040 Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  64. 1358820 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  65. d0281a2 x86, cpufeature: Add cpufeature flag for SMEP by Fenghua Yu · 14 years ago
  66. 724a92e x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago
  67. 349c004 x86: A fast way to check capabilities of the current cpu by Christoph Lameter · 14 years ago
  68. 4979d27 perf, x86: Add support for AMD family 15h core counters by Robert Richter · 15 years ago
  69. 2f0384e Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  70. 86ffb08 Merge remote branch 'origin/x86/cpu' into x86/amd-nb by H. Peter Anvin · 15 years ago
  71. a465905 x86/hwmon: fix initialization of coretemp by Jan Beulich · 15 years ago
  72. 2fd8186 x86, cpufeature: Suppress compiler warning with gcc 3.x by Tetsuo Handa · 15 years ago
  73. aeb9c7d x86, kvm: add new AMD SVM feature bits by Andre Przywara · 15 years ago
  74. 33ed82f x86, cpu: Update AMD CPUID feature bits by Andre Przywara · 15 years ago
  75. 7ef8aa7 x86, cpu: Fix renamed, not-yet-shipping AMD CPUID feature bit by Andre Przywara · 15 years ago
  76. 66cd55d Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  77. e8c534e x86: Fix keeping track of AMD C1E by Michal Schmidt · 15 years ago
  78. 9792db6 x86, cpu: Package Level Thermal Control, Power Limit Notification definitions by Fenghua Yu · 15 years ago
  79. 278bc5f x86, cpu: Clean up formatting in cpufeature.h, remove override by H. Peter Anvin · 15 years ago
  80. 40e1d7a x86, cpu: Add xsaveopt cpufeature by Suresh Siddha · 15 years ago
  81. bdc802d x86, cpu: Support the features flags in new CPUID leaf 7 by H. Peter Anvin · 15 years ago
  82. 83a7a2a x86, alternatives: Use 16-bit numbers for cpufeature index by H. Peter Anvin · 15 years ago
  83. 24da9c2 x86, cpu: Add CPU flags for F16C and RDRND by H. Peter Anvin · 15 years ago
  84. 23016bf x86: Look for IA32_ENERGY_PERF_BIAS support by Venkatesh Pallipadi · 15 years ago
  85. 1ba4f22 x86, cpufeature: Unbreak compile with gcc 3.x by H. Peter Anvin · 15 years ago
  86. 41d5910 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  87. a3c8acd x86: Add new static_cpu_has() function using alternatives by H. Peter Anvin · 15 years ago
  88. 5958f1d x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo by Borislav Petkov · 15 years ago
  89. 414bb14 x86, cpu: Print AMD virtualization features in /proc/cpuinfo by Joerg Roedel · 16 years ago
  90. 9d260eb x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space by Andreas Herrmann · 16 years ago
  91. 0e1227d crypto: ghash - Add PCLMULQDQ accelerated implementation by Huang Ying · 16 years ago
  92. a8303aa x86: Move APERF/MPERF into a X86_FEATURE by Peter Zijlstra · 16 years ago
  93. 4a376ec x86: Fix CPU llc_shared_map information for AMD Magny-Cours by Andreas Herrmann · 16 years ago
  94. 6cd8e300 Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 16 years ago
  95. 9b29e82 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  96. 069ebaa x86: Add cpu features MOVBE and POPCNT by Avi Kivity · 16 years ago
  97. 42937e8 x86: Detect use of extended APIC ID for AMD CPUs by Andreas Herrmann · 16 years ago
  98. 3e0c373 x86: clean up and fix setup_clear/force_cpu_cap handling by Yinghai Lu · 16 years ago
  99. 3969c52 x86: cpufeature.h fix name for X86_FEATURE_MCE by Jaswinder Singh Rajput · 16 years ago
  100. db954b5 x86 ACPI: Add support for Always Running APIC timer by Venkatesh Pallipadi · 16 years ago