index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
mm
Age
Commit message (
Expand
)
Author
2023-08-25
Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
2023-08-08
riscv: mm: fix 2 instances of -Wmissing-variable-declarations
Nick Desaulniers
2023-08-04
riscv: Start of DRAM should at least be aligned on PMD size for the direct ma...
Alexandre Ghiti
2023-07-12
riscv: mm: fix truncation warning on RV32
Jisheng Zhang
2023-07-07
Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-07-06
Merge patch series "riscv: some CMO alternative related clean up"
Palmer Dabbelt
2023-07-06
riscv: mm: mark noncoherent_supported as __ro_after_init
Jisheng Zhang
2023-07-06
riscv: mm: mark CBO relate initialization funcs as __init
Jisheng Zhang
2023-07-06
Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-07-05
mm: riscv: fix an unsafe pte read in huge_pte_alloc()
John Hubbard
2023-07-04
riscv: move memblock_allow_resize() after linear mapping is ready
Woody Zhang
2023-06-30
Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-28
Merge branch 'expand-stack'
Linus Torvalds
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-24
riscv/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
2023-06-20
riscv: mm: try VMA lock-based page fault handling first
Jisheng Zhang
2023-06-19
riscv: mm: Pre-allocate PGD entries for vmalloc/modules area
Björn Töpel
2023-06-19
riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
Hugh Dickins
2023-06-14
riscv: mm: stub extable related functions/macros for !MMU
Jisheng Zhang
2023-06-07
riscv: Check the virtual alignment before choosing a map size
Alexandre Ghiti
2023-06-07
riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGD
Alexandre Ghiti
2023-06-07
riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable
Hsieh-Tseng Shen
2023-06-01
riscv: Implement missing huge_ptep_get
Alexandre Ghiti
2023-06-01
riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOT
Alexandre Ghiti
2023-05-29
riscv: mm: init: Pass a pointer to virt_to_page()
Linus Walleij
2023-05-24
riscv: Fix unused variable warning when BUILTIN_DTB is set
Alexandre Ghiti
2023-04-29
riscv: mm: remove redundant parameter of create_fdt_early_page_table
Song Shuai
2023-04-29
Merge patch series "RISC-V Hibernation Support"
Palmer Dabbelt
2023-04-29
RISC-V: mm: Enable huge page support to kernel_page_present() function
Sia Jee Heng
2023-04-28
Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-26
riscv: Allow to downgrade paging mode from the command line
Alexandre Ghiti
2023-04-25
Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-19
Merge patch series "Introduce 64b relocatable kernel"
Palmer Dabbelt
2023-04-19
riscv: Introduce CONFIG_RELOCATABLE
Alexandre Ghiti
2023-04-19
Merge patch series "RISC-V kasan rework"
Palmer Dabbelt
2023-04-19
riscv: Fix ptdump when KASAN is enabled
Alexandre Ghiti
2023-04-19
riscv: Move DTB_EARLY_BASE_VA to the kernel address space
Alexandre Ghiti
2023-04-19
riscv: Rework kasan population functions
Alexandre Ghiti
2023-04-19
riscv: Split early and final KASAN population functions
Alexandre Ghiti
2023-04-18
Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"
Palmer Dabbelt
2023-04-18
riscv: Use PUD/P4D/PGD pages for the linear mapping
Alexandre Ghiti
2023-04-18
riscv: Move the linear mapping creation in its own function
Alexandre Ghiti
2023-04-18
riscv: Get rid of riscv_pfn_base variable
Alexandre Ghiti
2023-04-13
riscv: No need to relocate the dtb as it lies in the fixmap region
Alexandre Ghiti
2023-04-13
riscv: Move early dtb mapping into the fixmap region
Alexandre Ghiti
2023-04-08
RISC-V: Use IPIs for remote icache flush when possible
Anup Patel
2023-04-08
RISC-V: Use IPIs for remote TLB flush when possible
Anup Patel
2023-03-24
Merge patch series "riscv: Add GENERIC_ENTRY support"
Palmer Dabbelt
2023-03-23
riscv: entry: Convert to generic entry
Guo Ren
[next]