summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
12 daysriscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti1-1/+6
2024-10-04RISC-V: KVM: Fix to allow hpmcounter31 from the guestAtish Patra1-3/+3
2024-10-04RISC-V: KVM: Allow legacy PMU access from guestAtish Patra1-1/+14
2024-09-12membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri1-0/+31
2024-09-12riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti3-39/+10
2024-09-12riscv: Use WRITE_ONCE() when setting page table entriesAlexandre Ghiti2-5/+5
2024-08-29riscv: blacklist assembly symbols for kprobeClément Léger1-0/+10
2024-07-11riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vmaSamuel Holland2-2/+29
2024-07-05RISC-V: fix vector insn load/store width maskJesse Taube1-1/+1
2024-05-02riscv: Fix loading 64-bit NOMMU kernels past the start of RAMSamuel Holland1-1/+1
2024-05-02riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland1-1/+1
2024-05-02riscv: fix VMALLOC_START definitionBaoquan He1-1/+1
2024-04-10riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland1-2/+2
2024-04-10RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZVictor Isaev1-1/+1
2024-03-27riscv: Fix compilation error with FAST_GUP and rv32Alexandre Ghiti1-0/+2
2024-03-06riscv: add CALLER_ADDRx supportZong Li1-0/+5
2024-03-06riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2024-03-06riscv: Fix pte_leaf_size() for NAPOTAlexandre Ghiti1-0/+4
2024-03-06Revert "riscv: mm: support Svnapot in huge vmap"Alexandre Ghiti1-60/+1
2024-03-06riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATIONAlexandre Ghiti1-0/+2
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds2-4/+4
2024-02-16riscv: declare overflow_stack as exported from traps.cBen Dooks1-0/+5
2024-02-16riscv: Fix arch_hugetlb_migration_supported() for NAPOTAlexandre Ghiti1-0/+3
2024-02-16riscv: Flush the tlb when a page directory is freedAlexandre Ghiti1-1/+1
2024-02-16riscv: mm: execute local TLB flush after populating vmemmapVincent Chen1-0/+1
2024-02-16mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2-1/+3
2024-02-16riscv: Improve flush_tlb_kernel_range()Alexandre Ghiti1-5/+6
2024-02-16riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti2-3/+3
2024-02-16riscv: Improve tlb_flush()Alexandre Ghiti2-1/+10
2024-02-05arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-1/+1
2024-02-01riscv: mm: Fixup compat mode boot failureGuo Ren1-1/+1
2024-02-01riscv: mm: Fixup compat arch_get_mmap_endGuo Ren1-1/+1
2024-01-26riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macroFrederik Haxel1-1/+1
2024-01-26riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti1-0/+1
2024-01-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds1-5/+0
2023-11-28riscv: mm: Update the comment of CONFIG_PAGE_OFFSETSong Shuai1-2/+2
2023-11-28riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpauseMinda Chen1-1/+1
2023-11-28RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones1-0/+5
2023-11-28riscv: VMAP_STACK overflow detection thread-safeDeepak Gupta3-4/+22
2023-10-13Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-2/+43
2023-10-12riscv: Fix ftrace syscall handling which are now prefixed with __riscv_Alexandre Ghiti1-0/+21
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-1/+2
2023-09-20riscv: Only consider swbp/ss handlers for correct privileged modeBjörn Töpel2-2/+22
2023-09-12riscv: errata: fix T-Head dcache.cva encodingIcenowy Zheng1-2/+2
2023-09-10Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-9/+54
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt1-0/+1
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt2-0/+5
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt1-4/+9
2023-09-08Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt4-0/+37
2023-09-08Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt2-5/+2