index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
ptdump.c
Age
Commit message (
Expand
)
Author
2025-07-09
mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()
Anshuman Khandual
2025-07-09
mm/pagewalk: split walk_page_range_novma() into kernel/user parts
Lorenzo Stoakes
2025-05-11
mm/ptdump: split effective_prot() into level specific callbacks
Anshuman Khandual
2025-05-11
mm/ptdump: split note_page() into level specific callbacks
Anshuman Khandual
2024-02-22
mm: ptdump: add check_wx_pages debugfs attribute
Christophe Leroy
2023-06-19
mm: ptdump should use ptep_get_lockless()
Ryan Roberts
2022-09-03
mm: pagewalk: Fix race between unmap and page walker
Steven Price
2022-03-22
mm: sparsemem: use page table lock to protect kernel pmd operations
Muchun Song
2021-04-16
mm: ptdump: fix build failure
Christophe Leroy
2020-12-22
kasan, arm64: expand CONFIG_KASAN checks
Andrey Konovalov
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-02
x86: mm: ptdump: calculate effective permissions correctly
Steven Price
2020-02-04
x86: mm: avoid allocating struct mm_struct on the stack
Steven Price
2020-02-04
mm: ptdump: reduce level numbers by 1 in note_page()
Steven Price
2020-02-04
mm: add generic ptdump
Steven Price