summaryrefslogtreecommitdiff
path: root/include/linux/swapops.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen1-5/+10
2023-06-20mm/migrate: remove cruft from migration_entry_wait()sHugh Dickins1-14/+3
2023-01-19mm/hugetlb: move swap entry handling into vma lock when faultedPeter Xu1-2/+4
2022-12-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-3/+5
2022-12-10mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bitDavid Hildenbrand1-3/+5
2022-12-01mm: use pte markers for swap errorsPeter Xu1-12/+14
2022-12-01mm: always compile in pte markersPeter Xu1-31/+0
2022-11-09mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.cNaoya Horiguchi1-22/+2
2022-09-27mm/swap: cache swap migration A/D bits supportPeter Xu1-6/+1
2022-09-27mm/swap: cache maximum swapfile size when init swapPeter Xu1-1/+1
2022-09-27mm: remember young/dirty bit for page migrationsPeter Xu1-0/+99
2022-09-27mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu1-6/+29
2022-09-27mm/swap: comment all the ifdef in swapops.hPeter Xu1-8/+8
2022-09-27mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin1-5/+0
2022-08-09mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepageNaoya Horiguchi1-0/+9
2022-07-04mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin1-4/+8
2022-05-27mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin1-0/+10
2022-05-20mm/swap: fix the obsolete comment for SWP_TYPE_SHIFTMiaohe Lin1-2/+2
2022-05-13mm/uffd: PTE_MARKER_UFFD_WPPeter Xu1-1/+2
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu1-0/+78
2022-05-13mm/swapops: make is_pmd_migration_entry more strictHongchen Zhang1-1/+1
2022-05-10mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand1-0/+2
2022-05-10mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand1-2/+2
2022-05-10mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand1-0/+25
2022-04-29include/linux/swapops.h: remove stub for non_swap_entry()Peter Xu1-8/+0
2021-07-01mm: device exclusive memory accessAlistair Popple1-1/+43
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple1-26/+30
2021-07-01mm: remove special swap entry functionsAlistair Popple1-46/+23
2021-07-01mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu1-0/+2
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi1-0/+5
2021-06-16mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu1-4/+11
2020-04-07include/linux/swapops.h: correct guards for non_swap_entry()Steven Price1-1/+2
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu1-0/+2
2019-07-17mm: stub out all of swapops.h for !CONFIG_MMUChristoph Hellwig1-2/+3
2019-07-02memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig1-15/+0
2018-09-30xarray: Replace exceptional entriesMatthew Wilcox1-12/+7
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-2/+3
2018-08-24mm: soft-offline: close the race against page allocationNaoya Horiguchi1-10/+0
2018-01-22mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov1-0/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-09mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+68
2017-09-09mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi1-0/+2
2017-09-09mm: thp: enable thp migration in generic pathZi Yan1-3/+70
2017-07-11mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi1-9/+0
2015-09-09mm/hwpoison: fix race between soft_offline_page and unpoison_memoryWanpeng Li1-0/+14
2015-09-09mm/hwpoison: introduce num_poisoned_pages wrappersNaoya Horiguchi1-0/+23
2015-02-13mm: remove remaining references to NUMA hinting bits and helpersMel Gorman1-1/+1
2015-02-12mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi1-0/+4
2015-02-11mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov1-3/+1
2014-06-05x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman1-1/+1