summaryrefslogtreecommitdiffstats
path: root/net/x25 (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-06mm: swapfile: check usable swap device in __folio_throttle_swaprate()Kefeng Wang1-3/+10
2024-05-06mm/huge_memory: improve split_huge_page_to_list_to_order() return value docum...David Hildenbrand1-3/+11
2024-05-06mm/page_table_check: support userfault wr-protect entriesPeter Xu3-18/+39
2024-05-06mm/hugetlb: assert hugetlb_lock in __hugetlb_cgroup_commit_chargePeter Xu1-1/+1
2024-05-06fs/proc/task_mmu: convert smaps_hugetlb_range() to work on foliosDavid Hildenbrand1-6/+7
2024-05-06fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on foliosDavid Hildenbrand1-3/+4
2024-05-06mm/sparse: guard the size of mem_section is power of 2Wei Yang1-0/+2
2024-05-06doc: split buffer.rst out of api-summary.rstMatthew Wilcox (Oracle)3-3/+13
2024-05-06buffer: improve bdev_getblk documentationMatthew Wilcox (Oracle)1-0/+5
2024-05-06buffer: add kernel-doc for bforget() and __bforget()Matthew Wilcox (Oracle)2-3/+16
2024-05-06buffer: add kernel-doc for brelse() and __brelse()Matthew Wilcox (Oracle)2-9/+24
2024-05-06buffer: fix __bread and __bread_gfp kernel-docMatthew Wilcox (Oracle)2-22/+35
2024-05-06buffer: add kernel-doc for try_to_free_buffers()Matthew Wilcox (Oracle)1-20/+24
2024-05-06buffer: add kernel-doc for block_dirty_folio()Matthew Wilcox (Oracle)1-24/+31
2024-05-06doc: improve the description of __folio_mark_dirtyMatthew Wilcox (Oracle)1-5/+9
2024-05-06xarray: inline xas_descend to improve performanceLong Li1-1/+2
2024-05-06mm/ksm: remove page_mapcount() usage in stable_tree_search()David Hildenbrand1-5/+8
2024-05-06mm: zswap: remove same_filled module paramsYosry Ahmed3-50/+0
2024-05-06mm: zswap: move more same-filled pages checks outside of zswap_store()Yosry Ahmed1-20/+25
2024-05-06mm: zswap: refactor limit checking from zswap_store()Yosry Ahmed1-16/+16
2024-05-06mm: zswap: always shrink in zswap_store() if zswap_pool_reached_fullYosry Ahmed1-6/+4
2024-05-06userfaultfd: remove WRITE_ONCE when setting folio->index during UFFDIO_MOVESuren Baghdasaryan2-2/+2
2024-05-06mm: page_alloc: allowing mTHP compaction to capture the freed page directlyBaolin Wang1-2/+4
2024-05-06mm: filemap: batch mm counter updating in filemap_map_pages()Kefeng Wang1-9/+12
2024-05-06mm: move mm counter updating out of set_pte_range()Kefeng Wang2-3/+9
2024-05-06mm: correct the docs for thp_fault_alloc and thp_fault_fallbackBarry Song1-2/+2
2024-05-06mm: add docs for per-order mTHP counters and transhuge_page ABIBarry Song2-0/+46
2024-05-06mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song4-0/+10
2024-05-06mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song3-0/+78
2024-05-06mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar3-5/+5
2024-05-06mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar3-15/+14
2024-05-06mm/ksm: replace set_page_stable_node by folio_set_stable_nodeAlex Shi (tencent)1-9/+3
2024-05-06mm/ksm: rename get_ksm_page_flags to ksm_get_folio_flagsDavid Hildenbrand1-16/+16
2024-05-06mm/ksm: convert chain series funcs and replace get_ksm_pageAlex Shi (tencent)2-72/+66
2024-05-06mm/ksm: use folio in write_protect_pageAlex Shi (tencent)1-12/+13
2024-05-06mm/ksm: use ksm_get_folio in scan_get_next_rmap_itemAlex Shi (tencent)1-5/+5
2024-05-06mm/ksm: use folio in stable_node_dupAlex Shi (tencent)1-8/+8
2024-05-06mm/ksm: use folio in remove_stable_nodeAlex Shi (tencent)1-12/+12
2024-05-06mm/ksm: add folio_set_stable_nodeAlex Shi (tencent)1-1/+7
2024-05-06mm/ksm: use folio in remove_rmap_item_from_treeAlex Shi (tencent)1-5/+5
2024-05-06mm/ksm: add ksm_get_folioAlex Shi (tencent)1-17/+25
2024-05-06arm: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESSKefeng Wang1-15/+15
2024-05-06arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESSKefeng Wang1-23/+20
2024-05-06Documentation/admin-guide/cgroup-v1/memory.rst: don't reference page_mapcount()David Hildenbrand1-2/+2
2024-05-06mm/debug: print only page mapcount (excluding folio entire mapcount) in __dum...David Hildenbrand1-7/+2
2024-05-06xtensa/mm: convert check_tlb_entry() to sanity check foliosDavid Hildenbrand1-5/+6
2024-05-06trace/events/page_ref: trace the raw page mapcount valueDavid Hildenbrand1-2/+2
2024-05-06mm/migrate_device: use folio_mapcount() in migrate_vma_check_page()David Hildenbrand1-5/+7
2024-05-06mm/filemap: use folio_mapcount() in filemap_unaccount_folio()David Hildenbrand1-1/+1
2024-05-06sh/mm/cache: use folio_mapped() in copy_from_user_page()David Hildenbrand1-1/+1