1. e990c77 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  2. d7acb92 x86-64, asm: If the assembler supports fxsave64, use it by H. Peter Anvin · 14 years ago
  3. 08c2b39 x86, build: Disable -fPIE when compiling with CONFIG_CC_STACKPROTECTOR=y by basile@opensource.dyc.edu · 14 years ago
  4. 9e56529 x86: Use .cfi_sections for assembly code by Roland McGrath · 14 years ago
  5. 477346f x86-64: Allow fbdev primary video code by Dave Airlie · 15 years ago
  6. a7b6342 Merge branch 'perf/core' into perf/probes by Ingo Molnar · 15 years ago
  7. 14a3f40 x86: Remove STACKPROTECTOR_ALL by Arjan van de Ven · 15 years ago
  8. bb3c3e8 Merge commit 'v2.6.32-rc5' into perf/probes by Ingo Molnar · 15 years ago
  9. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  10. caa27b6 kbuild: use INSTALLKERNEL to select customized installkernel script by Sam Ravnborg · 15 years ago
  11. 6512c0d Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  12. c7208de Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  13. 23386d6 x86: Detect stack protector for i386 builds on x86_64 by Michal Schmidt · 15 years ago
  14. ca0e9ba x86: X86 instruction decoder build-time selftest by Masami Hiramatsu · 15 years ago
  15. 366d19e x86: add specific support for Intel Atom architecture by Tobias Doerffel · 15 years ago
  16. c7bd041 x86: Simplify the Makefile in a minor way through use of cc-ifversion by Frans Pop · 15 years ago
  17. dfec072 kmemcheck: add the kmemcheck core by Vegard Nossum · 16 years ago
  18. 82782ca Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  19. 1648e4f x86, kbuild: make "make install" not depend on vmlinux by H. Peter Anvin · 15 years ago
  20. d1f0ae5 x86: standardize Kbuild rules by Sam Ravnborg · 15 years ago
  21. 16a6791 x86: use targets in the boot Makefile instead of CLEAN_FILES by H. Peter Anvin · 15 years ago
  22. f9c5107 x86: remove additional vestiges of the zImage/bzImage split by H. Peter Anvin · 15 years ago
  23. ab639f3 Merge branch 'core/percpu' into x86/core by Ingo Molnar · 15 years ago
  24. 5d707e9 stackprotector: update make rules by Tejun Heo · 15 years ago
  25. 6bda2c8 x86: remove subarchitecture support by Ingo Molnar · 15 years ago
  26. 7b38725 x86: remove subarchitecture support code by Ingo Molnar · 15 years ago
  27. a9de18e Merge branch 'linus' into stackprotector by Ingo Molnar · 16 years ago
  28. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago
  29. b2aaf8f Merge branch 'linus' into stackprotector by Ingo Molnar · 16 years ago
  30. 1f97276 x86, RDC321x: add to mach-default by Ingo Molnar · 16 years ago
  31. 62fa572 x86, VisWS: turn into generic arch, remove leftover files by Ingo Molnar · 16 years ago
  32. 1b84e1c x86, VisWS: turn into generic arch, flip over VISWS to generic arch by Ingo Molnar · 16 years ago
  33. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  34. d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 16 years ago
  35. 0c51a96 x86: extract common part of head32.c and head64.c into head.c by Huang, Ying · 16 years ago
  36. b40a439 stackprotector: turn not having the right gcc into a #warning by Arjan van de Ven · 16 years ago
  37. 41b3eae x86: minor polishing to top-level arch Makefile by Jan Beulich · 16 years ago
  38. ee09efc x86: add subarch support (for headers) to x86_64 by Glauber de Oliveira Costa · 16 years ago
  39. 700efc1 x86: introduce kernel/head32.c by Eric W. Biederman · 16 years ago
  40. 3f85d63 x86: fix vdso_install breaks user "make install" by Sam Ravnborg · 16 years ago
  41. cf7700f x86 PM: move 64-bit hibernation files to arch/x86/power by Rafael J. Wysocki · 16 years ago
  42. 1622ac2 x86: define OBJCOPYFLAGS explicitly for each target. by Ian Campbell · 16 years ago
  43. e3c2a99 fix directory entry in arch-x86-Makefile by Steven Rostedt · 16 years ago
  44. edf8841 KVM: Move arch dependent files to new directory arch/x86/kvm/ by Avi Kivity · 17 years ago
  45. 5e3a77e x86: add support for the RDC R-321x SoC by Florian Fainelli · 16 years ago
  46. 37f30e2 x86: document fdimage/isoimage completely in make help by Andi Kleen · 16 years ago
  47. 4ba7e5c x86: biarch support for 32 bit builds beautified by Sam Ravnborg · 16 years ago
  48. 25dfeeb x86: share more options between 32 and 64 bit build by Sam Ravnborg · 16 years ago
  49. 0a6ef37 x86: unification of arch/x86/Makefiles by Sam Ravnborg · 16 years ago
  50. 8c6531f x86: correctly set UTS_MACHINE for "make ARCH=x86" by Andreas Herrmann · 17 years ago
  51. d746d64 x86: do not use $(ARCH) when not needed by Sam Ravnborg · 17 years ago
  52. 2266cfd x86: move defconfig files for i386 and x86_64 to x86 by Sam Ravnborg · 17 years ago
  53. 74b469f x86: move i386 and x86_64 Makefiles to arch/x86 by Sam Ravnborg · 17 years ago