1. 3fb3894 kernel/relay.c: change return type to vm_fault_t by Souptick Joarder · 7 years ago
  2. 20fe935 exofs: avoid VLA in structures by Kees Cook · 7 years ago
  3. 86a2bb5 coredump: fix spam with zero VMA process by Alexey Dobriyan · 7 years ago
  4. c2574aa fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block() by OGAWA Hirofumi · 7 years ago
  5. 26b9513 proc: skip branch in /proc/*/* lookup by Alexey Dobriyan · 7 years ago
  6. 37a4094e mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdowns by Mel Gorman · 7 years ago
  7. 69b5086 mm/memblock: add missing include <linux/bootmem.h> by Mathieu Malaterre · 7 years ago
  8. 655c79b mm: check for SIGKILL inside dup_mmap() loop by Tetsuo Handa · 7 years ago
  9. a8311f6 kexec: yield to scheduler when loading kimage segments by Jarrett Farnitano · 7 years ago
  10. 92ee383 mm: fix race between kmem_cache destroy, create and deactivate by Shakeel Butt · 7 years ago
  11. 2bdce74 mm: fix devmem_is_allowed() for sub-page System RAM intersections by Dan Williams · 7 years ago
  12. 955c97f mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT by Daniel Jordan · 7 years ago
  13. df2a419 mm: fix null pointer dereference in mem_cgroup_protected by Roman Gushchin · 7 years ago
  14. 1105a2f mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm() by Jia He · 7 years ago
  15. 2837461 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  16. f3b5020 Merge tag 'platform-drivers-x86-v4.18-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  17. 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
  18. 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
  19. 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
  20. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  21. 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
  22. 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
  23. 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
  24. 6744553 Merge branch 'acpica' by Rafael J. Wysocki · 7 years ago
  25. 6a900f8 Merge branches 'pm-domains' and 'pm-tools' by Rafael J. Wysocki · 7 years ago
  26. 2652df3 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 7 years ago
  27. f5b7769e Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent" by Linus Torvalds · 7 years ago
  28. dbee3d0 KVM: x86: VMX: fix build without hyper-v by Linus Torvalds · 7 years ago
  29. 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
  30. 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
  31. 9d2a789 treewide: Use array_size in f2fs_kvzalloc() by Kees Cook · 7 years ago
  32. 026f050 treewide: Use array_size() in f2fs_kzalloc() by Kees Cook · 7 years ago
  33. c860659 treewide: Use array_size() in f2fs_kmalloc() by Kees Cook · 7 years ago
  34. 76e43e3 treewide: Use array_size() in sock_kmalloc() by Kees Cook · 7 years ago
  35. 84ca176b treewide: Use array_size() in kvzalloc_node() by Kees Cook · 7 years ago
  36. fd7bece treewide: Use array_size() in vzalloc_node() by Kees Cook · 7 years ago
  37. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  38. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  39. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  40. 3c4211b treewide: devm_kmalloc() -> devm_kmalloc_array() by Kees Cook · 7 years ago
  41. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 7 years ago
  42. 344476e treewide: kvmalloc() -> kvmalloc_array() by Kees Cook · 7 years ago
  43. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
  44. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  45. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  46. 1c542f3 mm: Introduce kvcalloc() by Kees Cook · 7 years ago
  47. 9f645bc video: uvesafb: Fix integer overflow in allocation by Kees Cook · 7 years ago
  48. 353748a UBIFS: Fix potential integer overflow in allocation by Silvio Cesare · 7 years ago
  49. f3278e3 leds: Use struct_size() in allocation by Kees Cook · 7 years ago
  50. 6566f90 Convert intel uncore to struct_size by Matthew Wilcox · 7 years ago
  51. a3ac973 Convert jffs2 acl to struct_size by Matthew Wilcox · 7 years ago
  52. b2303d7 Convert vhost to struct_size by Matthew Wilcox · 7 years ago
  53. c817e6c Convert v4l2 event to struct_size by Matthew Wilcox · 7 years ago
  54. 7654cb1 Convert infiniband uverbs to struct_size by Matthew Wilcox · 7 years ago
  55. 5b572e2 Convert virtio_console to struct_size by Matthew Wilcox · 7 years ago
  56. 8958fd4 test_overflow: fix an IS_ERR() vs NULL bug by Dan Carpenter · 7 years ago
  57. 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
  58. 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
  59. 19785cf Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 7 years ago
  60. 98db5e5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 7 years ago
  61. 7259f64 Merge tag 'ntb-4.18' of git://github.com/jonmason/ntb by Linus Torvalds · 7 years ago
  62. 467590e Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  63. 763f969 Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 7 years ago
  64. ea8781e autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description by Geert Uytterhoeven · 7 years ago
  65. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  66. 0725d4e Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 7 years ago
  67. 89e2556 Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  68. 00979ce linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify() by Masahiro Yamada · 7 years ago
  69. 766d357 kvm: fix typo in flag name by Michael S. Tsirkin · 7 years ago
  70. 3c9fa24 kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access by Paolo Bonzini · 7 years ago
  71. ce14e868a KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system by Paolo Bonzini · 7 years ago
  72. 79367a6 KVM: x86: introduce linear_{read,write}_system by Paolo Bonzini · 7 years ago
  73. 727ba74 kvm: nVMX: Enforce cpl=0 for VMX instructions by Felix Wilhelm · 7 years ago
  74. 93b7f7a skip LAYOUTRETURN if layout is invalid by Olga Kornievskaia · 7 years ago
  75. b06c0b2f Revert "PM / runtime: Fixup reference counting of device link suppliers at probe" by Rafael J. Wysocki · 7 years ago
  76. 89e9b5c xfs: update incore per-AG inode count by Darrick J. Wong · 7 years ago
  77. 8efcf34 Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  78. 32bcbf8 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  79. 721afaa Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  80. 7c00e8a Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  81. 958da6e Merge branch 'next/defconfig' into next/soc by Olof Johansson · 7 years ago
  82. a2b7ab4 Merge tag 'linux-watchdog-4.18-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 7 years ago
  83. e16c479 Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()" by Linus Torvalds · 7 years ago
  84. c9160b6 ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_create_queue by Jia-Ju Bai · 7 years ago
  85. 82edcc7 ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup_qp_mw by Jia-Ju Bai · 7 years ago
  86. 081a698 NTB: ntb_hw_idt: fix typo 'can by' to 'can be' by Wolfram Sang · 7 years ago
  87. 6c1e8ab ntb: intel: change references of skx to gen3 by Dave Jiang · 7 years ago
  88. f6e51c3 ntb: intel: split out the gen3 code by Dave Jiang · 7 years ago
  89. a906505 ntb: intel: header definitions refactor by Dave Jiang · 7 years ago
  90. f7cca14 Merge tag 'rpmsg-v4.18' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  91. b70c9d3 Merge tag 'rproc-v4.18' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  92. 6f75ede Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  93. d2b2250 ia64: disable CONFIG_PERFMON at least for now by Linus Torvalds · 7 years ago
  94. 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
  95. a2225d9 autofs: remove left-over autofs4 stubs by Linus Torvalds · 7 years ago
  96. 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
  97. 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
  98. 8d08c05 Merge tag 'drm-next-2018-06-11' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  99. ce4c7b2 Merge branch 'pci/aer-squash' by Bjorn Helgaas · 7 years ago
  100. 3b3191d Merge branch 'pci/renames' by Bjorn Helgaas · 7 years ago