1. 40d18eb mm/hugetlb: remove gigantic page support for HIGHMEM by Mike Kravetz · 6 years ago
  2. 9bfe5de mm, oom: remove sleep from under oom_lock by Michal Hocko · 6 years ago
  3. d834c5a kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous() by Marek Szyprowski · 6 years ago
  4. 6518202 mm/cma: remove unsupported gfp_mask parameter from cma_alloc() by Marek Szyprowski · 6 years ago
  5. 50c150f Revert "mm: always flush VMA ranges affected by zap_page_range" by Rik van Riel · 6 years ago
  6. c98aff6 mm/sparse: optimize memmap allocation during sparse_init() by Baoquan He · 6 years ago
  7. 9258631 mm/sparse.c: add a new parameter 'data_unit_size' for alloc_usemap_and_memmap by Baoquan He · 6 years ago
  8. 07a34a8 mm/sparsemem.c: defer the ms->section_mem_map clearing by Baoquan He · 6 years ago
  9. f2fc10e mm/sparse.c: add a static variable nr_present_sections by Baoquan He · 6 years ago
  10. 7e010df mm: use special value SHRINKER_REGISTERING instead of list_empty() check by Kirill Tkhai · 6 years ago
  11. ac7fb3a mm/vmscan.c: move check for SHRINKER_NUMA_AWARE to do_shrink_slab() by Kirill Tkhai · 6 years ago
  12. f90280d mm/vmscan.c: clear shrinker bit if there are no objects related to memcg by Kirill Tkhai · 6 years ago
  13. 9b99646 mm: add SHRINK_EMPTY shrinker methods return value by Kirill Tkhai · 6 years ago
  14. aeed1d32 mm/vmscan.c: generalize shrink_slab() calls in shrink_node() by Vladimir Davydov · 6 years ago
  15. b0dedc4 mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab() by Kirill Tkhai · 6 years ago
  16. fae91d6 mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appearance by Kirill Tkhai · 6 years ago
  17. dfd2f10 mm/memcontrol.c: export mem_cgroup_is_root() by Kirill Tkhai · 6 years ago
  18. 3b82c4d mm/list_lru.c: pass lru argument to memcg_drain_list_lru_node() by Kirill Tkhai · 6 years ago
  19. 9bec5c3 mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node() by Kirill Tkhai · 6 years ago
  20. 44bd4a4 mm/list_lru.c: add memcg argument to list_lru_from_kmem() by Kirill Tkhai · 6 years ago
  21. c92e8e1 fs: propagate shrinker::id to list_lru by Kirill Tkhai · 6 years ago
  22. 2b3648a fs/super.c: refactor alloc_super() by Kirill Tkhai · 6 years ago
  23. 3988765 mm/workingset.c: refactor workingset_init() by Kirill Tkhai · 6 years ago
  24. 0a4465d mm, memcg: assign memcg-aware shrinkers bitmap to memcg by Kirill Tkhai · 6 years ago
  25. b05706f mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} defines by Kirill Tkhai · 6 years ago
  26. b4c2b23 mm: assign id to every memcg-aware shrinker by Kirill Tkhai · 6 years ago
  27. 84c07d1 mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB by Kirill Tkhai · 6 years ago
  28. e029523 mm/list_lru.c: combine code under the same define by Kirill Tkhai · 6 years ago
  29. a36aab8 mm/memblock.c: replace u64 with phys_addr_t where appropriate by Mike Rapoport · 6 years ago
  30. 4e40987 mm/sparse.c: make sparse_init_one_section void and remove check by Oscar Salvador · 6 years ago
  31. 29ef680 memcg, oom: move out_of_memory back to the charge path by Michal Hocko · 6 years ago
  32. d39f8fb mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEM by Mike Rapoport · 6 years ago
  33. 0207df4 kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN by Andrey Ryabinin · 6 years ago
  34. 50f8b92 mm: thp: pass correct vm_flags to hugepage_vma_check() by Song Liu · 6 years ago
  35. a718e28 mm/fadvise.c: fix signed overflow UBSAN complaint by Andrey Ryabinin · 6 years ago
  36. 31f21da mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mutex static by Colin Ian King · 6 years ago
  37. 4d0a540 mm/zsmalloc.c: make several functions and a struct static by Colin Ian King · 6 years ago
  38. dcfe4df mm/page-writeback.c: update stale account_page_redirty() comment by Greg Thelen · 6 years ago
  39. f745c6f fs, mm: account buffer_head to kmemcg by Shakeel Butt · 6 years ago
  40. d46eb14b fs: fsnotify: account fsnotify metadata to kmemcg by Shakeel Butt · 6 years ago
  41. dc0b586 mm: introduce mem_cgroup_put() helper by Roman Gushchin · 6 years ago
  42. 1a9b4b3 mm: provide a fallback for PAGE_KERNEL_EXEC for architectures by Luis R. Rodriguez · 6 years ago
  43. a3266bd mm: provide a fallback for PAGE_KERNEL_RO for architectures by Luis R. Rodriguez · 6 years ago
  44. 3172e5e mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node() by Oscar Salvador · 6 years ago
  45. 4fbce63 mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_memory_range() by Oscar Salvador · 6 years ago
  46. d5b6f6a3 mm/memory_hotplug.c: call register_mem_sect_under_node() by Oscar Salvador · 6 years ago
  47. b9ff036 mm/memory_hotplug.c: make add_memory_resource use __try_online_node by Oscar Salvador · 6 years ago
  48. 930eaac mm/list_lru.c: fold __list_lru_count_one() into its caller by Andrew Morton · 6 years ago
  49. 6ca342d mm: workingset: make shadow_lru_isolate() use locking suffix by Sebastian Andrzej Siewior · 6 years ago
  50. ae1e16d mm: workingset: remove local_irq_disable() from count_shadow_nodes() by Sebastian Andrzej Siewior · 6 years ago
  51. 9ea9a68 mm: drop VM_BUG_ON from __get_free_pages by Michal Hocko · 6 years ago
  52. 974e6d6 mm, hugetlbfs: pass fault address to cow handler by Huang Ying · 6 years ago
  53. 5b7a1d4 mm, hugetlbfs: rename address to haddr in hugetlb_cow() by Huang Ying · 6 years ago
  54. c9f4cd7 mm, huge page: copy target sub-page last when copy huge page by Huang Ying · 6 years ago
  55. c6ddfb6 mm, clear_huge_page: move order algorithm into a separate function by Huang Ying · 6 years ago
  56. ac22b46 ext4: readpages() should submit IO as read-ahead by Jens Axboe · 6 years ago
  57. 5e9d398 btrfs: readpages() should submit IO as read-ahead by Jens Axboe · 6 years ago
  58. 74c8164 mpage: mpage_readpages() should submit IO as read-ahead by Jens Axboe · 6 years ago
  59. 357c120 mpage: add argument structure for do_mpage_readpage() by Jens Axboe · 6 years ago
  60. 87aa752 mm: thp: inc counter for collapsed shmem THP by Yang Shi · 6 years ago
  61. c223102 mm: thp: register mm for khugepaged when merging vma for shmem by Yang Shi · 6 years ago
  62. 8cded86 mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_element() by Jia-Ju Bai · 6 years ago
  63. bb451fd mm/vmscan.c: condense scan_control by Greg Thelen · 6 years ago
  64. 10ed634 mm/page_ext.c: constify lookup_page_ext() argument by Kirill A. Shutemov · 6 years ago
  65. b3a2369 include/linux/page_ext.h: drop definition of unused PAGE_EXT_DEBUG_POISON by Kirill A. Shutemov · 6 years ago
  66. 46c9a94 shmem: use monotonic time for i_generation by Arnd Bergmann · 6 years ago
  67. d6a24df mm, page_alloc: actually ignore mempolicies for high priority allocations by Vlastimil Babka · 6 years ago
  68. 59ae96f tools/vm/page-types.c: add support for idle page tracking by Christian Hansen · 6 years ago
  69. 7f1d23e tools/vm/page-types.c: include shared map counts by Christian Hansen · 6 years ago
  70. fadae29 thp: use mm_file_counter to determine update which rss counter by Yang Shi · 6 years ago
  71. 720e14e mm: skip invalid pages block at a time in zero_resv_unresv() by Pavel Tatashin · 6 years ago
  72. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  73. 0882ff9 mm, slub: restore the original intention of prefetch_freepointer() by Vlastimil Babka · 6 years ago
  74. 1f4aace fs/seq_file.c: simplify seq_file iteration code and interface by NeilBrown · 6 years ago
  75. 4cdfffc vfs: discard ATTR_ATTR_FLAG by NeilBrown · 6 years ago
  76. 6cd00a0 fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot() by Tetsuo Handa · 6 years ago
  77. 480bd56 ocfs2: make several functions and variables static (and some const) by Colin Ian King · 6 years ago
  78. 229ba1f ocfs2: clean up some unnecessary code by wangyan · 6 years ago
  79. 93f5920 ocfs2: return -EROFS when filesystem becomes read-only by Jun Piao · 6 years ago
  80. 8d00d0c sh: prefer _THIS_IP_ to current_text_addr by Nick Desaulniers · 6 years ago
  81. 82f7c51 sh: make use of for_each_node_by_type() by Dmitry Torokhov · 6 years ago
  82. ab62ef8 ntfs: mft: remove VLA usage by Kees Cook · 6 years ago
  83. 2c27ce9 ntfs: decompress: remove VLA usage by Kees Cook · 6 years ago
  84. ac4ecf9 ntfs: aops: remove VLA usage by Kees Cook · 6 years ago
  85. a10dceb fs/ntfs/aops.c: don't disable interrupts during kmap_atomic() by Sebastian Andrzej Siewior · 6 years ago
  86. bed95c4 scripts: add Python 3 compatibility to spdxcheck.py by Jeremy Cline · 6 years ago
  87. fde5e90 scripts/spdxcheck.py: work with current HEAD LICENSES/ directory by Joe Perches · 6 years ago
  88. f08957d fs/hpfs: extend gmt_to_local() conversion to 64-bit times by Arnd Bergmann · 6 years ago
  89. bcf451e fs/ntfs: use timespec64 directly for timestamp conversion by Arnd Bergmann · 6 years ago
  90. a3fda0f fs/ufs: use ktime_get_real_seconds for sb and cg timestamps by Arnd Bergmann · 6 years ago
  91. 2c1bb29 firewire: use 64-bit time_t based interfaces by Arnd Bergmann · 6 years ago
  92. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  93. e36488c bitfield: avoid gcc-8 -Wint-in-bool-context warning by Arnd Bergmann · 6 years ago
  94. 6ed191c 9p: add Dominique Martinet to MAINTAINERS by Dominique Martinet · 6 years ago
  95. 6b69cbd 9p: remove Ron Minnich from MAINTAINERS by Dominique Martinet · 6 years ago
  96. f6069b9 bpf: fix redirect to map under tail calls by Daniel Borkmann · 6 years ago
  97. 9bd5539 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  98. bfdd19a r8169: add missing Kconfig dependency by Heiner Kallweit · 6 years ago
  99. a85da34 tools/bpf: fix bpf selftest test_cgroup_storage failure by Yonghong Song · 6 years ago
  100. 022ff62 Merge tag 'drm-next-2018-08-17-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago