1. aa9694b mm, memcg: create mem_cgroup_from_seq by Chris Down · 6 years ago
  2. dc50537 kernel: cgroup: add poll file operation by Johannes Weiner · 6 years ago
  3. 147e1a9 fs: kernfs: add poll file operation by Johannes Weiner · 6 years ago
  4. 5e1f0f0 mm, compaction: capture a page under direct compaction by Mel Gorman · 6 years ago
  5. e332f74 mm, compaction: be selective about what pageblocks to clear skip hints by Mel Gorman · 6 years ago
  6. 4fca973 mm, compaction: sample pageblocks for free pages by Mel Gorman · 6 years ago
  7. dbe2d4e mm, compaction: round-robin the order while searching the free lists for a target by Mel Gorman · 6 years ago
  8. d097a6f mm, compaction: reduce premature advancement of the migration target scanner by Mel Gorman · 6 years ago
  9. cf66f07 mm, compaction: do not consider a need to reschedule as contention by Mel Gorman · 6 years ago
  10. cb810ad mm, compaction: rework compact_should_abort as compact_check_resched by Mel Gorman · 6 years ago
  11. 8854c55 mm, compaction: keep cached migration PFNs synced for unusable pageblocks by Mel Gorman · 6 years ago
  12. 9bebefd mm, compaction: check early for huge pages encountered by the migration scanner by Mel Gorman · 6 years ago
  13. cb2dcaf mm, compaction: finish pageblock scanning on contention by Mel Gorman · 6 years ago
  14. 804d312 mm, compaction: avoid rescanning the same pageblock multiple times by Mel Gorman · 6 years ago
  15. 5a81188 mm, compaction: use free lists to quickly locate a migration target by Mel Gorman · 6 years ago
  16. e380beb mm, compaction: keep migration source private to a single compaction instance by Mel Gorman · 6 years ago
  17. 70b4459 mm, compaction: use free lists to quickly locate a migration source by Mel Gorman · 6 years ago
  18. fd1444b mm, compaction: ignore the fragmentation avoidance boost for isolation and compaction by Mel Gorman · 6 years ago
  19. efe771c mm, compaction: always finish scanning of a full pageblock by Mel Gorman · 6 years ago
  20. 806031b mm, migrate: immediately fail migration of a page with no migration handler by Mel Gorman · 6 years ago
  21. 4469ab9 mm, compaction: rename map_pages to split_map_pages by Mel Gorman · 6 years ago
  22. 40cacbc mm, compaction: remove unnecessary zone parameter in some instances by Mel Gorman · 6 years ago
  23. 566e54e mm, compaction: remove last_migrated_pfn from compact_control by Mel Gorman · 6 years ago
  24. c5943b9 mm, compaction: rearrange compact_control by Mel Gorman · 6 years ago
  25. c5fbd93 mm, compaction: shrink compact_control by Mel Gorman · 6 years ago
  26. 35f12f0 mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_page by zhengbin · 6 years ago
  27. d71e53c mm: shuffle GFP_* flags by Alexey Dobriyan · 6 years ago
  28. e9f5987 mm: swap: add comment for swap_vma_readahead by Yang Shi · 6 years ago
  29. 8fd2e0b mm: swap: check if swap backing device is congested or not by Yang Shi · 6 years ago
  30. 14ef1fc mm/filemap.c: remove redundant test from find_get_pages_contig by Matthew Wilcox · 6 years ago
  31. 67b8046 mm/memcontrol.c: use struct_size() in kmalloc() by Gustavo A. R. Silva · 6 years ago
  32. c52e759 mm: remove extra drain pages on pcp list by Wei Yang · 6 years ago
  33. 5480280 arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pages by Anshuman Khandual · 6 years ago
  34. 4a03a05 arm64/mm: enable HugeTLB migration by Anshuman Khandual · 6 years ago
  35. e693de1 mm/hugetlb: enable arch specific huge page size support for migration by Anshuman Khandual · 6 years ago
  36. 9b553bf mm/hugetlb: enable PUD level huge page migration by Anshuman Khandual · 6 years ago
  37. 7ed2c31 mm/hugetlb: distinguish between migratability and movability by Anshuman Khandual · 6 years ago
  38. 6b7e5ca mm: remove sysctl_extfrag_handler() by Matthew Wilcox · 6 years ago
  39. a05ef00 selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE by Uladzislau Rezki (Sony) · 6 years ago
  40. 3f21a6b vmalloc: add test driver to analyse vmalloc allocator by Uladzislau Rezki (Sony) · 6 years ago
  41. 153178e vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE by Uladzislau Rezki (Sony) · 6 years ago
  42. bc84c53 mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range() by Roman Penyaev · 6 years ago
  43. c67dc62 mm/vmalloc: do not call kmemleak_free() on not yet accounted memory by Roman Penyaev · 6 years ago
  44. 401592d mm/vmalloc: fix size check for remap_vmalloc_range_partial() by Roman Penyaev · 6 years ago
  45. 5a82ac7 mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA by Roman Penyaev · 6 years ago
  46. 60cd4bc memcg: localize memcg_kmem_enabled() check by Shakeel Butt · 6 years ago
  47. 9234bae mm, slub: make the comment of put_cpu_partial() complete by Wei Yang · 6 years ago
  48. 52d1e60 mm: reuse only-pte-mapped KSM page in do_wp_page() by Kirill Tkhai · 6 years ago
  49. 7c9eefe tools/: replace open encodings for NUMA_NO_NODE by Stephen Rothwell · 6 years ago
  50. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  51. 6ade203 mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap() by Liviu Dudau · 6 years ago
  52. abd02ac PM/Hibernate: exclude all PageOffline() pages by David Hildenbrand · 6 years ago
  53. 5b56db3 PM/Hibernate: use pfn_to_online_page() by David Hildenbrand · 6 years ago
  54. 8165540 vmw_balloon: mark inflated pages PG_offline by David Hildenbrand · 6 years ago
  55. fae42c4 hv_balloon: mark inflated pages PG_offline by David Hildenbrand · 6 years ago
  56. 77c4adf xen/balloon: mark inflated pages PG_offline by David Hildenbrand · 6 years ago
  57. e04b742 kexec: export PG_offline to VMCOREINFO by David Hildenbrand · 6 years ago
  58. ca21508 mm: convert PG_balloon to PG_offline by David Hildenbrand · 6 years ago
  59. 4d3467e mm: balloon: update comment about isolation/migration/compaction by David Hildenbrand · 6 years ago
  60. a9cd410 mm/page_alloc.c: memory hotplug: free pages as higher order by Arun KS · 6 years ago
  61. 278d775 mm/slub.c: remove an unused addr argument by Qian Cai · 6 years ago
  62. de810f4 include/linux/slub_def.h: comment fixes by Tobin C. Harding · 6 years ago
  63. 92d1d07 mm/slab.c: kmemleak no scan alien caches by Qian Cai · 6 years ago
  64. edde82b mm/slub.c: freelist is ensured to be NULL when new_slab() fails by Peng Wang · 6 years ago
  65. 5704a06 fs/file.c: initialize init_files.resize_wait by Shuriyc Chu · 6 years ago
  66. a905737 fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits() by Vineet Gupta · 6 years ago
  67. f402cf0 ocfs2: Use zero-sized array and struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  68. 5500ab4 ocfs2: fix the application IO timeout when fstrim is running by Gang He · 6 years ago
  69. cc725ef ocfs2: fix a panic problem caused by o2cb_ctl by Jia Guo · 6 years ago
  70. 6855369 sh: remove nargs from __SYSCALL by Firoz Khan · 6 years ago
  71. 1d6693f scripts/decode_stacktrace.sh: handle RIP address with segment by Konstantin Khlebnikov · 6 years ago
  72. 5c0198b kasan: fix coccinelle warnings in kasan_p*_table by Andrey Konovalov · 6 years ago
  73. bcf6f55 kasan: fix kasan_check_read/write definitions by Arnd Bergmann · 6 years ago
  74. 4117992 page_poison: play nicely with KASAN by Qian Cai · 6 years ago
  75. 7771bdb kasan: remove use after scope bugs detection. by Andrey Ryabinin · 6 years ago
  76. 46612b7 mm: hwpoison: fix thp split handing in soft_offline_in_use_page() by zhongjiang · 6 years ago
  77. d9862cf Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  78. 8feed3e Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  79. 3591b19 Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  80. 45f5532 Merge tag 'm68k-for-v5.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 6 years ago
  81. eac6165 x86: Deprecate a.out support by Borislav Petkov · 6 years ago
  82. 08300f4 a.out: remove core dumping support by Linus Torvalds · 6 years ago
  83. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  84. 6456300 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  85. fcc082f Revert "s390/cpum_cf: Add kernel message exaplanations" by Martin Schwidefsky · 6 years ago
  86. cd2a3bf Merge tag 'leds-for-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 6 years ago
  87. 7629bac Merge tag 'hwmon-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 6 years ago
  88. dcc75dd Merge tag 'spi-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 6 years ago
  89. 32c0ac3 Merge tag 'regulator-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 6 years ago
  90. e48b044 Merge tag 'regmap-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 6 years ago
  91. 42eaf18 Merge tag 'mmc-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  92. c8d950a Merge tag 'i3c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 6 years ago
  93. 811c16a Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  94. a83b042 Merge tag 'vfio-v5.1-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
  95. ee5e001 fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes by Slavomir Kaslev · 6 years ago
  96. 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  97. 4f9020f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  98. 096461d net/sched: avoid unused-label warning by Arnd Bergmann · 6 years ago
  99. a154d5d net: ignore sysctl_devconf_inherit_init_net without SYSCTL by Arnd Bergmann · 6 years ago
  100. 64af7dc phy: mdio-mux: fix Kconfig dependencies by Arnd Bergmann · 6 years ago