summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner2019-05-242-28/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-195-6/+310
|\
| * riscv: fix locking violation in page fault handlerAndreas Schwab2019-05-161-1/+2
| * RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCsYash Shah2019-05-162-0/+176
| * riscv: move switch_mm to its own fileGary Guo2019-05-162-0/+70
| * riscv: move flush_icache_{all,mm} to cacheflush.cGary Guo2019-05-161-0/+61
| * RISC-V: Access CSRs using CSR numbersAnup Patel2019-05-161-5/+1
* | riscv: switch over to generic free_initmem()Mike Rapoport2019-05-141-5/+0
|/
* RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systemsAnup Patel2019-04-101-0/+8
* RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel2019-03-262-0/+34
* RISC-V: Free-up initrd in free_initrd_mem()Anup Patel2019-02-211-1/+2
* RISC-V: Implement compile-time fixed mappingsAnup Patel2019-02-211-0/+34
* RISC-V: Move setup_vm() to mm/init.cAnup Patel2019-02-211-0/+49
* RISC-V: Move setup_bootmem() to mm/init.cAnup Patel2019-02-211-0/+70
* riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren2019-01-231-1/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremapVincent Chen2018-10-221-1/+1
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+2
* RISC-V: Add conditional macro for zone of DMA32Zong Li2018-07-041-0/+2
* Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds2018-02-072-6/+10
|\
| * riscv: rename sptbr to satpChristoph Hellwig2018-01-301-0/+4
| * riscv: don't read back satp in paging_initChristoph Hellwig2018-01-301-2/+0
| * riscv: add ZONE_DMA32Christoph Hellwig2018-01-301-4/+6
* | Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-311-1/+0
|\ \ | |/ |/|
| * riscv: use linux/uaccess.h, not asm/uaccess.h...Al Viro2017-12-041-1/+0
* | riscv: rename SR_* constants to match the specChristoph Hellwig2018-01-071-1/+1
* | RISC-V: Fixes for clean allmodconfig buildPalmer Dabbelt2017-12-011-1/+1
|\ \
| * | RISC-V: io.h: type fixes for warningsOlof Johansson2017-11-301-1/+1
| |/
* | RISC-V: Flush I$ when making a dirty page executableAndrew Waterman2017-11-302-0/+24
|/
* RISC-V: Build InfrastructurePalmer Dabbelt2017-09-261-0/+4
* RISC-V: Paging and MMUPalmer Dabbelt2017-09-261-0/+282
* RISC-V: Device, timer, IRQs, and the SBIPalmer Dabbelt2017-09-261-0/+92
* RISC-V: ELF and module implementationPalmer Dabbelt2017-09-261-0/+37
* RISC-V: Init and Halt CodePalmer Dabbelt2017-09-261-0/+70
OpenPOWER on IntegriCloud