summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-06mm: introduce per-VMA lock statisticsSuren Baghdasaryan2-0/+12
2023-04-06mm: add FAULT_FLAG_VMA_LOCK flagSuren Baghdasaryan2-1/+4
2023-04-06mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan1-0/+3
2023-04-06mm: introduce vma detached flagSuren Baghdasaryan2-0/+14
2023-04-06mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan1-11/+30
2023-04-06mm: mark VMA as being written when changing vm_flagsSuren Baghdasaryan1-5/+5
2023-04-06mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan3-0/+103
2023-04-06mm: move mmap_lock assert function definitionsSuren Baghdasaryan1-12/+12
2023-04-06mm: rcu safe VMA freeingMichel Lespinasse1-3/+10
2023-04-06trace: cma: remove unnecessary event class cma_alloc_classWenchao Hao1-33/+25
2023-04-06mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes1-1/+2
2023-04-06iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes1-0/+2
2023-04-06mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov1-0/+2
2023-04-06mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes1-37/+2
2023-04-06mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes2-8/+1
2023-04-06mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka1-0/+2
2023-04-06mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)1-4/+0
2023-04-06mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)1-1/+0
2023-04-06mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-06init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)1-2/+0
2023-04-06mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-06mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)1-6/+0
2023-04-06init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)1-0/+1
2023-04-06mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)1-1/+1
2023-04-06mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)1-5/+0
2023-04-06mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)1-7/+0
2023-04-06mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen2-1/+9
2023-04-06mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen3-24/+37
2023-04-06mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen3-7/+6
2023-04-06mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2-24/+24
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov5-12/+12
2023-04-06mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu3-1/+38
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-5/+6
2023-04-06mm: remove FGP_ENTRYChristoph Hellwig1-2/+1
2023-04-06mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig1-0/+1
2023-03-29mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDPeter Xu1-1/+1
2023-03-29mm: vmscan: add a map_nr_max field to shrinker_infoQi Zheng1-0/+1
2023-03-29mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes1-2/+2
2023-03-29kasan: remove PG_skip_kasan_poison flagPeter Collingbourne3-37/+15
2023-03-29io-mapping: don't disable preempt on RT in io_mapping_map_atomic_wc().Sebastian Andrzej Siewior1-4/+16
2023-03-29shmem: add support to ignore swapLuis Chamberlain1-0/+1
2023-03-29mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig1-6/+0
2023-03-29mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao1-4/+4
2023-03-29mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer1-1/+1
2023-03-29mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang1-8/+4
2023-03-29kasan: call clear_page with a match-all tag instead of changing page tagPeter Collingbourne1-5/+3
2023-03-29mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo2-1/+14
2023-03-29mmflags.h: use less error prone method to define pageflag_namesHyeonggon Yoo1-41/+44
2023-03-29mm: add tracepoints to ksmStefan Roesch1-0/+251
2023-03-29lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin1-3/+15