aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/kasan_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29riscv: Fix asan-stack clang buildAlexandre Ghiti1-0/+3
2021-10-29riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti1-11/+0
2021-06-18riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang1-1/+1
2021-06-18riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang1-4/+4
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-43/+28
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang1-3/+3
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti1-0/+9
2021-04-01riscv: remove unneeded semicolonYang Li1-1/+1
2021-03-29riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti1-41/+18
2021-03-16RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt1-1/+1
2021-03-16riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti1-0/+2
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-31/+145
2021-02-22riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti1-0/+24
2021-02-22riscv: Improve kasan population functionAlexandre Ghiti1-28/+63
2021-02-22riscv: Use KASAN_SHADOW_INIT define for kasan memory initializationAlexandre Ghiti1-2/+2
2021-02-18riscv/kasan: add KASAN_VMALLOC supportNylon Chen1-1/+56
2021-01-13riscv: Fix KASAN memory mapping.Nick Hu1-2/+2
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-5/+5
2020-07-20riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-02-24riscv: adjust the indentZong Li1-11/+15
2020-02-24riscv: allocate a complete page size for each page tableZong Li1-11/+16
2020-01-22riscv: Add KASAN supportNick Hu1-0/+104