1. d199299 x86/AMD: Apply erratum 665 on machines without a BIOS fix by Emanuel Czirai · 8 years ago
  2. 96685a5 x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer models by Borislav Petkov · 8 years ago
  3. 425d8c2 x86/cpu: Simplify extended APIC ID detection on AMD by Borislav Petkov · 8 years ago
  4. 93984fb x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  5. 95a8e74 Merge branch 'x86/urgent' into x86/asm to pick up dependent fixes by Ingo Molnar · 8 years ago
  6. cb44d0c Merge branch 'x86/cpu' into x86/asm, to merge more patches by Ingo Molnar · 8 years ago
  7. 96e5d28 x86/cpu: Add Erratum 88 detection on AMD by Borislav Petkov · 8 years ago
  8. 054efb6 x86/cpufeature: Remove cpu_has_xmm2 by Borislav Petkov · 9 years ago
  9. 8196dab x86/cpu: Get rid of compute_unit_id by Borislav Petkov · 9 years ago
  10. ee6825c x86/topology: Fix AMD core count by Peter Zijlstra · 9 years ago
  11. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  12. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  13. 01fe03f x86/cpufeature, perf/x86: Add AMD Accumulated Power Mechanism feature flag by Huang Rui · 9 years ago
  14. 8dfeae0 perf/x86/amd: Move nodes_per_socket into bsp_init_amd() by Huang Rui · 9 years ago
  15. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  16. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
  17. de642fa x86/amd: Set ELF function type for vide() by Josh Poimboeuf · 9 years ago
  18. 1b74dde x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Chen Yucong · 9 years ago
  19. 7030a7e x86/cpu/amd: Remove an unneeded condition in srat_detect_node() by Dan Carpenter · 9 years ago
  20. 671d553 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  21. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
  22. ae8b787 x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR by Borislav Petkov · 9 years ago
  23. 3849e91 x86/AMD: Fix last level cache topology for AMD Fam17h systems by Aravind Gopalakrishnan · 9 years ago
  24. b466bdb x86/asm/delay: Introduce an MWAITX-based delay with a configurable timer by Huang Rui · 9 years ago
  25. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  26. 3796366 x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bug by Andy Lutomirski · 9 years ago
  27. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  28. cc2749e x86/cpu/amd: Give access to the number of nodes in a physical package by Aravind Gopalakrishnan · 9 years ago
  29. c8e56d2 x86: Kill CONFIG_X86_HT by Borislav Petkov · 9 years ago
  30. b9d16a2 x86/cpu/amd: Set X86_FEATURE_EXTD_APICID for future processors by Aravind Gopalakrishnan · 9 years ago
  31. 61f01dd x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue by Andy Lutomirski · 9 years ago
  32. 6cf78d4b Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  33. 4e26d11f x86/mm: Improve AMD Bulldozer ASLR workaround by Hector Marco-Gisbert · 10 years ago
  34. a930dc4 x86/asm: Cleanup prefetch primitives by Borislav Petkov · 10 years ago
  35. b3890e4 Merge branch 'perf/hw_breakpoints' into perf/core by Ingo Molnar · 10 years ago
  36. d6d55f0 perf/x86/amd: AMD support for bp_len > HW_BREAKPOINT_LEN_8 by Jacob Shin · 10 years ago
  37. 6f9b63a x86, CPU, AMD: Move K8 TLB flush filter workaround to K8 code by Borislav Petkov · 10 years ago
  38. c1118b3 x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only by Paolo Bonzini · 10 years ago
  39. ce47479 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  40. e9f4e0a x86/mm: Rip out complicated, out-of-date, buggy TLB flushing by Dave Hansen · 10 years ago
  41. 26bfa5f x86, amd: Cleanup init_amd by Borislav Petkov · 10 years ago
  42. 9b13a93 x86, cpufeature: Convert more "features" to bugs by Borislav Petkov · 10 years ago
  43. 8c90487 Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC by Dave Jones · 11 years ago
  44. 8f86a73 x86, AMD: Convert to the new bit access MSR accessors by Borislav Petkov · 11 years ago
  45. 2b45e0f Merge branch 'linus' into x86/urgent by Ingo Molnar · 11 years ago
  46. b9a3b4c mm, x86: Revisit tlb_flushall_shift tuning for page flushes except on IvyBridge by Mel Gorman · 11 years ago
  47. 7fe67a1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  48. 2a0fede Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  49. d139336 x86, cpu, amd: Fix a shadowed variable situation by Borislav Petkov · 11 years ago
  50. 3b56496 x86, cpu, amd: Add workaround for family 16h, erratum 793 by Borislav Petkov · 11 years ago
  51. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 11 years ago
  52. 663b55b9 x86: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  53. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  54. 09dc68d x86/cpu: Track legacy CPU model data only on 32-bit kernels by Jan Beulich · 11 years ago
  55. aa5e5dc treewide: fix "distingush" typo by Michael Opdenacker · 11 years ago
  56. 2a47550 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  57. 8c6b79b x86, microcode, AMD: Make cpu_has_amd_erratum() use the correct struct cpuinfo_x86 by Torsten Kaiser · 11 years ago
  58. 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
  59. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  60. 46a8413 mm/x86: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  61. 1077c93 x86, CPU, AMD: Drop useless label by Borislav Petkov · 11 years ago
  62. 682469a x86, AMD: Correct {rd,wr}msr_amd_safe warnings by Borislav Petkov · 11 years ago
  63. 7d7dc11 x86, cpu: Convert AMD Erratum 400 by Borislav Petkov · 12 years ago
  64. e6ee94d x86, cpu: Convert AMD Erratum 383 by Borislav Petkov · 12 years ago
  65. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  66. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  67. cb715a8 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  68. 52d3d06 x86, cpu, amd: Fix WC+ workaround for older virtual hosts by Borislav Petkov · 12 years ago
  69. f0322bd x86, AMD: Enable WC+ memory type on family 10 processors by Boris Ostrovsky · 12 years ago
  70. 6bf08a8 x86, AMD: Clean up init_amd() by Boris Ostrovsky · 12 years ago
  71. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 12 years ago
  72. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
  73. 8b84c8d x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_id by Daniel J Blueman · 12 years ago
  74. 743aa45 Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  75. a05a4e2 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  76. 094ab1d x86, 386 removal: Remove CONFIG_INVLPG by H. Peter Anvin · 12 years ago
  77. c074eaa x86, mm: kill numa_64.h by Yinghai Lu · 12 years ago
  78. dda56e1 x86, mm: Fixup code testing if a pfn is direct mapped by Jacob Shin · 12 years ago
  79. 04a1541 x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMD by Andreas Herrmann · 12 years ago
  80. 193f3fc x86: Add cpu_has_topoext by Andreas Herrmann · 12 years ago
  81. 2bbf0a1 x86, amd: Disable way access filter on Piledriver CPUs by Andre Przywara · 12 years ago
  82. 057237b x86, cpu: Preset default tlb_flushall_shift on AMD by Borislav Petkov · 12 years ago
  83. b46882e x86, cpu: Add AMD TLB size detection by Borislav Petkov · 12 years ago
  84. 715c85b x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() by H. Peter Anvin · 12 years ago
  85. 2c929ce x86, cpu, amd: Deprecate AMD-specific MSR variants by Borislav Petkov · 12 years ago
  86. 169e9cb x86, cpu, amd: Fix crash as Xen Dom0 on AMD Trinity systems by Andre Przywara · 12 years ago
  87. f7f286a x86/amd: Re-enable CPU topology extensions in case BIOS has disabled it by Andreas Herrmann · 12 years ago
  88. 6889463 x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id() by Andreas Herrmann · 12 years ago
  89. d7de864 x86/amd: Remove broken links from comment and kernel message by Andreas Herrmann · 12 years ago
  90. c98fdea x86/sched/perf/AMD: Set sched_clock_stable by Borislav Petkov · 13 years ago
  91. 141168c x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86' by Kevin Winchester · 13 years ago
  92. 64be4c1 x86: Add x86_init platform override to fix up NUMA core numbering by Daniel J Blueman · 13 years ago
  93. 8e8da02 x86: Fix boot failures on older AMD CPU's by Linus Torvalds · 13 years ago
  94. 69c60c8 x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  95. 8237eb9 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  96. bcb80e5 x86, microcode, AMD: Add microcode revision to /proc/cpuinfo by Borislav Petkov · 13 years ago
  97. 5cdd174 x86, amd: Include elf.h explicitly, prepare the code for the module.h split by Stephen Rothwell · 13 years ago
  98. 8fa8b03 x86, amd: Move BSP code to cpu_dev helper by Borislav Petkov · 13 years ago
  99. dfb09f9 x86, amd: Avoid cache aliasing penalties on AMD family 15h by Borislav Petkov · 13 years ago
  100. e9cdd34 x86, amd: Do not enable ARAT feature on AMD processors below family 0x12 by Boris Ostrovsky · 13 years ago