1. 76eb413 x86: move x86_cpu_to_apicid to setup.c by Alexey Starikovskiy · 18 years ago
  2. af926a5 x86: move x86_bios_cpu_apicid to io_apic_64.c by Alexey Starikovskiy · 18 years ago
  3. d61ecf0 x86: 4kstacks default by Ingo Molnar · 18 years ago
  4. f408b43 x86: fix VisualWS and Voyager kexec build failures by Randy Dunlap · 18 years ago
  5. d2b3bab x86: MPSC should use P6 NOPs by Hugh Dickins · 18 years ago
  6. 431ef7a x86: debug Store - call kfree if only we really need it by Cyrill Gorcunov · 18 years ago
  7. 13af483 x86: improve default idle by Ingo Molnar · 18 years ago
  8. f5149a4 x86: support for new UV apic, fix by Jack Steiner · 18 years ago
  9. 1725037f x86: set_cyc2ns_scale() remove prev scale by Ingo Molnar · 18 years ago
  10. b447a46 x86: clean up non-smp usage of cpu maps by Mike Travis · 18 years ago
  11. ac23d4e x86: support for new UV apic by Jack Steiner · 18 years ago
  12. 570da31 x86: support for new UV apic, prepare by Ingo Molnar · 18 years ago
  13. ac049c1 x86: parsing for ACPI "SAPIC" table by Jack Steiner · 18 years ago
  14. a65d1d6 x86: increase size of APICID by Jack Steiner · 18 years ago
  15. ae26186 x86: add functions to determine if platform is a UV platform by Jack Steiner · 18 years ago
  16. 05f2d12 x86: change GET_APIC_ID() from an inline function to an out-of-line function by Jack Steiner · 18 years ago
  17. a5c15d4 x86: replace most VM86 flags with flags from processor-flags.h by gorcunov@gmail.com · 18 years ago
  18. 6b6891f x86: cleanup - rename VM_MASK to X86_VM_MASK by gorcunov@gmail.com · 18 years ago
  19. 6093015 x86: cleanup replace most vm86 flags with flags from processor-flags.h, fix by Ingo Molnar · 18 years ago
  20. f7743fe x86: paravirt_ops: don't steal memory resources in paravirt_disable_iospace by Jeremy Fitzhardinge · 18 years ago
  21. e937fcf x86: mpparse: 64-bit fix by Ingo Molnar · 18 years ago
  22. ecaa6c9 x86: change naming of cpu_initialized_mask for xen by Glauber Costa · 18 years ago
  23. fe176de x86: microcode: show results on success too by Ben Castricum · 18 years ago
  24. be8a568 x86: move generic_processor_info to apic_64.c by Alexey Starikovskiy · 18 years ago
  25. 86cc0d9 x86: move boot_cpu_physical_apicid to apic_64.c by Alexey Starikovskiy · 18 years ago
  26. 3103623 x86: move disabled_cpus to smpboot.c (64bit) by Alexey Starikovskiy · 18 years ago
  27. 7b8cbd2 x86: move num_processors to smpboot.c (64 bit) by Alexey Starikovskiy · 18 years ago
  28. 1d85543 x86: move phys_cpu_present_map to smpboot.c (64bit) by Alexey Starikovskiy · 18 years ago
  29. 7abb3cc x86: move phys cpu present map to smpboot.c, 64-bit, prepare by Ingo Molnar · 18 years ago
  30. 3f53070 x86: move mp_lapic_addr to apic_64.c by Alexey Starikovskiy · 18 years ago
  31. 468e85b x86: don't use MP_processor_info for ACPI mode (64bit) by Alexey Starikovskiy · 18 years ago
  32. 0e01c00 x86: separate generic_processor_info into its own function (64bit) by Alexey Starikovskiy · 18 years ago
  33. 8ccab29 x86: don't call MP_processor_info for disabled cpu (64bit) by Alexey Starikovskiy · 18 years ago
  34. 903dcb5 x86: move generic_processor_info to apic_32.c by Alexey Starikovskiy · 18 years ago
  35. acff5a7 x86: move x86_bios_cpu_apicid to apic_32.c by Alexey Starikovskiy · 18 years ago
  36. fae9811 x86: mpparse, move boot cpu physical apicid to apic_32.c, fix by Ingo Molnar · 18 years ago
  37. 837e0e7 x86: move boot_cpu_physical_apicid to apic_32.c by Alexey Starikovskiy · 18 years ago
  38. 0c254e3 x86: move def_to_bigsmp to setup_32.c by Alexey Starikovskiy · 18 years ago
  39. 059c964 x86: mpparse, move disabled cpus to smpboot.c, fix by Ingo Molnar · 18 years ago
  40. 53c4c79 x86: move disabled_cpus to smpboot.c by Alexey Starikovskiy · 18 years ago
  41. 2bb9e9d x86: move num_processors to smpboot.c by Alexey Starikovskiy · 18 years ago
  42. 40014ba x86: move phys_cpu_present_map to smpboot.c by Alexey Starikovskiy · 18 years ago
  43. 8f6e2ca x86: move mp_lapic_addr to apic_32.c by Alexey Starikovskiy · 18 years ago
  44. e81b2c6 x86: move apic_ver array to apic_32.c by Alexey Starikovskiy · 18 years ago
  45. 08bef9d x86: don't use MP_processor_info for ACPI mode by Alexey Starikovskiy · 18 years ago
  46. c853c67 x86: separate generic_processor_info into its own function by Alexey Starikovskiy · 18 years ago
  47. 987dd2d x86: don't call MP_processor_info for disabled cpu by Alexey Starikovskiy · 18 years ago
  48. 2df2972 x86: move es7000_plat closer to its user by Alexey Starikovskiy · 18 years ago
  49. 0e03eb8 x86: Centaur Isaiah processor to use sysenter in 64-bit compatibility mode rather than syscall by Dave Jones · 18 years ago
  50. dd46e3c x86: move apic declarations to mach_apic.h by Glauber Costa · 18 years ago
  51. ab68ed9 x86: entry_32.S - use flags from processor-flags.h by Cyrill Gorcunov · 18 years ago
  52. 756a6c6 x86: ioremap of 64-bit resource on 32-bit kernel fix by Ingo Molnar · 18 years ago
  53. 5af5573 x86: move ipi definitions to mach_ipi.h by Glauber Costa · 18 years ago
  54. 8346ea1 x86: split large page mapping for AMD TSEG by Andi Kleen · 18 years ago
  55. f5c24a7 x86: don't use large pages to map the first 2/4MB of memory by Andi Kleen · 18 years ago
  56. c9caa02 x86: add set_memory_4k to pageattr.c by Andi Kleen · 18 years ago
  57. cc61503 x86: account overlapped mappings in max_pfn_mapped by Andi Kleen · 18 years ago
  58. 6779429 x86: replace the now useless max_pfn_mapped define by Thomas Gleixner · 18 years ago
  59. 7d1116a x86: implement true end_pfn_mapped for 32bit by Andi Kleen · 18 years ago
  60. 41bd4ea x86: move early exception handlers into init.text by Andi Kleen · 18 years ago
  61. 749c970 x86: replace early exception setup macro recursion with loop by Andi Kleen · 18 years ago
  62. 5524ea3 x86: don't set up early exception handlers for external interrupts by Andi Kleen · 18 years ago
  63. 366932d x86: relocate_kernel - use predefined macroses for page attributes by gorcunov@gmail.com · 18 years ago
  64. fd3af53 x86: relocate_kernel - use predefined macroses for processor state by gorcunov@gmail.com · 18 years ago
  65. a7bba17 x86: relocate_kernel - use PAGE_SIZE instead of numeric constant by gorcunov@gmail.com · 18 years ago
  66. 4039ae5 x86: relocate_kernel_32.S - clear register in more elegant way by gorcunov@gmail.com · 18 years ago
  67. 15a601e x86: fix test_poke for vmalloced pages by Mathieu Desnoyers · 18 years ago
  68. e5699a8 x86: clean up vSMP detection by Ravikiran G Thirumalai · 18 years ago
  69. d93c870 x86: only enable interrupts when kernel state has been set up by Jeremy Fitzhardinge · 18 years ago
  70. dcfe946 x86: fix memtest print out by Yinghai Lu · 18 years ago
  71. c64df70 x86: memtest bootparam by Yinghai Lu · 18 years ago
  72. 288621e x86: relocate_kernel - use predefined PAGE_SIZE instead of own alias by Cyrill Gorcunov · 18 years ago
  73. 89bda4f x86: use same index for processor maps by Alexey Starikovskiy · 18 years ago
  74. fa3f1f4 x86: allow NODES_SHIFT to be a config option on x86_64 by Jack Steiner · 18 years ago
  75. 6e90894 x86: fix ioapic bug again by Ingo Molnar · 18 years ago
  76. f2e576b i386: arch/x86/math-emu/reg_ld_str.c: fix warning by Andrew Morton · 18 years ago
  77. cc7594e i386: arch/x86/math-emu/fpu_entry.c warning fix by Andrew Morton · 18 years ago
  78. b450e5e x86: PAT bug fix for attribute type check after reserve_memtype, debug by Venki Pallipadi · 18 years ago
  79. dee7cbb x86: PAT bug fix for attribute type check after reserve_memtype by Venki Pallipadi · 18 years ago
  80. 9307cac x86: pat cpu feature bit setting for known cpus by Yinghai Lu · 18 years ago
  81. a7c7d0e x86: tom2 warning fix by Ingo Molnar · 18 years ago
  82. 35605a1 x86: enable PAT for amd k8 and fam10h by Yinghai Lu · 18 years ago
  83. 042b78e x86: PAT infrastructure patch, documentation updates by Venki Pallipadi · 18 years ago
  84. 6997ab4 x86: add PAT related debug prints by venkatesh.pallipadi@intel.com · 18 years ago
  85. b310f38 x86: PAT add ioremap_wc() interface by venkatesh.pallipadi@intel.com · 18 years ago
  86. ef354af x86: PAT add set_memory_wc() interface by venkatesh.pallipadi@intel.com · 18 years ago
  87. 03d72aa x86: PAT use reserve free memtype in pci_mmap_page_range by venkatesh.pallipadi@intel.com · 18 years ago
  88. 1219333 x86: PAT use reserve free memtype in set_memory_uc by venkatesh.pallipadi@intel.com · 18 years ago
  89. d7677d4 x86: PAT use reserve free memtype in ioremap and iounmap by venkatesh.pallipadi@intel.com · 18 years ago
  90. 3a96ce8 x86: PAT make ioremap_change_attr non-static by venkatesh.pallipadi@intel.com · 18 years ago
  91. 55c6268 x86: revert ucminus change by Ingo Molnar · 18 years ago
  92. 2e5d9c8 x86: PAT infrastructure patch by venkatesh.pallipadi@intel.com · 18 years ago
  93. 7de6a4c x86: clean up aperture_64.c by Pavel Machek · 18 years ago
  94. 0156126 x86: allocate e820 resource struct all together by Yinghai Lu · 18 years ago
  95. 272b9ca x86: early memtest to find bad ram by Yinghai Lu · 18 years ago
  96. 0054f4b x86: Explicitly include required header files. by Robert P. J. Day · 18 years ago
  97. acb5b8a x86, kprobes: correct post-eip value in post_hander() by Yakov Lerner · 18 years ago
  98. 0f54091 x86: handle_vm86_trap cleanup by Roland McGrath · 18 years ago
  99. b00de17 x86: sys32_execve PT_DTRACE by Roland McGrath · 18 years ago
  100. 48ee679 x86: ia32 ptrace vs -ENOSYS sysenter/syscall by Roland McGrath · 18 years ago