Age | Commit message (Expand) | Author | Files | Lines |
2023-02-03 | mm: convert page_mapcount() to use folio_entire_mapcount() | Matthew Wilcox (Oracle) | 1 | -9/+13 |
2023-02-03 | mm: convert total_compound_mapcount() to folio_total_mapcount() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2023-02-03 | mm: convert head_subpages_mapcount() into folio_nr_pages_mapped() | Matthew Wilcox (Oracle) | 1 | -20/+2 |
2023-02-03 | mm: remove folio_pincount_ptr() and head_compound_pincount() | Matthew Wilcox (Oracle) | 1 | -12/+2 |
2023-01-19 | mm: introduce folio_is_pfmemalloc | Sidhartha Kumar | 1 | -0/+15 |
2023-01-19 | mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappings | David Hildenbrand | 1 | -1/+6 |
2023-01-19 | mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map... | David Hildenbrand | 1 | -0/+15 |
2023-01-19 | mm: remove zap_page_range and create zap_vma_pages | Mike Kravetz | 1 | -2/+5 |
2023-01-19 | mm/mprotect: use long for page accountings and retval | Peter Xu | 1 | -1/+1 |
2023-01-19 | mm/mprotect: drop pgprot_t parameter from change_protection() | David Hildenbrand | 1 | -2/+1 |
2023-01-19 | mm: move FOLL_* defs to mm_types.h | David Howells | 1 | -75/+0 |
2023-01-19 | mm/memory: add vm_normal_folio() | Vishal Moola (Oracle) | 1 | -0/+2 |
2023-01-19 | mm: move folio_set_compound_order() to mm/internal.h | Sidhartha Kumar | 1 | -16/+0 |
2023-01-12 | include/linux/mm: fix release_pages_arg kernel doc comment | SeongJae Park | 1 | -3/+3 |
2022-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2022-12-14 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -55/+221 |
2022-12-13 | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+2 |
2022-12-12 | mm: add folio dtor and order setter functions | Sidhartha Kumar | 1 | -0/+23 |
2022-12-12 | mm/sparse-vmemmap: generalise vmemmap_populate_hugepages() | Feiyang Chen | 1 | -0/+6 |
2022-12-12 | LoongArch: add sparse memory vmemmap support | Feiyang Chen | 1 | -0/+2 |
2022-12-12 | mm/gup: remove FOLL_MIGRATION | David Hildenbrand | 1 | -1/+0 |
2022-12-01 | s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr() | Anshuman Khandual | 1 | -1/+1 |
2022-12-01 | mm/thp: rename pmd_to_page() as pmd_pgtable_page() | Anshuman Khandual | 1 | -3/+3 |
2022-12-01 | mm/gup: reliable R/O long-term pinning in COW mappings | David Hildenbrand | 1 | -3/+24 |
2022-12-01 | mm: anonymous shared memory naming | Pasha Tatashin | 1 | -0/+2 |
2022-12-01 | mm: teach release_pages() to take an array of encoded page pointers too | Linus Torvalds | 1 | -2/+19 |
2022-12-01 | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite | David Hildenbrand | 1 | -0/+2 |
2022-12-01 | mm/mprotect: factor out check whether manual PTE write upgrades are required | David Hildenbrand | 1 | -2/+14 |
2022-12-01 | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins | 1 | -3/+16 |
2022-12-01 | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins | 1 | -21/+31 |
2022-12-01 | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins | 1 | -23/+62 |
2022-12-01 | mm, hwpoison: when copy-on-write hits poison, take page offline | Tony Luck | 1 | -1/+5 |
2022-12-01 | mm: convert mm's rss stats into percpu_counter | Shakeel Butt | 1 | -18/+8 |
2022-12-01 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 1 | -8/+21 |
2022-12-01 | hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing | Mike Kravetz | 1 | -0/+2 |
2022-12-01 | madvise: use zap_page_range_single for madvise dontneed | Mike Kravetz | 1 | -8/+19 |
2022-11-09 | mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages | Logan Gunthorpe | 1 | -0/+1 |
2022-11-09 | mm: allow multiple error returns in try_grab_page() | Logan Gunthorpe | 1 | -1/+1 |
2022-11-09 | mm/gup: Add FOLL_INTERRUPTIBLE | Peter Xu | 1 | -0/+1 |
2022-11-09 | swap: add a limit for readahead page-cluster value | Kairui Song | 1 | -0/+1 |
2022-11-09 | mm/hwpoison: introduce per-memory_block hwpoison counter | Naoya Horiguchi | 1 | -1/+19 |
2022-11-09 | mm/hwpoison: pass pfn to num_poisoned_pages_*() | Naoya Horiguchi | 1 | -2/+2 |
2022-11-09 | mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c | Naoya Horiguchi | 1 | -0/+5 |
2022-11-09 | mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ... | Naoya Horiguchi | 1 | -2/+4 |
2022-11-09 | mm: fix typo in struct vm_operations_struct comments | Rolf Eike Beer | 1 | -1/+1 |
2022-10-04 | mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening() | Miaohe Lin | 1 | -1/+1 |
2022-10-04 | mm: reimplement folio_order() and folio_nr_pages() | Matthew Wilcox (Oracle) | 1 | -2/+10 |
2022-09-27 | mm: reduce noise in show_mem for lowmem allocations | Michal Hocko | 1 | -2/+11 |
2022-09-27 | mm/gup: replace FOLL_NUMA by gup_can_follow_protnone() | David Hildenbrand | 1 | -1/+15 |
2022-09-27 | mm: remove the vma linked list | Liam R. Howlett | 1 | -2/+3 |