summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)Author
2019-09-05riscv: move the TLB flush logic out of lineChristoph Hellwig
2019-09-05riscv: cleanup riscv_cpuid_to_hartid_maskChristoph Hellwig
2019-08-30RISC-V: Implement sparsememLogan Gunthorpe
2019-08-30riscv: Using CSR numbers to access CSRsBin Meng
2019-07-18Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-09RISC-V: Setup initial page tables in two stagesAnup Patel
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-04riscv: remove free_initrd_memChristoph Hellwig
2019-07-04riscv: ccache: Remove unused variableYash Shah
2019-07-03riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti
2019-07-01RISC-V: Fix memory reservation in setup_bootmem()Anup Patel
2019-06-26riscv: mm: Fix code commentShihPo Hung
2019-06-17Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-17riscv: mm: synchronize MMU after pte changeShihPo Hung
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-05-29signal/riscv: Remove tsk parameter from do_trapEric W. Biederman
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 120Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-16riscv: fix locking violation in page fault handlerAndreas Schwab
2019-05-16RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCsYash Shah
2019-05-16riscv: move switch_mm to its own fileGary Guo
2019-05-16riscv: move flush_icache_{all,mm} to cacheflush.cGary Guo
2019-05-16RISC-V: Access CSRs using CSR numbersAnup Patel
2019-05-14riscv: switch over to generic free_initmem()Mike Rapoport
2019-04-10RISC-V: Fix Maximum Physical Memory 2GiB option for 64bit systemsAnup Patel
2019-03-26RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel
2019-02-21RISC-V: Free-up initrd in free_initrd_mem()Anup Patel
2019-02-21RISC-V: Implement compile-time fixed mappingsAnup Patel
2019-02-21RISC-V: Move setup_vm() to mm/init.cAnup Patel
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel
2019-01-23riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-22RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremapVincent Chen
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-07-04RISC-V: Add conditional macro for zone of DMA32Zong Li
2018-02-07Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm...Linus Torvalds
2018-01-31Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-30riscv: rename sptbr to satpChristoph Hellwig
2018-01-30riscv: don't read back satp in paging_initChristoph Hellwig
2018-01-30riscv: add ZONE_DMA32Christoph Hellwig
2018-01-07riscv: rename SR_* constants to match the specChristoph Hellwig
2017-12-04riscv: use linux/uaccess.h, not asm/uaccess.h...Al Viro
2017-12-01RISC-V: Fixes for clean allmodconfig buildPalmer Dabbelt
2017-11-30RISC-V: Flush I$ when making a dirty page executableAndrew Waterman
2017-11-30RISC-V: io.h: type fixes for warningsOlof Johansson
2017-09-26RISC-V: Build InfrastructurePalmer Dabbelt
2017-09-26RISC-V: Paging and MMUPalmer Dabbelt
2017-09-26RISC-V: Device, timer, IRQs, and the SBIPalmer Dabbelt