1. e937fcf2 x86: mpparse: 64-bit fix by Ingo Molnar · 17 years ago
  2. ecaa6c9 x86: change naming of cpu_initialized_mask for xen by Glauber Costa · 17 years ago
  3. fe176de x86: microcode: show results on success too by Ben Castricum · 17 years ago
  4. be8a568 x86: move generic_processor_info to apic_64.c by Alexey Starikovskiy · 17 years ago
  5. 86cc0d9 x86: move boot_cpu_physical_apicid to apic_64.c by Alexey Starikovskiy · 17 years ago
  6. 3103623 x86: move disabled_cpus to smpboot.c (64bit) by Alexey Starikovskiy · 17 years ago
  7. 7b8cbd2 x86: move num_processors to smpboot.c (64 bit) by Alexey Starikovskiy · 17 years ago
  8. 1d85543 x86: move phys_cpu_present_map to smpboot.c (64bit) by Alexey Starikovskiy · 17 years ago
  9. 7abb3cc x86: move phys cpu present map to smpboot.c, 64-bit, prepare by Ingo Molnar · 17 years ago
  10. 3f53070 x86: move mp_lapic_addr to apic_64.c by Alexey Starikovskiy · 17 years ago
  11. 468e85b x86: don't use MP_processor_info for ACPI mode (64bit) by Alexey Starikovskiy · 17 years ago
  12. 0e01c00 x86: separate generic_processor_info into its own function (64bit) by Alexey Starikovskiy · 17 years ago
  13. 8ccab29 x86: don't call MP_processor_info for disabled cpu (64bit) by Alexey Starikovskiy · 17 years ago
  14. 903dcb5 x86: move generic_processor_info to apic_32.c by Alexey Starikovskiy · 17 years ago
  15. acff5a7 x86: move x86_bios_cpu_apicid to apic_32.c by Alexey Starikovskiy · 17 years ago
  16. fae9811 x86: mpparse, move boot cpu physical apicid to apic_32.c, fix by Ingo Molnar · 17 years ago
  17. 837e0e7 x86: move boot_cpu_physical_apicid to apic_32.c by Alexey Starikovskiy · 17 years ago
  18. 0c254e3 x86: move def_to_bigsmp to setup_32.c by Alexey Starikovskiy · 17 years ago
  19. 059c964 x86: mpparse, move disabled cpus to smpboot.c, fix by Ingo Molnar · 17 years ago
  20. 53c4c79 x86: move disabled_cpus to smpboot.c by Alexey Starikovskiy · 17 years ago
  21. 2bb9e9d x86: move num_processors to smpboot.c by Alexey Starikovskiy · 17 years ago
  22. 40014ba x86: move phys_cpu_present_map to smpboot.c by Alexey Starikovskiy · 17 years ago
  23. 8f6e2ca x86: move mp_lapic_addr to apic_32.c by Alexey Starikovskiy · 17 years ago
  24. e81b2c6 x86: move apic_ver array to apic_32.c by Alexey Starikovskiy · 17 years ago
  25. 08bef9d x86: don't use MP_processor_info for ACPI mode by Alexey Starikovskiy · 17 years ago
  26. c853c67 x86: separate generic_processor_info into its own function by Alexey Starikovskiy · 17 years ago
  27. 987dd2d x86: don't call MP_processor_info for disabled cpu by Alexey Starikovskiy · 17 years ago
  28. 2df2972 x86: move es7000_plat closer to its user by Alexey Starikovskiy · 17 years ago
  29. 0e03eb8 x86: Centaur Isaiah processor to use sysenter in 64-bit compatibility mode rather than syscall by Dave Jones · 17 years ago
  30. dd46e3c x86: move apic declarations to mach_apic.h by Glauber Costa · 17 years ago
  31. ab68ed9 x86: entry_32.S - use flags from processor-flags.h by Cyrill Gorcunov · 17 years ago
  32. 756a6c6 x86: ioremap of 64-bit resource on 32-bit kernel fix by Ingo Molnar · 17 years ago
  33. 5af5573 x86: move ipi definitions to mach_ipi.h by Glauber Costa · 17 years ago
  34. 8346ea1 x86: split large page mapping for AMD TSEG by Andi Kleen · 17 years ago
  35. f5c24a7 x86: don't use large pages to map the first 2/4MB of memory by Andi Kleen · 17 years ago
  36. c9caa02 x86: add set_memory_4k to pageattr.c by Andi Kleen · 17 years ago
  37. cc61503 x86: account overlapped mappings in max_pfn_mapped by Andi Kleen · 17 years ago
  38. 6779429 x86: replace the now useless max_pfn_mapped define by Thomas Gleixner · 17 years ago
  39. 7d1116a x86: implement true end_pfn_mapped for 32bit by Andi Kleen · 17 years ago
  40. 41bd4ea x86: move early exception handlers into init.text by Andi Kleen · 17 years ago
  41. 749c970 x86: replace early exception setup macro recursion with loop by Andi Kleen · 17 years ago
  42. 5524ea3 x86: don't set up early exception handlers for external interrupts by Andi Kleen · 17 years ago
  43. 366932d x86: relocate_kernel - use predefined macroses for page attributes by gorcunov@gmail.com · 17 years ago
  44. fd3af53 x86: relocate_kernel - use predefined macroses for processor state by gorcunov@gmail.com · 17 years ago
  45. a7bba17 x86: relocate_kernel - use PAGE_SIZE instead of numeric constant by gorcunov@gmail.com · 17 years ago
  46. 4039ae5 x86: relocate_kernel_32.S - clear register in more elegant way by gorcunov@gmail.com · 17 years ago
  47. 15a601e x86: fix test_poke for vmalloced pages by Mathieu Desnoyers · 17 years ago
  48. e5699a8 x86: clean up vSMP detection by Ravikiran G Thirumalai · 17 years ago
  49. d93c870b x86: only enable interrupts when kernel state has been set up by Jeremy Fitzhardinge · 17 years ago
  50. dcfe946 x86: fix memtest print out by Yinghai Lu · 17 years ago
  51. c64df70 x86: memtest bootparam by Yinghai Lu · 17 years ago
  52. 288621e x86: relocate_kernel - use predefined PAGE_SIZE instead of own alias by Cyrill Gorcunov · 17 years ago
  53. 89bda4f x86: use same index for processor maps by Alexey Starikovskiy · 17 years ago
  54. fa3f1f4 x86: allow NODES_SHIFT to be a config option on x86_64 by Jack Steiner · 17 years ago
  55. 6e90894 x86: fix ioapic bug again by Ingo Molnar · 17 years ago
  56. f2e576b i386: arch/x86/math-emu/reg_ld_str.c: fix warning by Andrew Morton · 17 years ago
  57. cc7594e i386: arch/x86/math-emu/fpu_entry.c warning fix by Andrew Morton · 17 years ago
  58. b450e5e x86: PAT bug fix for attribute type check after reserve_memtype, debug by Venki Pallipadi · 17 years ago
  59. dee7cbb x86: PAT bug fix for attribute type check after reserve_memtype by Venki Pallipadi · 17 years ago
  60. 9307cac x86: pat cpu feature bit setting for known cpus by Yinghai Lu · 17 years ago
  61. a7c7d0e x86: tom2 warning fix by Ingo Molnar · 17 years ago
  62. 35605a1 x86: enable PAT for amd k8 and fam10h by Yinghai Lu · 17 years ago
  63. 042b78e x86: PAT infrastructure patch, documentation updates by Venki Pallipadi · 17 years ago
  64. 6997ab4 x86: add PAT related debug prints by venkatesh.pallipadi@intel.com · 17 years ago
  65. b310f381d x86: PAT add ioremap_wc() interface by venkatesh.pallipadi@intel.com · 17 years ago
  66. ef354af x86: PAT add set_memory_wc() interface by venkatesh.pallipadi@intel.com · 17 years ago
  67. 03d72aa x86: PAT use reserve free memtype in pci_mmap_page_range by venkatesh.pallipadi@intel.com · 17 years ago
  68. 1219333 x86: PAT use reserve free memtype in set_memory_uc by venkatesh.pallipadi@intel.com · 17 years ago
  69. d7677d4 x86: PAT use reserve free memtype in ioremap and iounmap by venkatesh.pallipadi@intel.com · 17 years ago
  70. 3a96ce8 x86: PAT make ioremap_change_attr non-static by venkatesh.pallipadi@intel.com · 17 years ago
  71. 55c6268 x86: revert ucminus change by Ingo Molnar · 17 years ago
  72. 2e5d9c8 x86: PAT infrastructure patch by venkatesh.pallipadi@intel.com · 17 years ago
  73. 7de6a4c x86: clean up aperture_64.c by Pavel Machek · 17 years ago
  74. 0156126 x86: allocate e820 resource struct all together by Yinghai Lu · 17 years ago
  75. 272b9ca x86: early memtest to find bad ram by Yinghai Lu · 17 years ago
  76. 0054f4b x86: Explicitly include required header files. by Robert P. J. Day · 17 years ago
  77. acb5b8a x86, kprobes: correct post-eip value in post_hander() by Yakov Lerner · 17 years ago
  78. 0f54091 x86: handle_vm86_trap cleanup by Roland McGrath · 17 years ago
  79. b00de17 x86: sys32_execve PT_DTRACE by Roland McGrath · 17 years ago
  80. 48ee679 x86: ia32 ptrace vs -ENOSYS sysenter/syscall by Roland McGrath · 17 years ago
  81. a31f8dd x86: ptrace vs -ENOSYS by Roland McGrath · 17 years ago
  82. 8ab32bb x86: ia32 ptrace vs -ENOSYS by Roland McGrath · 17 years ago
  83. ede1389 x86: remove the write-only timer_uses_ioapic_pin_0 by Adrian Bunk · 17 years ago
  84. 6542fe8 x86: vsmp fix x86 vsmp fix is vsmp box cleanup by Ingo Molnar · 17 years ago
  85. 1cb6848 x86: apic_is_clustered_box to indicate unsynched TSC's on multiboard vSMP systems by Ravikiran G Thirumalai · 17 years ago
  86. 9f6d855 x86: vSMP: use pvops only if platform has the capability to support it by Ravikiran G Thirumalai · 17 years ago
  87. aa7d8e25e x86: fix build breakage when PCI is define and PARAVIRT is not by Ravikiran G Thirumalai · 17 years ago
  88. 3250c91 x86: vSMP: Fix is_vsmp_box() by Ravikiran G Thirumalai · 17 years ago
  89. 8642050 x86: make struct mpc_config_translation NUMAQ-only by Alexey Starikovskiy · 17 years ago
  90. 0ec153a x86: remove mpc_oem_bus_info() by Alexey Starikovskiy · 17 years ago
  91. d285e33 x86: remove mpc_oem_pci_bus() by Alexey Starikovskiy · 17 years ago
  92. 4655c7d x86: remove mpc_apic_id() by Alexey Starikovskiy · 17 years ago
  93. 555b076 x86: rename gsi_start to gsi_base to match mpparse_32.c by Alexey Starikovskiy · 17 years ago
  94. 85e4603 x86: limit scan to 1k of EBDA. by Alexey Starikovskiy · 17 years ago
  95. ce3fe6b x86: use get_bios_ebda in mpparse_64.c by Alexey Starikovskiy · 17 years ago
  96. e3e3ffa x86: add uniq_ioapic_id to mpparse_32.c by Alexey Starikovskiy · 17 years ago
  97. 857033a x86: add bad_ioapic to mpparse_32.c by Alexey Starikovskiy · 17 years ago
  98. d295331 x86: lindent mpparse_64.c by Alexey Starikovskiy · 17 years ago
  99. 4cedb33 x86: remove smpboot_32.c and smpboot_64.c by Glauber de Oliveira Costa · 17 years ago
  100. acbb673 x86: move apicid mappings to smpboot.c by Glauber de Oliveira Costa · 17 years ago