summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan2023-04-051-11/+30
* mm: mark VMA as being written when changing vm_flagsSuren Baghdasaryan2023-04-051-5/+5
* mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan2023-04-053-0/+103
* mm: move mmap_lock assert function definitionsSuren Baghdasaryan2023-04-051-12/+12
* mm: rcu safe VMA freeingMichel Lespinasse2023-04-051-3/+10
* trace: cma: remove unnecessary event class cma_alloc_classWenchao Hao2023-04-051-33/+25
* mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes2023-04-051-1/+2
* iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes2023-04-051-0/+2
* mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov2023-04-051-0/+2
* mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes2023-04-051-37/+2
* mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes2023-04-052-8/+1
* mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka2023-04-051-0/+2
* mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)2023-04-051-4/+0
* mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)2023-04-051-1/+0
* mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)2023-04-051-1/+0
* init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)2023-04-051-2/+0
* mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)2023-04-051-1/+0
* mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)2023-04-051-6/+0
* init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)2023-04-051-0/+1
* mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)2023-04-051-1/+1
* mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)2023-04-051-5/+0
* mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)2023-04-051-7/+0
* mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen2023-04-052-1/+9
* mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen2023-04-053-24/+37
* mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen2023-04-053-7/+6
* mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2023-04-052-24/+24
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-055-12/+12
* mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu2023-04-053-1/+38
* mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-5/+6
* mm: remove FGP_ENTRYChristoph Hellwig2023-04-051-2/+1
* mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig2023-04-051-0/+1
* mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDPeter Xu2023-03-281-1/+1
* mm: vmscan: add a map_nr_max field to shrinker_infoQi Zheng2023-03-281-0/+1
* mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes2023-03-281-2/+2
* kasan: remove PG_skip_kasan_poison flagPeter Collingbourne2023-03-283-37/+15
* io-mapping: don't disable preempt on RT in io_mapping_map_atomic_wc().Sebastian Andrzej Siewior2023-03-281-4/+16
* shmem: add support to ignore swapLuis Chamberlain2023-03-281-0/+1
* mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig2023-03-281-6/+0
* mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao2023-03-281-4/+4
* mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-281-1/+1
* mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang2023-03-281-8/+4
* kasan: call clear_page with a match-all tag instead of changing page tagPeter Collingbourne2023-03-281-5/+3
* mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo2023-03-282-1/+14
* mmflags.h: use less error prone method to define pageflag_namesHyeonggon Yoo2023-03-281-41/+44
* mm: add tracepoints to ksmStefan Roesch2023-03-281-0/+251
* lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin2023-03-281-3/+15
* lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-0/+16
* mm: multi-gen LRU: clean up sysfs codeT.J. Alumbaugh2023-03-281-1/+1
* x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng2023-03-281-3/+4
* Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-03-262-0/+3
|\