index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-15
Merge patch series "Svvptc extension to remove preventive sfence.vma"
Palmer Dabbelt
2
-0
/
+15
2024-09-15
riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...
Alexandre Ghiti
1
-0
/
+13
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
2
-19
/
+30
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-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-08-01
riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()
Zhe Qiao
1
-8
/
+9
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-07-20
Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-40
/
+310
2024-07-12
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
1
-1
/
+1
2024-06-26
riscv: mm: Take memory hotplug read-lock during kernel page table dump
Björn Töpel
1
-0
/
+3
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
Revert "riscv: mm: accelerate pagefault when badaccess"
Palmer Dabbelt
1
-2
/
+2
2024-06-03
riscv: fix overlap of allocated page and PTR_ERR
Nam Cao
1
-10
/
+11
2024-05-22
riscv: mm: accelerate pagefault when badaccess
Kefeng Wang
1
-2
/
+2
2024-05-22
Merge patch series "riscv: fix debug_pagealloc"
Palmer Dabbelt
2
-6
/
+25
2024-05-22
Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-85
/
+177
2024-05-22
riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context
Nam Cao
1
-6
/
+22
2024-05-22
riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabled
Nam Cao
1
-0
/
+3
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-11
/
+4
2024-05-18
Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+1
2024-05-14
arch: make execmem setup available regardless of CONFIG_MODULES
Mike Rapoport (IBM)
1
-0
/
+35
2024-05-13
Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...
Joerg Roedel
1
-2
/
+1
2024-04-30
Merge patch series "riscv: ASID-related and UP-related TLB flush enhancements"
Palmer Dabbelt
4
-74
/
+36
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-30
Merge patch series "riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX ...
Palmer Dabbelt
2
-8
/
+124
2024-04-29
riscv: mm: Always use an ASID to flush mm contexts
Samuel Holland
1
-2
/
+1
2024-04-29
riscv: mm: Preserve global TLB entries when switching contexts
Samuel Holland
1
-1
/
+1
2024-04-29
riscv: mm: Make asid_bits a local variable
Samuel Holland
1
-2
/
+1
2024-04-29
riscv: mm: Use a fixed layout for the MM context ID
Samuel Holland
1
-4
/
+2
2024-04-29
riscv: mm: Introduce cntx2asid/cntx2version helper macros
Samuel Holland
2
-7
/
+7
2024-04-29
riscv: Avoid TLB flush loops when affected by SiFive CIP-1200
Samuel Holland
1
-1
/
+1
2024-04-29
riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma
Samuel Holland
1
-23
/
+0
2024-04-29
riscv: mm: Combine the SMP and UP TLB flush code
Samuel Holland
1
-4
/
+1
2024-04-29
riscv: Only send remote fences when some other CPU is online
Samuel Holland
2
-2
/
+6
2024-04-29
riscv: mm: Broadcast kernel TLB flushes only when needed
Samuel Holland
1
-13
/
+5
2024-04-29
riscv: Use IPIs for remote cache/TLB flushes by default
Samuel Holland
2
-20
/
+16
2024-04-28
Merge patch series "riscv: 64-bit NOMMU fixes and enhancements"
Palmer Dabbelt
1
-1
/
+1
2024-04-26
dma-mapping: Simplify arch_setup_dma_ops()
Robin Murphy
1
-2
/
+1
[next]