aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/swapops.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26mm/swap: cache swap migration A/D bits supportPeter Xu1-6/+1
2022-09-26mm/swap: cache maximum swapfile size when init swapPeter Xu1-1/+1
2022-09-26mm: remember young/dirty bit for page migrationsPeter Xu1-0/+99
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu1-6/+29
2022-09-26mm/swap: comment all the ifdef in swapops.hPeter Xu1-8/+8
2022-09-26mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin1-5/+0
2022-08-08mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepageNaoya Horiguchi1-0/+9
2022-07-03mm/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-19mm/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-09mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand1-0/+2
2022-05-09mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand1-2/+2
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand1-0/+25
2022-04-28include/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-06-30mm/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-16mm: 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-29xarray: Replace exceptional entriesMatthew Wilcox1-12/+7
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-2/+3
2018-08-23mm: soft-offline: close the race against page allocationNaoya Horiguchi1-10/+0
2018-01-21mm, 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-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+68
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi1-0/+2
2017-09-08mm: thp: enable thp migration in generic pathZi Yan1-3/+70
2017-07-10mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi1-9/+0
2015-09-08mm/hwpoison: fix race between soft_offline_page and unpoison_memoryWanpeng Li1-0/+14
2015-09-08mm/hwpoison: introduce num_poisoned_pages wrappersNaoya Horiguchi1-0/+23
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman1-1/+1
2015-02-11mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi1-0/+4
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov1-3/+1
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman1-1/+1
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov1-3/+4
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov1-0/+2
2013-06-12mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi1-0/+3
2012-06-15swap: fix shmem swapping when more than 8 areasHugh Dickins1-3/+5
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2011-08-03mm: let swap use exceptional entriesHugh Dickins1-0/+23
2009-09-16HWPOISON: Add support for poison swap entries v2Andi Kleen1-0/+38
2008-02-09Fix compile error on nommu for is_swap_pteMatt Mackall1-0/+2