summaryrefslogtreecommitdiff
path: root/mm/page_table_check.c
Commit message (Expand)AuthorAgeFilesLines
* mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin2023-02-021-0/+1
* mm: use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-301-1/+2
* mm/page_table_check: fix typosChih-En Lin2022-10-031-2/+2
* mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla2022-09-111-3/+7
* Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-05-271-1/+1
|\
| * mm/page_table_check: fix accessing unmapped ptepMiaohe Lin2022-05-271-1/+1
* | mm: page_table_check: move pxx_user_accessible_page into x86Kefeng Wang2022-05-131-17/+0
* | mm: page_table_check: using PxD_SIZE instead of PxD_PAGE_SIZETong Tiangen2022-05-131-4/+4
|/
* mm/page_table_check.c: use strtobool for param parsingDr. David Alan Gilbert2022-03-221-9/+1
* mm/page_table_check: check entries at pmd levelsPasha Tatashin2022-02-041-0/+20
* mm/page_table_check: use unsigned long for page counters and cleanupPasha Tatashin2022-02-041-28/+7
* mm: page table checkPasha Tatashin2022-01-151-0/+270