1. 92ee383 mm: fix race between kmem_cache destroy, create and deactivate by Shakeel Butt · 7 years ago
  2. 2bdce74 mm: fix devmem_is_allowed() for sub-page System RAM intersections by Dan Williams · 7 years ago
  3. 955c97f mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT by Daniel Jordan · 7 years ago
  4. df2a419 mm: fix null pointer dereference in mem_cgroup_protected by Roman Gushchin · 7 years ago
  5. 1105a2f mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm() by Jia He · 7 years ago
  6. 2837461 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  7. f3b5020 Merge tag 'platform-drivers-x86-v4.18-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  8. 4b4bb99 Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 7 years ago
  9. 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
  10. 463f202 Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor by Linus Torvalds · 7 years ago
  11. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  12. 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
  13. d290ef9 Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  14. d09fcec Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  15. 6744553 Merge branch 'acpica' by Rafael J. Wysocki · 7 years ago
  16. 6a900f8 Merge branches 'pm-domains' and 'pm-tools' by Rafael J. Wysocki · 7 years ago
  17. 2652df3 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 7 years ago
  18. f5b7769e Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent" by Linus Torvalds · 7 years ago
  19. dbee3d0 KVM: x86: VMX: fix build without hyper-v by Linus Torvalds · 7 years ago
  20. 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
  21. 4597fcf Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  22. 9d2a789 treewide: Use array_size in f2fs_kvzalloc() by Kees Cook · 7 years ago
  23. 026f050 treewide: Use array_size() in f2fs_kzalloc() by Kees Cook · 7 years ago
  24. c860659 treewide: Use array_size() in f2fs_kmalloc() by Kees Cook · 7 years ago
  25. 76e43e3 treewide: Use array_size() in sock_kmalloc() by Kees Cook · 7 years ago
  26. 84ca176b treewide: Use array_size() in kvzalloc_node() by Kees Cook · 7 years ago
  27. fd7bece treewide: Use array_size() in vzalloc_node() by Kees Cook · 7 years ago
  28. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  29. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  30. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  31. 3c4211b treewide: devm_kmalloc() -> devm_kmalloc_array() by Kees Cook · 7 years ago
  32. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 7 years ago
  33. 344476e treewide: kvmalloc() -> kvmalloc_array() by Kees Cook · 7 years ago
  34. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
  35. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  36. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  37. 1c542f3 mm: Introduce kvcalloc() by Kees Cook · 7 years ago
  38. 9f645bc video: uvesafb: Fix integer overflow in allocation by Kees Cook · 7 years ago
  39. 353748a UBIFS: Fix potential integer overflow in allocation by Silvio Cesare · 7 years ago
  40. f3278e3 leds: Use struct_size() in allocation by Kees Cook · 7 years ago
  41. 6566f90 Convert intel uncore to struct_size by Matthew Wilcox · 7 years ago
  42. a3ac973 Convert jffs2 acl to struct_size by Matthew Wilcox · 7 years ago
  43. b2303d7 Convert vhost to struct_size by Matthew Wilcox · 7 years ago
  44. c817e6c Convert v4l2 event to struct_size by Matthew Wilcox · 7 years ago
  45. 7654cb1 Convert infiniband uverbs to struct_size by Matthew Wilcox · 7 years ago
  46. 5b572e2 Convert virtio_console to struct_size by Matthew Wilcox · 7 years ago
  47. 8958fd4 test_overflow: fix an IS_ERR() vs NULL bug by Dan Carpenter · 7 years ago
  48. a205f0c Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  49. 38da0d6 Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  50. 19785cf Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 7 years ago
  51. 98db5e5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 7 years ago
  52. 7259f64 Merge tag 'ntb-4.18' of git://github.com/jonmason/ntb by Linus Torvalds · 7 years ago
  53. 467590e Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  54. 763f969 Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 7 years ago
  55. ea8781e autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description by Geert Uytterhoeven · 7 years ago
  56. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  57. 0725d4e Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  58. 89e2556 Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  59. 00979ce linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify() by Masahiro Yamada · 7 years ago
  60. 766d357 kvm: fix typo in flag name by Michael S. Tsirkin · 7 years ago
  61. 3c9fa24 kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access by Paolo Bonzini · 7 years ago
  62. ce14e868a KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system by Paolo Bonzini · 7 years ago
  63. 79367a6 KVM: x86: introduce linear_{read,write}_system by Paolo Bonzini · 7 years ago
  64. 727ba74 kvm: nVMX: Enforce cpl=0 for VMX instructions by Felix Wilhelm · 7 years ago
  65. 93b7f7a skip LAYOUTRETURN if layout is invalid by Olga Kornievskaia · 7 years ago
  66. b06c0b2f Revert "PM / runtime: Fixup reference counting of device link suppliers at probe" by Rafael J. Wysocki · 7 years ago
  67. 89e9b5c xfs: update incore per-AG inode count by Darrick J. Wong · 7 years ago
  68. 8efcf34 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  69. 32bcbf8 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  70. 721afaa Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  71. 7c00e8a Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  72. 958da6e Merge branch 'next/defconfig' into next/soc by Olof Johansson · 7 years ago
  73. a2b7ab4 Merge tag 'linux-watchdog-4.18-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 7 years ago
  74. e16c479 Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()" by Linus Torvalds · 7 years ago
  75. c9160b6 ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_create_queue by Jia-Ju Bai · 7 years ago
  76. 82edcc7 ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup_qp_mw by Jia-Ju Bai · 7 years ago
  77. 081a698 NTB: ntb_hw_idt: fix typo 'can by' to 'can be' by Wolfram Sang · 7 years ago
  78. 6c1e8ab ntb: intel: change references of skx to gen3 by Dave Jiang · 7 years ago
  79. f6e51c3 ntb: intel: split out the gen3 code by Dave Jiang · 7 years ago
  80. a906505 ntb: intel: header definitions refactor by Dave Jiang · 7 years ago
  81. f7cca14 Merge tag 'rpmsg-v4.18' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  82. b70c9d3 Merge tag 'rproc-v4.18' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  83. 6f75ede Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  84. d2b2250 ia64: disable CONFIG_PERFMON at least for now by Linus Torvalds · 7 years ago
  85. d54d35c Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  86. a2225d9 autofs: remove left-over autofs4 stubs by Linus Torvalds · 7 years ago
  87. 0f105cf Merge tag 'backlight-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 7 years ago
  88. 883cad5 Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 7 years ago
  89. 8d08c05 Merge tag 'drm-next-2018-06-11' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  90. ce4c7b2 Merge branch 'pci/aer-squash' by Bjorn Helgaas · 7 years ago
  91. 3b3191d Merge branch 'pci/renames' by Bjorn Helgaas · 7 years ago
  92. 0b15f1e PCI/AER: Use "PCI Express" consistently in Kconfig text by Bjorn Helgaas · 7 years ago
  93. 4696b82 PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/ by Bjorn Helgaas · 7 years ago
  94. adc1f22 PCI/AER: Squash Kconfig.debug into Kconfig by Bjorn Helgaas · 7 years ago
  95. 23e672b PCI/AER: Move private AER things to aerdrv.c by Bjorn Helgaas · 7 years ago
  96. f53e741 PCI/AER: Move aer_irq() declaration to portdrv.h by Bjorn Helgaas · 7 years ago
  97. 0544b04 PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.h by Bjorn Helgaas · 7 years ago
  98. 16c33b1 PCI/AER: Remove duplicate pcie_port_bus_type declaration by Bjorn Helgaas · 7 years ago
  99. 41cbc9e PCI/AER: Squash ecrc.c into aerdrv.c by Bjorn Helgaas · 7 years ago
  100. 256a459 PCI/AER: Squash aerdrv_acpi.c into aerdrv.c by Bjorn Helgaas · 7 years ago