1. 74b6eb6b Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
  2. 2697fbd x86: load new GDT after setting up boot cpu per-cpu area by Brian Gerst · 16 years ago
  3. 1825b8e x86: remove extra barriers from load_gs_base() by Brian Gerst · 16 years ago
  4. b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 16 years ago
  5. b1882e6 x86: clean up stray space in <asm/processor.h> by H. Peter Anvin · 16 years ago
  6. 947e76c x86: move stack_canary into irq_stack by Brian Gerst · 16 years ago
  7. 26f80bd x86-64: Convert irqstacks to per-cpu by Brian Gerst · 16 years ago
  8. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  9. c272477 x86, bts: provide in-kernel branch-trace interface by Markus Metzger · 16 years ago
  10. 88b094f x86: Hypervisor detection and get tsc_freq from hypervisor by Alok Kataria · 16 years ago
  11. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  12. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/processor.h]
  13. 8daf14c Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2 by Ingo Molnar · 16 years ago
  14. e6aa0f0 Merge commit 'v2.6.27-rc7' into x86/microcode by Ingo Molnar · 16 years ago
  15. 81faaae Merge branch 'x86/pebs' into x86/unify-cpu-detect by Ingo Molnar · 16 years ago
  16. 11fdd25 x86: cpu make amd.c more like amd_64.c v2 by Yinghai Lu · 16 years ago
  17. 97e4db7 x86: make detect_ht depend on CONFIG_X86_HT by Yinghai Lu · 16 years ago
  18. 9042763 Merge branch 'x86/x2apic' into x86/core by Ingo Molnar · 16 years ago
  19. 446d273 Merge branch 'x86/cpu' into x86/core by Ingo Molnar · 16 years ago
  20. accf0fa Merge branch 'x86/xsave' into x86/core by Ingo Molnar · 16 years ago
  21. 3da99c9 x86: make (early)_identify_cpu more the same between 32bit and 64 bit by Yinghai Lu · 16 years ago
  22. fe47784 Merge branch 'x86/cpu' into x86/xsave by H. Peter Anvin · 16 years ago
  23. 7203781 Merge branch 'x86/cpu' into x86/core by H. Peter Anvin · 16 years ago
  24. 42390cd Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  25. bbb65d2 x86: use cpuid vector 0xb when available for detecting cpu topology by Suresh Siddha · 16 years ago
  26. 394a150 x86: invalidate caches before going into suspend by Mark Langsdorf · 16 years ago
  27. c83d128 Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core by Ingo Molnar · 16 years ago
  28. 8d7ccaa Merge commit 'v2.6.27-rc3' into x86/prototypes by Ingo Molnar · 16 years ago
  29. bdd8cab x86, xsave: struct _fpstate extensions to include extended state information by Suresh Siddha · 16 years ago
  30. b359e8a x86, xsave: context switch support using xsave/xrstor by Suresh Siddha · 16 years ago
  31. dc1e35c x86, xsave: enable xsave/xrstor on cpus with xsave support by Suresh Siddha · 16 years ago
  32. 9a56a0f x86: moved Intel microcode patch loader declarations to seperate header file by Peter Oruba · 16 years ago
  33. 1503af6 Merge branch 'linus' into x86/header-guards by Ingo Molnar · 16 years ago
  34. 0e2f65e Merge branch 'linus' into x86/pebs by Ingo Molnar · 16 years ago
  35. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  36. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  37. 8fd329a x86: common.c declare idle_regs before they get used by Jaswinder Singh · 16 years ago
  38. 1c6c727 x86: proc.c declare cpuinfo_op before they get used by Jaswinder Singh · 16 years ago
  39. 94a1e86 NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_var by Mike Travis · 16 years ago
  40. 08ad8af x86: reduce force_mwait visibility by Jan Beulich · 16 years ago
  41. da5e09a ACPI : Create "idle=nomwait" bootparam by Zhao Yakui · 16 years ago
  42. c1e3b37 ACPI: Create "idle=halt" bootparam by Zhao Yakui · 16 years ago
  43. df366e9 x86_64: fix non-paravirt compilation by Jeremy Fitzhardinge · 16 years ago
  44. fab5842 x86/paravirt, 64-bit: add adjust_exception_frame by Jeremy Fitzhardinge · 16 years ago
  45. 9a25034 x86: change identify_cpu to static by Yinghai Lu · 16 years ago
  46. f580366 x86: seperate funcs from setup_64 to cpu common_64.c by Yinghai Lu · 16 years ago
  47. 84e65b0 x86: cacheline_align tss_struct by Richard Kennedy · 16 years ago
  48. 93fa763 x86, ptrace: PEBS support by Markus Metzger · 16 years ago
  49. 9cbfe20 x86: remove Xgt_desc_struct by Adrian Bunk · 16 years ago
  50. 7f424a8 fix idle (arch, acpi and apm) and lockdep by Peter Zijlstra · 16 years ago
  51. f7f17a6 x86: remove NexGen support by Dmitri Vorobiev · 16 years ago
  52. aa283f4 x86, fpu: lazy allocation of FPU area - v5 by Suresh Siddha · 17 years ago
  53. 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 17 years ago
  54. 529e25f x86: implement prctl PR_GET_TSC and PR_SET_TSC by Erik Bosman · 16 years ago
  55. cca2e6f include/asm-x86/processor.h: checkpatch cleanups - formatting only by Joe Perches · 16 years ago
  56. a5ae1c3 x86: processor.h - use PAGE_SIZE instead of numeric value by Cyrill Gorcunov · 16 years ago
  57. 5b0e508 x86: prevent unconditional writes to DebugCtl MSR by Jan Beulich · 17 years ago
  58. e40c0fe x86: cleanup duplicate includes by Joe Perches · 17 years ago
  59. 01aaea1 x86: introduce initial apicid by Yinghai Lu · 17 years ago
  60. ca9cda2 x86: add comments to processor.h by Ingo Molnar · 17 years ago
  61. fe67620 x86: remove cpu_llc_id from processor.h by Glauber Costa · 17 years ago
  62. 3d3f487 x86: provide hlt_works function. by Glauber Costa · 17 years ago
  63. 513ad84 x86: de-macro start_thread() by Ingo Molnar · 17 years ago
  64. 4d46a89 x86: clean up include/asm-x86/processor.h by Ingo Molnar · 17 years ago
  65. 0fd707e x86: minor cleanup of comments in processor.h by Mike Travis · 17 years ago
  66. 08cd93f remove mca-pentium by Adrian Bunk · 17 years ago
  67. 922a70d aout: move STACK_TOP[_MAX] to asm/processor.h by David Howells · 17 years ago
  68. 7d851c8 x86: add framework to disable CPUID bits on the command line by Andi Kleen · 17 years ago
  69. ef97001 x86: change size of APICIDs from u8 to u16 by travis@sgi.com · 17 years ago
  70. c8e5393 x86: page.h: make pte_t a union to always include by Jeremy Fitzhardinge · 17 years ago
  71. 58f6f6e x86: migration helpers for KVM by Ingo Molnar · 17 years ago
  72. bd61643 x86: move nop declarations into separate include file by Andi Kleen · 17 years ago
  73. e801f86 x86: adds paravirt hook for swapgs by Glauber de Oliveira Costa · 17 years ago
  74. 2f66dcc x86: finish processor.h integration by Glauber de Oliveira Costa · 17 years ago
  75. 99f8ecd x86: x86 i387 unify structs by Roland McGrath · 17 years ago
  76. 46265df x86: move i387 definitions to processor.h by Glauber de Oliveira Costa · 17 years ago
  77. ea5e359 x86: unify asm nops by Glauber de Oliveira Costa · 17 years ago
  78. ae2e15e x86: unify prefetch operations by Glauber de Oliveira Costa · 17 years ago
  79. 1a53905 x86: move definitions to processor.h by Glauber de Oliveira Costa · 17 years ago
  80. fc87e90 x86: unify mm_segment_t definition by Glauber de Oliveira Costa · 17 years ago
  81. 5300db8 x86: unify x86_cpuinfo struct. by Glauber de Oliveira Costa · 17 years ago
  82. dbcb466 x86: unify TASK_ALIGN definitions by Glauber de Oliveira Costa · 17 years ago
  83. cb38d37 x86: unify thread struct. by Glauber de Oliveira Costa · 17 years ago
  84. 7818a1e x86: provide 64-bit with a load_sp0 function. by Glauber de Oliveira Costa · 17 years ago
  85. ca241c7 x86: unify tss_struct by Glauber de Oliveira Costa · 17 years ago
  86. 0ccb8ac x86: unify current_text_addr by Glauber de Oliveira Costa · 17 years ago
  87. 683e025 x86: unify common parts of processor.h by Glauber de Oliveira Costa · 17 years ago
  88. 62d7d7e x86: move the definition of set_iopl_mask to common header by Glauber de Oliveira Costa · 17 years ago
  89. 1b46cbe x86: unify paravirt pieces of processor.h by Glauber de Oliveira Costa · 17 years ago
  90. c72dcf8 x86: move load_cr3 to a common place. by Glauber de Oliveira Costa · 17 years ago
  91. 053de04 x86: get rid of _MASK flags by Glauber de Oliveira Costa · 17 years ago
  92. c758ecf x86: unify cpuid functions by Glauber de Oliveira Costa · 17 years ago
  93. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago