- 9378132 lockdep: fix fs_reclaim annotation by Omar Sandoval · 7 years ago
- 89fdcd2 mm: shmem: make stat.st_blksize return huge page size if THP is on by Yang Shi · 7 years ago
- 05e3ff9 mm: vmalloc: pass proper vm_start into debugobjects by Chintan Pandya · 7 years ago
- f3c01d2 mm: vmalloc: avoid racy handling of debugobjects in vunmap by Chintan Pandya · 7 years ago
- 82a2e92 mm: vmalloc: clean up vunmap to avoid pgtable ops twice by Chintan Pandya · 7 years ago
- 08994b2 mm/sparse.c: pass the __highest_present_section_nr + 1 to alloc_func() by Wei Yang · 7 years ago
- d538c16 mm/sparse.c: check __highest_present_section_nr only for a present section by Wei Yang · 7 years ago
- 6882728 mm, gup: prevent pmd checking race in follow_pmd_mask() by Huang Ying · 7 years ago
- 5f93ad6 mm: treat memory.low value inclusive by Roman Gushchin · 7 years ago
- 2306715 mm: memory.low hierarchical behavior by Roman Gushchin · 7 years ago
- bbec2e1 mm: rename page_counter's count/limit into usage/max by Roman Gushchin · 7 years ago
- 1c4bc43 mm/memblock: introduce PHYS_ADDR_MAX by Stefan Agner · 7 years ago
- 00b3a33 mm: remove odd HAVE_PTE_SPECIAL by Laurent Dufour · 7 years ago
- 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
- e694385 mm/page_alloc: remove realsize in free_area_init_core() by Wei Yang · 7 years ago
- 5d75260 mm: restructure memfd code by Mike Kravetz · 7 years ago
- c49fcfc mm/shmem: update file sealing comments and file checking by Mike Kravetz · 7 years ago
- 5b9c98f mm/shmem: add __rcu annotations and properly deref radix entry by Mike Kravetz · 7 years ago
- f3a53a3 mm, memcontrol: implement memory.swap.events by Tejun Heo · 7 years ago
- bb98f2c mm, memcontrol: move swap charge handling into get_swap_page() by Tejun Heo · 7 years ago
- 88aa7cc mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct by Yang Shi · 7 years ago
- 05088e5 mm/slub: remove obsolete comment by Canjiang Lu · 7 years ago
- a38965b mm/slub.c: add __printf verification to slab_err() by Mathieu Malaterre · 7 years ago
- 128227e slab: __GFP_ZERO is incompatible with a constructor by Matthew Wilcox · 7 years ago
- ab77dab fs/dax.c: use new return type vm_fault_t by Souptick Joarder · 7 years ago
- 6567af7 Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
- 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- eeee314 Merge tag 'docs-4.18' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
- e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
- cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- 145e1a7 mm: fix the NULL mapping case in __isolate_lru_page() by Hugh Dickins · 7 years ago
- 2d077d4 mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty() by Hugh Dickins · 7 years ago
- b3751e6 mm: split ->readpages calls to avoid non-contiguous pages lists by Christoph Hellwig · 7 years ago
- c534aa3 mm: return an unsigned int from __do_page_cache_readahead by Christoph Hellwig · 7 years ago
- 836978b mm: give the 'ret' variable a better name __do_page_cache_readahead by Christoph Hellwig · 7 years ago
- 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
- 3f19597 kasan: fix memory hotplug during boot by David Hildenbrand · 7 years ago
- ed1596f kasan: free allocated shadow memory on MEM_CANCEL_ONLINE by David Hildenbrand · 7 years ago
- a215586 mm/memory_hotplug: fix leftover use of struct page during hotplug by Jonathan Cameron · 7 years ago
- 15c30bc mm, memory_hotplug: make has_unmovable_pages more robust by Michal Hocko · 7 years ago
- 0f901dc mm/kasan: don't vfree() nonexistent vm_area by Andrey Ryabinin · 7 years ago
- 7cbf319 mm: fix nr_rotate_swap leak in swapon() error case by Omar Sandoval · 7 years ago
- d883c6c Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" by Joonsoo Kim · 7 years ago
- f183464 bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue by Tejun Heo · 7 years ago
- 423913a mmap: relax file size limit for regular files by Linus Torvalds · 7 years ago
- ab1e8d8 mm: don't allow deferred pages with NEED_PER_CPU_KM by Pavel Tatashin · 7 years ago
- 7f7ccc2 proc: do not access cmdline nor environ from file-backed areas by Willy Tarreau · 7 years ago
- 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 7 years ago
- fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
- c1a67fe mempool: Add mempool_init()/mempool_exit() by Kent Overstreet · 10 years ago
- f0ab773 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 27ae357 mm, oom: fix concurrent munlock and oom reaper unmap, v3 by David Rientjes · 7 years ago
- 013567b mm: migrate: fix double call of radix_tree_replace_slot() by Naoya Horiguchi · 7 years ago
- 7aaf772 mm: don't show nr_indirectly_reclaimable in /proc/vmstat by Roman Gushchin · 7 years ago
- 27227c7 mm: sections are not offlined during memory hotremove by Pavel Tatashin · 7 years ago
- 6098d7e z3fold: fix reclaim lock-ups by Vitaly Wool · 7 years ago
- be83bbf mmap: introduce sane default mmap limits by Linus Torvalds · 7 years ago
- d4a451d arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol by Christoph Hellwig · 7 years ago
- 2f50037 Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- f53823c bdi: Fix use after free bug in debugfs_remove() by Tetsuo Handa · 7 years ago
- 8236b0a bdi: wake up concurrent wb_shutdown() callers. by Tetsuo Handa · 7 years ago
- 5a2ca3e mm/ksm: docs: extend overview comment and make it "DOC:" by Mike Rapoport · 7 years ago
- ccf2b06 Merge tag 'v4.17-rc2' into docs-next by Jonathan Corbet · 7 years ago
- 1ad1335 docs/admin-guide/mm: start moving here files from Documentation/vm by Mike Rapoport · 7 years ago
- 316d097 x86/pti: Filter at vma->vm_page_prot population by Dave Hansen · 7 years ago
- abc1be1 mm/filemap.c: fix NULL pointer in page_cache_tree_insert() by Matthew Wilcox · 7 years ago
- c892fd8 mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create() by Minchan Kim · 7 years ago
- e71769a mm: enable thp migration for shmem thp by Naoya Horiguchi · 7 years ago
- 2e898e4 writeback: safer lock nesting by Greg Thelen · 7 years ago
- 8f175cf mm: fix do_pages_move status handling by Michal Hocko · 7 years ago
- 24844fd Merge branch 'mm-rst' into docs-next by Jonathan Corbet · 7 years ago
- ad56b73 docs/vm: rename documentation files to .rst by Mike Rapoport · 7 years ago
- 8e04944 mm,vmscan: Allow preallocating memory for register_shrinker(). by Tetsuo Handa · 7 years ago
- a9f2a846 mm, slab: reschedule cache_reap() on the same CPU by Vlastimil Babka · 7 years ago
- 45397228 mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU by Arnd Bergmann · 7 years ago
- d081107 mm/gup.c: document return value by Michael S. Tsirkin · 7 years ago
- c61611f get_user_pages_fast(): return -EFAULT on access_ok failure by Michael S. Tsirkin · 7 years ago
- 09e35a4 mm/gup_benchmark: handle gup failures by Michael S. Tsirkin · 7 years ago
- b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
- 6f84f8d xen, mm: allow deferred page initialization for xen pv domains by Pavel Tatashin · 7 years ago
- a4ff8e8 mm: introduce MAP_FIXED_NOREPLACE by Michal Hocko · 7 years ago
- 8f2af15 exec: pass stack rlimit into mm layout functions by Kees Cook · 7 years ago
- c389539 kasan, slub: fix handling of kasan_slab_free hook by Andrey Konovalov · 7 years ago
- b7d349c mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving by Joonsoo Kim · 7 years ago
- 1d47a3e mm/cma: remove ALLOC_CMA by Joonsoo Kim · 7 years ago
- bad8c6c mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE by Joonsoo Kim · 7 years ago
- d3cda23 mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request by Joonsoo Kim · 7 years ago
- 94723aa mm: unclutter THP migration by Michal Hocko · 7 years ago
- 666feb2 mm, migrate: remove reason argument from new_page_t by Michal Hocko · 7 years ago
- a49bd4d mm, numa: rework do_pages_move by Michal Hocko · 7 years ago
- bfc6b1c mm/swapfile.c: make pointer swap_avail_heads static by Colin Ian King · 7 years ago
- 4eaf431 memcg: fix per_node_info cleanup by Michal Hocko · 7 years ago
- a06ad63 swap: divide-by-zero when zero length swap file on ssd by Tom Abraham · 7 years ago
- e27be24 mm: memcg: make sure memory.events is uptodate when waking pollers by Johannes Weiner · 7 years ago
- a38c015 mm/ksm.c: fix inconsistent accounting of zero pages by Claudio Imbrenda · 7 years ago
- 8a97ea54 mm/z3fold.c: use gfpflags_allow_blocking by Matthew Wilcox · 7 years ago
- 1ec6995 z3fold: fix memory leak by Xidong Wang · 7 years ago
- 2a70f6a memcg, thp: do not invoke oom killer on thp charges by Michal Hocko · 7 years ago
- 0770712 mm/migrate: properly preserve write attribute in special migrate entry by Ralph Campbell · 7 years ago