Age | Commit message (Expand) | Author |
2024-09-10 | riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFF | Charlie Jenkins |
2024-09-03 | riscv: Do not restrict memory size because of linear mapping on nommu | Alexandre Ghiti |
2024-08-14 | riscv: change XIP's kernel_map.size to be size of the entire kernel | Nam Cao |
2024-08-01 | riscv: Fix linear mapping checks for non-contiguous memory regions | Stuart Menefy |
2024-08-01 | riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error() | Zhe Qiao |
2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-07-20 | Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2024-07-12 | mm: provide mm_struct and address to huge_ptep_get() | Christophe Leroy |
2024-06-26 | riscv: mm: Take memory hotplug read-lock during kernel page table dump | Björn Töpel |
2024-06-26 | riscv: mm: Add memory hotplugging support | Björn Töpel |
2024-06-26 | riscv: mm: Refactor create_linear_mapping_range() for memory hot add | Björn Töpel |
2024-06-26 | riscv: mm: Change attribute from __init to __meminit for page functions | Björn Töpel |
2024-06-26 | riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries | Björn Töpel |
2024-06-26 | riscv: mm: Properly forward vmemmap_populate() altmap parameter | Björn Töpel |
2024-06-03 | Revert "riscv: mm: accelerate pagefault when badaccess" | Palmer Dabbelt |
2024-06-03 | riscv: fix overlap of allocated page and PTR_ERR | Nam Cao |
2024-05-22 | riscv: mm: accelerate pagefault when badaccess | Kefeng Wang |
2024-05-22 | Merge patch series "riscv: fix debug_pagealloc" | Palmer Dabbelt |
2024-05-22 | Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2024-05-22 | riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context | Nam Cao |
2024-05-22 | riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled | Nam Cao |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-05-18 | Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-05-14 | arch: make execmem setup available regardless of CONFIG_MODULES | Mike Rapoport (IBM) |
2024-05-13 | Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in... | Joerg Roedel |
2024-04-30 | Merge patch series "riscv: ASID-related and UP-related TLB flush enhancements" | Palmer Dabbelt |
2024-04-30 | riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required | Jisheng Zhang |
2024-04-30 | riscv: Annotate pgtable_l{4,5}_enabled with __ro_after_init | Dawei Li |
2024-04-30 | riscv: Remove redundant CONFIG_64BIT from pgtable_l{4,5}_enabled | Dawei Li |
2024-04-30 | Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ... | Palmer Dabbelt |
2024-04-29 | riscv: mm: Always use an ASID to flush mm contexts | Samuel Holland |
2024-04-29 | riscv: mm: Preserve global TLB entries when switching contexts | Samuel Holland |
2024-04-29 | riscv: mm: Make asid_bits a local variable | Samuel Holland |
2024-04-29 | riscv: mm: Use a fixed layout for the MM context ID | Samuel Holland |
2024-04-29 | riscv: mm: Introduce cntx2asid/cntx2version helper macros | Samuel Holland |
2024-04-29 | riscv: Avoid TLB flush loops when affected by SiFive CIP-1200 | Samuel Holland |
2024-04-29 | riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma | Samuel Holland |
2024-04-29 | riscv: mm: Combine the SMP and UP TLB flush code | Samuel Holland |
2024-04-29 | riscv: Only send remote fences when some other CPU is online | Samuel Holland |
2024-04-29 | riscv: mm: Broadcast kernel TLB flushes only when needed | Samuel Holland |
2024-04-29 | riscv: Use IPIs for remote cache/TLB flushes by default | Samuel Holland |
2024-04-28 | Merge patch series "riscv: 64-bit NOMMU fixes and enhancements" | Palmer Dabbelt |
2024-04-26 | dma-mapping: Simplify arch_setup_dma_ops() | Robin Murphy |
2024-04-25 | riscv: mm: accelerate pagefault when badaccess | Kefeng Wang |
2024-04-25 | mm/treewide: remove pXd_huge() | Peter Xu |
2024-04-18 | cpumask: Add assign cpu | Charlie Jenkins |
2024-04-18 | riscv: Include riscv_set_icache_flush_ctx prctl | Charlie Jenkins |
2024-04-09 | Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements" | Palmer Dabbelt |
2024-04-09 | riscv: Fix loading 64-bit NOMMU kernels past the start of RAM | Samuel Holland |
2024-03-26 | riscv: mm: Fix prototype to avoid discarding const | Samuel Holland |