summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/kasan
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kasan: Fix addr error caused by page alignmentJiangfeng Xiao2024-02-051-0/+1
* powerpc/kasan: Disable KCOV in KASAN codeBenjamin Gray2023-07-171-0/+1
* powerpc/32s: Fix boot failure with KASAN + SMP + JUMP_LABEL_FEATURE_CHECK_DEBUGChristophe Leroy2022-07-271-1/+1
* powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy2022-06-293-0/+136
* powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-222-0/+103
* powerpc/mm/kasan: rename kasan_init_32.c to init_32.cDaniel Axtens2022-05-222-1/+1
* powerpc/kasan: Fix early region not updated correctlyChen Jingwen2022-02-031-2/+1
* powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy2022-01-161-28/+31
* powerpc/32s: Fix shift-out-of-bounds in KASAN initChristophe Leroy2021-11-301-1/+2
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-22/+9
|\
| * powerpc/32s: Setup the early hash table at all time.Christophe Leroy2020-10-081-19/+0
| * powerpc/kasan: Fix CONFIG_KASAN_VMALLOC for 8xxChristophe Leroy2020-09-151-3/+9
* | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-4/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-2/+0
|\
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-2/+0
* | powerpc: Use MODULES_VADDR if definedChristophe Leroy2020-07-271-0/+6
* | powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy2020-07-151-12/+13
* | Revert "powerpc/kasan: Fix shadow pages allocation failure"Christophe Leroy2020-07-151-3/+1
|/
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-093-7/+7
* powerpc/32s: Implement dedicated kasan_init_region()Christophe Leroy2020-05-263-1/+59
* powerpc/8xx: Implement dedicated kasan_init_region()Christophe Leroy2020-05-262-0/+75
* powerpc/kasan: Declare kasan_init_region() weakChristophe Leroy2020-05-201-10/+11
* powerpc/kasan: Refactor update of early shadow mappingsChristophe Leroy2020-05-201-21/+18
* powerpc/kasan: Remove unnecessary page table lockingChristophe Leroy2020-05-201-15/+4
* powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy2020-05-201-1/+3
* powerpc/kasan: Fix error detection on memory allocationChristophe Leroy2020-05-201-3/+2
* Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-051-5/+5
|\
| * powerpc/kasan: Fix kasan_remap_early_shadow_ro()Christophe Leroy2020-03-251-1/+1
| * Merge branch 'fixes' into nextMichael Ellerman2020-03-101-2/+1
| |\
| * | powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy2020-02-261-4/+4
* | | powerpc/kasan: Fix shadow memory protection with CONFIG_KASAN_VMALLOCChristophe Leroy2020-03-131-7/+2
| |/ |/|
* | powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy2020-02-181-2/+1
|/
* powerpc/32s: Fix kasan_early_hash_table() for CONFIG_VMAP_STACKChristophe Leroy2020-01-301-2/+5
* powerpc/32: Reuse orphaned memblocks in kasan_init_shadow_page_tables()Christophe Leroy2020-01-271-3/+3
* powerpc/32: Simplify KASAN initChristophe Leroy2020-01-271-21/+5
* powerpc/32: Force KASAN_VMALLOC for modulesChristophe Leroy2020-01-271-26/+5
* powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy2020-01-271-1/+32
* powerpc/mm: Fix an Oops in kasan_mmu_init()Christophe Leroy2019-09-211-1/+14
* powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLYChristophe Leroy2019-09-211-8/+13
* powerpc/kasan: Fix shadow area set up for modules.Christophe Leroy2019-08-201-1/+1
* powerpc/kasan: Fix parallel loading of modules.Christophe Leroy2019-08-201-2/+19
* powerpc/kasan: fix early boot failure on PPC32Christophe Leroy2019-07-311-2/+5
* powerpc/kasan: add missing/lost MakefileChristophe Leroy2019-05-061-0/+5
* powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_ROChristophe Leroy2019-05-031-2/+8
* powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy2019-05-031-1/+22
* powerpc/32: Add KASAN supportChristophe Leroy2019-05-031-0/+156