1. 2b523f1 atomics/riscv: Define atomic64_fetch_add_unless() by Mark Rutland · 7 years ago
  2. 4f44b4b atomics/powerpc: Define atomic64_fetch_add_unless() by Mark Rutland · 7 years ago
  3. fee8ca9 atomics/arm: Define atomic64_fetch_add_unless() by Mark Rutland · 7 years ago
  4. ab0b910 atomics/arc: Define atomic64_fetch_add_unless() by Mark Rutland · 7 years ago
  5. 434b6ac atomics/alpha: Define atomic64_fetch_add_unless() by Mark Rutland · 7 years ago
  6. eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 7 years ago
  7. bef8282 atomics/treewide: Make atomic64_inc_not_zero() optional by Mark Rutland · 7 years ago
  8. 8b47038 atomics/treewide: Remove redundant atomic_inc_not_zero() definitions by Mark Rutland · 7 years ago
  9. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  10. 356c6fe locking/atomics/arm64, arm64/bitops: Include <asm-generic/bitops/ext2-atomic-setbit.h> by Will Deacon · 7 years ago
  11. 7c8fc35 locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm-generic by Will Deacon · 7 years ago
  12. 1c2672b locking/atomics/sh: Don't pull in all of <linux/bitops.h> in <asm/cmpxchg-xchg.h> by Will Deacon · 7 years ago
  13. b22d73c locking/atomics/openrisc: Don't pull in all of <linux/bitops.h> in <asm/cmpxchg.h> by Will Deacon · 7 years ago
  14. 84038fd locking/atomics/m68k: Don't use <asm-generic/bitops/lock.h> by Will Deacon · 7 years ago
  15. a70cee9 locking/atomics/h8300: Don't include <linux/kernel.h> in <asm/atomic.h> by Will Deacon · 7 years ago
  16. c0d1a7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  17. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  18. 8d1e513 Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  19. 6a4d4b3 Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  20. 8949170c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  21. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  22. ecf3867 arch/*: Kconfig: fix documentation for NMI watchdog by Mauro Carvalho Chehab · 7 years ago
  23. b5d903c2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  24. 608dbdf hexagon: drop the unused variable zero_page_mask by Anshuman Khandual · 7 years ago
  25. 2738f35 hexagon: fix printk format warning in setup.c by Randy Dunlap · 7 years ago
  26. d7dc899 treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX by Stefan Agner · 7 years ago
  27. 7585172 arm: port KCOV to arm by Dmitry Vyukov · 7 years ago
  28. 2bdce74 mm: fix devmem_is_allowed() for sub-page System RAM intersections by Dan Williams · 7 years ago
  29. d148eac Kbuild: rename HAVE_CC_STACKPROTECTOR config variable by Masahiro Yamada · 7 years ago
  30. 8458f8c x86: fix dependency of X86_32_LAZY_GS by Masahiro Yamada · 7 years ago
  31. 1f008e1 KVM: x86: VMX: redo fix for link error without CONFIG_HYPERV by Arnd Bergmann · 7 years ago
  32. 09027ab Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 7 years ago
  33. 273ba45 KVM: x86: fix typo at kvm_arch_hardware_setup comment by Marcelo Tosatti · 7 years ago
  34. 9bca19a Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  35. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  36. be779f0 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  37. dbee3d0 KVM: x86: VMX: fix build without hyper-v by Linus Torvalds · 7 years ago
  38. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  39. f61e0d3 KVM: PPC: Book3S PR: Fix failure status setting in tabort. emulation by Simon Guo · 7 years ago
  40. db96a04 KVM: PPC: Book3S PR: Enable use on POWER9 bare-metal hosts in HPT mode by Paul Mackerras · 7 years ago
  41. 4f169d2 KVM: PPC: Book3S PR: Don't let PAPR guest set MSR hypervisor bit by Paul Mackerras · 7 years ago
  42. a50623f KVM: PPC: Book3S PR: Fix failure status setting in treclaim. emulation by Paul Mackerras · 7 years ago
  43. 916ccad KVM: PPC: Book3S PR: Fix MSR setting when delivering interrupts by Paul Mackerras · 7 years ago
  44. b71dc51 KVM: PPC: Book3S PR: Handle additional interrupt types by Cameron Kaiser · 7 years ago
  45. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  46. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  47. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 7 years ago
  48. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  49. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  50. 6566f90 Convert intel uncore to struct_size by Matthew Wilcox · 7 years ago
  51. 763f969 Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 7 years ago
  52. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  53. 7352c54 s390/cio: sanitize css_general_characteristics definition by Sebastian Ott · 7 years ago
  54. 766d357 kvm: fix typo in flag name by Michael S. Tsirkin · 7 years ago
  55. 3c9fa24 kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access by Paolo Bonzini · 7 years ago
  56. ce14e868a KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system by Paolo Bonzini · 7 years ago
  57. 79367a6 KVM: x86: introduce linear_{read,write}_system by Paolo Bonzini · 7 years ago
  58. 727ba74 kvm: nVMX: Enforce cpl=0 for VMX instructions by Felix Wilhelm · 7 years ago
  59. 8efcf34 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  60. 721afaa Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  61. 7c00e8a Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  62. 958da6e Merge branch 'next/defconfig' into next/soc by Olof Johansson · 7 years ago
  63. d2b2250 ia64: disable CONFIG_PERFMON at least for now by Linus Torvalds · 7 years ago
  64. 24a130c RISC-V: Add CONFIG_HVC_RISCV_SBI=y to defconfig by Palmer Dabbelt · 7 years ago
  65. e0e0c87 RISC-V: Make our port sparse-clean by Palmer Dabbelt · 7 years ago
  66. 77aa85d RISC-V: Handle R_RISCV_32 in modules by Andreas Schwab · 7 years ago
  67. 1dd9852 riscv/ftrace: Export _mcount when DYNAMIC_FTRACE isn't set by Alan Kao · 7 years ago
  68. 889d746 riscv: add riscv-specific predefines to CHECKFLAGS by Luc Van Oostenryck · 7 years ago
  69. f0dc7f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  70. 2c4da1a sh: remove no-op macro VMLINUX_SYMBOL() by Masahiro Yamada · 7 years ago
  71. abba759 powerpc/kbuild: move -mprofile-kernel check to Kconfig by Nicholas Piggin · 7 years ago
  72. caa91ba gcc-plugins: disable GCC_PLUGIN_STRUCTLEAK_BYREF_ALL for COMPILE_TEST by Masahiro Yamada · 7 years ago
  73. 1658dce gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST by Masahiro Yamada · 7 years ago
  74. 59f5385 gcc-plugins: test plugin support in Kconfig and clean up Makefile by Masahiro Yamada · 7 years ago
  75. 8034c2f gcc-plugins: move GCC version check for PowerPC to Kconfig by Masahiro Yamada · 7 years ago
  76. 5ec9121 um: Fix raw interface options by Anton Ivanov · 7 years ago
  77. 4579a1b um: Fix initialization of vector queues by Anton Ivanov · 7 years ago
  78. cca76c1 um: remove uml initcalls by Alexander Pateenok · 7 years ago
  79. d82991a Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  80. f4e5b30 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  81. a2211de Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  82. 86406d5 riscv: split the declaration of __copy_user by Luc Van Oostenryck · 7 years ago
  83. 6419945 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  84. 1d9f3e2 x86/intel_rdt: Enable CMT and MBM on new Skylake stepping by Tony Luck · 7 years ago
  85. 7d3bf61 Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  86. 930218a Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next by Dan Williams · 7 years ago
  87. 68cc38f Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 7 years ago
  88. 410feb7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  89. a94fc25 Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  90. 0fe4251 arm64: Fix syscall restarting around signal suppressed by tracer by Dave Martin · 7 years ago
  91. f3a53f7 arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig by Masahiro Yamada · 7 years ago
  92. 2a61f47 stack-protector: test compiler capability in Kconfig and drop AUTO mode by Masahiro Yamada · 7 years ago
  93. 68abbe7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  94. a052f0a mm: add pt_mm to struct page by Matthew Wilcox · 7 years ago
  95. 620b4e9 s390: use _refcount for pgtables by Matthew Wilcox · 7 years ago
  96. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
  97. fd3a886 net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan by Willem de Bruijn · 7 years ago
  98. 3a3869f Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  99. 3036bc4 Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  100. c90fca9 Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago