summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: errata: fix T-Head dcache.cva encodingIcenowy Zheng2023-10-061-2/+2
* riscv: kexec: Align the kexeced kernel entrySong Shuai2023-09-231-1/+7
* riscv: Fix build errors using binutils2.37 toolchainsMingzheng Xing2023-08-301-4/+4
* riscv: Handle zicsr/zifencei issue between gcc and binutilsMingzheng Xing2023-08-302-12/+24
* riscv: uaccess: Return the number of bytes effectively not copiedAlexandre Ghiti2023-08-231-4/+7
* riscv/kexec: handle R_RISCV_CALL_PLT relocation typeTorsten Duwe2023-08-161-0/+1
* riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri2023-08-161-8/+8
* riscv/kexec: load initrd high in available memoryTorsten Duwe2023-08-161-1/+1
* riscv: mm: fix truncation warning on RV32Jisheng Zhang2023-07-231-1/+1
* riscv, bpf: Fix inconsistent JIT image generationBjörn Töpel2023-07-232-9/+16
* riscv: move memblock_allow_resize() after linear mapping is readyWoody Zhang2023-07-191-1/+3
* riscv: uprobes: Restore thread.bad_causeTiezhu Yang2023-07-191-0/+2
* riscv/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2023-07-012-18/+14
* riscv/purgatory: remove PGO flagsRicardo Ribalda2023-06-211-0/+5
* riscv: fix kprobe __user string arg print fault issueRuan Jinjie2023-06-141-0/+1
* riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen2023-06-142-3/+2
* riscv: perf: Fix callchain parse error with kernel tracepoint eventsIsm Hong2023-06-091-0/+7
* riscv: Fix unused variable warning when BUILTIN_DTB is setAlexandre Ghiti2023-06-091-1/+1
* rethook, fprobe: do not trace rethook related functionsZe Gao2023-05-241-0/+2
* RISC-V: fix taking the text_mutex twice during sifive errata patchingConor Dooley2023-05-171-1/+1
* RISC-V: take text_mutex during alternative patchingConor Dooley2023-05-173-3/+14
* riscv: compat_syscall_table: Fixup compile warningGuo Ren2023-05-171-0/+1
* RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng2023-05-171-0/+8
* riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti2023-05-111-12/+12
* RISC-V: Align SBI probe implementation with specAndrew Jones2023-05-114-12/+11
* riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai2023-05-111-4/+2
* KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack2023-05-111-9/+16
* riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti2023-05-011-19/+2
* riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti2023-05-011-4/+1
* riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti2023-05-014-30/+48
* purgatory: fix disabling debug infoAlyssa Ross2023-04-261-3/+1
* riscv: add icache flush for nommu sigreturn trampolineMathis Salmen2023-04-201-1/+8
* riscv/kvm: Fix VM hang in case of timer delta being zero.Rajnesh Kanwal2023-04-061-4/+2
* riscv: ftrace: Fixup panic by disabling preemptionAndy Chiu2023-04-061-1/+1
* riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor2023-03-302-4/+28
* riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong2023-03-303-2/+4
* riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti2023-03-301-0/+8
* riscv: asid: Fixup stale TLB entry cause application crashGuo Ren2023-03-221-10/+20
* Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2023-03-224-41/+17
* RISC-V: Don't check text_mutex during stop_machineConor Dooley2023-03-174-6/+39
* riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti2023-03-171-1/+1
* riscv: Add header include guards to insn.hLiao Chang2023-03-171-0/+5
* RISC-V: Stop emitting attributesPalmer Dabbelt2023-03-172-0/+11
* riscv: ftrace: Reduce the detour code size to halfGuo Ren2023-03-104-86/+75
* riscv: ftrace: Remove wasted nops for !RISCV_ISA_CGuo Ren2023-03-101-0/+4
* riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel2023-03-101-4/+6
* riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu2023-03-101-0/+2
* riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich2023-03-101-1/+1
* riscv: Avoid enabling interrupts in die()Mattias Nissler2023-03-101-2/+3
* RISC-V: add a spin_shadow_stack declarationConor Dooley2023-03-101-0/+1