summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin2021-06-291-2/+62
* writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin2021-06-291-0/+2
* mm/page-writeback: use __this_cpu_inc() in account_page_dirtied()Chi Wu2021-06-291-1/+1
* mm/page-writeback: update the comment of Dirty position controlChi Wu2021-06-291-1/+1
* mm/page-writeback: Fix performance when BDI's share of ratio is 0.Chi Wu2021-06-291-4/+16
* mm: page-writeback: kill get_writeback_state() commentsKefeng Wang2021-06-291-6/+3
* mm/page_reporting: allow driver to specify reporting orderGavin Shan2021-06-291-0/+6
* mm/page_reporting: export reporting order as module parameterGavin Shan2021-06-292-5/+9
* mm/page_reporting: fix code style in __page_reporting_request()Gavin Shan2021-06-291-2/+2
* mm: mmap_lock: use local locks instead of disabling preemptionNicolas Saenz Julienne2021-06-291-11/+22
* mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Anshuman Khandual2021-06-291-12/+51
* mm/kmemleak: fix possible wrong memory scanning periodYanfei Xu2021-06-291-6/+12
* mm/slub: add taint after the errors are printedGeorgi Djakov2021-06-291-2/+3
* mm: slub: move sysfs slab alloc/free interfaces to debugfsFaiyaz Mohammed2021-06-293-93/+189
* slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd2021-06-291-1/+19
* slub: indicate slab_fix() uses printf formatsJoe Perches2021-06-291-3/+4
* slub: actually use 'message' in restore_bytes()Stephen Boyd2021-06-291-1/+1
* slub: restore slub_debug=- behaviorStephen Boyd2021-06-291-0/+2
* mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo2021-06-292-6/+6
* slub: remove resiliency_test() functionOliver Glitta2021-06-291-64/+0
* mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta2021-06-293-3/+47
* slab: use __func__ to trace function namegumingtao2021-06-291-6/+6
* mm/page_alloc: correct return value of populated elements if bulk array is po...Mel Gorman2021-06-291-1/+1
* mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport2021-06-291-36/+58
* mm/gup: fix try_grab_compound_head() race with split_huge_page()Jann Horn2021-06-291-15/+43
* mm/page_alloc: do bulk array bounds check after checking populated elementsMel Gorman2021-06-251-0/+4
* mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing arrayRasmus Villemoes2021-06-251-1/+1
* mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi2021-06-251-14/+30
* mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao2021-06-251-1/+2
* mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck2021-06-251-13/+23
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-251-4/+1
* mm/vmalloc: unbreak kasan vmalloc supportDaniel Axtens2021-06-251-10/+14
* mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda2021-06-251-0/+17
* mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins2021-06-251-0/+4
* mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins2021-06-251-9/+25
* mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins2021-06-251-4/+9
* mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins2021-06-251-4/+3
* mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins2021-06-251-50/+55
* mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins2021-06-251-4/+4
* mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins2021-06-251-16/+14
* mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins2021-06-251-5/+6
* mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins2021-06-251-4/+8
* mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins2021-06-251-5/+4
* mm/sparse: fix check_usemap_section_nr warningsMiles Chen2021-06-161-2/+11
* mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi2021-06-161-17/+7
* mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-162-24/+60
* mm/thp: fix page_address_in_vma() on file THP tailsJue Wang2021-06-161-4/+4
* mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins2021-06-163-32/+53
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-163-2/+28
* mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-06-161-1/+4