summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-11-15Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-11-14hugetlbfs: fix anon huge page migration raceMike Kravetz
2020-11-14mm/gup: use unpin_user_pages() in __gup_longterm_locked()Jason Gunthorpe
2020-11-14mm/slub: fix panic in slab_alloc_node()Laurent Dufour
2020-11-14mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bitNicholas Piggin
2020-11-14mm/compaction: stop isolation if too many pages are isolated and we have page...Zi Yan
2020-11-14mm/compaction: count pages and stop correctly during page isolationZi Yan
2020-11-02mm/truncate.c: make __invalidate_mapping_pages() staticJason Yan
2020-11-02mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo
2020-11-02mm: memcg: link page counters to root if use_hierarchy is falseRoman Gushchin
2020-11-02mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcgzhongjiang-ali
2020-11-02hugetlb_cgroup: fix reservation accountingMike Kravetz
2020-11-02mm/mremap_pages: fix static key devmap_managed_key updatesRalph Campbell
2020-10-30percpu: convert flexible array initializers to use struct_size()Dennis Zhou
2020-10-27mm/process_vm_access: Add missing #include <linux/compat.h>Geert Uytterhoeven
2020-10-27Fix compat regression in process_vm_rw()Jens Axboe
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-18mm: remove the filename in the top of file comment in vmalloc.cChristoph Hellwig
2020-10-18mm: cleanup the gfp_mask handling in __vmalloc_area_nodeChristoph Hellwig
2020-10-18mm: remove alloc_vm_areaChristoph Hellwig
2020-10-18zsmalloc: switch from alloc_vm_area to get_vm_areaChristoph Hellwig
2020-10-18mm: allow a NULL fn callback in apply_to_page_rangeChristoph Hellwig
2020-10-18mm: add a vmap_pfn functionChristoph Hellwig
2020-10-18mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig
2020-10-18mm: update the documentation for vfreeMatthew Wilcox (Oracle)
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim
2020-10-18mm/gup_benchmark: take the mmap lock around GUPJann Horn
2020-10-18mm/mmap: add inline munmap_vma_range() for code readabilityLiam R. Howlett
2020-10-18mm/mmap: add inline vma_next() for readability of mmap codeLiam R. Howlett
2020-10-18mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...Miaohe Lin
2020-10-18mm/memory_hotplug: remove a wrapper for alloc_migration_target()Joonsoo Kim
2020-10-18mm/memory-failure: remove a wrapper for alloc_migration_target()Joonsoo Kim
2020-10-18mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin
2020-10-18mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Roman Gushchin
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin
2020-10-17mm: use limited read-ahead to satisfy readJens Axboe
2020-10-17mm: mark async iocb read as NOWAIT once some data has been copiedJens Axboe
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn
2020-10-16mm/gup: take mmap_lock in get_dump_page()Jann Horn
2020-10-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)
2020-10-16mm: use helper function put_write_access()Miaohe Lin
2020-10-16mm/workingset.c: fix some doc warningsXiaofei Tan