1. c01f0b5 mm/ksm.c: make stable_node_dup() static by Colin Ian King · 7 years ago
  2. f9e13c0 slab, slub: skip unnecessary kasan_cache_shutdown() by Shakeel Butt · 7 years ago
  3. 1ba586d mm/slab_common.c: remove test if cache name is accessible by Mikulas Patocka · 7 years ago
  4. 613a5eb slab, slub: remove size disparity on debug kernel by Shakeel Butt · 7 years ago
  5. 302d55d slab: use 32-bit arithmetic in freelist_randomize() by Alexey Dobriyan · 7 years ago
  6. 870b1fb slub: make size_from_object() return unsigned int by Alexey Dobriyan · 7 years ago
  7. 19af27a slub: make struct kmem_cache_order_objects::x unsigned int by Alexey Dobriyan · 7 years ago
  8. 284b50d slub: make slab_index() return unsigned int by Alexey Dobriyan · 7 years ago
  9. 7bbdb81 slab: make usercopy region 32-bit by Alexey Dobriyan · 7 years ago
  10. be4a798 kasan: make kasan_cache_create() work with 32-bit slab cache sizes by Alexey Dobriyan · 7 years ago
  11. 0293d1f slab: make kmem_cache_flags accept 32-bit object size by Alexey Dobriyan · 7 years ago
  12. 44065b2 slub: make ->size unsigned int by Alexey Dobriyan · 7 years ago
  13. 1b473f2 slub: make ->object_size unsigned int by Alexey Dobriyan · 7 years ago
  14. a5035de slub: make ->offset unsigned int by Alexey Dobriyan · 7 years ago
  15. e5d9998 slub: make ->cpu_partial unsigned int by Alexey Dobriyan · 7 years ago
  16. 52ee6d7 slub: make ->inuse unsigned int by Alexey Dobriyan · 7 years ago
  17. 3a3791e slub: make ->align unsigned int by Alexey Dobriyan · 7 years ago
  18. d66e52d slub: make ->reserved unsigned int by Alexey Dobriyan · 7 years ago
  19. 2ca6d39 slub: make ->red_left_pad unsigned int by Alexey Dobriyan · 7 years ago
  20. 56d8cee slub: make ->max_attr_size unsigned int by Alexey Dobriyan · 7 years ago
  21. eb7235e slub: make ->remote_node_defrag_ratio unsigned int by Alexey Dobriyan · 7 years ago
  22. ac914d0 slab: make size_index_elem() unsigned int by Alexey Dobriyan · 7 years ago
  23. d5f8665 slab: make size_index[] array u8 by Alexey Dobriyan · 7 years ago
  24. f4957d5 slab: make kmem_cache_create() work with 32-bit sizes by Alexey Dobriyan · 7 years ago
  25. 361d575 slab: make create_boot_cache() work with 32-bit sizes by Alexey Dobriyan · 7 years ago
  26. 55de8b9 slab: make create_kmalloc_cache() work with 32-bit sizes by Alexey Dobriyan · 7 years ago
  27. 0be7032 slab: make kmalloc_size() return "unsigned int" by Alexey Dobriyan · 7 years ago
  28. 36071a2 slab: make kmalloc_index() return "unsigned int" by Alexey Dobriyan · 7 years ago
  29. c863057 slab: fixup calculate_alignment() argument type by Alexey Dobriyan · 7 years ago
  30. 86609d3 mm/slub.c: use jitter-free reference while printing age by Chintan Pandya · 7 years ago
  31. 1c99ba2 mm/slab_common.c: mark kmalloc machinery as __ro_after_init by Alexey Dobriyan · 7 years ago
  32. 849cf55 fs: don't flush pagecache when expanding block device by shunki-fujita · 7 years ago
  33. 9421c3e net/9p/client.c: fix potential refcnt problem of trans module by Chengguang Xu · 7 years ago
  34. 7ff3c20 fs/9p: don't set SB_NOATIME by default by Yiwen Jiang · 7 years ago
  35. a25c365 9p: check memory allocation result for cachetag by Chengguang Xu · 7 years ago
  36. ac89b2e 9p: don't maintain dir i_nlink if the exported fs doesn't either by Eryu Guan · 7 years ago
  37. a852224 net/9p: avoid -ERESTARTSYS leak to userspace by Greg Kurz · 7 years ago
  38. de37428 ocfs2/dlm: clean up unused variable in dlm_process_recovery_data by Changwei Ge · 7 years ago
  39. ba16ddf ocfs2/o2hb: check len for bio_add_page() to avoid getting incorrect bio by piaojun · 7 years ago
  40. 39ec377 ocfs2: add duplicated ino number check by Gang He · 7 years ago
  41. 5f483c4 ocfs2: add kobject for online file check by Gang He · 7 years ago
  42. 8fc2cb4b ocfs2: fix some small problems by Gang He · 7 years ago
  43. 5ac9438 ocfs2: move some definitions to header file by Gang He · 7 years ago
  44. baa31b8 ocfs2: correct spelling mistake for migratable for all by Changwei Ge · 7 years ago
  45. 510c487 ocfs2: fix spelling mistake: "Migrateable" -> "Migratable" by Colin Ian King · 7 years ago
  46. 60c7ec9 ocfs2/dlm: wait for dlm recovery done when migrating all lock resources by piaojun · 7 years ago
  47. a43d24c ocfs2/dlm: clean up unused stack variable in dlm_do_local_ast() by Changwei Ge · 7 years ago
  48. 2bcb654 ocfs2/dlm: clean up unused argument for dlm_destroy_recovery_area() by Changwei Ge · 7 years ago
  49. 26ec161 fs/ocfs2/dlm/dlmrecovery.c: remove unrelated comment by Changwei Ge · 7 years ago
  50. a012ab4 ocfs2: remove two unused functions from suballoc.c by Changwei Ge · 7 years ago
  51. a17b485 ocfs2: remove unnecessary null pointer check before kmem_cache_destroy() by piaojun · 7 years ago
  52. bb34f24 ocfs2/dlm: don't handle migrate lockres if already in shutdown by Jun Piao · 7 years ago
  53. 1202d4b ocfs2: keep the trace point consistent with the function name by Jia Guo · 7 years ago
  54. bb4c9d6 ocfs2: remove some unused function declarations by piaojun · 7 years ago
  55. d324cd4 ocfs2: use 'oi' instead of 'OCFS2_I()' by piaojun · 7 years ago
  56. 1119d3c ocfs2: use 'osb' instead of 'OCFS2_SB()' by piaojun · 7 years ago
  57. 6870c01 scripts/faddr2line: show the code context by Changbin Du · 7 years ago
  58. 8351760 lib: fix stall in __bitmap_parselist() by Yury Norov · 7 years ago
  59. 5df63c2 hugetlbfs: fix bug in pgoff overflow checking by Mike Kravetz · 7 years ago
  60. 7bbaf27 zboot: fix stack protector in compressed boot phase by Huacai Chen · 7 years ago
  61. 06dd3df Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  62. 38047d5 Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  63. df34df4 Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  64. 9abf8ac Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  65. ac9053d Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  66. f9ca6a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  67. 9eb3122 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  68. 527cd20 Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  69. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  70. 5b1f3dc Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. 680014d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  72. 0c21fd6 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  73. 3e968c9 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  74. a8f8e8a Merge tag '4.17-SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  75. 2bd99df Merge tag 'gfs2-4.17.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  76. 94514bbe Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  77. 547c43d Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  78. 2e08edc Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  79. 87248d3 netdevsim: remove incorrect __net_initdata annotations by Arnd Bergmann · 7 years ago
  80. 458bd99 sfc: remove ctpio_dmabuf_start from stats by Bert Kenward · 7 years ago
  81. 3d23401 inet: frags: fix ip6frag_low_thresh boundary by Eric Dumazet · 7 years ago
  82. 4b2e687 tipc: Fix namespace violation in tipc_sk_fill_sock_diag by GhantaKrishnamurthy MohanKrishna · 7 years ago
  83. 9e8445a net: avoid unneeded atomic operation in ip*_append_data() by Paolo Abeni · 7 years ago
  84. 2a37ce2 nvmem: disallow modular CONFIG_NVMEM by Arnd Bergmann · 7 years ago
  85. 48d154e net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES by Tan Xiaojun · 7 years ago
  86. 1489bbd nfp: use full 40 bits of the NSP buffer address by Dirk van der Merwe · 7 years ago
  87. 92571a1 lan78xx: Connect phy early by Alexander Graf · 7 years ago
  88. 0df57e6 nfp: add a separate counter for packets with CHECKSUM_COMPLETE by Jakub Kicinski · 7 years ago
  89. b714295 tipc: Fix missing list initializations in struct tipc_subscription by Jon Maloy · 7 years ago
  90. f51ffde Merge branch 'ipv6-udp-set-dst-cache-for-a-connected-sk-if-current-not-valid' by David S. Miller · 7 years ago
  91. 4f858c5 ipv6: udp: set dst cache for a connected sk if current not valid by Alexey Kodanev · 7 years ago
  92. 9f542f6 ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg() by Alexey Kodanev · 7 years ago
  93. 9681815 ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow() by Alexey Kodanev · 7 years ago
  94. 7d6850f ipv6: add a wrapper for ip6_dst_store() with flowi6 checks by Alexey Kodanev · 7 years ago
  95. 0d3ad85 net: phy: marvell10g: add thermal hwmon device by Russell King · 7 years ago
  96. bfacfb4 pptp: remove a buggy dst release in pptp_connect() by Eric Dumazet · 7 years ago
  97. 18bd594 net: dsa: mt7530: Use NULL instead of plain integer by Florian Fainelli · 7 years ago
  98. 861690d net: dsa: b53: Fix sparse warnings in b53_mmap.c by Florian Fainelli · 7 years ago
  99. 3848ec5 af_unix: remove redundant lockdep class by Cong Wang · 7 years ago
  100. 5150817 Merge branch 'net-Broadcom-drivers-sparse-fixes' by David S. Miller · 7 years ago