summaryrefslogtreecommitdiffstats
path: root/include/linux/swapops.h
Commit message (Expand)AuthorAgeFilesLines
* mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bitDavid Hildenbrand2022-12-091-3/+5
* mm/swap: cache swap migration A/D bits supportPeter Xu2022-09-261-6/+1
* mm/swap: cache maximum swapfile size when init swapPeter Xu2022-09-261-1/+1
* mm: remember young/dirty bit for page migrationsPeter Xu2022-09-261-0/+99
* mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu2022-09-261-6/+29
* mm/swap: comment all the ifdef in swapops.hPeter Xu2022-09-261-8/+8
* mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin2022-09-261-5/+0
* mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepageNaoya Horiguchi2022-08-081-0/+9
* mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin2022-07-031-4/+8
* mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin2022-05-271-0/+10
* mm/swap: fix the obsolete comment for SWP_TYPE_SHIFTMiaohe Lin2022-05-191-2/+2
* mm/uffd: PTE_MARKER_UFFD_WPPeter Xu2022-05-131-1/+2
* mm: introduce PTE_MARKER swap entryPeter Xu2022-05-131-0/+78
* mm/swapops: make is_pmd_migration_entry more strictHongchen Zhang2022-05-131-1/+1
* mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand2022-05-091-0/+2
* mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand2022-05-091-2/+2
* mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-091-0/+25
* include/linux/swapops.h: remove stub for non_swap_entry()Peter Xu2022-04-281-8/+0
* mm: device exclusive memory accessAlistair Popple2021-07-011-1/+43
* mm/swapops: rework swap entry manipulation codeAlistair Popple2021-07-011-26/+30
* mm: remove special swap entry functionsAlistair Popple2021-07-011-46/+23
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-06-301-0/+2
* mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi2021-06-291-0/+5
* mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu2021-06-161-4/+11
* include/linux/swapops.h: correct guards for non_swap_entry()Steven Price2020-04-071-1/+2
* userfaultfd: wp: support swap and page migrationPeter Xu2020-04-071-0/+2
* mm: stub out all of swapops.h for !CONFIG_MMUChristoph Hellwig2019-07-161-2/+3
* memremap: add a migrate_to_ram method to struct dev_pagemap_opsChristoph Hellwig2019-07-021-15/+0
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-12/+7
* mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-2/+3
* mm: soft-offline: close the race against page allocationNaoya Horiguchi2018-08-231-10/+0
* mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()Kirill A. Shutemov2018-01-211-0/+21
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-0/+68
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-081-0/+2
* mm: thp: enable thp migration in generic pathZi Yan2017-09-081-3/+70
* mm: hwpoison: change PageHWPoison behavior on hugetlb pagesNaoya Horiguchi2017-07-101-9/+0
* mm/hwpoison: fix race between soft_offline_page and unpoison_memoryWanpeng Li2015-09-081-0/+14
* mm/hwpoison: introduce num_poisoned_pages wrappersNaoya Horiguchi2015-09-081-0/+23
* mm: remove remaining references to NUMA hinting bits and helpersMel Gorman2015-02-121-1/+1
* mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-02-111-0/+4
* mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2015-02-101-3/+1
* x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman2014-06-041-1/+1
* mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov2013-11-151-3/+4
* mm: save soft-dirty bits on swapped pagesCyrill Gorcunov2013-08-131-0/+2
* mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-121-0/+3
* swap: fix shmem swapping when more than 8 areasHugh Dickins2012-06-151-3/+5
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* mm: let swap use exceptional entriesHugh Dickins2011-08-031-0/+23
* HWPOISON: Add support for poison swap entries v2Andi Kleen2009-09-161-0/+38