summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
pan>mm/mprotect: allow clean exclusive anon pages to be writableNadav Amit 2022-11-08Revert "mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in"Peter Xu 2022-11-08mm: mprotect: use VM_ACCESS_FLAGSKefeng Wang 2022-10-12mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu 2022-09-26mm/mprotect: use maple tree navigation instead of VMA linked listLiam R. Howlett 2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V 2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying 2022-08-28mm/mprotect: only reference swap pfn page if type matchPeter Xu 2022-07-29mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu 2022-07-17mm/mprotect: remove the redundant initialization for errorXiu Jianfeng 2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra 2022-07-03mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand 2022-05-13mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu 2022-05-13mm/shmem: allows file-back mem to be uffd wr-protected on thpsPeter Xu 2022-05-13mm/shmem: allow uffd wr-protect none pte for file-backed memPeter Xu 2022-05-13mm: teach core mm about pte markersPeter Xu 2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit 2022-05-13mm/mprotect: use mmu_gatherNadav Amit 2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand 2022-03-22memory tiering: skip to scan fast memoryHuang Ying 2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan 2022-02-17mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds 2022-01-15mm: add a field to store names for private anonymous memoryColin Cross 2021-11-06mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()Liu Song 2021-07-01mm: device exclusive memory accessAlistair Popple 2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple 2021-05-07mm: fix typos in commentsIngo Molnar