1. cb32edf x86/mm/pat: Wrap pat_enabled into a function API by Luis R. Rodriguez · 9 years ago
  2. f962610 x86/mm/mtrr: Generalize runtime disabling of MTRRs by Luis R. Rodriguez · 9 years ago
  3. 7d010fd x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index() by Luis R. Rodriguez · 9 years ago
  4. 2f9e897 x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT pages by Luis R. Rodriguez · 9 years ago
  5. 9298b81 x86: Add more disabled features by Dave Hansen · 10 years ago
  6. 2e17c5a Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  7. d5c7867 x86: Fix /proc/mtrr with base/size more than 44bits by Yinghai Lu · 11 years ago
  8. d0d98ee Add arch_phys_wc_{add, del} to manipulate WC MTRRs if needed by Andy Lutomirski · 11 years ago
  9. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  10. 4319eb4 x86 mtrr: fix comment typo in mtrr_bp_init by Olaf Hering · 12 years ago
  11. 30242aa x86, hotplug: The first online processor saves the MTRR state by Fenghua Yu · 12 years ago
  12. cbbfa38 mtrr: fix UP breakage caused during switch to stop_machine by Tejun Heo · 13 years ago
  13. 50c31e4 x86, mtrr: Use pci_dev->revision by Sergei Shtylyov · 13 years ago
  14. 192d885 x86, mtrr: use stop_machine APIs for doing MTRR rendezvous by Suresh Siddha · 13 years ago
  15. 6d3321e x86, mtrr: lock stop machine during MTRR rendezvous sequence by Suresh Siddha · 13 years ago
  16. 84ac7cd x86, mtrr, pat: Fix one cpu getting out of sync during resume by Suresh Siddha · 14 years ago
  17. f3c6ea1 x86: Use syscore_ops instead of sysdev classes and sysdevs by Rafael J. Wysocki · 14 years ago
  18. f744854 x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platforms by Suresh Siddha · 14 years ago
  19. 68f202e x86, mtrr: Use stop machine context to rendezvous all the cpu's by Suresh Siddha · 14 years ago
  20. 6c550ee x86: fix mtrr missing kernel-doc by Randy Dunlap · 15 years ago
  21. 3b9cfc0 x86, mtrr: Constify struct mtrr_ops by Emese Revfy · 15 years ago
  22. 5400743 x86, mtrr: make mtrr_aps_delayed_init static bool by H. Peter Anvin · 15 years ago
  23. d0af9ee x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT init by Suresh Siddha · 15 years ago
  24. dbd51be x86: Clean up mtrr/main.c by Jaswinder Singh Rajput · 15 years ago
  25. d9bcc01 x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcap by Jaswinder Singh Rajput · 15 years ago
  26. f0348c4 x86: MTRR workaround for system with stange var MTRRs by Yinghai Lu · 16 years ago
  27. 0d89035 x86: separate mtrr cleanup/mtrr_e820 trim to separate file by Yinghai Lu · 16 years ago
  28. c1ab7e9 x86: print out mtrr_range_state when user specify size by Yinghai Lu · 16 years ago
  29. bf3647c x86: tone down mtrr_trim_uncached_memory() warning by Ingo Molnar · 16 years ago
  30. 923a789 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  31. b558bc0 x86: Rename mtrr_state struct and macro names by Sheng Yang · 16 years ago
  32. 34bf5d0 Merge branch 'x86/core' into x86/cleanups by Ingo Molnar · 16 years ago
  33. 71ab6b2 x86: remove impossible test in mtrr/main.c by Rusty Russell · 16 years ago
  34. 30604bb x86: break up mtrr_cleanup() into several small functions. by Yinghai Lu · 16 years ago
  35. e496e3d Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', 'x86/urgent' and 'x86/vmalloc' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  36. 0962f40 Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  37. dd55235 x86: mtrr_cleanup: treat WRPROT as UNCACHEABLE by Yinghai Lu · 16 years ago
  38. 99e1aa1 x86: mtrr_cleanup: first 1M may be covered in var mtrrs by Yinghai Lu · 16 years ago
  39. 42fde7a x86: mtrr_cleanup: print out correct type v2 by Yinghai Lu · 16 years ago
  40. 8bb3931 x86, debug: mtrr_cleanup print out var mtrr before change it by Yinghai Lu · 16 years ago
  41. 834836e x86: mtrr_cleanup try gran_size to less than 1M, v3 by Yinghai Lu · 16 years ago
  42. 3dcd7e2 x86: fix typo in enable_mtrr_cleanup early parameter by J.A. Magallón · 16 years ago
  43. 4624065 x86: mtrr_cleanup try gran_size to less than 1M by Yinghai Lu · 16 years ago
  44. dd7e522 x86: mtrr_cleanup prepare to make gran_size to less 1M by Yinghai Lu · 16 years ago
  45. 73436a1 x86: mtrr_cleanup safe to get more spare regs now by Yinghai Lu · 16 years ago
  46. 8f0afaa x86: mtrr_cleanup hole size should be less than half of chunk_size, v2 by Yinghai Lu · 16 years ago
  47. 54d45ff x86: add mtrr_cleanup_debug command line by Yinghai Lu · 16 years ago
  48. 2313c27 x86: mtrr_cleanup optimization, v2 by Yinghai Lu · 16 years ago
  49. 7fc2368 x86: don't need to go to chunksize to 4G by Yinghai Lu · 16 years ago
  50. 279b0bb x86: fix arch/x86/kernel/cpu/mtrr/main.c warning by Yinghai Lu · 16 years ago
  51. bde78a7 x86: use WARN() in arch/x86/kernel by Arjan van de Ven · 16 years ago
  52. 1e84911 x86: mtrr/main.c declare range_state as static by Jaswinder Singh · 16 years ago
  53. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  54. d0be6bd x86: rename two e820 related functions by Yinghai Lu · 16 years ago
  55. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  56. 3f03c54 x86: mtrr cleanup for converting continuous to discrete layout - fix #2 by Yinghai Lu · 16 years ago
  57. 12031a6 x86: mtrr cleanup for converting continuous to discrete - auto detect v4 by Yinghai Lu · 16 years ago
  58. f5098d6 x86: mtrr cleanup for converting continuous to discrete layout v8 - fix by Yinghai Lu · 16 years ago
  59. 8a37402 x86: fix trimming e820 with MTRR holes. - fix by Yinghai Lu · 16 years ago
  60. 42651f1 x86: fix trimming e820 with MTRR holes. by Yinghai Lu · 16 years ago
  61. 95ffa24 x86: mtrr cleanup for converting continuous to discrete layout, v8 by Yinghai Lu · 16 years ago
  62. 35605a1 x86: enable PAT for amd k8 and fam10h by Yinghai Lu · 17 years ago
  63. 5dca6a1 x86: trim mtrr don't close gap for resource allocation. by Yinghai Lu · 17 years ago
  64. 4147c87 x86: don't print a warning when MTRR are blank and running in KVM by Joerg Roedel · 17 years ago
  65. f5106d9 x86/mtrr: fix kernel-doc missing notation by Randy Dunlap · 17 years ago
  66. 20651af x86: fix mttr trimming by Yinghai Lu · 17 years ago
  67. 16c02ed x86: add cpu mtrr init function definitions to mtrr.h by Harvey Harrison · 17 years ago
  68. 9a6b344 x86: remove long dead cyrix mtrr code by Harvey Harrison · 17 years ago
  69. cd7d72b x86: improve MTRR trimming messages by Ingo Molnar · 17 years ago
  70. 093af8d x86_32: trim memory by updating e820 by Yinghai Lu · 17 years ago
  71. 99fc8d4 x86, 32-bit: trim memory not covered by wb mtrrs by Jesse Barnes · 17 years ago
  72. 2d2ee8d x86: mtrr use type bool [RESEND AGAIN] by Paul Jimenez · 17 years ago
  73. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 17 years ago
  74. 4e2947f x86: make ipi_handler() always defined by Ingo Molnar · 17 years ago
  75. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 17 years ago
  76. c8f2518 i386: Remove local CPU logic in MTRR call to smp_call_function_single by akpm@linux-foundation.org · 17 years ago
  77. 2ec1df4 i386: move kernel/cpu/mtrr by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/cpu/mtrr/main.c]
  78. 9ef231a i386: fix section mismatch warnings in mtrr by Sam Ravnborg · 17 years ago
  79. d25c1ba MTRR: Fix race causing set_mtrr to go into infinite loop by Loic Prylli · 17 years ago
  80. bf8c481 x86_64: fix link warning between for .text and .init.text by Yinghai Lu · 17 years ago
  81. 4c73848 mtrr atomicity fix by Andrew Morton · 17 years ago
  82. df652fe i386/x86-64: fix section mismatch by Bernhard Walle · 17 years ago
  83. 2b1f627 [PATCH] x86: Save the MTRRs of the BSP before booting an AP by Bernhard Kaindl · 17 years ago
  84. 6c5806c [PATCH] i386: fix size_or_mask and size_and_mask by Andreas Herrmann · 18 years ago
  85. 9cfa5b5 [PATCH] x86-64: replace kmalloc+memset with kzalloc in MTRR code by Burman Yan · 18 years ago
  86. 365bff8 [PATCH] i386: fix MTRR code by Jan Beulich · 18 years ago
  87. 475850c [PATCH] i386: conditionalize inclusion of some MTRR flavors by Jan Beulich · 18 years ago
  88. 9b48341 [PATCH] i386: fix buggy MTRR address checks by Andreas Mohr · 18 years ago
  89. 14cc3e2 [PATCH] sem2mutex: misc static one-file mutexes by Ingo Molnar · 19 years ago
  90. 2f27f81 [X86] Remove pointless versioning of mtrr driver. by Dave Jones · 19 years ago
  91. c32017a [X86] Rename MTRR mutex to something more sensible. by Dave Jones · 19 years ago
  92. af9c142 [PATCH] x86_64: Force correct address space size for MTRR on some 64bit Intel Xeons by Shaohua Li · 19 years ago
  93. 829ca9a [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion by Pavel Machek · 19 years ago
  94. 3b520b2 [PATCH] MTRR suspend/resume cleanup by Shaohua Li · 19 years ago
  95. c92c6ff [PATCH] mtrr size-and-base debugging by Andrew Morton · 19 years ago
  96. a6954ba [PATCH] Enable write combining for server works LE rev > 6 by Lee Revell · 19 years ago
  97. 1f2c958 [PATCH] x86_64: Always use CPUID 80000008 to figure out MTRR address space size by Andi Kleen · 19 years ago
  98. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago