1. c013632 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  2. 977e415 Merge tags 'cris-for-4.16' and 'cris-for-4.16-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 7 years ago
  3. 6e03772 CRIS: Restore mistakenly cleared kernel Makefile by Jesper Nilsson · 7 years ago
  4. 413879a Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  5. 0bd2afc Merge tag 'mips_fixes_4.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  6. 8578953 Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  7. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  8. 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
  9. 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
  10. b0f7e32 arch/score/kernel/setup.c: combine two seq_printf() calls into one call in show_cpuinfo() by Markus Elfring · 7 years ago
  11. 2ee0826 pids: introduce find_get_task_by_vpid() helper by Mike Rapoport · 7 years ago
  12. 0ade34c lib: optimize cpumask_next_and() by Clement Courbet · 7 years ago
  13. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 7 years ago
  14. 44c6dc94 Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO by Kees Cook · 7 years ago
  15. 2bc2f68 Makefile: move stack-protector availability out of Kconfig by Kees Cook · 7 years ago
  16. 917538e kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage by Andrey Konovalov · 7 years ago
  17. cbd7b8a Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  18. 3a0a397 arm64: Kill PSCI_GET_VERSION as a variant-2 workaround by Marc Zyngier · 7 years ago
  19. b092201 arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support by Marc Zyngier · 7 years ago
  20. f72af90 arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling by Marc Zyngier · 7 years ago
  21. 6167ec5 arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support by Marc Zyngier · 7 years ago
  22. a4097b3 arm/arm64: KVM: Turn kvm_psci_version into a static inline by Marc Zyngier · 7 years ago
  23. 09e6be1 arm/arm64: KVM: Advertise SMCCC v1.1 by Marc Zyngier · 7 years ago
  24. 1a2fb94 arm/arm64: KVM: Consolidate the PSCI include files by Marc Zyngier · 7 years ago
  25. f5115e8 arm64: KVM: Increment PC after handling an SMC trap by Marc Zyngier · 7 years ago
  26. 20e8175 arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls by Marc Zyngier · 7 years ago
  27. c0938c7 arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls by Marc Zyngier · 7 years ago
  28. 30d88c0 arm64: entry: Apply BP hardening for suspicious interrupts from EL0 by Will Deacon · 7 years ago
  29. 5dfc6ed arm64: entry: Apply BP hardening for high-priority synchronous exceptions by Will Deacon · 7 years ago
  30. 91b2d34 arm64: futex: Mask __user pointers prior to dereference by Will Deacon · 7 years ago
  31. f71c2ff arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user by Will Deacon · 7 years ago
  32. 8462408 arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user by Will Deacon · 7 years ago
  33. c2f0ad4 arm64: uaccess: Prevent speculative use of the current addr_limit by Will Deacon · 7 years ago
  34. 6314d90 arm64: entry: Ensure branch through syscall table is bounded under speculation by Will Deacon · 7 years ago
  35. 4d8efc2 arm64: Use pointer masking to limit uaccess speculation by Robin Murphy · 7 years ago
  36. 51369e3 arm64: Make USER_DS an inclusive limit by Robin Murphy · 7 years ago
  37. 022620e arm64: Implement array_index_mask_nospec() by Robin Murphy · 7 years ago
  38. 669474e arm64: barrier: Add CSDB macros to control data-value prediction by Will Deacon · 7 years ago
  39. 439e70e arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives by Will Deacon · 7 years ago
  40. 79ddab3 arm64: assembler: Align phys_to_pte with pte_to_phys by Will Deacon · 7 years ago
  41. f167211 arm64: entry: Reword comment about post_ttbr_update_workaround by Will Deacon · 7 years ago
  42. fa0465f arm64: assembler: Change order of macro arguments in phys_to_ttbr by Will Deacon · 7 years ago
  43. 6dc52b1 arm64: Force KPTI to be disabled on Cavium ThunderX by Marc Zyngier · 7 years ago
  44. f992b4d arm64: kpti: Add ->enable callback to remap swapper using nG mappings by Will Deacon · 7 years ago
  45. 4e602056 arm64: mm: Permit transitioning from Global to Non-Global without BBM by Will Deacon · 7 years ago
  46. 41acec6 arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() by Will Deacon · 7 years ago
  47. 3060e9f arm64: Add software workaround for Falkor erratum 1041 by Shanker Donthineni · 7 years ago
  48. 202fb4e arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics by Will Deacon · 7 years ago
  49. 8284507 Merge branch 'linus' into sched/urgent, to resolve conflicts by Ingo Molnar · 7 years ago
  50. 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
  51. 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
  52. 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
  53. 8f2256d MIPS: Malta: Sanitize mouse and keyboard configuration. by Ralf Baechle · 7 years ago
  54. d69153d MIPS: Update defconfigs after previous patch. by Ralf Baechle · 7 years ago
  55. 7a407aa MIPS: Push ARCH_MIGHT_HAVE_PC_SERIO down to platform level by Ralf Baechle · 7 years ago
  56. a211a082 MIPS: Push ARCH_MIGHT_HAVE_PC_PARPORT down to platform level by Ralf Baechle · 7 years ago
  57. f1e3a12 membarrier/arm64: Provide core serializing command by Mathieu Desnoyers · 7 years ago
  58. 10bcc80 membarrier/x86: Provide core serializing command by Mathieu Desnoyers · 7 years ago
  59. ac1ab12 lockin/x86: Implement sync_core_before_usermode() by Mathieu Desnoyers · 7 years ago
  60. c5f58bd membarrier: Provide GLOBAL_EXPEDITED command by Mathieu Desnoyers · 7 years ago
  61. 306e060 membarrier: Document scheduler barrier requirements by Mathieu Desnoyers · 7 years ago
  62. 3ccfebe powerpc, membarrier: Skip memory barrier in switch_mm() by Mathieu Desnoyers · 7 years ago
  63. 1197491 x86/events/intel/ds: Add PERF_SAMPLE_PERIOD into PEBS_FREERUNNING_FLAGS by Jiri Olsa · 7 years ago
  64. 91d9f8f MIPS: SMP-CPS: Remove duplicate assignment of core in play_dead by Matt Redfearn · 7 years ago
  65. 7bf8b16 MIPS: Generic: Support GIC in EIC mode by Matt Redfearn · 7 years ago
  66. 0cde5b4 MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS by Matt Redfearn · 7 years ago
  67. 8dbc186 MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout by James Hogan · 7 years ago
  68. 0ef1559 MIPS: generic: Fix Makefile alignment by James Hogan · 7 years ago
  69. e17ae5c MIPS: generic: Fix ranchu_of_match[] termination by James Hogan · 7 years ago
  70. 9a9ab30 MIPS: generic: Fix machine compatible matching by James Hogan · 7 years ago
  71. 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
  72. 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
  73. 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
  74. 850eb9f x86/cpu: Add Cannonlake to Intel family by Rajneesh Bhardwaj · 7 years ago
  75. 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
  76. b2ac58f KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL by KarimAllah Ahmed · 7 years ago
  77. d28b387 KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL by KarimAllah Ahmed · 7 years ago
  78. 28c1c9f KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES by KarimAllah Ahmed · 7 years ago
  79. 15d4507 KVM/x86: Add IBPB support by Ashok Raj · 7 years ago
  80. b7b27aa KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX by KarimAllah Ahmed · 7 years ago
  81. a96223f Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm into x86/pti by Thomas Gleixner · 7 years ago
  82. ee95f40 Merge branch 'for-4.16/nfit' into libnvdimm-for-next by Ross Zwisler · 7 years ago
  83. 328008a x86/power: Fix swsusp_arch_resume prototype by Arnd Bergmann · 7 years ago
  84. ebfc150 x86/dumpstack: Avoid uninitlized variable by Arnd Bergmann · 7 years ago
  85. af189c9 x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL by Darren Kenny · 7 years ago
  86. 4bf5d56 x86/pti: Mark constant arrays as __initconst by Arnd Bergmann · 7 years ago
  87. b89e32c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 7 years ago
  88. 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
  89. 367b0df Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  90. 4464439 Merge tag 'microblaze-4.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
  91. 9005c68 x86/spectre: Simplify spectre_v2 command line parsing by KarimAllah Ahmed · 7 years ago
  92. 4bf772b Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  93. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  94. fe53d14 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  95. adbc128 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  96. 537433b Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  97. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  98. 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
  99. 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
  100. 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