summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: multi-gen LRU: reuse some legacy trace eventsJaewon Kim2023-10-181-5/+13
* mm/migrate: remove unused mm argument from do_move_pages_to_nodeGregory Price2023-10-181-7/+6
* memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_fol...David Hildenbrand2023-10-181-43/+45
* mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand2023-10-185-13/+11
* mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand2023-10-184-2/+5
* mm: handle write faults to RO pages under the VMA lockMatthew Wilcox (Oracle)2023-10-181-7/+6
* mm: handle read faults under the VMA lockMatthew Wilcox (Oracle)2023-10-181-4/+3
* mm: handle COW faults under the VMA lockMatthew Wilcox (Oracle)2023-10-181-7/+5
* mm: handle shared faults under the VMA lockMatthew Wilcox (Oracle)2023-10-181-4/+18
* mm: call wp_page_copy() under the VMA lockMatthew Wilcox (Oracle)2023-10-181-13/+26
* mm: make lock_folio_maybe_drop_mmap() VMA lock awareMatthew Wilcox (Oracle)2023-10-181-6/+7
* percpu_counter: extend _limited_add() to negative amountsHugh Dickins2023-10-182-16/+49
* shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins2023-10-183-5/+81
* shmem: _add_to_page_cache() before shmem_inode_acct_blocks()Hugh Dickins2023-10-181-111/+118
* shmem: move memcg charge out of shmem_add_to_page_cache()Hugh Dickins2023-10-181-39/+29
* shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()Hugh Dickins2023-10-181-7/+7
* shmem: trivial tidyups, removing extra blank lines, etcHugh Dickins2023-10-181-35/+21
* shmem: factor shmem_falloc_wait() out of shmem_fault()Hugh Dickins2023-10-181-57/+69
* shmem: remove vma arg from shmem_get_folio_gfp()Hugh Dickins2023-10-181-7/+6
* shmem: shrink shmem_inode_info: dir_offsets in a unionHugh Dickins2023-10-181-6/+10
* mm/filemap: clarify filemap_fault() comments for not uptodate caseLorenzo Stoakes2023-10-181-6/+13
* radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()Liam R. Howlett2023-10-181-2/+2
* selftests: mm: add pagemap ioctl testsMuhammad Usama Anjum2023-10-185-1/+1669
* mm/pagemap: add documentation of PAGEMAP_SCAN IOCTLMuhammad Usama Anjum2023-10-181-0/+89
* tools headers UAPI: update linux/fs.h with the kernel sourcesMuhammad Usama Anjum2023-10-181-0/+59
* fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flagMuhammad Usama Anjum2023-10-181-0/+36
* fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum2023-10-185-2/+762
* userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu2023-10-186-22/+129
* mm: memcg: normalize the value passed into memcg_rstat_updated()Yosry Ahmed2023-10-181-2/+18
* mm: memcg: refactor page state unit helpersYosry Ahmed2023-10-181-11/+33
* mm/memcg: annotate struct mem_cgroup_threshold_ary with __counted_byKees Cook2023-10-181-1/+1
* hugetlb: check for hugetlb folio before vmemmap_restoreMike Kravetz2023-10-181-9/+15
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-1820-74/+261
|\
| * selftests/clone3: Fix broken test under !CONFIG_TIME_NSTiezhu Yang2023-10-181-1/+6
| * maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2023-10-183-12/+65
| * selftests/mm: include mman header to access MREMAP_DONTUNMAP identifierSamasth Norway Ananda2023-10-181-0/+1
| * mailmap: correct email aliasing for Oleksij RempelOleksij Rempel2023-10-181-2/+2
| * mailmap: map Bartosz's old address to the current oneBartosz Golaszewski2023-10-181-0/+1
| * mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park2023-10-181-2/+5
| * MAINTAINERS: Ondrej has movedOndrej Jirman2023-10-182-1/+2
| * kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann2023-10-182-4/+6
| * kasan: print the original fault addr when access invalid shadowHaibo Li2023-10-182-6/+4
| * hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel2023-10-183-19/+63
| * hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel2023-10-182-4/+43
| * hugetlbfs: clear resv_map pointer if mmap failsRik van Riel2023-10-181-3/+4
| * mm: zswap: fix pool refcount bug around shrink_worker()Johannes Weiner2023-10-181-2/+2
| * mm/migrate: fix do_pages_move for compat pointersGregory Price2023-10-061-2/+12
| * riscv: fix set_huge_pte_at() for NAPOT mappings when a swap entry is setAlexandre Ghiti2023-10-061-6/+13
| * riscv: handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults instead of panickingAlexandre Ghiti2023-10-061-1/+1
| * mmap: fix error paths with dup_anon_vma()Liam R. Howlett2023-10-061-8/+22