]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2023-02-10 Vishal Moola... mm/migrate: add folio_movable_ops()
2023-02-10 Vishal Moola... mm: add folio_get_nontail_page()
2023-02-10 Vishal Moola... mm/mempolicy: convert migrate_page_add() to migrate_fol...
2023-02-10 Vishal Moola... mm/mempolicy: convert queue_pages_required() to queue_f...
2023-02-10 Vishal Moola... mm/mempolicy: convert queue_pages_hugetlb() to queue_fo...
2023-02-10 Vishal Moola... mm/mempolicy: convert queue_pages_pte_range() to queue_...
2023-02-10 Vishal Moola... mm/mempolicy: convert queue_pages_pmd() to queue_folios...
2023-02-10 Vishal Moola... mm: add folio_estimated_sharers()
2023-02-10 Keith Buschdmapool: create/destroy cleanup
2023-02-10 Keith Buschdmapool: link blocks across pages
2023-02-10 Keith Buschdmapool: don't memset on free twice
2023-02-10 Keith Buschdmapool: simplify freeing
2023-02-10 Keith Buschdmapool: consolidate page initialization
2023-02-10 Keith Buschdmapool: rearrange page alloc failure handling
2023-02-10 Keith Buschdmapool: move debug code to own functions
2023-02-10 Tony Battersbydmapool: speedup DMAPOOL_DEBUG with init_on_alloc
2023-02-10 Tony Battersbydmapool: cleanup integer types
2023-02-10 Tony Battersbydmapool: use sysfs_emit() instead of scnprintf()
2023-02-10 Tony Battersbydmapool: remove checks for dev == NULL
2023-02-10 Keith Buschdmapool: add alloc/free performance test
2023-02-10 xu xinselftest-add-testing-unsharing-and-counting-ksm-zero...
2023-02-10 xu xinselftest: add testing unsharing and counting ksm zero...
2023-02-10 xu xinksm: add zero_pages_sharing documentation
2023-02-10 xu xinksm: count zero pages for each process
2023-02-10 xu xinksm: count all zero pages placed by KSM
2023-02-10 xu xinksm: support unsharing zero pages placed by KSM
2023-02-10 xu xinksm-abstract-the-function-try_to_get_old_rmap_item-v6
2023-02-10 xu xinksm: abstract the function try_to_get_old_rmap_item
2023-02-10 Jiaqi Yanmm/khugepaged: recover from poisoned file-backed memory
2023-02-10 Jiaqi Yanmm/khugepaged: recover from poisoned anonymous memory
2023-02-10 Sidhartha KumarDocumentation/mm: update hugetlbfs documentation to...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert hugetlb_wp() to take in a folio
2023-02-10 Sidhartha Kumarmm/hugetlb: convert hugetlb_add_to_page_cache to take...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert restore_reserve_on_error to take...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert hugetlb fault paths to use alloc_hu...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert putback_active_hugepage to take...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert hugetlbfs_pagecache_present() to...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert hugetlb_install_page to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: convert demote_free_huge_page to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: convert restore_reserve_on_error() to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: convert alloc_migrate_huge_page to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: increase use of folios in alloc_huge_page()
2023-02-10 Sidhartha Kumarmm/hugetlb: convert alloc_surplus_huge_page() to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: convert dequeue_hugetlb_page functions...
2023-02-10 Sidhartha Kumarmm/hugetlb: convert __update_and_free_page() to folios
2023-02-10 Sidhartha Kumarmm/hugetlb: convert isolate_hugetlb to folios
2023-02-10 Andrew MortonMerge branch 'mm-stable' into mm-unstable
2023-02-10 David Chenmm/page_alloc.c: fix page corruption caused by racy...
2023-02-10 Zach O'Keefemm/MADV_COLLAPSE: set EAGAIN on unexpected page refcount
2023-02-10 Qian Yingjinmm/filemap: fix page end in filemap_get_read_batch
2023-02-10 Andrew MortonMerge branch 'mm-hotfixes-stable' into mm-stable
2023-02-10 Li Zhijianmm/memremap.c: fix outdated comment in devm_memremap_pages
2023-02-10 Thomas Weißschuhmm/damon/sysfs: make kobj_type structures constant
2023-02-10 Jason Gunthorpemm/gup: move private gup FOLL_ flags to internal.h
2023-02-10 Jason Gunthorpemm/gup: move gup_must_unshare() to mm/internal.h
2023-02-10 Jason Gunthorpemm/gup: make get_user_pages_fast_only() return the...
2023-02-10 Jason Gunthorpemm/gup: remove pin_user_pages_fast_only()
2023-02-10 Jason Gunthorpemm/gup: make locked never NULL in the internal GUP...
2023-02-10 Jason Gunthorpemm/gup: add FOLL_UNLOCKABLE
2023-02-10 Jason Gunthorpemm/gup: remove locked being NULL from faultin_vma_page_...
2023-02-10 Jason Gunthorpemm/gup: add an assertion that the mmap lock is locked
2023-02-10 Jason Gunthorpemm/gup: simplify the external interface functions and...
2023-02-10 Jason Gunthorpemm/gup: move try_grab_page() to mm/internal.h
2023-02-10 Jason Gunthorpemm/gup: don't call __gup_longterm_locked() if FOLL_LONG...
2023-02-10 Jason Gunthorpemm/gup: remove obsolete FOLL_LONGTERM comment
2023-02-10 Jason Gunthorpemm/gup: have internal functions get the mmap_read_lock()
2023-02-10 Baoquan Hesh: mm: set VM_IOREMAP flag to the vmalloc area
2023-02-10 Baoquan Hepowerpc: mm: add VM_IOREMAP flag to the vmalloc area
2023-02-10 Baoquan Hemm/vmalloc: skip the uninitilized vmalloc areas
2023-02-10 Baoquan Hemm/vmalloc: explicitly identify vm_map_ram area when...
2023-02-10 Baoquan Hemm/vmalloc.c: allow vread() to read out vm_map_ram...
2023-02-10 Baoquan Hemm/vmalloc.c: add flags to mark vm_map_ram area
2023-02-10 Baoquan Hemm/vmalloc.c: add used_map into vmap_block to track...
2023-02-10 Matthew Wilcox... shmem: fix W=1 build warnings with CONFIG_SHMEM=n
2023-02-10 Matthew Wilcox... shmem: add shmem_read_folio() and shmem_read_folio_gfp()
2023-02-10 Matthew Wilcox... filemap: add mapping_read_folio_gfp()
2023-02-10 Yajun Dengmm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES...
2023-02-10 Suren Baghdasaryanmm: introduce vm_flags_reset_once to replace WRITE_ONCE...
2023-02-10 Hyunmin Leemm/vmalloc: replace BUG_ON with a simple if statement
2023-02-10 Longlong Xiamm/swapfile: remove pr_debug in get_swap_pages()
2023-02-10 Mike Rapoport... mm, arch: add generic implementation of pfn_valid(...
2023-02-10 Mike Rapoport... mips: drop definition of pfn_valid() for DISCONTIGMEM
2023-02-10 Mike Rapoport... m68k: use asm-generic/memory_model.h for both MMU and...
2023-02-10 Mike Rapoport... arm: include asm-generic/memory_model.h from page.h...
2023-02-10 Tong Tiangenmemory tier: release the new_memtier in find_create_mem...
2023-02-10 Kuan-Ying Leekasan: infer allocation size by scanning metadata
2023-02-10 Suren Baghdasaryanmm: export dump_mm()
2023-02-10 Suren Baghdasaryanmm: introduce __vm_flags_mod and use it in untrack_pfn
2023-02-10 Suren Baghdasaryanmm: replace vma->vm_flags indirect modification in...
2023-02-10 Suren Baghdasaryanmm: replace vma->vm_flags direct modifications with...
2023-02-10 Suren Baghdasaryanmm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
2023-02-10 Suren Baghdasaryanmm: introduce vma->vm_flags wrapper functions
2023-02-10 Suren Baghdasaryankernel/fork: convert vma assignment to a memcpy
2023-02-10 Liam R. Howlettvma_merge: set vma iterator to correct position.
2023-02-10 Liam R. Howlettmm/mmap: remove __vma_adjust()
2023-02-10 Liam R. Howlettmm/mmap: convert do_brk_flags() to use vma_prepare...
2023-02-10 Liam R. Howlettmm/mmap: introduce dup_vma_anon() helper
2023-02-10 Liam R. Howlettmm/mmap: don't use __vma_adjust() in shift_arg_pages()
2023-02-10 Liam R. Howlettmm/mremap: convert vma_adjust() to vma_expand()
2023-02-10 Liam R. Howlettmm: don't use __vma_adjust() in __split_vma()
next