summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka2020-01-234-29/+18
* mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is validAdrian Huang2020-01-231-1/+2
* mm: memcg/slab: fix percpu slab vmstats flushingRoman Gushchin2020-01-231-28/+9
* mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align...Kirill A. Shutemov2020-01-231-14/+24
* mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig...Kirill A. Shutemov2020-01-231-3/+4
* uaccess: Add non-pagefault user-space write functionDaniel Borkmann2020-01-171-4/+41
* mm/hugetlb: defer freeing of huge pages if in non-task contextWaiman Long2020-01-091-1/+50
* mm/sparse.c: mark populate_section_memmap as __meminitIlya Leoshkevich2020-01-091-2/+2
* arm64: Revert support for execute-only user mappingsCatalin Marinas2020-01-091-6/+0
* mm/gup: fix memory leak in __gup_benchmark_ioctlNavid Emamdoost2020-01-091-2/+6
* mm/oom: fix pgtables units mismatch in Killed process messageIlya Dryomov2020-01-091-1/+1
* mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi2020-01-091-6/+17
* mm/zsmalloc.c: fix the migrated zspage statistics.Chanho Min2020-01-091-0/+5
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-092-16/+17
* mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner2020-01-093-32/+48
* shmem: pin the file in shmem_fault() if mmap_sem is droppedKirill A. Shutemov2020-01-091-5/+6
* mm: vmscan: protect shrinker idr replace with CONFIG_MEMCGYang Shi2019-12-311-1/+1
* mm/shmem.c: cast the type of unmap_start to u64Chen Jun2019-12-171-1/+1
* mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache d...Roman Gushchin2019-12-171-0/+12
* mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsNicolas Geoffray2019-12-171-4/+7
* mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin2019-11-221-7/+7
* mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span()David Hildenbrand2019-11-221-3/+13
* mm/debug.c: PageAnon() is true for PageKsm() pagesRalph Campbell2019-11-151-3/+3
* mm/debug.c: __dump_page() prints an extra lineRalph Campbell2019-11-151-12/+15
* mm/page_io.c: do not free shared swap slotsVinayak Menon2019-11-151-3/+3
* mm/memory_hotplug: fix try_offline_node()David Hildenbrand2019-11-151-16/+27
* mm,thp: recheck each page before collapsing file THPSong Liu2019-11-151-12/+16
* mm: slub: really fix slab walking for init_on_freeLaura Abbott2019-11-151-30/+9
* mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin2019-11-151-1/+1
* mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin2019-11-151-1/+1
* mm: fix trying to reclaim unevictable lru page when calling madvise_pageoutzhong jiang2019-11-151-4/+12
* mm: mempolicy: fix the wrong return value and potential pages leak of mbindYang Shi2019-11-151-5/+9
* mm: memcontrol: fix network errors from failing __GFP_ATOMIC chargesJohannes Weiner2019-11-061-0/+9
* mm/memory_hotplug: fix updating the node spanDavid Hildenbrand2019-11-061-0/+8
* mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properlyRoman Gushchin2019-11-062-3/+3
* mm/page_alloc.c: ratelimit allocation failure warnings more aggressivelyJohannes Weiner2019-11-061-6/+1
* mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=yVille Syrjälä2019-11-061-3/+4
* mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfoMichal Hocko2019-11-061-3/+20
* mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko2019-11-061-1/+1
* mm/mmu_notifiers: use the right return code for WARN_ONJason Gunthorpe2019-11-061-1/+1
* mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman2019-11-061-2/+8
* mm: memcontrol: fix NULL-ptr deref in percpu stats flushShakeel Butt2019-11-061-6/+6
* mm/thp: allow dropping THP from page cacheKirill A. Shutemov2019-10-191-0/+12
* mm/vmscan.c: support removing arbitrary sized pages from mappingWilliam Kucharski2019-10-191-4/+1
* mm/thp: fix node page state in split_huge_page_to_list()Kirill A. Shutemov2019-10-191-2/+7
* mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batchBen Dooks (Codethink)2019-10-191-0/+1
* mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definitionBen Dooks2019-10-191-0/+1
* mm: include <linux/huge_mm.h> for is_vma_temporary_stackBen Dooks2019-10-191-0/+1
* mm/memcontrol: update lruvec counters in mem_cgroup_move_accountKonstantin Khlebnikov2019-10-191-6/+12
* hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()David Hildenbrand2019-10-191-3/+2