index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
mm
/
kasan_init.c
Age
Commit message (
Expand
)
Author
2022-10-27
riscv: mm: add missing memcpy in kasan_init
Qinglin Pan
2022-03-25
Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-03-03
riscv: Fix kasan pud population
Alexandre Ghiti
2022-03-03
riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP
Alexandre Ghiti
2022-02-14
riscv: mm: Support kasan for sv57
Qinglin Pan
2022-01-19
RISC-V: Introduce sv48 support without relocatable kernel
Palmer Dabbelt
2022-01-19
riscv: Implement sv48 support
Alexandre Ghiti
2022-01-19
riscv: Split early kasan mapping to prepare sv48 introduction
Alexandre Ghiti
2021-10-29
riscv: Fix asan-stack clang build
Alexandre Ghiti
2021-10-29
riscv: Do not re-populate shadow memory with kasan_populate_early_shadow
Alexandre Ghiti
2021-06-18
riscv: Ensure BPF_JIT_REGION_START aligned with PMD size
Jisheng Zhang
2021-06-18
riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' name
Jisheng Zhang
2021-05-06
Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-04-26
riscv: add __init section marker to some functions
Jisheng Zhang
2021-04-26
riscv: Move kernel mapping outside of linear mapping
Alexandre Ghiti
2021-04-01
riscv: remove unneeded semicolon
Yang Li
2021-03-29
riscv: Cleanup KASAN_VMALLOC support
Alexandre Ghiti
2021-03-16
RISC-V: kasan: Declare kasan_shallow_populate() static
Palmer Dabbelt
2021-03-16
riscv: Ensure page table writes are flushed when initializing KASAN vmalloc
Alexandre Ghiti
2021-02-26
Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-02-22
riscv: Improve kasan population by using hugepages when possible
Alexandre Ghiti
2021-02-22
riscv: Improve kasan population function
Alexandre Ghiti
2021-02-22
riscv: Use KASAN_SHADOW_INIT define for kasan memory initialization
Alexandre Ghiti
2021-02-18
riscv/kasan: add KASAN_VMALLOC support
Nylon Chen
2021-01-13
riscv: Fix KASAN memory mapping.
Nick Hu
2020-10-13
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
2020-07-20
riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfence
Vincent Chen
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-02-24
riscv: adjust the indent
Zong Li
2020-02-24
riscv: allocate a complete page size for each page table
Zong Li
2020-01-22
riscv: Add KASAN support
Nick Hu