summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/context.c
AgeCommit message (Expand)Author
2024-02-15membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri
2023-08-31riscv: mm: use bitmap_zero() APIYe Xingchen
2023-03-21riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong
2023-03-09riscv: asid: Fixup stale TLB entry cause application crashGuo Ren
2023-03-09Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich
2022-12-08riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti
2021-10-04riscv: mm: don't advertise 1 num_asid for 0 asid bitsVineet Gupta
2021-06-30riscv: add ASID-based tlbflushing methodsGuo Ren
2021-06-08riscv: mm: Use better bitmap_zalloc()Kefeng Wang
2021-05-29riscv: Add __init section marker to some functions againJisheng Zhang
2021-05-25riscv: Optimize switch_mm by passing "cpu" to flush_icache_deferred()Jisheng Zhang
2021-02-18RISC-V: Implement ASID allocatorAnup Patel
2019-11-17riscv: add nommu supportChristoph Hellwig
2019-10-28riscv: add missing header file includesPaul Walmsley
2019-08-30riscv: Using CSR numbers to access CSRsBin Meng
2019-05-16riscv: move switch_mm to its own fileGary Guo