1. 2fb6b2a0 x86: add forward decl for tss_struct by Jeremy Fitzhardinge · 15 years ago
  2. 389d1fb x86: unify chunks of kernel/process*.c by Jeremy Fitzhardinge · 15 years ago
  3. ab639f3 Merge branch 'core/percpu' into x86/core by Ingo Molnar · 15 years ago
  4. 5c79d2a x86: fix x86_32 stack protector bugs by Tejun Heo · 15 years ago
  5. 60a5317 x86: implement x86_32 stack protector by Tejun Heo · 15 years ago
  6. ccbeed3 x86: make lazy %gs optional on x86_32 by Tejun Heo · 15 years ago
  7. d9a89a2 x86: add %gs accessors for x86_32 by Tejun Heo · 15 years ago
  8. 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
  9. 67e68bd x86: update canary handling during switch by Tejun Heo · 16 years ago
  10. 947e76c x86: move stack_canary into irq_stack by Brian Gerst · 16 years ago
  11. b4a8f7a x86: conditionalize stack canary handling in hot path by Tejun Heo · 16 years ago
  12. b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 16 years ago
  13. 87b2640 x86-64: Use absolute displacements for per-cpu accesses. by Brian Gerst · 16 years ago
  14. c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  15. 7106a5a x86-64: remove locked instruction from switch_to() by Benjamin LaHaise · 16 years ago
  16. a9de18e Merge branch 'linus' into stackprotector by Ingo Molnar · 16 years ago
  17. 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
  18. aab02f0 x86: process_64.c declare __switch_to() and sys_arch_prctl before they get used by Jaswinder Singh · 16 years ago
  19. d3ec5ca x86: call machine_shutdown and stop all CPUs in native_machine_halt by Ivan Vecera · 16 years ago
  20. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  21. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/system.h]
  22. b2aaf8f Merge branch 'linus' into stackprotector by Ingo Molnar · 16 years ago
  23. 33f8c40 x86: add memory clobber in switch_to() by Vegard Nossum · 16 years ago
  24. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  25. d9fc3fd x86: fix savesegment() bug causing crashes on 64-bit by Ingo Molnar · 16 years ago
  26. 9f9d489 x86/paravirt, 64-bit: make load_gs_index() a paravirt operation by Jeremy Fitzhardinge · 16 years ago
  27. d338c73 x86: add memory clobber to save/loadsegment by Jeremy Fitzhardinge · 16 years ago
  28. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  29. 4e09e21 x86: use symbolic constant in stts() by Jeremy Fitzhardinge · 16 years ago
  30. 32c5061 x86: move es7000_plat out of mpparse.c by Alexey Starikovskiy · 16 years ago
  31. c5386c2 include/asm-x86/system.h: checkpatch cleanups - formatting only by Joe Perches · 16 years ago
  32. 8b6451f x86: fix switch_to() clobbers by Ingo Molnar · 16 years ago
  33. 23b55bd x86: clean up switch_to() by Ingo Molnar · 16 years ago
  34. 0d7a181 x86: wmb() confusion in system.h by Pavel Machek · 16 years ago
  35. 599db4f x86: remove final FASTCALL() uses by Harvey Harrison · 17 years ago
  36. 84fb144 x86: reintroduce volatile keyword in prototype to clflush() by H. Peter Anvin · 17 years ago
  37. 88976ee x86: use _ASM_EXTABLE macro in include/asm-x86/system.h by H. Peter Anvin · 17 years ago
  38. 94ea03c x86: provide read and write cr8 paravirt hooks by Glauber de Oliveira Costa · 17 years ago
  39. fde1b3f x86: introduce rdtsc_barrier() by Andi Kleen · 17 years ago
  40. ded9aa0 x86: also define AT_VECTOR_SIZE_ARCH by Jan Beulich · 17 years ago
  41. d46d7d7 x86: unify system.h by Glauber de Oliveira Costa · 17 years ago
  42. 0a3b4d1 x86: move switch_to macro to system.h by Glauber de Oliveira Costa · 17 years ago
  43. 833d846 x86: unify smp parts of system.h by Glauber de Oliveira Costa · 17 years ago
  44. d3ca901 x86: unify paravirt parts of system.h by Glauber de Oliveira Costa · 17 years ago
  45. a6b4655 x86: unify load_segment macro by Glauber de Oliveira Costa · 17 years ago
  46. d895422 x86: put together equal pieces of system.h by Glauber de Oliveira Costa · 17 years ago
  47. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago