summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mm/memory-failure: use helper llist_for_each_entry()Yifei Li2024-07-041-2/+2
* mm/zsmalloc: add MODULE_DESCRIPTION()Jeff Johnson2024-07-041-0/+1
* mm/kfence: add MODULE_DESCRIPTION()Jeff Johnson2024-07-041-0/+1
* mm/dmapool: add MODULE_DESCRIPTION()Jeff Johnson2024-07-041-0/+1
* mm/hwpoison: add MODULE_DESCRIPTION()Jeff Johnson2024-07-041-0/+1
* mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet2024-07-041-3/+2
* mm: batch unlink_file_vma calls in free_pgd_rangeMateusz Guzik2024-07-043-2/+58
* mm/memory-failure: send SIGBUS in the event of thp split failJane Chu2024-07-041-5/+29
* mm/memory-failure: move hwpoison_filter() higher upJane Chu2024-07-041-8/+12
* mm/memory-failure: improve memory failure action_result messagesJane Chu2024-07-041-5/+32
* mm/madvise: add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)Jane Chu2024-07-041-1/+1
* mm/memory-failure: try to send SIGBUS even if unmap failedJane Chu2024-07-041-11/+4
* mm: use update_mmu_tlb_range() to simplify codeBang Li2024-07-041-3/+1
* mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and...David Hildenbrand2024-07-042-21/+72
* mm/memory: move page_count() check into validate_page_before_insert()David Hildenbrand2024-07-041-4/+2
* mm/swap: reduce swap cache search spaceKairui Song2024-07-047-15/+31
* mm: drop page_index and simplify folio_indexKairui Song2024-07-041-4/+3
* mm/swap: get the swap device offset directlyKairui Song2024-07-042-3/+12
* writeback: factor out balance_wb_limits to remove repeated codeKemeng Shi2024-07-041-8/+17
* writeback: factor out wb_dirty_exceeded to remove repeated codeKemeng Shi2024-07-041-10/+12
* writeback: factor out balance_domain_limits to remove repeated codeKemeng Shi2024-07-041-7/+10
* writeback: factor out wb_dirty_freerun to remove more repeated freerun codeKemeng Shi2024-07-041-27/+28
* writeback: factor out code of freerun to remove repeated codeKemeng Shi2024-07-041-40/+49
* writeback: factor out domain_over_bg_thresh to remove repeated codeKemeng Shi2024-07-041-22/+19
* writeback: add general function domain_dirty_avail to calculate dirty and ava...Kemeng Shi2024-07-041-31/+34
* writeback: factor out wb_bg_dirty_limits to remove repeated codeKemeng Shi2024-07-041-16/+19
* mm: vmscan: reset sc->priority on retryShakeel Butt2024-07-041-0/+1
* mm: vmscan: restore incremental cgroup iterationJohannes Weiner2024-07-041-2/+40
* mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio()Kefeng Wang2024-07-041-23/+9
* mm: mempolicy: use folio_alloc_mpol() in alloc_migration_target_by_mpol()Kefeng Wang2024-07-041-3/+1
* mm: mempolicy: use folio_alloc_mpol_noprof() in vma_alloc_folio_noprof()Kefeng Wang2024-07-041-4/+3
* mm: add folio_alloc_mpol()Kefeng Wang2024-07-041-0/+7
* mm/hugetlb: drop node_alloc_noretry from alloc_fresh_hugetlb_folioOscar Salvador2024-07-041-7/+5
* mm/vmscan: update stale references to shrink_page_listIllia Ostapyshyn2024-07-043-3/+3
* mm/hugetlb: constify ctl_table arguments of utility functionsThomas Weißschuh2024-07-041-2/+2
* mm/memory: don't require head page for do_set_pmd()Andrew Bresticker2024-06-251-1/+2
* mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge2024-06-251-2/+7
* mm/migrate: make migrate_pages_batch() stats consistentZi Yan2024-06-251-0/+5
* kasan: fix bad call to unpoison_slab_objectAndrey Konovalov2024-06-251-1/+1
* mm: handle profiling for fake memory allocations during compactionSuren Baghdasaryan2024-06-251-2/+9
* mm/slab: fix 'variable obj_exts set but not used' warningSuren Baghdasaryan2024-06-251-3/+4
* /proc/pid/smaps: add mseal info for vmaJeff Xu2024-06-251-5/+0
* mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang2024-06-251-6/+15
* Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-231-21/+7
|\
| * memblock: use numa_valid_node() helper to check for invalid node IDMike Rapoport (IBM)2024-06-161-21/+7
* | Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-1710-90/+59
|\ \
| * | mm: shmem: fix getting incorrect lruvec when replacing a shmem folioBaolin Wang2024-06-152-3/+2
| * | mm/debug_vm_pgtable: drop RANDOM_ORVALUE trickPeter Xu2024-06-151-26/+5
| * | mm: fix possible OOB in numa_rebuild_large_mapping()Kefeng Wang2024-06-151-4/+10
| * | mm/migrate: fix kernel BUG at mm/compaction.c:2761!Hugh Dickins2024-06-151-1/+7