1. 26f80bd x86-64: Convert irqstacks to per-cpu by Brian Gerst · 16 years ago
  2. 9eb912d x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  3. b12d8db x86: make pda a percpu variable by Tejun Heo · 16 years ago
  4. 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
  5. c8f3329 x86: use static _cpu_pda array by Tejun Heo · 16 years ago
  6. 0687903 x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.h by Jaswinder Singh Rajput · 16 years ago
  7. 1de8cd3 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  8. f472cdb x86: smp.h move stack_processor_id declartion to cpu.h by Jaswinder Singh Rajput · 16 years ago
  9. c2d1cec x86: cleanup remaining cpumask_t ops in smpboot code by Mike Travis · 16 years ago
  10. 9628937 x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids by Mike Travis · 16 years ago
  11. fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 16 years ago
  12. 34945ed x86: common.c boot_cpu_stack and boot_exception_stacks should be static by Jaswinder Singh · 16 years ago
  13. 88b094f x86: Hypervisor detection and get tsc_freq from hypervisor by Alok Kataria · 16 years ago
  14. b342797 x86: build fix by Ingo Molnar · 16 years ago
  15. 1c4acdb x86: cpu_index build fix by Ingo Molnar · 16 years ago
  16. bfcb4c1 x86/voyager: fix missing cpu_index initialisation by James Bottomley · 16 years ago
  17. b3572e3 x86/voyager: fix compile breakage caused by dc1e35c6e95e8923cf1d3510438b63c600fee1e2 by James Bottomley · 16 years ago
  18. 94f6bac x86: do not allow to optimize flag_is_changeable_p() (rev. 2) by Krzysztof Helt · 16 years ago
  19. e04d645 x86: move vgetcpu mode probing to cpu detection by Glauber Costa · 16 years ago
  20. bd32a8cf x86: cpu don't print duplicated vendor string by Yinghai Lu · 16 years ago
  21. 365d46d Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  22. 0afe2db Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D by Ingo Molnar · 16 years ago
  23. 43603c8 x86, debug: print more information about unknown CPUs by Hans Schou · 16 years ago
  24. 07bbc16 Merge branch 'timers/urgent' into x86/xen by Ingo Molnar · 16 years ago
  25. ba0593b x86: completely disable NOPL on 32 bits by H. Peter Anvin · 16 years ago
  26. a9853dd x86: cpuid, fix typo by Ingo Molnar · 16 years ago
  27. afae865 x86: move transmeta cap read to early_init_transmeta() by Yinghai Lu · 16 years ago
  28. aef93c8 x86: identify_cpu_without_cpuid v2 by Yinghai Lu · 16 years ago
  29. 3ce9bcb Merge branch 'core/xen' into x86/xen by Ingo Molnar · 16 years ago
  30. 11fdd25 x86: cpu make amd.c more like amd_64.c v2 by Yinghai Lu · 16 years ago
  31. 2d9cd6c x86-64: add two __cpuinit annotations by Jan Beulich · 16 years ago
  32. 12cf105 x86: delay early cpu initialization until cpuid is done by Krzysztof Helt · 16 years ago
  33. e322423 x86, cpu init: call early_init_xxx in init_xxx by Yinghai Lu · 16 years ago
  34. 1b05d60 x86: remove duplicated get_model_name() calling by Yinghai Lu · 16 years ago
  35. b6734c3 x86: add NOPL as a synthetic CPU feature bit by H. Peter Anvin · 16 years ago
  36. 913da64 x86: build fix for !CONFIG_SMP by Alex Nixon · 16 years ago
  37. bd220a2 x86: move nonx_setup etc from common.c to init_64.c by Yinghai Lu · 16 years ago
  38. 102bbe3a x86: cpu/common*.c, merge identify_cpu() by Yinghai Lu · 16 years ago
  39. b89d3b3 x86: cpu/common*.c, merge generic_identify() by Yinghai Lu · 16 years ago
  40. 6627d24 x86: cpu/common*.c, merge early_identify_cpu() by Yinghai Lu · 16 years ago
  41. 5122c89 x86: cpu/common.c: merge get_cpu_cap() by Yinghai Lu · 16 years ago
  42. 1cd7877 x86: cpu/common*.c, merge detect_ht() by Yinghai Lu · 16 years ago
  43. 140fc72 x86: cpu/common*.c, merge display_cacheinfo() by Yinghai Lu · 16 years ago
  44. b9e67f0 x86: cpu/common.c, merge default_init() by Yinghai Lu · 16 years ago
  45. fab334c x86: cpu/common*.c, merge switch_to_new_gdt() by Yinghai Lu · 16 years ago
  46. 1ba7658 x86: cpu/common*.c have same cpu_init(), with copying and #ifdef by Yinghai Lu · 16 years ago
  47. d5494d4 x86: cpu/common*.c, make 32-bit have 64-bit only functions by Yinghai Lu · 16 years ago
  48. ba51dce x86: cpu/common.c, let 64-bit code have 32-bit only functions by Yinghai Lu · 16 years ago
  49. 950ad7f x86: same gdt_page with macro by Yinghai Lu · 16 years ago
  50. f0fc4af x86: make header file the same in arch/x86/kernel/cpu/common_xx.c by Yinghai Lu · 16 years ago
  51. 97e4db7 x86: make detect_ht depend on CONFIG_X86_HT by Yinghai Lu · 16 years ago
  52. d3d0ba7 Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe': by Ingo Molnar · 16 years ago
  53. 446d273 Merge branch 'x86/cpu' into x86/core by Ingo Molnar · 16 years ago
  54. 0a488a5 x86: move 32bit related functions together by Yinghai Lu · 16 years ago
  55. a0854a4 x86: make 32bit support show_msr like 64 bit by Yinghai Lu · 16 years ago
  56. 10a434f x86: remove cpu_vendor_dev by Yinghai Lu · 16 years ago
  57. 9d31d35 x86: order functions in cpu/common.c and cpu/common_64.c v2 by Yinghai Lu · 16 years ago
  58. 3da99c9 x86: make (early)_identify_cpu more the same between 32bit and 64 bit by Yinghai Lu · 16 years ago
  59. 5031088 x86: delay early cpu initialization until cpuid is done by Krzysztof Helt · 16 years ago
  60. fe47784 Merge branch 'x86/cpu' into x86/xsave by H. Peter Anvin · 16 years ago
  61. 3790025 x86_32: clean up play_dead by Alex Nixon · 16 years ago
  62. 7e00df5 x86: add NOPL as a synthetic CPU feature bit by H. Peter Anvin · 16 years ago
  63. b359e8a x86, xsave: context switch support using xsave/xrstor by Suresh Siddha · 16 years ago
  64. dc1e35c x86, xsave: enable xsave/xrstor on cpus with xsave support by Suresh Siddha · 16 years ago
  65. 9a25034 x86: change identify_cpu to static by Yinghai Lu · 17 years ago
  66. 63cc8c7 percpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macro by Eric Dumazet · 17 years ago
  67. 8d4a430 x86: cleanup PAT cpu validation by Thomas Gleixner · 17 years ago
  68. 950e4da arch: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
  69. 9307cac x86: pat cpu feature bit setting for known cpus by Yinghai Lu · 17 years ago
  70. 01aaea1 x86: introduce initial apicid by Yinghai Lu · 17 years ago
  71. 4cbe668 x86: clean up cpu capabilities accesses, common.c by Ingo Molnar · 17 years ago
  72. 9716951 x86: clean up cpu capabilities accesses, generic by Ingo Molnar · 17 years ago
  73. 34048c9 x86: coding style fixes to arch/x86/kernel/cpu/common.c by Paolo Ciarrocchi · 17 years ago
  74. 03ae576 x86: use ELF section to list CPU vendor specific code by Thomas Petazzoni · 17 years ago
  75. 12c247a x86: fix boot failure on 486 due to TSC breakage by Mikael Pettersson · 17 years ago
  76. 6b2fb3c idle_regs() must be __cpuinit by Adrian Bunk · 17 years ago
  77. b6d549a x86: add cpu init function defintions to cpu.h by Harvey Harrison · 17 years ago
  78. 4a14851 x86: fix sparse warnings in cpu/common.c by Harvey Harrison · 17 years ago
  79. d4387bd x86: c_p_a clflush_cache_range fix by Huang, Ying · 17 years ago
  80. 12d6f21 x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y by Ingo Molnar · 17 years ago
  81. 093af8d x86_32: trim memory by updating e820 by Yinghai Lu · 17 years ago
  82. ac72e78 x86: add generic clearcpuid=... option by Andi Kleen · 17 years ago
  83. 191679f x86: add noclflush option by Andi Kleen · 17 years ago
  84. 404ee5b x86: convert TSC disabling to generic cpuid disable bitmap by Andi Kleen · 17 years ago
  85. 8424950 x86: don't disable RDTSC in userland for 32bit notsc by Andi Kleen · 17 years ago
  86. 1353025 x86: convert some existing cpuid disable options to new generic bitmap by Andi Kleen · 17 years ago
  87. 7d851c8 x86: add framework to disable CPUID bits on the command line by Andi Kleen · 17 years ago
  88. 30d432d x86: move MWAIT idle check to generic CPU initialization on 32-bit by Andi Kleen · 17 years ago
  89. 3898534 x86: remove CPU capabitilites printks on 32-bit by Andi Kleen · 17 years ago
  90. 2b16a23 x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection by Andi Kleen · 17 years ago
  91. 1a53905 x86: move definitions to processor.h by Glauber de Oliveira Costa · 17 years ago
  92. 5300db8 x86: unify x86_cpuinfo struct. by Glauber de Oliveira Costa · 17 years ago
  93. 6b68f01 x86: unify struct desc_ptr by Glauber de Oliveira Costa · 17 years ago
  94. 6842ef0 x86: unify desc_struct by Glauber de Oliveira Costa · 17 years ago
  95. faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 17 years ago
  96. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  97. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 17 years ago
  98. f7627e2 i386: move kernel/cpu by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/cpu/common.c]
  99. 9596017 x86: remove support for the Rise CPU by Adrian Bunk · 17 years ago
  100. 1d67953 Use a new CPU feature word to cover features that are spread around by Venki Pallipadi · 18 years ago