summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/riscv: use general page fault accountingPeter Xu2020-08-121-15/+1
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-3/+1
|\
| * mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
| * mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-1/+1
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-073-1/+31
|\ \ | |/ |/|
| * riscv: fix build warning of mm/pageattrZong Li2020-07-301-1/+2
| * riscv: Fix build warning for mm/initZong Li2020-07-301-1/+1
| * riscv: Allow building with kcov coverageTobias Klauser2020-07-301-0/+2
| * riscv: Register System RAM as iomem resourcesZong Li2020-07-091-0/+27
* | 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