1. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  2. ab2d92a Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. 4b0dda4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. b0f7e32 arch/score/kernel/setup.c: combine two seq_printf() calls into one call in show_cpuinfo() by Markus Elfring · 7 years ago
  5. 2ee0826 pids: introduce find_get_task_by_vpid() helper by Mike Rapoport · 7 years ago
  6. 0ade34c lib: optimize cpumask_next_and() by Clement Courbet · 7 years ago
  7. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 7 years ago
  8. 44c6dc9 Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO by Kees Cook · 7 years ago
  9. 2bc2f68 Makefile: move stack-protector availability out of Kconfig by Kees Cook · 7 years ago
  10. 917538e kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage by Andrey Konovalov · 7 years ago
  11. cbd7b8a Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  12. 8284507 Merge branch 'linus' into sched/urgent, to resolve conflicts by Ingo Molnar · 7 years ago
  13. 68c5735 Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  14. 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  15. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  16. f1e3a12 membarrier/arm64: Provide core serializing command by Mathieu Desnoyers · 7 years ago
  17. 10bcc80 membarrier/x86: Provide core serializing command by Mathieu Desnoyers · 7 years ago
  18. ac1ab12 lockin/x86: Implement sync_core_before_usermode() by Mathieu Desnoyers · 7 years ago
  19. c5f58bd membarrier: Provide GLOBAL_EXPEDITED command by Mathieu Desnoyers · 7 years ago
  20. 306e060 membarrier: Document scheduler barrier requirements by Mathieu Desnoyers · 7 years ago
  21. 3ccfebe powerpc, membarrier: Skip memory barrier in switch_mm() by Mathieu Desnoyers · 7 years ago
  22. 1197491 x86/events/intel/ds: Add PERF_SAMPLE_PERIOD into PEBS_FREERUNNING_FLAGS by Jiri Olsa · 7 years ago
  23. 3527799 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  24. 0a646e9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  25. 4141cf6 Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  26. 850eb9f x86/cpu: Add Cannonlake to Intel family by Rajneesh Bhardwaj · 7 years ago
  27. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  28. b2ac58f KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL by KarimAllah Ahmed · 7 years ago
  29. d28b387 KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL by KarimAllah Ahmed · 7 years ago
  30. 28c1c9f KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES by KarimAllah Ahmed · 7 years ago
  31. 15d4507 KVM/x86: Add IBPB support by Ashok Raj · 7 years ago
  32. b7b27aa KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX by KarimAllah Ahmed · 7 years ago
  33. a96223f Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm into x86/pti by Thomas Gleixner · 7 years ago
  34. ee95f40 Merge branch 'for-4.16/nfit' into libnvdimm-for-next by Ross Zwisler · 7 years ago
  35. 328008a x86/power: Fix swsusp_arch_resume prototype by Arnd Bergmann · 7 years ago
  36. ebfc150 x86/dumpstack: Avoid uninitlized variable by Arnd Bergmann · 7 years ago
  37. af189c9 x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL by Darren Kenny · 7 years ago
  38. 4bf5d56 x86/pti: Mark constant arrays as __initconst by Arnd Bergmann · 7 years ago
  39. b89e32c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 7 years ago
  40. 03f51d4 Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  41. 367b0df Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  42. 4464439 Merge tag 'microblaze-4.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
  43. 9005c68 x86/spectre: Simplify spectre_v2 command line parsing by KarimAllah Ahmed · 7 years ago
  44. 4bf772b Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  45. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  46. fe53d14 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  47. adbc128 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  48. 537433b Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  49. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  50. 2bed266 Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  51. f6cff79 Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  52. 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  53. e4ee8b8 Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  54. ba49097 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 7 years ago
  55. ca0c836 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  56. 941691e platform/x86: intel_pmc_core: Remove unused header file by Rajneesh Bhardwaj · 7 years ago
  57. 085331d x86/kvm: Update spectre-v1 mitigation by Dan Williams · 7 years ago
  58. 40b9672 Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  59. 73da9e1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  60. 423ac9a mm/thp: remove pmd_huge_split_prepare() by Aneesh Kumar K.V · 7 years ago
  61. 86fa949 x86/mm: provide pmdp_establish() helper by Kirill A. Shutemov · 7 years ago
  62. a8e654f sparc64: update pmdp_invalidate() to return old pmd value by Nitin Gupta · 7 years ago
  63. 9c4563f s390/mm: modify pmdp_invalidate to return old value. by Martin Schwidefsky · 7 years ago
  64. 8cc931e powerpc/mm: update pmdp_invalidate to return old pmd value by Aneesh Kumar K.V · 7 years ago
  65. b6b34b2 mips: use generic_pmdp_establish as pmdp_establish by Kirill A. Shutemov · 7 years ago
  66. 1d78a62 arm64: provide pmdp_establish() helper by Catalin Marinas · 7 years ago
  67. ef298cc arm/mm: provide pmdp_establish() helper by Kirill A. Shutemov · 7 years ago
  68. 5c8aa7e arc: use generic_pmdp_establish as pmdp_establish by Kirill A. Shutemov · 7 years ago
  69. 2e3ca40 mm: relax deferred struct page requirements by Pavel Tatashin · 7 years ago
  70. d91dad4 m32r: remove abort() by Sudip Mukherjee · 7 years ago
  71. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  72. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  73. ae0cb7b Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  74. e1c70f3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 7 years ago
  75. 9798f51 Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  76. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  77. 5a87e37 Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  78. 904e14f KVM: VMX: make MSR bitmaps per-VCPU by Paolo Bonzini · 7 years ago
  79. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  80. a07ae84 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 7 years ago
  81. 414ae76 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  82. 412ee7c Merge branch 'pci/misc' into next by Bjorn Helgaas · 7 years ago
  83. 6b29039 Merge branch 'pci/dt-resources' into next by Bjorn Helgaas · 7 years ago
  84. 12c69f1 x86/paravirt: Remove 'noreplace-paravirt' cmdline option by Josh Poimboeuf · 7 years ago
  85. 5bf3031 x86/kexec: Make kexec (mostly) work in 5-level paging mode by Kirill A. Shutemov · 7 years ago
  86. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  87. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  88. 18bf3c3 x86/speculation: Use Indirect Branch Prediction Barrier in context switch by Tim Chen · 7 years ago
  89. 0aebc6a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  90. 7fcae11 x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel by David Woodhouse · 7 years ago
  91. e698dcd x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable" by Colin Ian King · 7 years ago
  92. 72906f3 Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  93. 3ccabd6 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  94. 5289d30 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  95. edfbae5 x86/spectre: Report get_user mitigation for spectre_v1 by Dan Williams · 7 years ago
  96. 2fbd7af x86/syscall: Sanitize syscall table de-references under speculation by Dan Williams · 7 years ago
  97. c7f631c x86/get_user: Use pointer masking to limit speculation by Dan Williams · 7 years ago
  98. 304ec1b x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec by Dan Williams · 7 years ago
  99. b5c4ae4 x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} by Dan Williams · 7 years ago
  100. b3bbfb3 x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec by Dan Williams · 7 years ago