aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/kasan/kasan_init_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22powerpc/mm/kasan: rename kasan_init_32.c to init_32.cDaniel Axtens1-191/+0
2022-02-03powerpc/kasan: Fix early region not updated correctlyChen Jingwen1-2/+1
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-22/+9
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-4/+4
2020-10-08powerpc/32s: Setup the early hash table at all time.Christophe Leroy1-19/+0
2020-09-15powerpc/kasan: Fix CONFIG_KASAN_VMALLOC for 8xxChristophe Leroy1-3/+9
2020-07-27powerpc: Use MODULES_VADDR if definedChristophe Leroy1-0/+6
2020-07-15powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy1-12/+13
2020-07-15Revert "powerpc/kasan: Fix shadow pages allocation failure"Christophe Leroy1-3/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-4/+4
2020-05-26powerpc/32s: Implement dedicated kasan_init_region()Christophe Leroy1-1/+1
2020-05-20powerpc/kasan: Declare kasan_init_region() weakChristophe Leroy1-10/+11
2020-05-20powerpc/kasan: Refactor update of early shadow mappingsChristophe Leroy1-21/+18
2020-05-20powerpc/kasan: Remove unnecessary page table lockingChristophe Leroy1-15/+4
2020-05-20powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy1-1/+3
2020-05-20powerpc/kasan: Fix error detection on memory allocationChristophe Leroy1-3/+2
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-5/+5
2020-03-25powerpc/kasan: Fix kasan_remap_early_shadow_ro()Christophe Leroy1-1/+1
2020-03-13powerpc/kasan: Fix shadow memory protection with CONFIG_KASAN_VMALLOCChristophe Leroy1-7/+2
2020-03-10Merge branch 'fixes' into nextMichael Ellerman1-2/+1
2020-02-26powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy1-4/+4
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-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