index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
swapops.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()
Lorenzo Stoakes
1
-13
/
+0
2025-11-24
mm: eliminate further swapops predicates
Lorenzo Stoakes
1
-120
/
+1
2025-11-24
mm: remove non_swap_entry() and use softleaf helpers instead
Lorenzo Stoakes
1
-5
/
+0
2025-11-24
mm: introduce pmd_is_huge() and use where appropriate
Lorenzo Stoakes
1
-0
/
+6
2025-11-24
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
1
-100
/
+0
2025-11-24
mm: avoid unnecessary use of is_swap_pmd()
Lorenzo Stoakes
1
-2
/
+14
2025-11-24
mm: use leaf entries in debug pgtable + remove is_swap_pte()
Lorenzo Stoakes
1
-6
/
+0
2025-11-24
mm: introduce leaf entry type and use to simplify leaf entry logic
Lorenzo Stoakes
1
-28
/
+0
2025-11-24
mm: correctly handle UFFD PTE markers
Lorenzo Stoakes
1
-18
/
+0
2025-11-24
mm/huge_memory: add device-private THP support to PMD operations
Balbir Singh
1
-0
/
+32
2025-03-16
mm: use single SWP_DEVICE_EXCLUSIVE entry type
David Hildenbrand
1
-23
/
+4
2024-11-11
mm: add PTE_MARKER_GUARD PTE marker
Lorenzo Stoakes
1
-1
/
+23
2024-07-12
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
1
-2
/
+2
2024-04-16
mm,swapops: update check in is_pfn_swap_entry for hwpoison entries
Oscar Salvador
1
-32
/
+33
2024-02-21
mm: add pfn_swap_entry_folio()
Matthew Wilcox (Oracle)
1
-0
/
+13
2023-08-18
mm: make PTE_MARKER_SWAPIN_ERROR more general
Axel Rasmussen
1
-5
/
+10
2023-06-19
mm/migrate: remove cruft from migration_entry_wait()s
Hugh Dickins
1
-14
/
+3
2023-01-18
mm/hugetlb: move swap entry handling into vma lock when faulted
Peter Xu
1
-2
/
+4
2022-12-09
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-3
/
+5
2022-12-09
mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bit
David Hildenbrand
1
-3
/
+5
2022-11-30
mm: use pte markers for swap errors
Peter Xu
1
-12
/
+14
2022-11-30
mm: always compile in pte markers
Peter Xu
1
-31
/
+0
2022-11-08
mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c
Naoya Horiguchi
1
-22
/
+2
2022-09-26
mm/swap: cache swap migration A/D bits support
Peter Xu
1
-6
/
+1
2022-09-26
mm/swap: cache maximum swapfile size when init swap
Peter Xu
1
-1
/
+1
2022-09-26
mm: remember young/dirty bit for page migrations
Peter Xu
1
-0
/
+99
2022-09-26
mm/swap: add swp_offset_pfn() to fetch PFN from swap entry
Peter Xu
1
-6
/
+29
2022-09-26
mm/swap: comment all the ifdef in swapops.h
Peter Xu
1
-8
/
+8
2022-09-26
mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pages
Miaohe Lin
1
-5
/
+0
2022-08-08
mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage
Naoya Horiguchi
1
-0
/
+9
2022-07-03
mm/migration: fix potential pte_unmap on an not mapped pte
Miaohe Lin
1
-4
/
+8
2022-05-27
mm/swapfile: unuse_pte can map random data if swap read fails
Miaohe Lin
1
-0
/
+10
2022-05-19
mm/swap: fix the obsolete comment for SWP_TYPE_SHIFT
Miaohe Lin
1
-2
/
+2
2022-05-13
mm/uffd: PTE_MARKER_UFFD_WP
Peter Xu
1
-1
/
+2
2022-05-13
mm: introduce PTE_MARKER swap entry
Peter Xu
1
-0
/
+78
2022-05-13
mm/swapops: make is_pmd_migration_entry more strict
Hongchen Zhang
1
-1
/
+1
2022-05-09
mm/swap: remember PG_anon_exclusive via a swp pte bit
David Hildenbrand
1
-0
/
+2
2022-05-09
mm/rmap: fail try_to_migrate() early when setting a PMD migration entry fails
David Hildenbrand
1
-2
/
+2
2022-05-09
mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
David Hildenbrand
1
-0
/
+25
2022-04-28
include/linux/swapops.h: remove stub for non_swap_entry()
Peter Xu
1
-8
/
+0
2021-07-01
mm: device exclusive memory access
Alistair Popple
1
-1
/
+43
2021-07-01
mm/swapops: rework swap entry manipulation code
Alistair Popple
1
-26
/
+30
2021-07-01
mm: remove special swap entry functions
Alistair Popple
1
-46
/
+23
2021-06-30
mm/userfaultfd: fix uffd-wp special cases for fork()
Peter Xu
1
-0
/
+2
2021-06-29
mm,hwpoison: send SIGBUS with error virutal address
Naoya Horiguchi
1
-0
/
+5
2021-06-16
mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when compare
Peter Xu
1
-4
/
+11
2020-04-07
include/linux/swapops.h: correct guards for non_swap_entry()
Steven Price
1
-1
/
+2
2020-04-07
userfaultfd: wp: support swap and page migration
Peter Xu
1
-0
/
+2
2019-07-16
mm: stub out all of swapops.h for !CONFIG_MMU
Christoph Hellwig
1
-2
/
+3
2019-07-02
memremap: add a migrate_to_ram method to struct dev_pagemap_ops
Christoph Hellwig
1
-15
/
+0
[next]