1. 0f51310 include/linux/string.h: add the option of fortified string.h functions by Daniel Micay · 7 years ago
  2. 51a0212 atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE by Vineet Gupta · 8 years ago
  3. 461a718 mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGE by Yisheng Xie · 8 years ago
  4. e6e3d8f Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  5. 181ffd1 x86/PCI: VMD: Move VMD driver to drivers/pci/host by Keith Busch · 8 years ago
  6. a6c4e4c Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. cfd8983 x86, locking/spinlocks: Remove ticket (spin)lock implementation by Peter Zijlstra · 8 years ago
  9. 58cbbee x86/platform/mellanox: Introduce support for Mellanox systems platform by Vadim Pasternak · 8 years ago
  10. 15f4eae x86: Move thread_info into task_struct by Andy Lutomirski · 8 years ago
  11. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  12. 0d025d2 mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Josh Poimboeuf · 8 years ago
  13. e4a744e ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config by Josh Poimboeuf · 8 years ago
  14. e37e43a x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y) by Andy Lutomirski · 8 years ago
  15. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  16. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  17. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  18. e663107 Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  19. 5b710f3 x86/uaccess: Enable hardened usercopy by Kees Cook · 8 years ago
  20. 0f60a8e mm: Implement stack frame object validation by Kees Cook · 8 years ago
  21. c265cc5 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  22. 77cd3d0 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  23. 52e31f8 Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  24. 90397a4 x86/mm: Add memory hotplug support for KASLR memory randomization by Thomas Garnier · 8 years ago
  25. 0483e1f x86/mm: Implement ASLR for kernel memory regions by Thomas Garnier · 8 years ago
  26. 9e7f7f5 Merge branch 'x86/mm' into x86/boot, to pick up dependencies by Ingo Molnar · 8 years ago
  27. ed9f007 x86/KASLR: Extend kernel image physical address randomization to addresses larger than 4G by Kees Cook · 8 years ago
  28. d6faca4 rtc: move mc146818 helper functions out-of-line by Arnd Bergmann · 8 years ago
  29. 91dda51 ACPI / tables: introduce ARCH_HAS_ACPI_TABLE_UPGRADE by Aleksey Makarov · 8 years ago
  30. 3a49551 isa: Allow ISA-style drivers on modern systems by William Breathitt Gray · 8 years ago
  31. 0145071 x86: Do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB by Linus Walleij · 8 years ago
  32. f596710 x86/hweight: Get rid of the special calling convention by Borislav Petkov · 8 years ago
  33. 6b90bd4 GCC plugin infrastructure by Emese Revfy · 8 years ago
  34. 51e68d0 x86 isa: add back X86_32 dependency on CONFIG_ISA by Linus Torvalds · 8 years ago
  35. 5469dc2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  36. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  37. 42a0bb3 printk/nmi: generic solution for safe printk in NMI by Petr Mladek · 8 years ago
  38. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 8 years ago
  39. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  40. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  41. 6077776 bpf: split HAVE_BPF_JIT into cBPF and eBPF variant by Daniel Borkmann · 8 years ago
  42. 8ac0fba isa: Decouple X86_32 dependency from the ISA Kconfig option by William Breathitt Gray · 8 years ago
  43. e8581e3 x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET by Baoquan He · 8 years ago
  44. 889fac6 Merge tag 'v4.6-rc3' into perf/core, to refresh the tree by Ingo Molnar · 8 years ago
  45. 07dc900 perf/x86: Move Kconfig.perf and other perf configuration bits to events/Kconfig by Peter Zijlstra · 8 years ago
  46. e633c65 x86/perf/intel/uncore: Make the Intel uncore PMU driver modular by Kan Liang · 8 years ago
  47. b3c1be1 base: isa: Remove X86_32 dependency by William Breathitt Gray · 8 years ago
  48. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  49. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 8 years ago
  50. c7ab62b perf/x86/amd/power: Add AMD accumulated power reporting mechanism by Huang Rui · 8 years ago
  51. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  52. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  53. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  54. 9cf8d63 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  55. e7e127e PCI: Include pci/hotplug Kconfig directly from pci/Kconfig by Bjorn Helgaas · 8 years ago
  56. 5f8fc43 PCI: Include pci/pcie/Kconfig directly from pci/Kconfig by Bogicevic Sasa · 8 years ago
  57. d4883d5 objtool: Enable stack metadata validation on 64-bit x86 by Josh Poimboeuf · 8 years ago
  58. 9ccaf77 x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig option by Kees Cook · 8 years ago
  59. 66d3757 mm/core, x86/mm/pkeys: Add arch_validate_pkey() by Dave Hansen · 8 years ago
  60. 284244a x86/mm/pkeys: Add Kconfig prompt to existing config option by Dave Hansen · 8 years ago
  61. 63c17fb mm/core, x86/mm/pkeys: Store protection bits in high VMA flags by Dave Hansen · 8 years ago
  62. 4e7f9df hpet: Drop stale URLs by Michael S. Tsirkin · 8 years ago
  63. 35e9779 x86/mm/pkeys: Add Kconfig option by Dave Hansen · 8 years ago
  64. 1ecb4ae arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI by Andrew Morton · 8 years ago
  65. 5f9c01a x86/microcode: Untangle from BLK_DEV_INITRD by Borislav Petkov · 8 years ago
  66. d517be5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  67. eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  68. d434215 Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  69. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 8 years ago
  70. c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 8 years ago
  71. 3fda5bb x86/platform/intel-mid: Enable 64-bit build by Andy Shevchenko · 9 years ago
  72. da48d09 Kconfig: remove HAVE_LATENCYTOP_SUPPORT by Will Deacon · 9 years ago
  73. 185a383 x86/PCI: Add driver for Intel Volume Management Device (VMD) by Keith Busch · 9 years ago
  74. 9e08f57 x86: mm: support ARCH_MMAP_RND_BITS by Daniel Cashman · 9 years ago
  75. d080827 Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  76. 6799060 Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  77. 67c707e Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  78. 21266be arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug by Dan Williams · 9 years ago
  79. eebb3e8 ACPI / LPSS: override power state for LPSS DMA device by Andy Shevchenko · 9 years ago
  80. 6e1315f x86/cpu: Provide a config option to disable static_cpu_has by Borislav Petkov · 9 years ago
  81. 45e898b locking/pvqspinlock: Collect slowpath lock statistics by Waiman Long · 9 years ago
  82. a75a3f6 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  83. fe05589 x86/microcode: Merge the early microcode loader by Borislav Petkov · 9 years ago
  84. 9a2bc33 x86/microcode: Unmodularize the microcode driver by Borislav Petkov · 9 years ago
  85. 9d99c71 swiotlb: Enable it under x86 PAE by Christian Melki · 9 years ago
  86. 3dc33bd x86/entry/vsyscall: Add CONFIG to control default by Kees Cook · 9 years ago
  87. 42dc2a3 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  88. 1e64281 x86/vm86: Fix the misleading CONFIG_VM86 Kconfig help text by Ingo Molnar · 9 years ago
  89. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  90. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  91. 72b252a mm: send one IPI per CPU to TLB flush all entries after unmapping pages by Mel Gorman · 9 years ago
  92. 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  93. 96601ad x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WB by Dan Williams · 9 years ago
  94. 4a9bf88 Merge branch 'pmem-api' into libnvdimm-for-next by Dan Williams · 9 years ago
  95. 67a3e8f nd_blk: change aperture mapping from WC to WB by Ross Zwisler · 9 years ago
  96. 7a67832 libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option by Dan Williams · 9 years ago
  97. 648ed94 x86/mce: Provide a lockless memory pool to save error records by Chen, Gong · 9 years ago
  98. a5b9e5a x86/ldt: Make modify_ldt() optional by Andy Lutomirski · 9 years ago
  99. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  100. 5aef51c x86/kconfig/32: Rename CONFIG_VM86 and default it to 'n' by Andy Lutomirski · 9 years ago