summaryrefslogtreecommitdiff
path: root/mm/ptdump.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-17mm/ptdump: replace READ_ONCE() with standard page table accessorsAnshuman Khandual1-5/+5
2025-07-10mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-0/+2
2025-07-10mm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes1-1/+2
2025-05-12mm/ptdump: split effective_prot() into level specific callbacksAnshuman Khandual1-10/+10
2025-05-12mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-10/+32
2024-02-22mm: ptdump: add check_wx_pages debugfs attributeChristophe Leroy1-0/+22
2023-06-20mm: ptdump should use ptep_get_lockless()Ryan Roberts1-1/+1
2022-09-03mm: pagewalk: Fix race between unmap and page walkerSteven Price1-2/+2
2022-03-23mm: sparsemem: use page table lock to protect kernel pmd operationsMuchun Song1-4/+12
2021-04-17mm: ptdump: fix build failureChristophe Leroy1-1/+1
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-5/+8
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-02x86: mm: ptdump: calculate effective permissions correctlySteven Price1-1/+16
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price1-2/+2
2020-02-04mm: ptdump: reduce level numbers by 1 in note_page()Steven Price1-8/+8
2020-02-04mm: add generic ptdumpSteven Price1-0/+139