1. 9ab6eb5 x86/intel/quark: Select COMMON_CLK by Andy Shevchenko · 9 years ago
  2. f967737 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  3. 8bbc2a1 x86/intel/quark: Add Intel Quark platform support by Bryan O'Donoghue · 10 years ago
  4. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 10 years ago
  5. 1d9c5d7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 10 years ago
  6. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  7. 9d43bad Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  8. 23e8fe2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  9. 92082a8 ACPI: add AMD ACPI2Platform device support for x86 system by Ken Xue · 10 years ago
  10. 12cf89b livepatch: rename config to CONFIG_LIVEPATCH by Josh Poimboeuf · 10 years ago
  11. ba360f887 x86, init: Fix UP boot regression on x86_64 by Thomas Gleixner · 10 years ago
  12. 38a1dfd x86/apic: Re-enable PCI_MSI support for non-SMP X86_32 by Bryan O'Donoghue · 10 years ago
  13. 30b8b00 init: Get rid of x86isms by Thomas Gleixner · 10 years ago
  14. 32b7eb8 livepatch: change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHING by Miroslav Benes · 10 years ago
  15. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  16. b700e7f livepatch: kernel: add support for live patching by Seth Jennings · 10 years ago
  17. e589c9e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  18. a544557 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  19. 2f60002 x86, irq: Make MSI and HT_IRQ indepenent of X86_IO_APIC by Jiang Liu · 10 years ago
  20. 74afab7 x86, irq: Move local APIC related code from io_apic.c into vector.c by Jiang Liu · 10 years ago
  21. 72e9b5f x86, mpx: Give MPX a real config option prompt by Dave Hansen · 10 years ago
  22. 957e3fa gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs by Riku Voipio · 10 years ago
  23. 3100e44 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  24. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  25. 57319d8 x86, mpx: Add MPX-specific mmap interface by Qiaowei Ren · 10 years ago
  26. ce5686d perf/x86: Fix embarrasing typo by Peter Zijlstra (Intel) · 10 years ago
  27. 1ad83c8 x86_64,vsyscall: Make vsyscall emulation configurable by Andy Lutomirski · 10 years ago
  28. 7fb0f1d perf/x86: Fix compile warnings for intel_uncore by Peter Zijlstra · 10 years ago
  29. f1bfbd9 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  30. 6a33979 mm: remove misleading ARCH_USES_NUMA_PROT_NONE by Mel Gorman · 10 years ago
  31. 74da386 Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux by Linus Torvalds · 10 years ago
  32. ed2226b x86/platform/intel/iosf: Add debugfs config option for IOSF by David E. Box · 10 years ago
  33. ced3ce7 x86/platform/intel/iosf: Add better description of IOSF driver in config by David E. Box · 10 years ago
  34. 72d9310 Make ARCH_HAS_FAST_MULTIPLIER a real config variable by Linus Torvalds · 10 years ago
  35. 74ca317 kexec: create a new config option CONFIG_KEXEC_FILE for new syscall by Vivek Goyal · 10 years ago
  36. aa8e4f2 x86/iosf: Add Kconfig prompt for IOSF_MBI selection by David E. Box · 10 years ago
  37. 9def39be x86: Support compiling out human-friendly processor feature names by Josh Triplett · 11 years ago
  38. 81c02a2 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  39. d27c0d9 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  40. 9e13bcf Merge tag 'efi-urgent' into x86/efi by H. Peter Anvin · 10 years ago
  41. 8e7d838 kexec: verify the signature of signed PE bzImage by Vivek Goyal · 10 years ago
  42. 12db556 kexec: load and relocate purgatory at kernel load time by Vivek Goyal · 10 years ago
  43. de5b56b kernel: build bin2c based on config option CONFIG_BUILD_BIN2C by Vivek Goyal · 10 years ago
  44. 308c09f lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig by Laura Abbott · 10 years ago
  45. 7725131 Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  46. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  47. 7b2a583 x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub by Matt Fleming · 10 years ago
  48. d782ceb Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  49. 8556d44 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  50. 76f09aa Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  51. b16d8c2 x86/efi: Fix 3DNow optimization build failure in EFI stub by Matt Fleming · 10 years ago
  52. b8c0aa4 Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  53. 93e5ead x86/platform: New Intel Atom SOC power management controller driver by Li, Aubrey · 10 years ago
  54. 09ec544 clocksource: Move cycle_last validation to core code by Thomas Gleixner · 10 years ago
  55. 24e4a8c ktime: Kill non-scalar ktime_t implementation for 2038 by John Stultz · 10 years ago
  56. 44a69f6 acpi, apei, ghes: Make NMI error notification to be GHES architecture extension. by Tomasz Nowicki · 10 years ago
  57. 46ba51e ACPI / processor: Introduce ARCH_MIGHT_HAVE_ACPI_PDC by Hanjun Guo · 10 years ago
  58. 8a1664b ACPI: add config for BIOS table scan by Graeme Gregory · 10 years ago
  59. fdc841b ftrace: x86: Remove check of obsolete variable function_trace_stop by Steven Rostedt (Red Hat) · 10 years ago
  60. 4badad3 locking/mutex: Disable optimistic spinning on some architectures by Peter Zijlstra · 10 years ago
  61. 022ee6c efi/x86: Move UEFI Runtime Services wrappers to generic code by Ard Biesheuvel · 10 years ago
  62. d7f3d47 x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPIC by Jiang Liu · 10 years ago
  63. 6084a6e x86: ce4100, irq: Make CE4100 depend on CONFIG_X86_IO_APIC by Jiang Liu · 10 years ago
  64. 24f2e02 x86, kaslr: boot-time selectable with hibernation by Kees Cook · 10 years ago
  65. c29deef Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. bd01ec1 x86, locking/rwlocks: Enable qrwlocks on x86 by Waiman Long · 11 years ago
  67. 2071b3e Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  68. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 10 years ago
  69. 2bf01f9 mm: x86 pgtable: require X86_64 for soft-dirty tracker by Cyrill Gorcunov · 10 years ago
  70. 9c5a362 x86: enable DMA CMA with swiotlb by Akinobu Mita · 10 years ago
  71. 4468dd7 x86: require x86-64 for automatic NUMA balancing by Mel Gorman · 10 years ago
  72. c177c81 hugetlb: restrict hugepage_migration_support() to x86_64 by Naoya Horiguchi · 10 years ago
  73. d09cc36 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  74. 4aef77b Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  75. 49eb7b0 Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into next by Linus Torvalds · 10 years ago
  76. b1ee544 x86: Implement arch_setup/teardown_hwirq() by Thomas Gleixner · 10 years ago
  77. 9b17aee goldfish: Allow 64bit builds by Alan · 10 years ago
  78. 6b8f0c8 x86, iosf: Make IOSF driver modular and usable by more drivers by David E. Box · 10 years ago
  79. 34273f4 x86, espfix: Make it possible to disable 16-bit support by H. Peter Anvin · 10 years ago
  80. 197725d x86, espfix: Make espfix64 a Kconfig option, fix UML by H. Peter Anvin · 10 years ago
  81. d20642f x86: move FIX_EARLYCON_MEM kconfig into x86 by Rob Herring · 10 years ago
  82. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  83. 5b7c73e x86: use generic early_ioremap by Mark Salter · 10 years ago
  84. 467cbd2 Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  85. c6f2124 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  86. 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  87. 7a01772 audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL by AKASHI Takahiro · 11 years ago
  88. d2312e3 x86, vdso: Make vsyscall_gtod_data handling x86 generic by Stefani Seibold · 10 years ago
  89. b0b49f2 x86, vdso: Remove compat vdso support by Andy Lutomirski · 10 years ago
  90. 7d453ee x86/efi: Wire up CONFIG_EFI_MIXED by Matt Fleming · 11 years ago
  91. b5660ba x86, platforms: Remove NUMAQ by H. Peter Anvin · 11 years ago
  92. c5f9ee3 x86, platforms: Remove SGI Visual Workstation by H. Peter Anvin · 11 years ago
  93. 2b9c1f0 x86: align x86 arch with generic CPU modalias handling by Ard Biesheuvel · 11 years ago
  94. 7cf6c94 x86, apic: Remove support for IBM Summit/EXA chipset by David Rientjes · 11 years ago
  95. 58f5d2d x86, apic: Remove support for ia32-based Unisys ES7000 by David Rientjes · 11 years ago
  96. a3b072c Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 11 years ago
  97. edc6bc7 x86/intel/mid: Fix X86_INTEL_MID dependencies by David Cohen · 11 years ago
  98. 2b45e0f Merge branch 'linus' into x86/urgent by Ingo Molnar · 11 years ago
  99. 1b59bab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  100. 4a47415 Kconfig: update flightly outdated CONFIG_SMP documentation by Robert Graffham · 11 years ago