summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-095-5/+552
|\
| * riscv: Add support to dump the kernel page tablesZong Li2020-03-262-0/+318
| * riscv: add STRICT_KERNEL_RWX supportZong Li2020-03-261-0/+44
| * riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC supportZong Li2020-03-261-0/+13
| * riscv: add ARCH_HAS_SET_DIRECT_MAP supportZong Li2020-03-261-0/+24
| * riscv: add ARCH_HAS_SET_MEMORY supportZong Li2020-03-262-1/+151
| * riscv: Use p*d_leaf macros to define p*d_hugeAlexandre Ghiti2020-03-051-4/+2
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-5/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* | riscv: Fix range looking for kernel image memblockAlexandre Ghiti2020-03-051-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: mm: add support for CONFIG_DEBUG_VIRTUALZong Li2020-01-232-0/+39
* riscv: Add KASAN supportNick Hu2020-01-222-0/+110
* riscv: mm: use __pa_symbol for kernel symbolsZong Li2020-01-031-6/+6
* riscv: export flush_icache_all to modulesOlof Johansson2019-12-281-0/+1
* riscv: move sifive_l2_cache.c to drivers/socChristoph Hellwig2019-12-202-179/+0
* Merge tag 'riscv/for-v5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-12-041-0/+32
|\
| * Merge branch 'next/misc2' into for-nextPaul Walmsley2019-11-231-0/+32
| |\
| | * RISC-V: Add address map dumperYash Shah2019-11-231-0/+32
* | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-282-85/+1
|\ \ \ | |/ / |/| |
| * | riscv: use the generic ioremap codeChristoph Hellwig2019-11-112-85/+0
| |/
* | Merge branch 'next/nommu' into for-nextPaul Walmsley2019-11-236-15/+41
|\ \
| * | riscv: add nommu supportChristoph Hellwig2019-11-184-4/+18
| * | riscv: implement remote sfence.i using IPIsChristoph Hellwig2019-11-131-6/+18
| * | riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig2019-11-052-5/+5
| |/
* | Merge branch 'next/misc' into for-nextPaul Walmsley2019-11-231-9/+4
|\ \
| * | riscv: Use PMD_SIZE to replace PTE_PARENT_SIZEZong Li2019-11-121-9/+4
| |/
* | RISC-V: Issue a tlb page flush if possibleAtish Patra2019-10-291-1/+4
* | RISC-V: Issue a local tlbflush if possible.Atish Patra2019-10-291-2/+17
* | RISC-V: Do not invoke SBI call if cpumask is emptyAtish Patra2019-10-291-0/+3
|/
* riscv: add missing header file includesPaul Walmsley2019-10-281-0/+1
* riscv: mark some code and data as file-staticPaul Walmsley2019-10-281-1/+1
* riscv: init: merge split string literals in preprocessor directivePaul Walmsley2019-10-281-2/+1
* riscv: add prototypes for assembly language functions from head.SPaul Walmsley2019-10-282-0/+4
* riscv: Fix undefined reference to vmemmap_populate_basepagesKefeng Wang2019-10-231-1/+1
* riscv: Fix memblock reservation for device tree blobAlbert Ou2019-10-011-1/+11
* riscv: move the TLB flush logic out of lineChristoph Hellwig2019-09-052-0/+38
* riscv: cleanup riscv_cpuid_to_hartid_maskChristoph Hellwig2019-09-051-1/+0
* RISC-V: Implement sparsememLogan Gunthorpe2019-08-301-0/+10
* riscv: Using CSR numbers to access CSRsBin Meng2019-08-302-7/+2
* Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-184-68/+315
|\
| * RISC-V: Setup initial page tables in two stagesAnup Patel2019-07-091-52/+255
| * riscv: remove free_initrd_memChristoph Hellwig2019-07-041-5/+0
| * riscv: ccache: Remove unused variableYash Shah2019-07-041-4/+7
| * riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti2019-07-042-0/+46
| * RISC-V: Fix memory reservation in setup_bootmem()Anup Patel2019-07-011-7/+7
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-3/+3
|\ \ | |/ |/|
| * signal/riscv: Remove tsk parameter from do_trapEric W. Biederman2019-05-291-3/+3