| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/riscv: use general page fault accounting | Peter Xu | 2020-08-12 | 1 | -15/+1 |
* | mm: do page fault accounting in handle_mm_fault | Peter Xu | 2020-08-12 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-08-07 | 2 | -3/+1 |
|\ |
|
| * | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport | 2020-08-07 | 1 | -1/+0 |
| * | mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages() | Anshuman Khandual | 2020-08-07 | 1 | -1/+1 |
| * | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 2020-08-07 | 1 | -1/+0 |
* | | Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-08-07 | 3 | -1/+31 |
|\ \
| |/
|/| |
|
| * | riscv: fix build warning of mm/pageattr | Zong Li | 2020-07-30 | 1 | -1/+2 |
| * | riscv: Fix build warning for mm/init | Zong Li | 2020-07-30 | 1 | -1/+1 |
| * | riscv: Allow building with kcov coverage | Tobias Klauser | 2020-07-30 | 1 | -0/+2 |
| * | riscv: Register System RAM as iomem resources | Zong Li | 2020-07-09 | 1 | -0/+27 |
* | | riscv: Parse all memory blocks to remove unusable memory | Atish Patra | 2020-07-24 | 1 | -14/+17 |
* | | RISC-V: Do not rely on initrd_start/end computed during early dt parsing | Atish Patra | 2020-07-24 | 1 | -6/+27 |
* | | RISC-V: Set maximum number of mapped pages correctly | Atish Patra | 2020-07-24 | 1 | -1/+1 |
* | | riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfence | Vincent Chen | 2020-07-20 | 1 | -2/+2 |
|/ |
|
* | RISC-V: Acquire mmap lock before invoking walk_page_range | Atish Patra | 2020-06-18 | 1 | -2/+12 |
* | Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-06-11 | 1 | -11/+0 |
|\ |
|
| * | RISC-V: Don't mark init section as non-executable | Anup Patel | 2020-06-09 | 1 | -11/+0 |
* | | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | | mmap locking API: convert mmap_sem call sites missed by coccinelle | Michel Lespinasse | 2020-06-09 | 1 | -2/+2 |
* | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2020-06-09 | 1 | -5/+5 |
* | | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 2020-06-09 | 1 | -15/+15 |
* | | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 2 | -2/+1 |
* | | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 4 | -4/+4 |
* | | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-06-04 | 1 | -0/+9 |
|\ |
|
| * | riscv: Allow device trees to be built into the kernel | Palmer Dabbelt | 2020-05-18 | 1 | -0/+9 |
* | | riscv: support DEBUG_WX | Zong Li | 2020-06-03 | 1 | -0/+3 |
* | | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate | Mike Kravetz | 2020-06-03 | 1 | -1/+1 |
* | | hugetlbfs: move hugepagesz= parsing to arch independent code | Mike Kravetz | 2020-06-03 | 1 | -16/+0 |
* | | hugetlbfs: add arch_hugetlb_valid_size | Mike Kravetz | 2020-06-03 | 1 | -9/+17 |
* | | mm: use free_area_init() instead of free_area_init_nodes() | Mike Rapoport | 2020-06-03 | 1 | -1/+1 |
* | | mm: ptdump: expand type of 'val' in note_page() | Steven Price | 2020-06-02 | 1 | -1/+1 |
* | | riscv: Fix print_vm_layout build error if NOMMU | Kefeng Wang | 2020-05-20 | 1 | -1/+1 |
|/ |
|
* | RISC-V: Remove unused code from STRICT_KERNEL_RWX | Atish Patra | 2020-05-05 | 1 | -16/+0 |
* | riscv: set max_pfn to the PFN of the last page | Vincent Chen | 2020-05-04 | 1 | -1/+2 |
* | Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-04-09 | 5 | -5/+552 |
|\ |
|
| * | riscv: Add support to dump the kernel page tables | Zong Li | 2020-03-26 | 2 | -0/+318 |
| * | riscv: add STRICT_KERNEL_RWX support | Zong Li | 2020-03-26 | 1 | -0/+44 |
| * | riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC support | Zong Li | 2020-03-26 | 1 | -0/+13 |
| * | riscv: add ARCH_HAS_SET_DIRECT_MAP support | Zong Li | 2020-03-26 | 1 | -0/+24 |
| * | riscv: add ARCH_HAS_SET_MEMORY support | Zong Li | 2020-03-26 | 2 | -1/+151 |
| * | riscv: Use p*d_leaf macros to define p*d_huge | Alexandre Ghiti | 2020-03-05 | 1 | -4/+2 |
* | | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 2020-04-02 | 1 | -5/+0 |
* | | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 2020-04-02 | 1 | -1/+1 |
* | | mm: introduce fault_signal_pending() | Peter Xu | 2020-04-02 | 1 | -1/+1 |
* | | riscv: Fix range looking for kernel image memblock | Alexandre Ghiti | 2020-03-04 | 1 | -1/+1 |
|/ |
|
* | riscv: adjust the indent | Zong Li | 2020-02-24 | 1 | -11/+15 |
* | riscv: allocate a complete page size for each page table | Zong Li | 2020-02-24 | 1 | -11/+16 |