summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-18mm/gup: clear the LRU flag of a page before adding to LRU batchyangge1-12/+31
2024-07-18mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin1-4/+14
2024-07-18mm: memcg1: convert charge move flags to unsigned long longRoman Gushchin1-2/+2
2024-07-18alloc_tag: fix page_ext_get/page_ext_put sequence during page splittingSuren Baghdasaryan1-2/+3
2024-07-18lib: reuse page_ext_data() to obtain codetag_refSuren Baghdasaryan1-1/+1
2024-07-18lib: add missing newline character in the warning messageSuren Baghdasaryan1-1/+1
2024-07-18mm/mglru: fix overshooting shrinker memoryYu Zhao1-2/+8
2024-07-18mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao1-1/+0
2024-07-18mm/kmemleak: replace strncpy() with strscpy()Kees Cook1-3/+3
2024-07-18mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka4-11/+7
2024-07-18mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka4-17/+12
2024-07-18mm: ignore data-race in __swap_writepagePei Li1-1/+6
2024-07-18hugetlbfs: ensure generic_hugetlb_get_unmapped_area() returns higher address ...Donet Tom1-5/+6
2024-07-13mm: shmem: rename mTHP shmem countersRyan Roberts4-26/+29
2024-07-13mm: swap_state: use folio_alloc_mpol() in __read_swap_cache_async()Kefeng Wang1-2/+1
2024-07-13mm/migrate: putback split folios when numa hint migration failsPeter Xu1-9/+2
2024-07-13mm/truncate: batch-clear shadow entriesYu Zhao1-37/+31
2024-07-13mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUNDMiaohe Lin2-17/+3
2024-07-13mm: simplify folio_migrate_mapping()Hugh Dickins1-2/+1
2024-07-13mm/page_alloc: put __free_pages_core() in __meminit sectionWei Yang2-2/+3
2024-07-13mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li3-12/+19
2024-07-13kpageflags: detect isolated KPF_THP foliosRan Xiaokai2-14/+11
2024-07-13mm: fix khugepaged activation policyRyan Roberts4-25/+38
2024-07-13memory tier: consolidate the initialization of memory tiersHo-Ren (Jack) Chuang3-37/+24
2024-07-13mm/page_counter: move calculating protection values to page_counterMaarten Lankhorst3-151/+180
2024-07-13mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan8-3/+46
2024-07-13mm: unexport vmf_insert_mixed_mkwriteChristoph Hellwig1-1/+0
2024-07-13mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy4-258/+9
2024-07-13powerpc/mm: remove hugepd leftoversChristophe Leroy7-477/+3
2024-07-13powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy15-186/+74
2024-07-13powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy10-79/+107
2024-07-13powerpc/e500: free r10 for FIND_PTEChristophe Leroy1-14/+16
2024-07-13powerpc/e500: don't pre-check write access on data TLB errorChristophe Leroy1-15/+0
2024-07-13powerpc/e500: encode hugepage size in PTE bitsChristophe Leroy2-15/+22
2024-07-13powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)Christophe Leroy2-4/+10
2024-07-13powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy4-14/+4
2024-07-13powerpc/8xx: simplify struct mmu_psize_defChristophe Leroy1-7/+2
2024-07-13powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy12-114/+111
2024-07-13powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy1-1/+2
2024-07-13powerpc/mm: allow hugepages without hugepdChristophe Leroy7-12/+41
2024-07-13powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy1-1/+10
2024-07-13powerpc/mm: remove _PAGE_PSIZEChristophe Leroy4-12/+3
2024-07-13mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy21-53/+53
2024-07-13mm: define __pte_leaf_size() to also take a PMD entryChristophe Leroy2-1/+4
2024-07-13powerpc/64e: drop unused TLB miss handlersMichael Ellerman3-232/+2
2024-07-13powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman1-23/+15
2024-07-13powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2-65/+38
2024-07-13powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman1-12/+0
2024-07-13powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman3-343/+363
2024-07-13powerpc/64e: remove unused IBM HTW codeMichael Ellerman3-253/+2