1. e525de3 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  2. d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. e486575 x86/entry/64: Fix CR3 restore in paranoid_exit() by Ingo Molnar · 7 years ago
  4. 24dbc60 x86/cpu: Change type of x86_cache_size variable to unsigned int by Gustavo A. R. Silva · 7 years ago
  5. 9de29ea x86/spectre: Fix an error message by Dan Carpenter · 7 years ago
  6. b399151 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
  7. 1299ef1 x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]() by Andy Lutomirski · 7 years ago
  8. ea00f30 x86/speculation: Add <asm/msr-index.h> dependency by Peter Zijlstra · 7 years ago
  9. be3233f x86/speculation: Fix up array_index_nospec_mask() asm constraint by Dan Williams · 7 years ago
  10. 3b3a371 x86/debug: Use UD2 for WARN() by Peter Zijlstra · 7 years ago
  11. 2b5db66 x86/debug, objtool: Annotate WARN()-related UD2 as reachable by Josh Poimboeuf · 7 years ago
  12. 694a20d Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  13. 61f14c0 Merge tag 'mips_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  14. fd0e786 x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages by Tony Luck · 7 years ago
  15. 01684e7 x86/error_inject: Make just_return_func() globally visible by Arnd Bergmann · 7 years ago
  16. c25d99d x86/platform/UV: Fix GAM Range Table entries less than 1GB by mike.travis@hpe.com · 7 years ago
  17. 74eb816 x86/build: Add arch/x86/tools/insn_decoder_test to .gitignore by Progyan Bhattacharya · 7 years ago
  18. 295cc7e x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physical CPU by Masayoshi Mizuma · 7 years ago
  19. 9109617 powerpc/kdump: Fix powernv build break when KEXEC_CORE=n by Guenter Roeck · 7 years ago
  20. 8234348 powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplug by Guenter Roeck · 7 years ago
  21. fc5c2f4 powerpc/mm/hash64: Zero PGD pages on allocation by Aneesh Kumar K.V · 7 years ago
  22. ff31e10 powerpc/mm/hash64: Store the slot information at the right offset for hugetlb by Aneesh Kumar K.V · 7 years ago
  23. 4a7aa4f powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabled by Aneesh Kumar K.V · 7 years ago
  24. fae2211 powerpc/mm: Fix crashes with 16G huge pages by Aneesh Kumar K.V · 7 years ago
  25. 62e984d powerpc/mm: Flush radix process translations when setting MMU type by Alexey Kardashevskiy · 7 years ago
  26. b00b628 powerpc/vas: Don't set uses_vas for kernel windows by Nicholas Piggin · 7 years ago
  27. c9dccf1 powerpc/pseries: Enable RAS hotplug events later by Sam Bobroff · 7 years ago
  28. cd026ca x86/mm/kcore: Add vsyscall page to /proc/kcore conditionally by Jia Zhang · 7 years ago
  29. 595dd46 vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page by Jia Zhang · 7 years ago
  30. b498c26 x86/entry/64: Remove the unused 'icebp' macro by Borislav Petkov · 7 years ago
  31. b3ccefa x86/entry/64: Fix paranoid_entry() frame pointer warning by Josh Poimboeuf · 7 years ago
  32. 92816f5 x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly by Dominik Brodowski · 7 years ago
  33. dde3036 x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS macros by Dominik Brodowski · 7 years ago
  34. 30907fd x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases by Dominik Brodowski · 7 years ago
  35. 3f01dae x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro by Dominik Brodowski · 7 years ago
  36. f7bafa2 x86/entry/64: Interleave XOR register clearing with PUSH instructions by Dominik Brodowski · 7 years ago
  37. 502af0d x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single POP_REGS macro by Dominik Brodowski · 7 years ago
  38. 2e3f009 x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensions by Dominik Brodowski · 7 years ago
  39. 21e433b x86/speculation: Clean up various Spectre related details by Ingo Molnar · 7 years ago
  40. 3712caeb KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap by KarimAllah Ahmed · 7 years ago
  41. 206587a X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs by KarimAllah Ahmed · 7 years ago
  42. 928a4c3 KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by always inlining iterator helper methods by David Woodhouse · 7 years ago
  43. f208820 Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()" by David Woodhouse · 7 years ago
  44. d37fc6d x86/speculation: Correct Speculation Control microcode blacklist again by David Woodhouse · 7 years ago
  45. 178e834 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  46. 7a163b2 unify {de,}mangle_poll(), get rid of kernel-side POLL... by Al Viro · 7 years ago
  47. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  48. 3fc928d Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
  49. 60d7a21 Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 7 years ago
  50. f8d0cbf xtensa: fix build with KASAN by Max Filippov · 7 years ago
  51. e0691eb nios2: defconfig: Cleanup from old Kconfig options by Krzysztof Kozlowski · 7 years ago
  52. 5d13c73 nios2: dts: Remove leading 0x and 0s from bindings notation by Mathieu Malaterre · 7 years ago
  53. aec6487 x86/Kconfig: Further simplify the NR_CPUS config by Ingo Molnar · 7 years ago
  54. a0d0bb4 x86/Kconfig: Simplify NR_CPUS config by Randy Dunlap · 7 years ago
  55. c80c5ec x86/MCE: Fix build warning introduced by "x86: do not use print_symbol()" by Borislav Petkov · 7 years ago
  56. 7980033 Merge branch 'linus' into x86/urgent, to pick up dependent commits by Ingo Molnar · 7 years ago
  57. 1751342 x86/speculation: Update Speculation Control microcode blacklist by David Woodhouse · 7 years ago
  58. d48fcbd Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  59. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  60. c591c2e powerpc/pci: Fix broken INTx configuration via OF by Alexey Kardashevskiy · 7 years ago
  61. 14b1fcc x86/mm/pti: Fix PTI comment in entry_SYSCALL_64() by Nadav Amit · 7 years ago
  62. 9a61df9 Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  63. 7a501609 mconsole_proc(): don't mess with file->f_pos by Al Viro · 7 years ago
  64. 1ab03c0 Merge tag 'kvm-ppc-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 7 years ago
  65. 80132f4 Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Radim Krčmář · 7 years ago
  66. f9f1e41 Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  67. dff839f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  68. 54ce685 Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  69. a051c14 Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  70. 09f9849 KVM: PPC: Book3S: Add MMIO emulation for VMX instructions by Jose Ricardo Ziviani · 7 years ago
  71. d20fe50 KVM: PPC: Book3S HV: Branch inside feature section by Alexander Graf · 7 years ago
  72. 790a9df KVM: PPC: Book3S HV: Make HPT resizing work on POWER9 by David Gibson · 7 years ago
  73. 05f2bb0 KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code by Paul Mackerras · 7 years ago
  74. c013632 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  75. 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
  76. 791412d MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base() by Paul Burton · 7 years ago
  77. 4dd5f8a9 powerpc/mm/radix: Split linear mapping on hot-unplug by Balbir Singh · 7 years ago
  78. eeb715c powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID by Nicholas Piggin · 7 years ago
  79. 6cc3f91 powerpc/64s: Fix may_hard_irq_enable() for PMI soft masking by Nicholas Piggin · 7 years ago
  80. 5c11d1e powerpc/64s: Fix MASKABLE_RELON_EXCEPTION_HV_OOL macro by Madhavan Srinivasan · 7 years ago
  81. 1d9a090 powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove by Nathan Fontenot · 7 years ago
  82. eff84b3 crypto: sha512-mb - initialize pending lengths correctly by Eric Biggers · 7 years ago
  83. 6e03772 CRIS: Restore mistakenly cleared kernel Makefile by Jesper Nilsson · 7 years ago
  84. 781198f xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests by Simon Gaiser · 7 years ago
  85. 616f160 Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-domains' by Rafael J. Wysocki · 7 years ago
  86. 48973df s390/kconfig: Remove ARCH_WANTS_PROT_NUMA_PROT_NONE select by Ulf Magnusson · 7 years ago
  87. 57ea5f1 KVM: PPC: Book3S PR: Fix broken select due to misspelling by Ulf Magnusson · 7 years ago
  88. 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
  89. 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
  90. 8578953 Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  91. f19fbd5 s390: introduce execute-trampolines for branches by Martin Schwidefsky · 7 years ago
  92. 168b651 x86: hibernate: fix swsusp_arch_resume() prototype by Arnd Bergmann · 7 years ago
  93. 0231d00 ACPI: SPCR: Make SPCR available to x86 by Prarit Bhargava · 7 years ago
  94. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  95. 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
  96. 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
  97. b0f7e32 arch/score/kernel/setup.c: combine two seq_printf() calls into one call in show_cpuinfo() by Markus Elfring · 7 years ago
  98. 2ee0826 pids: introduce find_get_task_by_vpid() helper by Mike Rapoport · 7 years ago
  99. 0ade34c lib: optimize cpumask_next_and() by Clement Courbet · 7 years ago
  100. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 7 years ago