summaryrefslogtreecommitdiffstats
path: root/tools/iio (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-04selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASSJohn Hubbard3-48/+48
2024-07-04selftests/mm: mseal, self_elf: factor out test macros and other duplicated itemsJohn Hubbard4-80/+44
2024-07-04selftests/mm: mseal, self_elf: fix missing __NR_msealJohn Hubbard2-2/+2
2024-07-04mm: swap: remove 'synchronous' argument to swap_read_folio()Yosry Ahmed4-13/+11
2024-07-04mm/highmem: make nr_free_highpages() return "unsigned long"David Hildenbrand3-7/+7
2024-07-04mm/highmem: reimplement totalhigh_pages() by walking zonesDavid Hildenbrand3-14/+16
2024-07-04Documentation/admin-guide/mm/pagemap.rst: drop "Using pagemap to do something...David Hildenbrand1-21/+0
2024-07-04fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand4-50/+66
2024-07-04fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea h...David Hildenbrand1-22/+31
2024-07-04fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand1-10/+12
2024-07-04fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand1-6/+2
2024-07-04fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand1-0/+2
2024-07-04lib: test_hmm: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-04test_maple_tree: add the missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-04ubsan: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-04test_xarray: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-04mm: swap: reuse exclusive folio directly instead of wp page faultsBarry Song1-7/+11
2024-07-04mm/memory_hotplug: drop memblock_phys_free() call in try_remove_memory()Jonathan Cameron1-3/+1
2024-07-04kmemleak-test: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-04mm: shmem: add mTHP counters for anonymous shmemBaolin Wang4-3/+37
2024-07-04mm: shmem: add mTHP size alignment in shmem_get_unmapped_areaBaolin Wang1-9/+31
2024-07-04mm: shmem: add mTHP support for anonymous shmemBaolin Wang2-30/+167
2024-07-04mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang4-8/+135
2024-07-04mm: shmem: add THP validation for PMD-mapped THP related statisticsBaolin Wang1-3/+4
2024-07-04mm: memory: extend finish_fault() to support large folioBaolin Wang1-10/+51
2024-07-04mm/memory-failure: stop setting the folio error flagMatthew Wilcox (Oracle)1-29/+0
2024-07-04mm,swap: simplify VMA based swap readahead window calculationHuang Ying1-41/+25
2024-07-04mm,swap: remove struct vma_swap_readaheadHuang Ying1-28/+20
2024-07-04mm,swap: fix a theoretical underflow in readahead window calculationHuang Ying1-0/+2
2024-07-04mm: userfaultfd: use swap() in double_pt_lock()Jiapeng Chong1-8/+2
2024-07-04mm: sparse: consistently use _nrDev Jain1-8/+8
2024-07-04arch/x86: do not explicitly clear Reserved flag in free_pagetableOscar Salvador1-2/+0
2024-07-04mm: drop leftover comment references to pxx_huge()Peter Xu2-6/+2
2024-07-04kmsan: introduce test_unpoison_memory()Brian Johannesmeyer1-0/+27
2024-07-04mm/vmalloc: use __this_cpu_try_cmpxchg() in preload_this_cpu_lock()Uros Bizjak1-2/+3
2024-07-04percpu: add __this_cpu_try_cmpxchg()Uros Bizjak1-0/+6
2024-07-04memcg: rearrange fields of mem_cgroup_per_nodeShakeel Butt1-8/+14
2024-07-04mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages()Sidhartha Kumar2-11/+6
2024-07-04mm: swap: entirely map large folios found in swapcacheChuanhua Han1-11/+48
2024-07-04mm: swap: make should_try_to_free_swap() support large-folioChuanhua Han1-1/+1
2024-07-04mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pagesBarry Song2-7/+22
2024-07-04mm: introduce pte_move_swp_offset() helper which can move offset bidirectionallyBarry Song1-4/+21
2024-07-04mm: remove the implementation of swap_free() and always use swap_free_nr()Barry Song3-21/+11
2024-07-04mm: swap: introduce swap_free_nr() for batched swap_free()Chuanhua Han2-0/+52
2024-07-04mm: rmap: abstract updating per-node and per-memcg statsYosry Ahmed1-27/+29
2024-07-04mm: zswap: make same_filled functions folio-friendlyYosry Ahmed1-17/+13
2024-07-04mm :zswap: use kmap_local_folio() in zswap_load()Yosry Ahmed1-2/+1
2024-07-04mm: zswap: use sg_set_folio() in zswap_{compress/decompress}()Yosry Ahmed1-5/+5
2024-07-04mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang6-43/+3
2024-07-04mm: migrate: remove migrate_folio_extra()Kefeng Wang2-24/+11