summaryrefslogtreecommitdiffstats
path: root/mm/page_table_check.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30mm: use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-10-03mm/page_table_check: fix typosChih-En Lin1-2/+2
2022-09-11mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla1-3/+7
2022-05-27Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2022-05-27mm/page_table_check: fix accessing unmapped ptepMiaohe Lin1-1/+1
2022-05-13mm: page_table_check: move pxx_user_accessible_page into x86Kefeng Wang1-17/+0
2022-05-13mm: page_table_check: using PxD_SIZE instead of PxD_PAGE_SIZETong Tiangen1-4/+4
2022-03-22mm/page_table_check.c: use strtobool for param parsingDr. David Alan Gilbert1-9/+1
2022-02-04mm/page_table_check: check entries at pmd levelsPasha Tatashin1-0/+20
2022-02-04mm/page_table_check: use unsigned long for page counters and cleanupPasha Tatashin1-28/+7
2022-01-15mm: page table checkPasha Tatashin1-0/+270