aboutsummaryrefslogtreecommitdiff
path: root/mm/ptdump.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22mm: ptdump: add check_wx_pages debugfs attributeGravatar Christophe Leroy 1-0/+22
2023-06-19mm: ptdump should use ptep_get_lockless()Gravatar Ryan Roberts 1-1/+1
2022-09-03mm: pagewalk: Fix race between unmap and page walkerGravatar Steven Price 1-2/+2
2022-03-22mm: sparsemem: use page table lock to protect kernel pmd operationsGravatar Muchun Song 1-4/+12
2021-04-16mm: ptdump: fix build failureGravatar Christophe Leroy 1-1/+1
2020-12-22kasan, arm64: expand CONFIG_KASAN checksGravatar Andrey Konovalov 1-5/+8
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-2/+2
2020-06-02x86: mm: ptdump: calculate effective permissions correctlyGravatar Steven Price 1-1/+16
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackGravatar Steven Price 1-2/+2
2020-02-04mm: ptdump: reduce level numbers by 1 in note_page()Gravatar Steven Price 1-8/+8
2020-02-04mm: add generic ptdumpGravatar Steven Price 1-0/+139