1. 2da06af x86, mtrr: Fix a type overflow in range_to_mtrr func by zhenzhong.duan · 14 years ago
  2. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  3. f05e798 Disintegrate asm/system.h for X86 by David Howells · 14 years ago
  4. b263b31 x86, mtrr: Use explicit sizing and padding for the 64-bit ioctls by H. Peter Anvin · 14 years ago
  5. 8dbf4a3 x86/mtrr: Resolve inconsistency with Intel processor manual by Ajaykumar Hotchandani · 15 years ago
  6. 644ddf5 Add TAINT_FIRMWARE_WORKAROUND on MTRR fixup by Prarit Bhargava · 15 years ago
  7. cbbfa38 mtrr: fix UP breakage caused during switch to stop_machine by Tejun Heo · 15 years ago
  8. 50c31e4 x86, mtrr: Use pci_dev->revision by Sergei Shtylyov · 15 years ago
  9. 192d885 x86, mtrr: use stop_machine APIs for doing MTRR rendezvous by Suresh Siddha · 15 years ago
  10. 6d3321e x86, mtrr: lock stop machine during MTRR rendezvous sequence by Suresh Siddha · 15 years ago
  11. 84ac7cd x86, mtrr, pat: Fix one cpu getting out of sync during resume by Suresh Siddha · 15 years ago
  12. f3c6ea1 x86: Use syscore_ops instead of sysdev classes and sysdevs by Rafael J. Wysocki · 15 years ago
  13. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 15 years ago
  14. f744854 x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platforms by Suresh Siddha · 15 years ago
  15. 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 · 16 years ago
  16. 3fdbf00 x86, mtrr: Assume SYS_CFG[Tom2ForceMemTypeWB] exists on all future AMD CPUs by Andreas Herrmann · 16 years ago
  17. 351e5a7 x86, mtrr: Support mtrr lookup for range spanning across MTRR range by Venkatesh Pallipadi · 16 years ago
  18. a7f07cf x86, mtrr: Refactor MTRR type overlap check code by Venkatesh Pallipadi · 16 years ago
  19. 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 · 16 years ago
  20. 68f202e x86, mtrr: Use stop machine context to rendezvous all the cpu's by Suresh Siddha · 16 years ago
  21. fa10ba6 x86, gcc-4.6: Fix set but not read variables by Andi Kleen · 16 years ago
  22. b269108 x86: Clean up arch/x86/kernel/cpu/mtrr/cleanup.c: use ";" not "," to terminate statements by Joe Perches · 16 years ago
  23. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  24. 6c550ee x86: fix mtrr missing kernel-doc by Randy Dunlap · 16 years ago
  25. 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 · 16 years ago
  26. 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 · 16 years ago
  27. 40d6753 x86: Convert set_atomicity_lock to raw_spinlock by Thomas Gleixner · 17 years ago
  28. 942fa3b x86, mtrr: Kill over the top warn by Alan Cox · 16 years ago
  29. e9a0064 x86: Change range end to start+size by Yinghai Lu · 16 years ago
  30. 27811d8 x86: Move range related operation to one file by Yinghai Lu · 16 years ago
  31. 34d2819 x86, mtrr: Remove unused mtrr/state.c by Borislav Petkov · 16 years ago
  32. 3b9cfc0 x86, mtrr: Constify struct mtrr_ops by Emese Revfy · 16 years ago
  33. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 16 years ago
  34. 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 · 16 years ago
  35. 5bf65b9 x86, mtrr: Fix sorting of mtrr after subtracting by Yinghai Lu · 17 years ago
  36. 508d85c x86: When cleaning MTRRs, do not fold WP into UC by Yinghai Lu · 17 years ago
  37. 16121d7 x86: Fix printk message typo in mtrr cleanup code by Dave Jones · 17 years ago
  38. 11879ba x86: Simplify bound checks in the MTRR code by Arjan van de Ven · 17 years ago
  39. 9ff6d8e x86, mtrr: Convert loop to a while based construct, avoid naked semicolon by Joe Perches · 17 years ago
  40. 5400743 x86, mtrr: make mtrr_aps_delayed_init static bool by H. Peter Anvin · 17 years ago
  41. d0af9ee x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT init by Suresh Siddha · 17 years ago
  42. e3d0e69 x86: Further clean up of mtrr/generic.c by Ingo Molnar · 17 years ago
  43. dbd51be x86: Clean up mtrr/main.c by Jaswinder Singh Rajput · 17 years ago
  44. 09b22c8 x86: Clean up mtrr/state.c by Jaswinder Singh Rajput · 17 years ago
  45. 3ec8dbc x86: Clean up mtrr/mtrr.h by Jaswinder Singh Rajput · 17 years ago
  46. 26dc67e x86: Clean up mtrr/if.c by Jaswinder Singh Rajput · 17 years ago
  47. a1a499a x86: Clean up mtrr/generic.c by Jaswinder Singh Rajput · 17 years ago
  48. 2311037 x86: Clean up mtrr/cyrix.c by Jaswinder Singh Rajput · 17 years ago
  49. 63f9600 x86: Clean up mtrr/cleanup.c by Jaswinder Singh Rajput · 17 years ago
  50. 6c4caa1 x86: Clean up mtrr/centaur.c by Jaswinder Singh Rajput · 17 years ago
  51. 4220445 x86: Clean up mtrr/amd.c: by Jaswinder Singh Rajput · 17 years ago
  52. 7dc3ca3 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  53. 5265025 x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefType by Jaswinder Singh Rajput · 17 years ago
  54. ba5673f x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000 by Jaswinder Singh Rajput · 17 years ago
  55. 654ac05 x86, mtrr: remove mtrr MSRs double declaration by Jaswinder Singh Rajput · 17 years ago
  56. 7d9d55e x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000 by Jaswinder Singh Rajput · 17 years ago
  57. a036c7a x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000 by Jaswinder Singh Rajput · 17 years ago
  58. d9bcc01 x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcap by Jaswinder Singh Rajput · 17 years ago
  59. 917a015 x86: mtrr: Fix high_width computation when phys-addr is >= 44bit by Yinghai Lu · 17 years ago
  60. c5c67c7 x86, mtrr: remove debug message by Ingo Molnar · 17 years ago
  61. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 17 years ago
  62. 4e16c88 x86: cpu/mttr/cleanup.c fix compilation warning by Jaswinder Singh Rajput · 17 years ago
  63. f0348c4 x86: MTRR workaround for system with stange var MTRRs by Yinghai Lu · 17 years ago
  64. d4c90e3 x86: print the continous part of fixed mtrrs together by Yinghai Lu · 17 years ago
  65. 63516ef x86: fix get_mtrr() warning about smp_processor_id() with CONFIG_PREEMPT=y by Yinghai Lu · 17 years ago
  66. 3ff42da x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRs by Andreas Herrmann · 17 years ago
  67. 0d89035 x86: separate mtrr cleanup/mtrr_e820 trim to separate file by Yinghai Lu · 17 years ago
  68. c1ab7e9 x86: print out mtrr_range_state when user specify size by Yinghai Lu · 17 years ago
  69. 8ad9790 x86: more MTRR debug printouts by Yinghai Lu · 17 years ago
  70. bf3647c x86: tone down mtrr_trim_uncached_memory() warning by Ingo Molnar · 17 years ago
  71. 731f187 x86: mtrr fix debug boot parameter by Thomas Renninger · 17 years ago
  72. 923a789 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
  73. 932d27a x86: Export some definition of MTRR by Sheng Yang · 18 years ago
  74. b558bc0 x86: Rename mtrr_state struct and macro names by Sheng Yang · 18 years ago
  75. 34bf5d0 Merge branch 'x86/core' into x86/cleanups by Ingo Molnar · 17 years ago
  76. 71ab6b2 x86: remove impossible test in mtrr/main.c by Rusty Russell · 17 years ago
  77. 30604bb x86: break up mtrr_cleanup() into several small functions. by Yinghai Lu · 18 years ago
  78. 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 · 18 years ago
  79. 0962f40 Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 by Ingo Molnar · 18 years ago
  80. dd55235 x86: mtrr_cleanup: treat WRPROT as UNCACHEABLE by Yinghai Lu · 18 years ago
  81. 99e1aa1 x86: mtrr_cleanup: first 1M may be covered in var mtrrs by Yinghai Lu · 18 years ago
  82. 42fde7a x86: mtrr_cleanup: print out correct type v2 by Yinghai Lu · 18 years ago
  83. 8bb3931 x86, debug: mtrr_cleanup print out var mtrr before change it by Yinghai Lu · 18 years ago
  84. 834836e x86: mtrr_cleanup try gran_size to less than 1M, v3 by Yinghai Lu · 18 years ago
  85. 136c82c x86: mtrr_cleanup try gran_size to less than 1M, cleanup by J.A. Magallón · 18 years ago
  86. 3dcd7e2 x86: fix typo in enable_mtrr_cleanup early parameter by J.A. Magallón · 18 years ago
  87. 4624065 x86: mtrr_cleanup try gran_size to less than 1M by Yinghai Lu · 18 years ago
  88. dd7e522 x86: mtrr_cleanup prepare to make gran_size to less 1M by Yinghai Lu · 18 years ago
  89. 73436a1 x86: mtrr_cleanup safe to get more spare regs now by Yinghai Lu · 18 years ago
  90. 8f0afaa5 x86: mtrr_cleanup hole size should be less than half of chunk_size, v2 by Yinghai Lu · 18 years ago
  91. 54d45ff x86: add mtrr_cleanup_debug command line by Yinghai Lu · 18 years ago
  92. 2313c27 x86: mtrr_cleanup optimization, v2 by Yinghai Lu · 18 years ago
  93. 7fc2368 x86: don't need to go to chunksize to 4G by Yinghai Lu · 18 years ago
  94. 16dc552 x86: use WARN_ONCE in workaround for mtrr mask by Yinghai Lu · 18 years ago
  95. 279b0bb x86: fix arch/x86/kernel/cpu/mtrr/main.c warning by Yinghai Lu · 18 years ago
  96. 9754a5b x86: work around MTRR mask setting, v2 by Ingo Molnar · 18 years ago
  97. 38cc1c3 x86: work around MTRR mask setting by Yinghai Lu · 18 years ago
  98. bde78a7 x86: use WARN() in arch/x86/kernel by Arjan van de Ven · 18 years ago
  99. 1e84911 x86: mtrr/main.c declare range_state as static by Jaswinder Singh · 18 years ago
  100. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 18 years ago