1. 5d008fb proc: use "unsigned int" for /proc/*/stack by Alexey Dobriyan · 7 years ago
  2. 197850a1 proc: use "unsigned int" for sigqueue length by Alexey Dobriyan · 7 years ago
  3. a4ef389 proc: use "unsigned int" in proc_fill_cache() by Alexey Dobriyan · 7 years ago
  4. 9411692 proc: smaller RCU section in ->getattr() by Alexey Dobriyan · 7 years ago
  5. 3cb4e16 proc: deduplicate /proc/*/cmdline implementation by Alexey Dobriyan · 7 years ago
  6. 6a6cbe7 proc: simpler iterations for /proc/*/cmdline by Alexey Dobriyan · 7 years ago
  7. 6a6b9c4 proc: somewhat simpler code for /proc/*/cmdline by Alexey Dobriyan · 7 years ago
  8. b42262a proc: more "unsigned int" in /proc/*/cmdline by Alexey Dobriyan · 7 years ago
  9. 72eb7de mm: remove page_is_poisoned() from linux/mm.h by Sahara · 7 years ago
  10. e81bf97 mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same cacheline by Aaron Lu · 7 years ago
  11. ce91f6e mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags by Michal Hocko · 7 years ago
  12. 4b33b69 include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLE by Huaisheng Ye · 7 years ago
  13. daa2807 mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init() by Kirill A. Shutemov · 7 years ago
  14. 7810e67 mm, page_alloc: do not break __GFP_THISNODE by zonelist reset by Vlastimil Babka · 7 years ago
  15. df2cc96 userfaultfd: prevent non-cooperative events vs mcopy_atomic races by Mike Rapoport · 7 years ago
  16. be09102 mm: memcg: allow lowering memory.swap.max below the current usage by Tejun Heo · 7 years ago
  17. 20acce6 mm/shmem.c: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  18. 325d7d4 slub: remove 'reserved' file from sysfs by Matthew Wilcox · 7 years ago
  19. 9736d2a slub: remove kmem_cache->reserved by Matthew Wilcox · 7 years ago
  20. bf68c21 slab,slub: remove rcu_head size checks by Matthew Wilcox · 7 years ago
  21. 50e7fbc mm: add hmm_data to struct page by Matthew Wilcox · 7 years ago
  22. a052f0a mm: add pt_mm to struct page by Matthew Wilcox · 7 years ago
  23. 97b4a67 mm: improve struct page documentation by Matthew Wilcox · 7 years ago
  24. 4da1984 mm: combine LRU and main union in struct page by Matthew Wilcox · 7 years ago
  25. b7ccc7f mm: move lru union within struct page by Matthew Wilcox · 7 years ago
  26. fa3015b mm: use page->deferred_list by Matthew Wilcox · 7 years ago
  27. 66a6ffd mm: combine first three unions in struct page by Matthew Wilcox · 7 years ago
  28. b21999d mm: move _refcount out of struct page union by Matthew Wilcox · 7 years ago
  29. 7d27a04 mm: move 'private' union within struct page by Matthew Wilcox · 7 years ago
  30. d4fc506 mm: switch s_mem and slab_cache in struct page by Matthew Wilcox · 7 years ago
  31. 1d40a5e mm: mark pages in use for page tables by Matthew Wilcox · 7 years ago
  32. 6e292b9 mm: split page_type out from _mapcount by Matthew Wilcox · 7 years ago
  33. 620b4e9 s390: use _refcount for pgtables by Matthew Wilcox · 7 years ago
  34. e67d4ca mm: save two stranded bits in gfp_mask by Shakeel Butt · 7 years ago
  35. 285b8dc mm, hugetlbfs: pass fault address to no page handler by Huang Ying · 7 years ago
  36. b3ec9f3 mm: change return type to vm_fault_t by Souptick Joarder · 7 years ago
  37. 2bcd645 mm: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  38. a380b40 mm/page_alloc.c: remove useless parameter of finalise_ac() by Huaisheng Ye · 7 years ago
  39. 3cadfa2 mm/vmpressure.c: convert to use match_string() helper by Andy Shevchenko · 7 years ago
  40. d62ff36 mm/vmpressure.c: use kstrndup instead of kmalloc+strncpy by Andy Shevchenko · 7 years ago
  41. bf8d5d5 memcg: introduce memory.min by Roman Gushchin · 7 years ago
  42. fb52bba mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.c by Mathieu Malaterre · 7 years ago
  43. ab6ecf2 mm: /proc/pid/pagemap: hide swap entries from unprivileged users by Huang Ying · 7 years ago
  44. 25cf23d mm/memblock: print memblock_remove by Minchan Kim · 7 years ago
  45. d12c60f mm: memcontrol: drain memcg stock on force_empty by Junaid Shahid · 7 years ago
  46. bb4a7ea mm: memcontrol: drain stocks on resize limit by Shakeel Butt · 7 years ago
  47. 8dd53fd memcg: mark memcg1_events static const by Greg Thelen · 7 years ago
  48. 9ccc361 memcg: writeback: use memcg->cgwb_list directly by Wang Long · 7 years ago
  49. 12ba780 tmpfs: allow decoding a file handle of an unlinked file by Amir Goldstein · 7 years ago
  50. 8848482 mm/ksm: move [set_]page_stable_node from ksm.h to ksm.c by Mike Rapoport · 7 years ago
  51. 48f49e1 mm/ksm: remove unused page_referenced_ksm declaration by Mike Rapoport · 7 years ago
  52. 9378132 lockdep: fix fs_reclaim annotation by Omar Sandoval · 7 years ago
  53. 89fdcd2 mm: shmem: make stat.st_blksize return huge page size if THP is on by Yang Shi · 7 years ago
  54. 05e3ff9 mm: vmalloc: pass proper vm_start into debugobjects by Chintan Pandya · 7 years ago
  55. f3c01d2 mm: vmalloc: avoid racy handling of debugobjects in vunmap by Chintan Pandya · 7 years ago
  56. 82a2e92 mm: vmalloc: clean up vunmap to avoid pgtable ops twice by Chintan Pandya · 7 years ago
  57. 08994b2 mm/sparse.c: pass the __highest_present_section_nr + 1 to alloc_func() by Wei Yang · 7 years ago
  58. d538c16 mm/sparse.c: check __highest_present_section_nr only for a present section by Wei Yang · 7 years ago
  59. 6882728 mm, gup: prevent pmd checking race in follow_pmd_mask() by Huang Ying · 7 years ago
  60. 7854207 mm/docs: describe memory.low refinements by Roman Gushchin · 7 years ago
  61. 5f93ad6 mm: treat memory.low value inclusive by Roman Gushchin · 7 years ago
  62. 2306715 mm: memory.low hierarchical behavior by Roman Gushchin · 7 years ago
  63. bbec2e1 mm: rename page_counter's count/limit into usage/max by Roman Gushchin · 7 years ago
  64. 1c4bc43 mm/memblock: introduce PHYS_ADDR_MAX by Stefan Agner · 7 years ago
  65. 00b3a33 mm: remove odd HAVE_PTE_SPECIAL by Laurent Dufour · 7 years ago
  66. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
  67. e694385 mm/page_alloc: remove realsize in free_area_init_core() by Wei Yang · 7 years ago
  68. 5d75260 mm: restructure memfd code by Mike Kravetz · 7 years ago
  69. c49fcfc mm/shmem: update file sealing comments and file checking by Mike Kravetz · 7 years ago
  70. 5b9c98f mm/shmem: add __rcu annotations and properly deref radix entry by Mike Kravetz · 7 years ago
  71. c026534 zram: introduce zram memory tracking by Minchan Kim · 7 years ago
  72. d7eac6b zram: record accessed second by Minchan Kim · 7 years ago
  73. 89e85bc zram: mark incompressible page as ZRAM_HUGE by Minchan Kim · 7 years ago
  74. c4d6c4cc zram: correct flag name of ZRAM_ACCESS by Minchan Kim · 7 years ago
  75. f3a53a3 mm, memcontrol: implement memory.swap.events by Tejun Heo · 7 years ago
  76. bb98f2c mm, memcontrol: move swap charge handling into get_swap_page() by Tejun Heo · 7 years ago
  77. 88aa7cc mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct by Yang Shi · 7 years ago
  78. 05fec35 slab: clean up the code comment in slab kmem_cache struct by Baoquan He · 7 years ago
  79. 05088e5 mm/slub: remove obsolete comment by Canjiang Lu · 7 years ago
  80. a38965b mm/slub.c: add __printf verification to slab_err() by Mathieu Malaterre · 7 years ago
  81. 128227e slab: __GFP_ZERO is incompatible with a constructor by Matthew Wilcox · 7 years ago
  82. e56ee57 net/9p/trans_xen.c: don't inclide rwlock.h directly by Sebastian Andrzej Siewior · 7 years ago
  83. 478ae0c fs/9p: detect invalid options as much as possible by Chengguang Xu · 7 years ago
  84. 8d856c7 net/9p: detect invalid options as much as possible by Chengguang Xu · 7 years ago
  85. c6137fe fs: ocfs2: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  86. 64202a2 ocfs2: drop a VLA in ocfs2_orphan_del() by Salvatore Mesoraca · 7 years ago
  87. f3797d8 ocfs2: correct the comments position of struct ocfs2_dir_block_trailer by Guozhonghua · 7 years ago
  88. 731a40f ocfs2: eliminate a misreported warning by Zhen Lei · 7 years ago
  89. 133b81f ocfs2: ocfs2_inode_lock_tracker does not distinguish lock level by Larry Chen · 7 years ago
  90. 5bc55d6 ocfs2: clean up redundant function declarations by Jia Guo · 7 years ago
  91. 882ea1d scripts: use SPDX tag in get_maintainer and checkpatch by Joe Perches · 7 years ago
  92. ab77dab fs/dax.c: use new return type vm_fault_t by Souptick Joarder · 7 years ago
  93. 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
  94. 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
  95. c0ab852 Merge tag 'microblaze-v4.18-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
  96. d987f62c Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  97. 091a0f2 Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 7 years ago
  98. 70f2ae1 Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
  99. da315f6 Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 7 years ago
  100. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago