aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/kasan (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy1-2/+1
2020-01-30powerpc/32s: Fix kasan_early_hash_table() for CONFIG_VMAP_STACKChristophe Leroy1-2/+5
2020-01-27powerpc/32: Reuse orphaned memblocks in kasan_init_shadow_page_tables()Christophe Leroy1-3/+3
2020-01-27powerpc/32: Simplify KASAN initChristophe Leroy1-21/+5
2020-01-27powerpc/32: Force KASAN_VMALLOC for modulesChristophe Leroy1-26/+5
2020-01-27powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy1-1/+32
2019-09-21powerpc/mm: Fix an Oops in kasan_mmu_init()Christophe Leroy1-1/+14
2019-09-21powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLYChristophe Leroy1-8/+13
2019-08-20powerpc/kasan: Fix shadow area set up for modules.Christophe Leroy1-1/+1
2019-08-20powerpc/kasan: Fix parallel loading of modules.Christophe Leroy1-2/+19
2019-07-31powerpc/kasan: fix early boot failure on PPC32Christophe Leroy1-2/+5
2019-05-06powerpc/kasan: add missing/lost MakefileChristophe Leroy1-0/+5
2019-05-03powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_ROChristophe Leroy1-2/+8
2019-05-03powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy1-1/+22
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy1-0/+156