Age | Commit message (Expand) | Author |
2023-11-10 | Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-11-08 | Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-11-08 | Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()" | Palmer Dabbelt |
2023-11-08 | riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m... | Alexandre Ghiti |
2023-11-08 | riscv: Don't use PGD entries for the linear mapping | Alexandre Ghiti |
2023-11-07 | riscv: split cache ops out of dma-noncoherent.c | Christoph Hellwig |
2023-11-06 | Merge patch series "riscv: tlb flush improvements" | Palmer Dabbelt |
2023-11-06 | riscv: Improve flush_tlb_kernel_range() | Alexandre Ghiti |
2023-11-06 | riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb | Alexandre Ghiti |
2023-11-06 | riscv: Improve flush_tlb_range() for hugetlb pages | Alexandre Ghiti |
2023-11-06 | riscv: Improve tlb_flush() | Alexandre Ghiti |
2023-11-05 | Merge patch series "Improve PTDUMP and introduce new fields" | Palmer Dabbelt |
2023-11-05 | riscv: Introduce NAPOT field to PTDUMP | Yu Chien Peter Lin |
2023-11-05 | riscv: Introduce PBMT field to PTDUMP | Yu Chien Peter Lin |
2023-11-05 | riscv: Improve PTDUMP to show RSW with non-zero value | Yu Chien Peter Lin |
2023-11-05 | RISC-V: capitalise CMO op macros | Conor Dooley |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-10-31 | Merge patch series "RISC-V: ACPI improvements" | Palmer Dabbelt |
2023-10-31 | riscv: correct pt_level name via pgtable_l5/4_enabled | Song Shuai |
2023-10-31 | RISC-V: Provide pgtable_l5_enabled on rv32 | Palmer Dabbelt |
2023-10-26 | RISC-V: cacheflush: Initialize CBO variables on ACPI systems | Sunil V L |
2023-10-06 | riscv: fix set_huge_pte_at() for NAPOT mappings when a swap entry is set | Alexandre Ghiti |
2023-10-06 | riscv: handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults instead of panicking | Alexandre Ghiti |
2023-10-04 | riscv: kdump: use generic interface to simplify crashkernel reservation | Baoquan He |
2023-10-04 | crash_core: change the prototype of function parse_crashkernel() | Baoquan He |
2023-09-29 | mm: hugetlb: add huge page size param to set_huge_pte_at() | Ryan Roberts |
2023-09-08 | Merge patch series "riscv: Introduce KASLR" | Palmer Dabbelt |
2023-09-08 | Merge patch series "Add non-coherent DMA support for AX45MP" | Palmer Dabbelt |
2023-09-08 | Merge patch series "riscv: dma-mapping: unify support for cache flushes" | Palmer Dabbelt |
2023-09-05 | riscv: Introduce virtual kernel mapping KASLR | Alexandre Ghiti |
2023-09-01 | riscv: mm: dma-noncoherent: nonstandard cache operations support | Lad Prabhakar |
2023-09-01 | riscv: dma-mapping: switch over to generic implementation | Lad Prabhakar |
2023-09-01 | riscv: dma-mapping: skip invalidation before bidirectional DMA | Arnd Bergmann |
2023-09-01 | riscv: dma-mapping: only invalidate after DMA, not flush | Arnd Bergmann |
2023-09-01 | Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-08-31 | Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8" | Palmer Dabbelt |
2023-08-31 | riscv: Move create_tmp_mapping() to init sections | Alexandre Ghiti |
2023-08-31 | riscv: Mark KASAN tmp* page tables variables as static | Alexandre Ghiti |
2023-08-31 | riscv: mm: use bitmap_zero() API | Ye Xingchen |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-08-25 | Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s... | Linus Torvalds |
2023-08-24 | riscv: implement the new page table range API | Matthew Wilcox (Oracle) |
2023-08-24 | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED | Suren Baghdasaryan |
2023-08-23 | riscv: allow kmalloc() caches aligned to the smallest value | Jisheng Zhang |
2023-08-21 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton |
2023-08-21 | riscv: convert alloc_{pmd, pte}_late() to use ptdescs | Vishal Moola (Oracle) |
2023-08-21 | mm: enable page walking API to lock vmas during the walk | Suren Baghdasaryan |
2023-08-18 | mm: remove CONFIG_PER_VMA_LOCK ifdefs | Matthew Wilcox (Oracle) |
2023-08-16 | riscv: kdump: Implement crashkernel=X,[high,low] | Chen Jiahao |
2023-08-08 | riscv: mm: fix 2 instances of -Wmissing-variable-declarations | Nick Desaulniers |