aboutsummaryrefslogtreecommitdiff
path: root/mm/page_poison.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-30mm: page_poison: print page info when corruption is caughtGravatar Sergei Trofimovich 1-2/+4
2021-04-09kasan: fix conflict with page poisoningGravatar Andrey Konovalov 1-1/+3
2020-12-22kasan, mm: reset tags when accessing metadataGravatar Andrey Konovalov 1-1/+1
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYGravatar Vlastimil Babka 1-3/+0
2020-12-15mm, page_poison: use static key more efficientlyGravatar Vlastimil Babka 1-46/+7
2020-10-16mm/page_poison.c: replace bool variable with static keyGravatar Mateusz Nosek 1-5/+15
2019-09-24mm/page_poison.c: fix a typo in a commentGravatar Christophe JAILLET 1-1/+1
2019-03-05page_poison: play nicely with KASANGravatar Qian Cai 1-0/+4
2018-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+6
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-24mm/page_poison: expose page_poisoning_enabled to kernel modulesGravatar Wei Wang 1-0/+6
2018-04-05mm/page_poison.c: make early_page_poison_param() __initGravatar Dou Liyang 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-03mm: enable page poisoning early at bootGravatar Vinayak Menon 1-65/+12
2016-06-03mm: check the return value of lookup_page_ext for all call sitesGravatar Yang Shi 1-1/+7
2016-05-20mm: use existing helper to convert "on"/"off" to booleanGravatar Minfei Huang 1-7/+1
2016-03-15mm/page_poisoning.c: allow for zero poisoningGravatar Laura Abbott 1-2/+5
2016-03-15mm/page_poison.c: enable PAGE_POISONING as a separate optionGravatar Laura Abbott 1-0/+173