summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna2020-10-142-2/+14
* mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins2020-10-141-0/+12
* mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-10-011-1/+2
* mm: replace memmap_context by meminit_contextLaurent Dufour2020-10-012-6/+6
* mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik2020-10-011-9/+9
* mm, THP, swap: fix allocating cluster for swapfile by mistakeGao Xiang2020-10-011-1/+1
* mm: validate pmd after splittingMinchan Kim2020-10-011-1/+1
* mm: memcg: fix memcg reclaim soft lockupXunlei Pang2020-09-231-0/+8
* mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin2020-09-232-0/+22
* mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell2020-09-231-19/+23
* ksm: reinstate memcg charge on copied pagesHugh Dickins2020-09-231-0/+4
* percpu: fix first chunk size calculation for populated bitmapSunghyun Jin2020-09-231-1/+1
* mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells2020-09-091-1/+1
* mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song2020-09-091-6/+20
* mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai2020-09-091-6/+17
* mm/migrate: fixup setting UFFD_WP flagAlistair Popple2020-09-091-1/+1
* mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple2020-09-092-6/+18
* mm: madvise: fix vma user-after-freeYang Shi2020-09-091-1/+1
* mm: track page table modifications in __apply_to_page_range()Joerg Roedel2020-09-091-13/+23
* mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca2020-09-091-6/+6
* mm: fix pin vs. gup mismatch with gate pagesDave Hansen2020-09-051-1/+1
* mm/page_counter: fix various data races at memswQian Cai2020-09-031-6/+7
* khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins2020-09-031-4/+1
* mm/memory.c: skip spurious TLB flush for retried page faultYang Shi2020-08-261-0/+3
* mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy2020-08-261-0/+5
* mm: include CMA pages in lowmem_reserve at bootDoug Berger2020-08-261-1/+1
* mm/vunmap: add cond_resched() in vunmap_pmd_rangeAneesh Kumar K.V2020-08-261-0/+2
* khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins2020-08-261-1/+1
* mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneJia He2020-08-211-3/+2
* cma: don't quit at first error when activating reserved areasMike Kravetz2020-08-211-14/+9
* mm/page_counter.c: fix protection usage propagationMichal Koutný2020-08-211-3/+3
* mm/shuffle: don't move pages between zones and don't read garbage memmapsDavid Hildenbrand2020-08-211-9/+9
* hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz2020-08-212-9/+8
* khugepaged: retract_page_tables() remember to test exitHugh Dickins2020-08-211-10/+14
* khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins2020-08-211-25/+19
* mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-211-14/+10
* khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins2020-08-211-1/+1
* Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Baoquan He2020-08-191-6/+6
* mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney2020-08-191-0/+1
* khugepaged: fix null-pointer dereference due to raceKirill A. Shutemov2020-07-241-0/+3
* mm/hugetlb: avoid hardcoding while checking if cma is enabledBarry Song2020-07-241-5/+10
* mm: memcg/slab: fix memory leak at non-root kmem_cache destroyMuchun Song2020-07-241-7/+28
* mm/memcg: fix refcount error while moving and swappingHugh Dickins2020-07-241-2/+2
* mm/memcontrol: fix OOPS inside mem_cgroup_get_nr_swap_pages()Bhupesh Sharma2020-07-241-1/+8
* mm: initialize return of vm_insert_pagesTom Rix2020-07-241-1/+1
* vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right wayChengguang Xu2020-07-241-1/+1
* mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov2020-07-241-2/+14
* mm: document warning in move_normal_pmd() and make it warn only onceLinus Torvalds2020-07-131-2/+21
* Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-101-2/+21
|\
| * fs: Add IOCB_NOIO flag for generic_file_read_iterAndreas Gruenbacher2020-07-071-2/+21