1. b558bc0 x86: Rename mtrr_state struct and macro names by Sheng Yang · 16 years ago
  2. 30604bb x86: break up mtrr_cleanup() into several small functions. by Yinghai Lu · 16 years ago
  3. 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
  4. 0962f40 Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
  5. dd55235 x86: mtrr_cleanup: treat WRPROT as UNCACHEABLE by Yinghai Lu · 16 years ago
  6. 99e1aa1 x86: mtrr_cleanup: first 1M may be covered in var mtrrs by Yinghai Lu · 16 years ago
  7. 42fde7a x86: mtrr_cleanup: print out correct type v2 by Yinghai Lu · 16 years ago
  8. 8bb3931 x86, debug: mtrr_cleanup print out var mtrr before change it by Yinghai Lu · 16 years ago
  9. 834836e x86: mtrr_cleanup try gran_size to less than 1M, v3 by Yinghai Lu · 16 years ago
  10. 3dcd7e2 x86: fix typo in enable_mtrr_cleanup early parameter by J.A. Magallón · 16 years ago
  11. 4624065 x86: mtrr_cleanup try gran_size to less than 1M by Yinghai Lu · 16 years ago
  12. dd7e522 x86: mtrr_cleanup prepare to make gran_size to less 1M by Yinghai Lu · 16 years ago
  13. 73436a1 x86: mtrr_cleanup safe to get more spare regs now by Yinghai Lu · 16 years ago
  14. 8f0afaa x86: mtrr_cleanup hole size should be less than half of chunk_size, v2 by Yinghai Lu · 16 years ago
  15. 54d45ff x86: add mtrr_cleanup_debug command line by Yinghai Lu · 16 years ago
  16. 2313c27 x86: mtrr_cleanup optimization, v2 by Yinghai Lu · 16 years ago
  17. 7fc2368 x86: don't need to go to chunksize to 4G by Yinghai Lu · 16 years ago
  18. 279b0bb x86: fix arch/x86/kernel/cpu/mtrr/main.c warning by Yinghai Lu · 16 years ago
  19. bde78a7 x86: use WARN() in arch/x86/kernel by Arjan van de Ven · 17 years ago
  20. 1e84911 x86: mtrr/main.c declare range_state as static by Jaswinder Singh · 16 years ago
  21. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  22. d0be6bd x86: rename two e820 related functions by Yinghai Lu · 17 years ago
  23. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 17 years ago
  24. 3f03c54 x86: mtrr cleanup for converting continuous to discrete layout - fix #2 by Yinghai Lu · 17 years ago
  25. 12031a6 x86: mtrr cleanup for converting continuous to discrete - auto detect v4 by Yinghai Lu · 17 years ago
  26. f5098d6 x86: mtrr cleanup for converting continuous to discrete layout v8 - fix by Yinghai Lu · 17 years ago
  27. 8a37402 x86: fix trimming e820 with MTRR holes. - fix by Yinghai Lu · 17 years ago
  28. 42651f1 x86: fix trimming e820 with MTRR holes. by Yinghai Lu · 17 years ago
  29. 95ffa24 x86: mtrr cleanup for converting continuous to discrete layout, v8 by Yinghai Lu · 17 years ago
  30. 35605a1 x86: enable PAT for amd k8 and fam10h by Yinghai Lu · 17 years ago
  31. 5dca6a1 x86: trim mtrr don't close gap for resource allocation. by Yinghai Lu · 17 years ago
  32. 4147c87 x86: don't print a warning when MTRR are blank and running in KVM by Joerg Roedel · 17 years ago
  33. f5106d9 x86/mtrr: fix kernel-doc missing notation by Randy Dunlap · 17 years ago
  34. 20651af x86: fix mttr trimming by Yinghai Lu · 17 years ago
  35. 16c02ed x86: add cpu mtrr init function definitions to mtrr.h by Harvey Harrison · 17 years ago
  36. 9a6b344 x86: remove long dead cyrix mtrr code by Harvey Harrison · 17 years ago
  37. cd7d72b x86: improve MTRR trimming messages by Ingo Molnar · 17 years ago
  38. 093af8d x86_32: trim memory by updating e820 by Yinghai Lu · 17 years ago
  39. 99fc8d4 x86, 32-bit: trim memory not covered by wb mtrrs by Jesse Barnes · 17 years ago
  40. 2d2ee8d x86: mtrr use type bool [RESEND AGAIN] by Paul Jimenez · 17 years ago
  41. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 17 years ago
  42. 4e2947f x86: make ipi_handler() always defined by Ingo Molnar · 17 years ago
  43. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 17 years ago
  44. c8f2518 i386: Remove local CPU logic in MTRR call to smp_call_function_single by akpm@linux-foundation.org · 17 years ago
  45. 2ec1df4 i386: move kernel/cpu/mtrr by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/cpu/mtrr/main.c]
  46. 9ef231a i386: fix section mismatch warnings in mtrr by Sam Ravnborg · 17 years ago
  47. d25c1ba MTRR: Fix race causing set_mtrr to go into infinite loop by Loic Prylli · 18 years ago
  48. bf8c481 x86_64: fix link warning between for .text and .init.text by Yinghai Lu · 18 years ago
  49. 4c73848 mtrr atomicity fix by Andrew Morton · 18 years ago
  50. df652fe i386/x86-64: fix section mismatch by Bernhard Walle · 18 years ago
  51. 2b1f627 [PATCH] x86: Save the MTRRs of the BSP before booting an AP by Bernhard Kaindl · 18 years ago
  52. 6c5806c [PATCH] i386: fix size_or_mask and size_and_mask by Andreas Herrmann · 18 years ago
  53. 9cfa5b5 [PATCH] x86-64: replace kmalloc+memset with kzalloc in MTRR code by Burman Yan · 18 years ago
  54. 365bff8 [PATCH] i386: fix MTRR code by Jan Beulich · 18 years ago
  55. 475850c [PATCH] i386: conditionalize inclusion of some MTRR flavors by Jan Beulich · 18 years ago
  56. 9b48341 [PATCH] i386: fix buggy MTRR address checks by Andreas Mohr · 18 years ago
  57. 14cc3e2 [PATCH] sem2mutex: misc static one-file mutexes by Ingo Molnar · 19 years ago
  58. 2f27f81 [X86] Remove pointless versioning of mtrr driver. by Dave Jones · 19 years ago
  59. c32017a [X86] Rename MTRR mutex to something more sensible. by Dave Jones · 19 years ago
  60. af9c142 [PATCH] x86_64: Force correct address space size for MTRR on some 64bit Intel Xeons by Shaohua Li · 19 years ago
  61. 829ca9a [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion by Pavel Machek · 19 years ago
  62. 3b520b2 [PATCH] MTRR suspend/resume cleanup by Shaohua Li · 20 years ago
  63. c92c6ff [PATCH] mtrr size-and-base debugging by Andrew Morton · 20 years ago
  64. a6954ba [PATCH] Enable write combining for server works LE rev > 6 by Lee Revell · 20 years ago
  65. 1f2c958 [PATCH] x86_64: Always use CPUID 80000008 to figure out MTRR address space size by Andi Kleen · 20 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago