aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-12mm/riscv: use general page fault accountingPeter Xu1-15/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+1
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-1/+0
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds3-1/+31
2020-07-30riscv: fix build warning of mm/pageattrZong Li1-1/+2
2020-07-30riscv: Fix build warning for mm/initZong Li1-1/+1
2020-07-30riscv: Allow building with kcov coverageTobias Klauser1-0/+2
2020-07-24riscv: Parse all memory blocks to remove unusable memoryAtish Patra1-14/+17
2020-07-24RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra1-6/+27
2020-07-24RISC-V: Set maximum number of mapped pages correctlyAtish Patra1-1/+1
2020-07-20riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen1-2/+2
2020-07-09riscv: Register System RAM as iomem resourcesZong Li1-0/+27
2020-06-18RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra1-2/+12
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-11/+0
2020-06-09RISC-V: Don't mark init section as non-executableAnup Patel1-11/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-5/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-15/+15
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2-2/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport4-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+9
2020-06-03riscv: support DEBUG_WXZong Li1-0/+3
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz1-1/+1
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-16/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-9/+17
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price1-1/+1
2020-05-20riscv: Fix print_vm_layout build error if NOMMUKefeng Wang1-1/+1
2020-05-18riscv: Allow device trees to be built into the kernelPalmer Dabbelt1-0/+9
2020-05-05RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra1-16/+0
2020-05-04riscv: set max_pfn to the PFN of the last pageVincent Chen1-1/+2
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds5-5/+552
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-5/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2020-03-26riscv: Add support to dump the kernel page tablesZong Li2-0/+318
2020-03-26riscv: add STRICT_KERNEL_RWX supportZong Li1-0/+44
2020-03-26riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC supportZong Li1-0/+13
2020-03-26riscv: add ARCH_HAS_SET_DIRECT_MAP supportZong Li1-0/+24
2020-03-26riscv: add ARCH_HAS_SET_MEMORY supportZong Li2-1/+151
2020-03-05riscv: Use p*d_leaf macros to define p*d_hugeAlexandre Ghiti1-4/+2
2020-03-04riscv: Fix range looking for kernel image memblockAlexandre Ghiti1-1/+1
2020-02-24riscv: adjust the indentZong Li1-11/+15
2020-02-24riscv: allocate a complete page size for each page tableZong Li1-11/+16