aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-12mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan
2024-07-12mm: unexport vmf_insert_mixed_mkwriteChristoph Hellwig
2024-07-12mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy
2024-07-12powerpc/mm: remove hugepd leftoversChristophe Leroy
2024-07-12powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy
2024-07-12powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy
2024-07-12powerpc/e500: free r10 for FIND_PTEChristophe Leroy
2024-07-12powerpc/e500: don't pre-check write access on data TLB errorChristophe Leroy
2024-07-12powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy
2024-07-12powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy
2024-07-12powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy
2024-07-12powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy
2024-07-12powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy
2024-07-12powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy
2024-07-12powerpc/mm: allow hugepages without hugepdChristophe Leroy
2024-07-12powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy
2024-07-12powerpc/mm: remove _PAGE_PSIZEChristophe Leroy
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy
2024-07-12mm: define __pte_leaf_size() to also take a PMD entryChristophe Leroy
2024-07-12powerpc/64e: drop unused TLB miss handlersMichael Ellerman
2024-07-12powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman
2024-07-12powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman
2024-07-12powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman
2024-07-12powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman
2024-07-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman
2024-07-12zsmalloc: rename class stat mutatorsSergey Senozhatsky
2024-07-12mm: add docs for per-order mTHP split countersLance Yang
2024-07-12mm: add per-order mTHP split countersLance Yang
2024-07-12mm/zsmalloc: move record_obj() into obj_malloc()Chengming Zhou
2024-07-12mm/zsmalloc: clarify class per-fullness zspage countsChengming Zhou
2024-07-12selftests/proc: add PROCMAP_QUERY ioctl testsAndrii Nakryiko
2024-07-12tools: sync uapi/linux/fs.h header into tools subdirAndrii Nakryiko
2024-07-12docs/procfs: call out ioctl()-based PROCMAP_QUERY command existenceAndrii Nakryiko
2024-07-12fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko
2024-07-12fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko
2024-07-12fs/procfs: extract logic for getting VMA name constituentsAndrii Nakryiko
2024-07-12selftests/udmabuf: add tests to verify data after page migrationVivek Kasireddy
2024-07-12udmabuf: pin the pages using memfd_pin_folios() APIVivek Kasireddy
2024-07-12udmabuf: convert udmabuf driver to use foliosVivek Kasireddy
2024-07-12udmabuf: add back support for mapping hugetlb pagesVivek Kasireddy
2024-07-12udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmapVivek Kasireddy
2024-07-12udmabuf: add CONFIG_MMU dependencyArnd Bergmann
2024-07-12mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy
2024-07-12mm/gup: introduce check_and_migrate_movable_folios()Vivek Kasireddy
2024-07-12mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy
2024-07-12mm/zswap: use only one pool in zswapChengming Zhou
2024-07-12mm/zsmalloc: change back to per-size_class lockChengming Zhou
2024-07-12mm/hugetlb.c: undo errant changeAndrew Morton
2024-07-10mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==NBarry Song
2024-07-10mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNCBarry Song