summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/kasan_init.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-061-43/+28
|\
| * riscv: add __init section marker to some functionsJisheng Zhang2021-04-261-3/+3
| * riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti2021-04-261-0/+9
| * riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti2021-03-291-41/+18
* | riscv: remove unneeded semicolonYang Li2021-04-011-1/+1
* | RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt2021-03-161-1/+1
* | riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti2021-03-161-0/+2
|/
* Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-31/+145
|\
| * riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti2021-02-221-0/+24
| * riscv: Improve kasan population functionAlexandre Ghiti2021-02-221-28/+63
| * riscv: Use KASAN_SHADOW_INIT define for kasan memory initializationAlexandre Ghiti2021-02-221-2/+2
| * riscv/kasan: add KASAN_VMALLOC supportNylon Chen2021-02-181-1/+56
* | riscv: Fix KASAN memory mapping.Nick Hu2021-01-131-2/+2
|/
* arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-5/+5
* riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen2020-07-201-2/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* riscv: adjust the indentZong Li2020-02-241-11/+15
* riscv: allocate a complete page size for each page tableZong Li2020-02-241-11/+16
* riscv: Add KASAN supportNick Hu2020-01-221-0/+104