summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)Author
2020-07-24riscv: Parse all memory blocks to remove unusable memoryAtish Patra
2020-07-24RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra
2020-07-24RISC-V: Set maximum number of mapped pages correctlyAtish Patra
2020-07-20riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen
2020-06-18RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-09RISC-V: Don't mark init section as non-executableAnup Patel
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-03riscv: support DEBUG_WXZong Li
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price
2020-05-20riscv: Fix print_vm_layout build error if NOMMUKefeng Wang
2020-05-18riscv: Allow device trees to be built into the kernelPalmer Dabbelt
2020-05-05RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra
2020-05-04riscv: set max_pfn to the PFN of the last pageVincent Chen
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02mm: introduce fault_signal_pending()Peter Xu
2020-03-26riscv: Add support to dump the kernel page tablesZong Li
2020-03-26riscv: add STRICT_KERNEL_RWX supportZong Li
2020-03-26riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC supportZong Li
2020-03-26riscv: add ARCH_HAS_SET_DIRECT_MAP supportZong Li
2020-03-26riscv: add ARCH_HAS_SET_MEMORY supportZong Li
2020-03-05riscv: Use p*d_leaf macros to define p*d_hugeAlexandre Ghiti
2020-03-04riscv: Fix range looking for kernel image memblockAlexandre Ghiti
2020-02-24riscv: adjust the indentZong Li
2020-02-24riscv: allocate a complete page size for each page tableZong Li
2020-01-23riscv: mm: add support for CONFIG_DEBUG_VIRTUALZong Li
2020-01-22riscv: Add KASAN supportNick Hu
2020-01-03riscv: mm: use __pa_symbol for kernel symbolsZong Li
2019-12-27riscv: export flush_icache_all to modulesOlof Johansson
2019-12-20riscv: move sifive_l2_cache.c to drivers/socChristoph Hellwig
2019-12-04Merge tag 'riscv/for-v5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2019-11-22Merge branch 'next/misc2' into for-nextPaul Walmsley
2019-11-22Merge branch 'next/nommu' into for-nextPaul Walmsley
2019-11-22Merge branch 'next/misc' into for-nextPaul Walmsley
2019-11-22RISC-V: Add address map dumperYash Shah