platform/kernel/linux-starfive.git
2023-02-17 Andrey Konovalovlib/stacktrace, kasan, kmsan: rework extra_bits interface
2023-02-17 Andrey Konovalovlib/stackdepot: rename next_pool_inited to next_pool_re...
2023-02-17 Andrey Konovalovlib/stackdepot: annotate depot_init_pool and depot_allo...
2023-02-17 Andrey Konovalovlib/stacktrace: drop impossible WARN_ON for depot_init_pool
2023-02-17 Andrey Konovalovlib/stackdepot: rename init_stack_pool
2023-02-17 Andrey Konovalovlib/stackdepot: rename handle and pool constants
2023-02-17 Andrey Konovalovlib/stackdepot: rename slab to pool
2023-02-17 Andrey Konovalovlib/stackdepot: rename hash table constants and variables
2023-02-17 Andrey Konovalovlib/stackdepot: reorder and annotate global variables
2023-02-17 Andrey Konovalovlib/stackdepot: lower the indentation in stack_depot_init
2023-02-17 Andrey Konovalovlib/stackdepot: annotate init and early init functions
2023-02-17 Andrey Konovalovlib/stackdepot: rename stack_depot_disable
2023-02-17 Andrey Konovalovlib/stackdepot, mm: rename stack_depot_want_early_init
2023-02-17 Andrey Konovalovlib/stackdepot: use pr_fmt to define message format
2023-02-17 Andrey Konovalovlib/stackdepot: put functions in logical order
2023-02-13 Jakub Wilkmm: fix typo in __vm_enough_memory warning
2023-02-13 SeongJae Parkmm/damon/dbgfs: print DAMON debugfs interface deprecati...
2023-02-13 SeongJae Parkmm/damon/Kconfig: add DAMON debugfs interface deprecati...
2023-02-13 SeongJae ParkDocs/admin-guide/mm/damon/usage: add DAMON debugfs...
2023-02-13 Vishal Moola... mm/migrate: convert putback_movable_pages() to use...
2023-02-13 Vishal Moola... mm/migrate: convert isolate_movable_page() to use folios
2023-02-13 Vishal Moola... mm/migrate: add folio_movable_ops()
2023-02-13 Vishal Moola... mm: add folio_get_nontail_page()
2023-02-13 Vishal Moola... mm/mempolicy: convert migrate_page_add() to migrate_fol...
2023-02-13 Vishal Moola... mm/mempolicy: convert queue_pages_required() to queue_f...
2023-02-13 Vishal Moola... mm/mempolicy: convert queue_pages_hugetlb() to queue_fo...
2023-02-13 Vishal Moola... mm/mempolicy: convert queue_pages_pte_range() to queue_...
2023-02-13 Vishal Moola... mm/mempolicy: convert queue_pages_pmd() to queue_folios...
2023-02-13 Vishal Moola... mm: add folio_estimated_sharers()
2023-02-13 Sidhartha KumarDocumentation/mm: update hugetlbfs documentation to...
2023-02-13 Sidhartha Kumarmm/hugetlb: convert hugetlb_wp() to take in a folio
2023-02-13 Sidhartha Kumarmm/hugetlb: convert hugetlb_add_to_page_cache to take...
2023-02-13 Sidhartha Kumarmm/hugetlb: convert restore_reserve_on_error to take...
2023-02-13 Sidhartha Kumarmm/hugetlb: convert hugetlb fault paths to use alloc_hu...
2023-02-13 Sidhartha Kumarmm/hugetlb: convert putback_active_hugepage to take...
2023-02-13 Sidhartha Kumarmm/hugetlb: convert hugetlbfs_pagecache_present() to...
2023-02-13 Sidhartha Kumarmm/hugetlb: convert hugetlb_install_page to folios
2023-02-13 Sidhartha Kumarmm/hugetlb: convert demote_free_huge_page to folios
2023-02-13 Sidhartha Kumarmm/hugetlb: convert restore_reserve_on_error() to folios
2023-02-13 Sidhartha Kumarmm/hugetlb: convert alloc_migrate_huge_page to folios
2023-02-13 Sidhartha Kumarmm/hugetlb: increase use of folios in alloc_huge_page()
2023-02-13 Sidhartha Kumarmm/hugetlb: convert alloc_surplus_huge_page() to folios
2023-02-13 Sidhartha Kumarmm/hugetlb: convert dequeue_hugetlb_page functions...
2023-02-13 Sidhartha Kumarmm/hugetlb: convert __update_and_free_page() to folios
2023-02-13 Sidhartha Kumarmm/hugetlb: convert isolate_hugetlb to folios
2023-02-13 Vishal Moola... mm/khugepaged: fix invalid page access in release_pte_p...
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()
2023-02-10 Liam R. Howlettmm/mmap: introduce init_vma_prep() and init_multi_vma_p...
2023-02-10 Liam R. Howlettmm/mmap: use vma_prepare() and vma_complete() in vma_ex...
2023-02-10 Liam R. Howlettmm/mmap: refactor locking out of __vma_adjust()
2023-02-10 Liam R. Howlettmm/mmap: move anon_vma setting in __vma_adjust()
next