1. 15279df x86/mtrr: Don't copy out-of-bounds data in mtrr_write by Jann Horn · 6 years ago
  2. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  3. f4e5b30 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. 0afe832 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. f64c601 rcu/x86: Provide early rcu_cpu_starting() callback by Peter Zijlstra · 7 years ago
  6. 7f8ec5a x86/mtrr: Convert to use strncpy_from_user() helper by Andy Shevchenko · 7 years ago
  7. 13a4db9 x86/mtrr: Convert to use match_string() helper by Andy Shevchenko · 7 years ago
  8. e6d8c84 x86/mtrr: Rename main.c to mtrr.c and remove duplicate prefixes by Joe Perches · 7 years ago
  9. b399151 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. 8439381 x86/mtrr: Prevent CPU hotplug lock recursion by Thomas Gleixner · 7 years ago
  12. 547efea x86/mtrr: Remove get_online_cpus() from mtrr_save_state() by Sebastian Andrzej Siewior · 8 years ago
  13. 09821ff x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_" by Ingo Molnar · 8 years ago
  14. ab6bc04 x86/boot/e820: Create coherent API function names for E820 range operations by Ingo Molnar · 8 years ago
  15. 6464d29 x86/boot/e820: Rename update_e820() to e820__update_table() by Ingo Molnar · 8 years ago
  16. 66441bd x86/boot/e820: Move asm/e820.h to asm/e820/api.h by Ingo Molnar · 8 years ago
  17. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 8 years ago
  18. eb008eb x86: Audit and remove any remaining unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  19. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  20. d8d1c35 Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base by Ingo Molnar · 9 years ago
  21. c109bf9 x86/cpufeature: Remove cpu_has_pge by Borislav Petkov · 9 years ago
  22. ad025a7 x86/mtrr: Fix PAT init handling when MTRR is disabled by Toshi Kani · 9 years ago
  23. edfe63e x86/mtrr: Fix Xorg crashes in Qemu sessions by Toshi Kani · 9 years ago
  24. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
  25. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  26. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
  27. 1b74dde x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Chen Yucong · 9 years ago
  28. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  29. 0ffedcd Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  30. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
  31. c332813 x86/mm/mtrr: Mark the 'range_new' static variable in mtrr_calc_range_state() as __initdata by Rasmus Villemoes · 9 years ago
  32. 2baa891 x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and mtrr_del() by Luis R. Rodriguez · 9 years ago
  33. cb32edf x86/mm/pat: Wrap pat_enabled into a function API by Luis R. Rodriguez · 10 years ago
  34. f962610 x86/mm/mtrr: Generalize runtime disabling of MTRRs by Luis R. Rodriguez · 10 years ago
  35. 7d010fd x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index() by Luis R. Rodriguez · 10 years ago
  36. 2f9e897 x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT pages by Luis R. Rodriguez · 10 years ago
  37. b73522e x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers by Toshi Kani · 10 years ago
  38. 0cc705f x86/mm/mtrr: Clean up mtrr_type_lookup() by Toshi Kani · 10 years ago
  39. 3d3ca41 x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs by Toshi Kani · 10 years ago
  40. 9b3aca6 x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup() by Toshi Kani · 10 years ago
  41. 7f0431e x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entry by Toshi Kani · 10 years ago
  42. cd2f6a5 x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup() by Toshi Kani · 10 years ago
  43. 3ac62bc x86: mtrr: if: remove use of seq_printf return value by Joe Perches · 10 years ago
  44. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  45. 9298b81 x86: Add more disabled features by Dave Hansen · 10 years ago
  46. ec65993 mm, x86: Account for TLB flushes only when debugging by Mel Gorman · 11 years ago
  47. 6df4686 mm: vmstats: track TLB flush stats on UP too by Dave Hansen · 11 years ago
  48. 2e17c5a9 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  49. 1982269 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  50. 002e44bf Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  51. 4300a0f Merge tag 'v3.10-rc7' into drm-next by Dave Airlie · 11 years ago
  52. a3d7b7d x86, asm, cleanup: Replace open-coded control register values with symbolic by H. Peter Anvin · 12 years ago
  53. d5c7867 x86: Fix /proc/mtrr with base/size more than 44bits by Yinghai Lu · 12 years ago
  54. d8d386c x86, mtrr: Fix original mtrr range get for mtrr_cleanup by Yinghai Lu · 12 years ago
  55. d0d98ee Add arch_phys_wc_{add, del} to manipulate WC MTRRs if needed by Andy Lutomirski · 12 years ago
  56. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
  57. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  58. 4319eb4 x86 mtrr: fix comment typo in mtrr_bp_init by Olaf Hering · 12 years ago
  59. 30242aa x86, hotplug: The first online processor saves the MTRR state by Fenghua Yu · 12 years ago
  60. a7101d1 x86/mm/mtrr: Slightly simplify print_mtrr_state() by Jan Beulich · 12 years ago
  61. 1ba9a29 x86/mm/mtrr: Fix alignment determination in range_to_mtrr() by Jan Beulich · 12 years ago
  62. 2da06af x86, mtrr: Fix a type overflow in range_to_mtrr func by zhenzhong.duan · 13 years ago
  63. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  64. f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
  65. b263b31 x86, mtrr: Use explicit sizing and padding for the 64-bit ioctls by H. Peter Anvin · 13 years ago
  66. 8dbf4a3 x86/mtrr: Resolve inconsistency with Intel processor manual by Ajaykumar Hotchandani · 13 years ago
  67. 644ddf5 Add TAINT_FIRMWARE_WORKAROUND on MTRR fixup by Prarit Bhargava · 13 years ago
  68. cbbfa38 mtrr: fix UP breakage caused during switch to stop_machine by Tejun Heo · 13 years ago
  69. 50c31e4 x86, mtrr: Use pci_dev->revision by Sergei Shtylyov · 13 years ago
  70. 192d885 x86, mtrr: use stop_machine APIs for doing MTRR rendezvous by Suresh Siddha · 13 years ago
  71. 6d3321e x86, mtrr: lock stop machine during MTRR rendezvous sequence by Suresh Siddha · 13 years ago
  72. 84ac7cd x86, mtrr, pat: Fix one cpu getting out of sync during resume by Suresh Siddha · 14 years ago
  73. f3c6ea1 x86: Use syscore_ops instead of sysdev classes and sysdevs by Rafael J. Wysocki · 14 years ago
  74. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  75. f744854 x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platforms by Suresh Siddha · 14 years ago
  76. d77bdc4 Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  77. 3fdbf00 x86, mtrr: Assume SYS_CFG[Tom2ForceMemTypeWB] exists on all future AMD CPUs by Andreas Herrmann · 14 years ago
  78. 351e5a7 x86, mtrr: Support mtrr lookup for range spanning across MTRR range by Venkatesh Pallipadi · 14 years ago
  79. a7f07cf x86, mtrr: Refactor MTRR type overlap check code by Venkatesh Pallipadi · 14 years ago
  80. 75cb5fd Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-for-linus', 'x86-apic-for-linus', 'x86-fpu-for-linus' and 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  81. 68f202e x86, mtrr: Use stop machine context to rendezvous all the cpu's by Suresh Siddha · 14 years ago
  82. fa10ba6 x86, gcc-4.6: Fix set but not read variables by Andi Kleen · 14 years ago
  83. b269108 x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminate statements by Joe Perches · 14 years ago
  84. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  85. 6c550ee x86: fix mtrr missing kernel-doc by Randy Dunlap · 15 years ago
  86. a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  87. 0091945 Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  88. 40d6753 x86: Convert set_atomicity_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  89. 942fa3b x86, mtrr: Kill over the top warn by Alan Cox · 15 years ago
  90. e9a0064 x86: Change range end to start+size by Yinghai Lu · 15 years ago
  91. 27811d8 x86: Move range related operation to one file by Yinghai Lu · 15 years ago
  92. 34d2819 x86, mtrr: Remove unused mtrr/state.c by Borislav Petkov · 15 years ago
  93. 3b9cfc0 x86, mtrr: Constify struct mtrr_ops by Emese Revfy · 15 years ago
  94. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  95. e33c019 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  96. 5bf65b9 x86, mtrr: Fix sorting of mtrr after subtracting by Yinghai Lu · 15 years ago
  97. 508d85c x86: When cleaning MTRRs, do not fold WP into UC by Yinghai Lu · 15 years ago
  98. 16121d7 x86: Fix printk message typo in mtrr cleanup code by Dave Jones · 15 years ago
  99. 11879ba x86: Simplify bound checks in the MTRR code by Arjan van de Ven · 15 years ago
  100. 9ff6d8e x86, mtrr: Convert loop to a while based construct, avoid naked semicolon by Joe Perches · 15 years ago