summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/kasan_init.c
AgeCommit message (Expand)Author
2021-06-18riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang
2021-06-18riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti
2021-04-01riscv: remove unneeded semicolonYang Li
2021-03-29riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti
2021-03-16RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt
2021-03-16riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-22riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti
2021-02-22riscv: Improve kasan population functionAlexandre Ghiti
2021-02-22riscv: Use KASAN_SHADOW_INIT define for kasan memory initializationAlexandre Ghiti
2021-02-18riscv/kasan: add KASAN_VMALLOC supportNylon Chen
2021-01-13riscv: Fix KASAN memory mapping.Nick Hu
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-07-20riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-02-24riscv: adjust the indentZong Li
2020-02-24riscv: allocate a complete page size for each page tableZong Li
2020-01-22riscv: Add KASAN supportNick Hu