aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm
Commit message (Expand)AuthorAgeFilesLines
* riscv: Parse all memory blocks to remove unusable memoryAtish Patra2020-07-241-14/+17
* RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra2020-07-241-6/+27
* RISC-V: Set maximum number of mapped pages correctlyAtish Patra2020-07-241-1/+1
* riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen2020-07-201-2/+2
* RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra2020-06-181-2/+12
* Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-111-11/+0
|\
| * RISC-V: Don't mark init section as non-executableAnup Patel2020-06-091-11/+0
* | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* | mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* | mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-2/+2
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-15/+15
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-2/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-094-4/+4
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
|/
* Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-041-0/+9
|\
| * riscv: Allow device trees to be built into the kernelPalmer Dabbelt2020-05-181-0/+9
* | riscv: support DEBUG_WXZong Li2020-06-031-0/+3
* | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-031-1/+1
* | hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-16/+0
* | hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-9/+17
* | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* | mm: ptdump: expand type of 'val' in note_page()Steven Price2020-06-021-1/+1
* | riscv: Fix print_vm_layout build error if NOMMUKefeng Wang2020-05-201-1/+1
|/
* RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra2020-05-051-16/+0
* riscv: set max_pfn to the PFN of the last pageVincent Chen2020-05-041-1/+2
* 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-041-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-271-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-221-0/+32
| |\
| | * RISC-V: Add address map dumperYash Shah2019-11-221-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-226-15/+41
|\ \