Age | Commit message (Expand) | Author | Files | Lines |
2025-04-04 | Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux |  Linus Torvalds | 1 | -48/+49 |
2025-04-01 | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -4/+2 |
2025-03-26 | riscv: Remove CONFIG_PAGE_OFFSET |  Samuel Holland | 1 | -6/+2 |
2025-03-26 | riscv: Support CONFIG_RELOCATABLE on riscv32 |  Samuel Holland | 1 | -9/+8 |
2025-03-26 | riscv: Support CONFIG_RELOCATABLE on NOMMU |  Samuel Holland | 1 | -38/+44 |
2025-03-17 | arch, mm: make releasing of memory to page allocator more explicit |  Mike Rapoport (Microsoft) | 1 | -5/+0 |
2025-03-17 | arch, mm: introduce arch_mm_preinit |  Mike Rapoport (Microsoft) | 1 | -2/+6 |
2025-03-17 | arch, mm: set high_memory in free_area_init() |  Mike Rapoport (Microsoft) | 1 | -1/+0 |
2025-03-17 | arch, mm: set max_mapnr when allocating memory map for FLATMEM |  Mike Rapoport (Microsoft) | 1 | -1/+0 |
2025-03-16 | crash: remove an unused argument from reserve_crashkernel_generic() |  Sourabh Jain | 1 | -4/+2 |
2025-01-31 | Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux |  Linus Torvalds | 1 | -2/+6 |
2025-01-29 | riscv: add a warning when physical memory address overflows |  Yunhui Cui | 1 | -2/+6 |
2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -2/+2 |
2025-01-25 | mm: pgtable: introduce pagetable_dtor() |  Qi Zheng | 1 | -2/+2 |
2025-01-08 | riscv: mm: Fix the out of bound issue of vmemmap address |  Xu Lu | 1 | -1/+16 |
2024-12-11 | riscv: mm: Do not call pmd dtor on vmemmap page table teardown |  Björn Töpel | 1 | -3/+4 |
2024-09-24 | Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux |  Linus Torvalds | 1 | -13/+15 |
2024-09-15 | Merge patch series "Svvptc extension to remove preventive sfence.vma" |  Palmer Dabbelt | 1 | -0/+2 |
2024-09-15 | riscv: Stop emitting preventive sfence.vma for new vmalloc mappings |  Alexandre Ghiti | 1 | -0/+2 |
2024-09-14 | riscv: Remove redundant restriction on memory size |  Stuart Menefy | 1 | -7/+1 |
2024-09-12 | Merge patch series "remove size limit on XIP kernel" |  Palmer Dabbelt | 1 | -11/+21 |
2024-09-12 | riscv: drop the use of XIP_OFFSET in create_kernel_page_table() |  Nam Cao | 1 | -3/+4 |
2024-09-12 | riscv: replace misleading va_kernel_pa_offset on XIP kernel |  Nam Cao | 1 | -2/+4 |
2024-09-03 | riscv: Do not restrict memory size because of linear mapping on nommu |  Alexandre Ghiti | 1 | -1/+1 |
2024-08-14 | riscv: change XIP's kernel_map.size to be size of the entire kernel |  Nam Cao | 1 | -2/+2 |
2024-08-05 | Merge patch series "RISC-V: Parse DT for Zkr to seed KASLR" |  Palmer Dabbelt | 1 | -1/+4 |
2024-08-05 | RISC-V: Use Zkr to seed KASLR base address |  Jesse Taube | 1 | -1/+4 |
2024-08-01 | riscv: Fix linear mapping checks for non-contiguous memory regions |  Stuart Menefy | 1 | -4/+11 |
2024-07-20 | Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux |  Linus Torvalds | 1 | -40/+307 |
2024-06-26 | riscv: mm: Add memory hotplugging support |  Björn Töpel | 1 | -0/+267 |
2024-06-26 | riscv: mm: Refactor create_linear_mapping_range() for memory hot add |  Björn Töpel | 1 | -9/+6 |
2024-06-26 | riscv: mm: Change attribute from __init to __meminit for page functions |  Björn Töpel | 1 | -31/+25 |
2024-06-26 | riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries |  Björn Töpel | 1 | -0/+9 |
2024-06-26 | riscv: mm: Properly forward vmemmap_populate() altmap parameter |  Björn Töpel | 1 | -1/+1 |
2024-06-03 | riscv: fix overlap of allocated page and PTR_ERR |  Nam Cao | 1 | -10/+11 |
2024-05-22 | Merge patch series "riscv: fix debug_pagealloc" |  Palmer Dabbelt | 1 | -0/+3 |
2024-05-22 | Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux |  Linus Torvalds | 1 | -3/+17 |
2024-05-22 | riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled |  Nam Cao | 1 | -0/+3 |
2024-05-14 | arch: make execmem setup available regardless of CONFIG_MODULES |  Mike Rapoport (IBM) | 1 | -0/+35 |
2024-04-30 | riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required |  Jisheng Zhang | 1 | -1/+15 |
2024-04-30 | riscv: Annotate pgtable_l{4,5}_enabled with __ro_after_init |  Dawei Li | 1 | -2/+2 |
2024-04-30 | riscv: Remove redundant CONFIG_64BIT from pgtable_l{4,5}_enabled |  Dawei Li | 1 | -2/+2 |
2024-04-28 | Merge patch series "riscv: 64-bit NOMMU fixes and enhancements" |  Palmer Dabbelt | 1 | -1/+1 |
2024-04-09 | Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements" |  Palmer Dabbelt | 1 | -1/+1 |
2024-04-09 | riscv: Fix loading 64-bit NOMMU kernels past the start of RAM |  Samuel Holland | 1 | -1/+1 |
2024-03-22 | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux |  Linus Torvalds | 1 | -0/+6 |
2024-02-23 | riscv, crash: wrap crash dumping code into crash related ifdefs |  Baoquan He | 1 | -1/+1 |
2024-02-22 | arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WX |  Christophe Leroy | 1 | -3/+0 |
2024-01-31 | riscv: mm: execute local TLB flush after populating vmemmap |  Vincent Chen | 1 | -0/+4 |
2024-01-24 | riscv: mm: Update mmap_rnd_bits_max |  Sami Tolvanen | 1 | -0/+6 |