summaryrefslogtreecommitdiffstats
path: root/drivers/ssb (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-23arm64/mm: dplit __flush_tlb_range() to elide trailing DSBRyan Roberts1-2/+11
2024-02-23arm64/mm: new ptep layer to manage contig bitRyan Roberts11-86/+93
2024-02-23arm64/mm: convert ptep_clear() to ptep_get_and_clear()Ryan Roberts1-1/+1
2024-02-23arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts5-9/+9
2024-02-23arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts8-19/+25
2024-02-23mm: tidy up pte_next_pfn() definitionRyan Roberts1-2/+0
2024-02-23x86/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts1-4/+4
2024-02-23arm64/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts1-4/+4
2024-02-23mm: introduce pte_advance_pfn() and use for pte_next_pfn()Ryan Roberts1-3/+6
2024-02-23mm: thp: batch-collapse PMD with set_ptes()Ryan Roberts1-25/+33
2024-02-23mm: clarify the spec for set_ptes()Ryan Roberts1-0/+4
2024-02-23mm/memory: optimize unmap/zap with PTE-mapped THPDavid Hildenbrand2-26/+136
2024-02-23mm/mmu_gather: improve cond_resched() handling with large folios and expensiv...David Hildenbrand1-15/+43
2024-02-23mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand6-14/+119
2024-02-23mm/mmu_gather: add tlb_remove_tlb_entries()David Hildenbrand2-1/+25
2024-02-23mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAPDavid Hildenbrand2-8/+14
2024-02-23mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...David Hildenbrand3-16/+16
2024-02-23mm/memory: factor out zapping folio pte into zap_present_folio_pte()David Hildenbrand1-21/+32
2024-02-23mm/memory: further separate anon and pagecache folio handling in zap_present_...David Hildenbrand1-5/+11
2024-02-23mm/memory: handle !page case in zap_present_pte() separatelyDavid Hildenbrand1-11/+11
2024-02-23mm/memory: factor out zapping of present pte into zap_present_pte()David Hildenbrand1-41/+53
2024-02-23selftests: add zswapin and no zswap testsNhat Pham1-2/+118
2024-02-23selftests: fix the zswap invasive shrink testNhat Pham1-1/+1
2024-02-23selftests: zswap: add zswap selftest file to zswap maintainer entryNhat Pham1-0/+1
2024-02-23mm: compaction: limit the suitable target page order to be less than cc->orderBaolin Wang1-1/+3
2024-02-22zram: do not allocate physically contiguous strm buffersBarry Song1-2/+3
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual3-10/+8
2024-02-22mm/mglru: improve swappiness handlingKinsey Ho1-10/+10
2024-02-22mm/mglru: improve struct lru_gen_mm_walkKinsey Ho2-27/+29
2024-02-22mm/mglru: improve reset_mm_stats()Kinsey Ho1-20/+22
2024-02-22mm/mglru: improve should_run_aging()Kinsey Ho1-14/+11
2024-02-22mm/mglru: drop unused parameterKinsey Ho1-5/+5
2024-02-22kasan/test: avoid gcc warning for intentional overflowArnd Bergmann1-1/+2
2024-02-22mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka2-6/+58
2024-02-22mm/zswap: optimize and cleanup the invalidation of duplicate entryChengming Zhou1-18/+16
2024-02-22selftests/mm: log a consistent test name for check_compactionMark Brown1-16/+19
2024-02-22selftests/mm: log skipped compaction test as a skipMark Brown1-1/+1
2024-02-22mm: compaction: refactor compact_node()Kefeng Wang1-44/+21
2024-02-22mm/cma: add sysfs file 'release_pages_success'Anshuman Khandual4-0/+27
2024-02-22selftests/damon/_chk_dependency: get debugfs mount point from /proc/mountsSeongJae Park1-1/+8
2024-02-22selftests/damon: add a test for the pid leak of dbgfs_target_ids_write()SeongJae Park4-0/+93
2024-02-22selftests/damon: add a test for a race between target_ids_read() and dbgfs_be...SeongJae Park4-0/+97
2024-02-22selftests/damon: add a test for DAMOS apply intervalsSeongJae Park2-1/+68
2024-02-22selftests/damon: add a test for DAMOS quotaSeongJae Park2-0/+68
2024-02-22selftests/damon/_damon_sysfs: support DAMOS apply intervalSeongJae Park1-1/+8
2024-02-22selftests/damon/_damon_sysfs: support DAMOS statsSeongJae Park1-0/+32
2024-02-22selftests/damon/_damon_sysfs: support DAMOS quotaSeongJae Park1-9/+33
2024-02-22memremap.h: correct an error in a commentJohn Groves1-1/+1
2024-02-22zram: use copy_page for full page copyMark-PK Tsai1-1/+1
2024-02-22mm/demotion: print demotion targetsLi Zhijian1-1/+23