summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: embed vmem_altmap details in memory blockAneesh Kumar K.V2023-08-211-6/+2
* mm/memory_hotplug: allow memmap on memory hotplug request to fallbackAneesh Kumar K.V2023-08-211-1/+2
* mm: memtest: convert to memtest_report_meminfo()Kefeng Wang2023-08-211-6/+4
* mm: move dummy_vm_ops out of a headerMateusz Guzik2023-08-211-3/+3
* mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan2023-08-211-3/+7
* mm: for !CONFIG_PER_VMA_LOCK equate write lock assertion for vma and mmapSuren Baghdasaryan2023-08-211-1/+2
* mm/damon/core: implement target type damos filterSeongJae Park2023-08-211-0/+6
* mm/damon/core: introduce address range type damos filterSeongJae Park2023-08-211-6/+16
* mm/memcg: update obsolete comment above parent_mem_cgroup()Miaohe Lin2023-08-211-2/+1
* mm: factor out VMA stack and heap checksKefeng Wang2023-08-211-0/+25
* mm/page_ext: move page_ext_operations definition under CONFIG_PAGE_EXTENSIONKemeng Shi2023-08-211-2/+1
* mm/memcg: fix obsolete function name in mem_cgroup_protection()Miaohe Lin2023-08-211-1/+1
* mm/page_ext: add common function to get client data from page_extKemeng Shi2023-08-211-0/+6
* zswap: make zswap_load() take a folioMatthew Wilcox (Oracle)2023-08-211-2/+2
* memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_from_folioMatthew Wilcox (Oracle)2023-08-211-2/+2
* zswap: make zswap_store() take a folioMatthew Wilcox (Oracle)2023-08-211-2/+2
* mm: kill frontswapJohannes Weiner2023-08-214-105/+37
* powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V2023-08-181-0/+10
* powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V2023-08-181-7/+16
* mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V2023-08-181-1/+1
* mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...Aneesh Kumar K.V2023-08-181-0/+2
* mm: add pud_same similar to __HAVE_ARCH_P4D_SAMEAneesh Kumar K.V2023-08-181-0/+3
* mm/vmemmap: improve vmemmap_can_optimize and allow architectures to overrideAneesh Kumar K.V2023-08-181-4/+23
* mm: change pudp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V2023-08-181-2/+2
* mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V2023-08-181-0/+3
* mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)2023-08-182-18/+0
* mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)2023-08-181-0/+6
* maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett2023-08-181-1/+1
* maple_tree: introduce __mas_set_range()Liam R. Howlett2023-08-181-3/+18
* mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett2023-08-181-2/+2
* mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn2023-08-182-0/+13
* mm/page_io: introduce bio_first_folio_all()ZhangPeng2023-08-181-0/+5
* mm: fix obsolete function name above debug_pagealloc_enabled_static()Miaohe Lin2023-08-181-2/+2
* mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-181-24/+24
* mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple2023-08-181-54/+2
* mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple2023-08-181-1/+0
* maple_tree: Be more strict about lockingLiam R. Howlett2023-08-181-1/+6
* mm/mmap: change detached vma locking schemeLiam R. Howlett2023-08-181-0/+3
* maple_tree: relax lockdep checks for on-stack treesLiam R. Howlett2023-08-181-1/+3
* mm/hugetlb: get rid of page_hstate()Sidhartha Kumar2023-08-181-10/+0
* mm: kfence: allocate kfence_metadata at runtimePeng Zhang2023-08-181-5/+6
* fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigat...Zhu, Lipeng2023-08-181-1/+1
* mm/tlbbatch: rename and extend some functionsBarry Song2023-08-181-2/+2
* mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowedBaoquan He2023-08-181-26/+0
* mm: move is_ioremap_addr() into new header fileBaoquan He2023-08-182-5/+30
* mm: ioremap: allow ARCH to have its own ioremap method definitionBaoquan He2023-08-181-0/+3
* mm/ioremap: define generic_ioremap_prot() and generic_iounmap()Christophe Leroy2023-08-181-0/+4
* asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-181-3/+3
* buffer: remove set_bh_page()Matthew Wilcox (Oracle)2023-08-181-2/+0
* highmem: add memcpy_to_folio() and memcpy_from_folio()Matthew Wilcox (Oracle)2023-08-181-0/+44