| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: extend max struct page size for kmsan | Arnd Bergmann | 2023-02-03 | 1 | -3/+9 |
* | include/linux/mm: fix release_pages_arg kernel doc comment | SeongJae Park | 2023-01-11 | 1 | -3/+3 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-12-15 | 1 | -0/+1 |
|\ |
|
| * | mm/gup: Add FOLL_INTERRUPTIBLE | Peter Xu | 2022-11-09 | 1 | -0/+1 |
* | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-12-13 | 1 | -55/+221 |
|\ \ |
|
| * | | mm: add folio dtor and order setter functions | Sidhartha Kumar | 2022-12-11 | 1 | -0/+23 |
| * | | mm/sparse-vmemmap: generalise vmemmap_populate_hugepages() | Feiyang Chen | 2022-12-11 | 1 | -0/+6 |
| * | | LoongArch: add sparse memory vmemmap support | Feiyang Chen | 2022-12-11 | 1 | -0/+2 |
| * | | mm/gup: remove FOLL_MIGRATION | David Hildenbrand | 2022-12-11 | 1 | -1/+0 |
| * | | s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr() | Anshuman Khandual | 2022-11-30 | 1 | -1/+1 |
| * | | mm/thp: rename pmd_to_page() as pmd_pgtable_page() | Anshuman Khandual | 2022-11-30 | 1 | -3/+3 |
| * | | mm/gup: reliable R/O long-term pinning in COW mappings | David Hildenbrand | 2022-11-30 | 1 | -3/+24 |
| * | | mm: anonymous shared memory naming | Pasha Tatashin | 2022-11-30 | 1 | -0/+2 |
| * | | mm: teach release_pages() to take an array of encoded page pointers too | Linus Torvalds | 2022-11-30 | 1 | -2/+19 |
| * | | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite | David Hildenbrand | 2022-11-30 | 1 | -0/+2 |
| * | | mm/mprotect: factor out check whether manual PTE write upgrades are required | David Hildenbrand | 2022-11-30 | 1 | -2/+14 |
| * | | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins | 2022-11-30 | 1 | -3/+16 |
| * | | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins | 2022-11-30 | 1 | -21/+31 |
| * | | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins | 2022-11-30 | 1 | -23/+62 |
| * | | mm, hwpoison: when copy-on-write hits poison, take page offline | Tony Luck | 2022-11-30 | 1 | -1/+5 |
| * | | mm: convert mm's rss stats into percpu_counter | Shakeel Butt | 2022-11-30 | 1 | -18/+8 |
| * | | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 2022-11-30 | 1 | -8/+21 |
| |\ \ |
|
| * | | | swap: add a limit for readahead page-cluster value | Kairui Song | 2022-11-08 | 1 | -0/+1 |
| * | | | mm/hwpoison: introduce per-memory_block hwpoison counter | Naoya Horiguchi | 2022-11-08 | 1 | -1/+19 |
| * | | | mm/hwpoison: pass pfn to num_poisoned_pages_*() | Naoya Horiguchi | 2022-11-08 | 1 | -2/+2 |
| * | | | mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c | Naoya Horiguchi | 2022-11-08 | 1 | -0/+5 |
| * | | | mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned ... | Naoya Horiguchi | 2022-11-08 | 1 | -2/+4 |
| * | | | mm: fix typo in struct vm_operations_struct comments | Rolf Eike Beer | 2022-11-08 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux | Linus Torvalds | 2022-12-13 | 1 | -1/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages | Logan Gunthorpe | 2022-11-09 | 1 | -0/+1 |
| * | | mm: allow multiple error returns in try_grab_page() | Logan Gunthorpe | 2022-11-09 | 1 | -1/+1 |
| |/ |
|
* | | hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing | Mike Kravetz | 2022-11-30 | 1 | -0/+2 |
* | | madvise: use zap_page_range_single for madvise dontneed | Mike Kravetz | 2022-11-30 | 1 | -8/+19 |
|/ |
|
* | mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening() | Miaohe Lin | 2022-10-03 | 1 | -1/+1 |
* | mm: reimplement folio_order() and folio_nr_pages() | Matthew Wilcox (Oracle) | 2022-10-03 | 1 | -2/+10 |
* | mm: reduce noise in show_mem for lowmem allocations | Michal Hocko | 2022-09-26 | 1 | -2/+11 |
* | mm/gup: replace FOLL_NUMA by gup_can_follow_protnone() | David Hildenbrand | 2022-09-26 | 1 | -1/+15 |
* | mm: remove the vma linked list | Liam R. Howlett | 2022-09-26 | 1 | -2/+3 |
* | mm/mmap: reorganize munmap to use maple states | Liam R. Howlett | 2022-09-26 | 1 | -2/+3 |
* | mm: convert vma_lookup() to use mtree_load() | Liam R. Howlett | 2022-09-26 | 1 | -6/+1 |
* | mm: use maple tree operations for find_vma_intersection() | Liam R. Howlett | 2022-09-26 | 1 | -18/+4 |
* | mm: optimize find_exact_vma() to use vma_lookup() | Liam R. Howlett | 2022-09-26 | 1 | -1/+1 |
* | mm: remove rb tree. | Liam R. Howlett | 2022-09-26 | 1 | -2/+0 |
* | kernel/fork: use maple tree for dup_mmap() during forking | Liam R. Howlett | 2022-09-26 | 1 | -2/+0 |
* | mm: add VMA iterator | Matthew Wilcox (Oracle) | 2022-09-26 | 1 | -0/+32 |
* | mm: start tracking VMAs with maple tree | Liam R. Howlett | 2022-09-26 | 1 | -0/+5 |
* | mm: multi-gen LRU: exploit locality in rmap | Yu Zhao | 2022-09-26 | 1 | -0/+5 |
* | mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast | David Hildenbrand | 2022-09-11 | 1 | -2/+7 |
* | mm: kill find_min_pfn_with_active_regions() | Kefeng Wang | 2022-09-11 | 1 | -1/+0 |
* | memory tiering: hot page selection with hint page fault latency | Huang Ying | 2022-09-11 | 1 | -0/+25 |