aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds3-111/+13
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang1-4/+3
2026-04-05riscv/mm: align vmemmap to maximal folio sizeKiryl Shutsemau1-1/+2
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)1-4/+0
2026-04-04riscv: Remove support for XIP kernelNam Cao1-103/+8
2026-04-04riscv: mm: WARN_ON() for bad addresses in vmemmap_populate()Vivian Wang1-0/+2
2026-04-04riscv: move kaslr_offset() to page.h as a static inline functionAustin Kim1-5/+0
2026-04-04riscv: fix various typos in comments and codeSean Chang2-3/+3
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds2-1/+17
2026-02-06RISC-V: KVM: Transparent huge page supportJessica Liu1-0/+2
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)2-2/+8
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)1-1/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-9/+0
2026-01-26riscv: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-3/+7
2026-01-25riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEsDeepak Gupta1-0/+16
2026-01-25riscv/mm: ensure PROT_WRITE leads to VM_READ | VM_WRITEDeepak Gupta1-1/+1
2025-11-19riscv: pgtable: Use riscv_has_extension_unlikelyVivian Wang1-12/+10
2025-11-19riscv: Remove __GFP_HIGHMEM maskingVishal Moola (Oracle)1-2/+2
2025-10-27riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macroJosephine Pfeiffer1-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-4/+5
2025-09-21riscv: stop calling page_address() in free_pages()Vishal Moola (Oracle)1-2/+2
2025-09-21kasan: call kasan_init_generic in kasan_initSabyrzhan Tasbolatov1-0/+1
2025-09-19riscv: errata: Fix the PAUSE Opcode for MIPS P8700Djordje Todorovic1-0/+1
2025-09-18riscv: mm: Use mmu-type from FDT to limit SATP modeJunhui Liu1-3/+8
2025-09-17riscv: mm: Return intended SATP mode for noXlvl optionsJunhui Liu1-2/+2
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-2/+2
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-12/+4
2025-07-24mm: remove arch_flush_tlb_batched_pending() arch helperRyan Roberts1-5/+0
2025-07-19Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac1-1/+1
2025-07-09mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-3/+0
2025-07-09mm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes1-4/+4
2025-07-09riscv: mm: Add page fault trace pointsNam Cao1-0/+8
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds3-4/+73
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-nextPalmer Dabbelt1-0/+31
2025-06-05riscv: mm: Add support for Svinval extensionMayuresh Chitale1-0/+31
2025-06-05Merge patch series "riscv: Add Zicbop & prefetchw support"Alexandre Ghiti1-3/+11
2025-06-05Merge patch series "riscv: ftrace: atmoic patching and preempt improvements"Alexandre Ghiti1-1/+14
2025-06-05riscv: Add support for PUD THPAlexandre Ghiti2-0/+17
2025-06-05riscv: Add support for ZicbopAlexandre Ghiti1-3/+11
2025-06-05riscv: add a data fence for CMODX in the kernel modeAndy Chiu1-1/+14
2025-06-03Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2025-05-11riscv: mm: call PUD/P4D ctor in special kernel pgtable allocKevin Brodsky1-8/+8
2025-05-11riscv: mm: clarify ctor mm argument in alloc_{pte,pmd}_lateKevin Brodsky1-0/+6
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-2/+2
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-2/+44
2025-04-29riscv: switch set_icache_stale_mask() to using non-atomic assign_cpu()Yury Norov1-1/+1
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds5-95/+115
2025-04-03Merge tag 'riscv-mw2-6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-nextPalmer Dabbelt1-30/+44