1. 0b8fdcb x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOC by Suresh Siddha · 16 years ago
  2. a2699e4 x86, cpa: make the kernel physical mapping initialization a two pass sequence by Suresh Siddha · 16 years ago
  3. b2bc273 x86, cpa: rename PTE attribute macros for kernel direct mapping in early boot by Suresh Siddha · 16 years ago
  4. f81b691 Merge commit 'v2.6.27-rc6' into x86/pat by Ingo Molnar · 16 years ago
  5. 93811d9 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  6. d6be118a x86: fix memmap=exactmap boot argument by Prarit Bhargava · 16 years ago
  7. 14469a8 x86: disable static NOPLs on 32 bits by Linus Torvalds · 16 years ago
  8. 64f996f Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  9. f532522 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  10. 23952a9 x86: cpu_init(): fix memory leak when using CPU hotplug by Andreas Herrmann · 16 years ago
  11. d04ec77 x86: pda_init(): fix memory leak when using CPU hotplug by Andreas Herrmann · 16 years ago
  12. e4a6be4 x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags by Eduardo Habkost · 16 years ago
  13. dd786dd x86: move mtrr cpu cap setting early in early_init_xxxx by Yinghai Lu · 16 years ago
  14. 12cf105 x86: delay early cpu initialization until cpuid is done by Krzysztof Helt · 16 years ago
  15. 72d43d9 x86: HPET: read back compare register before reading counter by Thomas Gleixner · 16 years ago
  16. f767625 x86: HPET fix moronic 32/64bit thinko by Thomas Gleixner · 16 years ago
  17. f31d731 x86: use X86_FEATURE_NOPL in alternatives by H. Peter Anvin · 16 years ago
  18. b6734c3 x86: add NOPL as a synthetic CPU feature bit by H. Peter Anvin · 16 years ago
  19. b74b06c x86: boot: stub out unimplemented CPU feature words by H. Peter Anvin · 16 years ago
  20. 1c402c8 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  21. 110e035 x86: make sure the CPA test code's use of _PAGE_UNUSED1 is obvious by Jeremy Fitzhardinge · 16 years ago
  22. 7cfb0435 HPET: make minimum reprogramming delta useful by Thomas Gleixner · 16 years ago
  23. de014d6 x86: Change warning message in TSC calibration. by Alok N Kataria · 16 years ago
  24. e6a5652 x86: add io delay quirk for Presario F700 by Chuck Ebbert · 16 years ago
  25. ec0c15a Split up PIT part of TSC calibration from native_calibrate_tsc by Linus Torvalds · 16 years ago
  26. fbb16e2 [x86] Fix TSC calibration issues by Thomas Gleixner · 16 years ago
  27. 011fec7 Un-break printk strings in x86 PCI probing code by Linus Torvalds · 16 years ago
  28. b460947 Revert "x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against BAR, v3" by Linus Torvalds · 16 years ago
  29. e52c885 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  30. c1b362e x86: update defconfigs by H. Peter Anvin · 16 years ago
  31. 9ea2b82 x86: cpuid: correct return value on partial operations by H. Peter Anvin · 16 years ago
  32. 85f1cb6 x86: msr: correct return value on partial operations by H. Peter Anvin · 16 years ago
  33. 4b46ca7 x86: cpuid: propagate error from smp_call_function_single() by H. Peter Anvin · 16 years ago
  34. c6f3193 x86: msr: propagate errors from smp_call_function_single() by H. Peter Anvin · 16 years ago
  35. d25e26b [x86] Clean up MAXSMP Kconfig, and limit NR_CPUS to 512 by Linus Torvalds · 16 years ago
  36. ec73adb Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  37. cd5998e KVM: MMU: Fix torn shadow pte by Avi Kivity · 16 years ago
  38. 52a8968 x86: fix cpufreq + sched_clock() regression by Peter Zijlstra · 16 years ago
  39. f58899b Merge branch 'linus' into x86/urgent by Ingo Molnar · 16 years ago
  40. a2bd727 x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against BAR, v3 by Yinghai Lu · 16 years ago
  41. 060700b x86: do not enable TSC notifier if we don't need it by Linus Torvalds · 16 years ago
  42. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  43. 8735728 x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUs by Rafael J. Wysocki · 16 years ago
  44. 91ede00 x86: fix: make PCI ECS for AMD CPUs hotplug capable by Robert Richter · 16 years ago
  45. 9b4e27b x86: fix: do not run code in amd_bus.c on non-AMD CPUs by Robert Richter · 16 years ago
  46. 01de05a x86: have set_memory_array_{uc,wb} coalesce memtypes, fix by Venki Pallipadi · 16 years ago
  47. 358c323 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  48. 9754a5b x86: work around MTRR mask setting, v2 by Ingo Molnar · 16 years ago
  49. c4bd1fd x86: fix section mismatch warning - uv_cpu_init by Marcin Slusarz · 16 years ago
  50. 3a6ddd5 x86: fix VMI for early params by Alok Kataria · 16 years ago
  51. 9482ac6 x86: fix two modpost warnings in mm/init_64.c by Jan Beulich · 16 years ago
  52. 8ae3a5a x86: fix 1:1 mapping init on 64-bit (memory hotplug case) by Jan Beulich · 16 years ago
  53. c5e147c x86: have set_memory_array_{uc,wb} coalesce memtypes. by Rene Herman · 16 years ago
  54. 9a79f4f x86: {reverve,free}_memtype() take a physical address by Rene Herman · 16 years ago
  55. 8b53b57 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
  56. 38cc1c3 x86: work around MTRR mask setting by Yinghai Lu · 16 years ago
  57. ab7e792 x86: fix pageattr-test by Shaohua Li · 16 years ago
  58. d75586a x86, pageattr: introduce APIs to change pageattr of a page array by Shaohua Li · 16 years ago
  59. cacf890 Revert "introduce two APIs for page attribute" by Ingo Molnar · 16 years ago
  60. 8323444 x86: PAT Update validate_pat_support for intel CPUs by venkatesh.pallipadi@intel.com · 16 years ago
  61. 28df82e devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUS by venkatesh.pallipadi@intel.com · 16 years ago
  62. c15238d x86: PAT proper tracking of set_memory_uc and friends by venkatesh.pallipadi@intel.com · 16 years ago
  63. b2a6a58 x86: fix BUG: unable to handle kernel paging request (numaq_tsc_disable) by Vegard Nossum · 16 years ago
  64. 7946612 x86: export pv_lock_ops non-GPL by Jeremy Fitzhardinge · 16 years ago
  65. 7701e8c x86, mmiotrace: silence section mismatch warning - leave_uniprocessor by Marcin Slusarz · 16 years ago
  66. bde78a7 x86: use WARN() in arch/x86/kernel by Arjan van de Ven · 16 years ago
  67. 0c072bb x86: use WARN() in arch/x86/mm/ioremap.c by Arjan van de Ven · 16 years ago
  68. 85d5779 werror: fix pci calgary by David Howells · 16 years ago
  69. 80a8c9f x86: fix oprofile + hibernation badness by Andi Kleen · 16 years ago
  70. 99dd871 x86, SGI UV: hardcode the TLB flush interrupt system vector by Cliff Wickman · 16 years ago
  71. 80c5e73 x86: fix Xorg startup/shutdown slowdown with PAT by Venki Pallipadi · 16 years ago
  72. c674495 x86: fix "kernel won't boot on a Cyrix MediaGXm (Geode)" by Samuel Sieb · 16 years ago
  73. ddd13dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  74. f607e3a Revert "[CPUFREQ][2/2] preregister support for powernow-k8" by Linus Torvalds · 16 years ago
  75. 8a7c5ef x86 iommu: remove unneeded parenthesis by Jiri Kosina · 16 years ago
  76. a7f5aaf Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  77. ce67542 Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into x86-merge by Jesse Barnes · 16 years ago
  78. 1b72691 x86: fix build warnings in real mode code by Andi Kleen · 16 years ago
  79. f710666 x86, calgary: fix section mismatch warning - get_tce_space_from_tar by Marcin Slusarz · 16 years ago
  80. d19fbfd x86: silence section mismatch warning - get_local_pda by Marcin Slusarz · 16 years ago
  81. e532c06 x86: fix i486 suspend to disk CR4 oops by David Fries · 16 years ago
  82. 39e00fe x86: mpparse.c: fix section mismatch warning by Marcin Slusarz · 16 years ago
  83. c72a5ef x86: mmconf: fix section mismatch warning by Marcin Slusarz · 16 years ago
  84. 67d0c9e x86: fix MP_processor_info section mismatch warning by Marcin Slusarz · 16 years ago
  85. d554d9a x86, tsc: fix section mismatch warning by Marcin Slusarz · 16 years ago
  86. 0473b79 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  87. 40a3426 Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  88. 8d6ea967 x86: fix section mismatch warning - spp_getpage() by Marcin Slusarz · 16 years ago
  89. fc0091b x86: change init_gdt to update the gdt via write_gdt, rather than a direct write. by Alex Nixon · 16 years ago
  90. e213e87 x86: Fix ioremap off by one BUG by Andi Kleen · 16 years ago
  91. 8949975 x86/PCI: irq and pci_ids patch for Intel Ibex Peak PCHs by Seth Heasley · 16 years ago
  92. 529d0e4 Merge branch 'x86/geode' into x86/urgent by Ingo Molnar · 16 years ago
  93. 3122c33 kexec jump: fix for ftrace by Huang Ying · 16 years ago
  94. fb45daa kexec jump: check code size in control page by Huang Ying · 16 years ago
  95. 163f687 kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZE by Huang Ying · 16 years ago
  96. 66d4bdf x86-64: fix overlap of modules and fixmap areas by Jan Beulich · 16 years ago
  97. 5843d9a x86, pat: avoid highmem cache attribute aliasing by Nick Piggin · 16 years ago
  98. 0d5cdc9 x86, geode-mfgpt: check IRQ before using MFGPT as clocksource by Jens Rottmann · 16 years ago
  99. 9744f5a x86, acpi: cleanup, temp_stack is used only when CONFIG_SMP is set by Marcin Slusarz · 16 years ago
  100. 1ac2f7d introduce two APIs for page attribute by Shaohua Li · 16 years ago