1. 6627d24 x86: cpu/common*.c, merge early_identify_cpu() by Yinghai Lu · 18 years ago
  2. 5122c89 x86: cpu/common.c: merge get_cpu_cap() by Yinghai Lu · 18 years ago
  3. 1cd7877 x86: cpu/common*.c, merge detect_ht() by Yinghai Lu · 18 years ago
  4. 140fc72 x86: cpu/common*.c, merge display_cacheinfo() by Yinghai Lu · 18 years ago
  5. b9e67f0 x86: cpu/common.c, merge default_init() by Yinghai Lu · 18 years ago
  6. fab334c x86: cpu/common*.c, merge switch_to_new_gdt() by Yinghai Lu · 18 years ago
  7. 1ba7658 x86: cpu/common*.c have same cpu_init(), with copying and #ifdef by Yinghai Lu · 18 years ago
  8. d5494d4 x86: cpu/common*.c, make 32-bit have 64-bit only functions by Yinghai Lu · 18 years ago
  9. ba51dce x86: cpu/common.c, let 64-bit code have 32-bit only functions by Yinghai Lu · 18 years ago
  10. 950ad7f x86: same gdt_page with macro by Yinghai Lu · 18 years ago
  11. f0fc4af x86: make header file the same in arch/x86/kernel/cpu/common_xx.c by Yinghai Lu · 18 years ago
  12. 97e4db7 x86: make detect_ht depend on CONFIG_X86_HT by Yinghai Lu · 18 years ago
  13. d3d0ba7 Merge commit '63cc8c75156462d4b42cbdd76c293b7eee7ddbfe': by Ingo Molnar · 18 years ago
  14. 446d273 Merge branch 'x86/cpu' into x86/core by Ingo Molnar · 18 years ago
  15. 0a488a5 x86: move 32bit related functions together by Yinghai Lu · 18 years ago
  16. a0854a4 x86: make 32bit support show_msr like 64 bit by Yinghai Lu · 18 years ago
  17. 10a434f x86: remove cpu_vendor_dev by Yinghai Lu · 18 years ago
  18. 9d31d35 x86: order functions in cpu/common.c and cpu/common_64.c v2 by Yinghai Lu · 18 years ago
  19. 3da99c9 x86: make (early)_identify_cpu more the same between 32bit and 64 bit by Yinghai Lu · 18 years ago
  20. 5031088 x86: delay early cpu initialization until cpuid is done by Krzysztof Helt · 18 years ago
  21. fe47784 Merge branch 'x86/cpu' into x86/xsave by H. Peter Anvin · 18 years ago
  22. 7e00df5 x86: add NOPL as a synthetic CPU feature bit by H. Peter Anvin · 18 years ago
  23. b359e8a x86, xsave: context switch support using xsave/xrstor by Suresh Siddha · 18 years ago
  24. dc1e35c x86, xsave: enable xsave/xrstor on cpus with xsave support by Suresh Siddha · 18 years ago
  25. 9a25034 x86: change identify_cpu to static by Yinghai Lu · 18 years ago
  26. 63cc8c7 percpu: introduce DEFINE_PER_CPU_PAGE_ALIGNED() macro by Eric Dumazet · 18 years ago
  27. 8d4a430 x86: cleanup PAT cpu validation by Thomas Gleixner · 18 years ago
  28. 950e4da arch: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 19 years ago
  29. 9307cac x86: pat cpu feature bit setting for known cpus by Yinghai Lu · 18 years ago
  30. 01aaea1 x86: introduce initial apicid by Yinghai Lu · 19 years ago
  31. 4cbe668 x86: clean up cpu capabilities accesses, common.c by Ingo Molnar · 19 years ago
  32. 9716951 x86: clean up cpu capabilities accesses, generic by Ingo Molnar · 19 years ago
  33. 34048c9 x86: coding style fixes to arch/x86/kernel/cpu/common.c by Paolo Ciarrocchi · 19 years ago
  34. 03ae576 x86: use ELF section to list CPU vendor specific code by Thomas Petazzoni · 19 years ago
  35. 12c247a x86: fix boot failure on 486 due to TSC breakage by Mikael Pettersson · 19 years ago
  36. 6b2fb3c idle_regs() must be __cpuinit by Adrian Bunk · 19 years ago
  37. b6d549a x86: add cpu init function defintions to cpu.h by Harvey Harrison · 19 years ago
  38. 4a14851 x86: fix sparse warnings in cpu/common.c by Harvey Harrison · 19 years ago
  39. d4387bd x86: c_p_a clflush_cache_range fix by Huang, Ying · 19 years ago
  40. 12d6f21 x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y by Ingo Molnar · 19 years ago
  41. 093af8d x86_32: trim memory by updating e820 by Yinghai Lu · 19 years ago
  42. ac72e78 x86: add generic clearcpuid=... option by Andi Kleen · 19 years ago
  43. 191679f x86: add noclflush option by Andi Kleen · 19 years ago
  44. 404ee5b x86: convert TSC disabling to generic cpuid disable bitmap by Andi Kleen · 19 years ago
  45. 8424950 x86: don't disable RDTSC in userland for 32bit notsc by Andi Kleen · 19 years ago
  46. 1353025 x86: convert some existing cpuid disable options to new generic bitmap by Andi Kleen · 19 years ago
  47. 7d851c8 x86: add framework to disable CPUID bits on the command line by Andi Kleen · 19 years ago
  48. 30d432d x86: move MWAIT idle check to generic CPU initialization on 32-bit by Andi Kleen · 19 years ago
  49. 3898534 x86: remove CPU capabitilites printks on 32-bit by Andi Kleen · 19 years ago
  50. 2b16a23 x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection by Andi Kleen · 19 years ago
  51. 1a53905 x86: move definitions to processor.h by Glauber de Oliveira Costa · 19 years ago
  52. 5300db8 x86: unify x86_cpuinfo struct. by Glauber de Oliveira Costa · 19 years ago
  53. 6b68f01 x86: unify struct desc_ptr by Glauber de Oliveira Costa · 19 years ago
  54. 6842ef0 x86: unify desc_struct by Glauber de Oliveira Costa · 19 years ago
  55. faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 19 years ago
  56. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 19 years ago
  57. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 19 years ago
  58. f7627e2 i386: move kernel/cpu by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/cpu/common.c]
  59. 9596017 x86: remove support for the Rise CPU by Adrian Bunk · 19 years ago
  60. 1d67953 Use a new CPU feature word to cover features that are spread around by Venki Pallipadi · 19 years ago
  61. c5413fb [PATCH] i386: Fix UP gdt bugs by Jeremy Fitzhardinge · 19 years ago
  62. 7c3576d [PATCH] i386: Convert PDA into the percpu section by Jeremy Fitzhardinge · 19 years ago
  63. 7a61d35 [PATCH] i386: Page-align the GDT by Jeremy Fitzhardinge · 19 years ago
  64. a6c4e07 [PATCH] i386: clean up identify_cpu by Jeremy Fitzhardinge · 19 years ago
  65. 4fbb596 [PATCH] i386: cleanup GDT Access by Rusty Russell · 19 years ago
  66. d2cbcc4 [PATCH] i386: clean up cpu_init() by Rusty Russell · 19 years ago
  67. bf504672 [PATCH] i386: Use per-cpu GDT immediately upon boot by Rusty Russell · 19 years ago
  68. ae1ee11 [PATCH] i386: Use per-cpu variables for GDT, PDA by Rusty Russell · 19 years ago
  69. 464d1a7 [PATCH] i386: Convert i386 PDA code to use %fs by Jeremy Fitzhardinge · 20 years ago
  70. 9ee79a3 [PATCH] x86: fix PDA variables to work during boot by James Bottomley · 20 years ago
  71. 9dbeeec [PATCH] i386: fix another modpost warning by Vivek Goyal · 20 years ago
  72. ba10650a [PATCH] i386: alloc_gdt() static by Adrian Bunk · 20 years ago
  73. d7cd561 [PATCH] i386: cpu_detect extraction by Rusty Russell · 20 years ago
  74. 770d132 [PATCH] i386: Retrieve CLFLUSH size from CPUID by Andi Kleen · 20 years ago
  75. ec7fcaa [PATCH] i386: Implement "current" with the PDA by Jeremy Fitzhardinge · 20 years ago
  76. b2938f8 [PATCH] i386: Implement smp_processor_id() with the PDA by Jeremy Fitzhardinge · 20 years ago
  77. f95d47c [PATCH] i386: Use %gs as the PDA base-segment in the kernel by Jeremy Fitzhardinge · 20 years ago
  78. 6211119 [PATCH] i386: Initialize the per-CPU data area by Jeremy Fitzhardinge · 20 years ago
  79. be44d2a [PATCH] i386: espfix cleanup by Stas Sergeev · 20 years ago
  80. 8d8f3cb BUG_ON cleanups in arch/i386 by Eric Sesterhenn · 20 years ago
  81. 8ccb3dc x86: Fix booting with "no387 nofxsr" by Linus Torvalds · 20 years ago
  82. b4af3f7 [PATCH] i386: mark cpu init functions as __cpuinit, data as __cpuinitdata by Magnus Damm · 20 years ago
  83. 9541493 [PATCH] i386: mark cpu_dev structures as __cpuinitdata by Magnus Damm · 20 years ago
  84. 68bbc17 [PATCH] i386: remove redundant generic_identify() calls when identifying cpus by Magnus Damm · 20 years ago
  85. 5758d5d [PATCH] i386: fix dubious segment register clear in cpu_init() by Jeremy Fitzhardinge · 20 years ago
  86. 96c5274 [PATCH] fix subarchitecture breakage with CONFIG_SCHED_SMT by James Bottomley · 20 years ago
  87. 4b89aff [PATCH] i386: move phys_proc_id and cpu_core_id to cpuinfo_x86 by Rohit Seth · 20 years ago
  88. bd9e0b7 [PATCH] x86: cpu_init(): avoid GFP_KERNEL allocation while atomic by Shaohua Li · 20 years ago
  89. a03a3e2 [PATCH] Don't trigger full rebuild via CONFIG_X86_MCE by Alexey Dobriyan · 20 years ago
  90. 27b07da [PATCH] Don't trigger full rebuild via CONFIG_MTRR by Alexey Dobriyan · 20 years ago
  91. 1e9f28f [PATCH] sched: new sched domain for representing multi-core by Siddha, Suresh B · 20 years ago
  92. 54a20f8 [PATCH] i386: fall back to sensible CPU model name by Chuck Ebbert · 20 years ago
  93. 4f88651 [PATCH] i386: allow disabling X86_FEATURE_SEP at boot by Chuck Ebbert · 20 years ago
  94. 3bc9b76 [PATCH] i386: __devinit should be __cpuinit by Chuck Ebbert · 20 years ago
  95. ed2da19 [PATCH] x86: cpu model calculation for family 6 cpu by Shaohua Li · 21 years ago
  96. 2b932f6 [PATCH] x86: fix broken SMP boot sequence by James Bottomley · 21 years ago
  97. fe38d85 [PATCH] i386 cpu hotplug: don't access freed memory by Chuck Ebbert · 21 years ago
  98. 2e664aa [PATCH] i386: Move phys_proc_id/early intel workaround to correct function. by Andi Kleen · 21 years ago
  99. 22c4e30 [PATCH] tiny: Make x86 doublefault handling optional by Matt Mackall · 21 years ago
  100. 2891dcd [PATCH] x86: Stop deleting nt by Zachary Amsden · 21 years ago