Age | Commit message (Expand) | Author |
2020-10-02 | RISC-V: Add early ioremap support | Atish Patra |
2020-10-02 | RISC-V: Move DT mapping outof fixmap | Anup Patel |
2020-09-19 | riscv: Add sfence.vma after early page table changes | Greentime Hu |
2020-09-15 | riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault() | Pekka Enberg |
2020-09-15 | riscv/mm/fault: Fix inline placement in vmalloc_fault() declaration | Pekka Enberg |
2020-09-15 | riscv/mm/fault: Move access error check to function | Pekka Enberg |
2020-09-15 | riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault() | Pekka Enberg |
2020-09-15 | riscv/mm/fault: Simplify mm_fault_error() | Pekka Enberg |
2020-09-15 | riscv/mm/fault: Move fault error handling to mm_fault_error() | Pekka Enberg |
2020-09-15 | riscv/mm/fault: Simplify fault error handling | Pekka Enberg |
2020-09-15 | riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault() | Pekka Enberg |
2020-09-15 | riscv/mm/fault: Move bad area handling to bad_area() | Pekka Enberg |
2020-09-15 | riscv/mm/fault: Move no context handling to no_context() | Pekka Enberg |
2020-09-15 | riscv/mm: Simplify retry logic in do_page_fault() | Pekka Enberg |
2020-08-12 | mm/riscv: use general page fault accounting | Peter Xu |
2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-08-07 | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport |
2020-08-07 | mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages() | Anshuman Khandual |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport |
2020-08-07 | Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-07-30 | riscv: fix build warning of mm/pageattr | Zong Li |
2020-07-30 | riscv: Fix build warning for mm/init | Zong Li |
2020-07-30 | riscv: Allow building with kcov coverage | Tobias Klauser |
2020-07-24 | riscv: Parse all memory blocks to remove unusable memory | Atish Patra |
2020-07-24 | RISC-V: Do not rely on initrd_start/end computed during early dt parsing | Atish Patra |
2020-07-24 | RISC-V: Set maximum number of mapped pages correctly | Atish Patra |
2020-07-20 | riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfence | Vincent Chen |
2020-07-09 | riscv: Register System RAM as iomem resources | Zong Li |
2020-06-18 | RISC-V: Acquire mmap lock before invoking walk_page_range | Atish Patra |
2020-06-11 | Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-06-09 | RISC-V: Don't mark init section as non-executable | Anup Patel |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse |
2020-06-09 | mmap locking API: convert mmap_sem call sites missed by coccinelle | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-06-04 | Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-06-03 | riscv: support DEBUG_WX | Zong Li |
2020-06-03 | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate | Mike Kravetz |
2020-06-03 | hugetlbfs: move hugepagesz= parsing to arch independent code | Mike Kravetz |
2020-06-03 | hugetlbfs: add arch_hugetlb_valid_size | Mike Kravetz |
2020-06-03 | mm: use free_area_init() instead of free_area_init_nodes() | Mike Rapoport |
2020-06-02 | mm: ptdump: expand type of 'val' in note_page() | Steven Price |
2020-05-20 | riscv: Fix print_vm_layout build error if NOMMU | Kefeng Wang |
2020-05-18 | riscv: Allow device trees to be built into the kernel | Palmer Dabbelt |
2020-05-05 | RISC-V: Remove unused code from STRICT_KERNEL_RWX | Atish Patra |