summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-02-16riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti1-22/+10
2024-02-05riscv: Make XIP bootable againFrederik Haxel1-0/+1
2024-02-01riscv: Fix an off-by-one in get_early_cmdline()Christophe JAILLET1-2/+1
2024-01-26riscv: Fix module_alloc() that did not reset the linear mapping permissionsAlexandre Ghiti1-1/+2
2024-01-26riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti3-1/+14
2024-01-10riscv: don't probe unaligned access speed if already doneJisheng Zhang1-0/+4
2023-12-20kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin1-1/+3
2023-12-13riscv: fix misaligned access handling of C.SWSP and C.SDSPClément Léger1-4/+2
2023-11-28riscv: kprobes: allow writing to x0Nam Cao1-1/+1
2023-11-28riscv: put interrupt entries into .irqentry.textNam Cao1-0/+2
2023-11-28riscv: provide riscv-specific is_trap_insn()Nam Cao1-0/+6
2023-11-28RISC-V: hwprobe: Fix vDSO SIGSEGVAndrew Jones1-1/+1
2023-11-28riscv: VMAP_STACK overflow detection thread-safeDeepak Gupta3-95/+12
2023-11-20RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTsAnup Patel1-5/+6
2023-10-12RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACKJiexun Wang1-2/+2
2023-10-12riscv: kdump: fix crashkernel reserving problem on RISC-VChen Jiahao1-13/+0
2023-10-12riscv: signal: fix sigaltstack frame size checkingAndy Chiu1-7/+0
2023-09-20riscv: Only consider swbp/ss handlers for correct privileged modeBjörn Töpel1-10/+18
2023-09-12riscv: kexec: Align the kexeced kernel entrySong Shuai1-1/+7
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt1-5/+109
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt5-1/+70
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt1-0/+79
2023-09-08Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt1-0/+5
2023-09-08Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt6-20/+191
2023-09-06riscv: implement a memset like function for textPuranjay Mohan1-0/+77
2023-09-06riscv: extend patch_text_nosync() for multiple pagesPuranjay Mohan1-5/+32
2023-09-06riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti1-0/+1
2023-09-06riscv: Dump out kernel offset information on panicAlexandre Ghiti1-0/+25
2023-09-06riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti3-1/+44
2023-09-01RISC-V: Add ptrace support for vectorsAndy Chiu1-0/+79
2023-09-01riscv: errata: Add Andes alternative portsLad Prabhakar1-0/+5
2023-09-01RISC-V: alternative: Remove feature_probe_funcEvan Green2-20/+0
2023-09-01RISC-V: Probe for unaligned access speedEvan Green5-0/+191
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-318/+636
2023-08-31Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"Palmer Dabbelt1-0/+1
2023-08-31Merge patch series "riscv: KCFI support"Palmer Dabbelt8-9/+110
2023-08-31Merge patch series "support allocating crashkernel above 4G explicitly on riscv"Palmer Dabbelt1-0/+5
2023-08-31Merge patch series "riscv: kprobes: simulate some instructions"Palmer Dabbelt3-5/+116
2023-08-31riscv: remove redundant mv instructionsNam Cao1-5/+1
2023-08-31Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+0
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2023-08-28riscv: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-24riscv: allow kmalloc() caches aligned to the smallest valueJisheng Zhang1-0/+1
2023-08-24riscv: Add CFI error handlingSami Tolvanen3-1/+82
2023-08-24riscv: Add ftrace_stub_graphSami Tolvanen1-0/+4
2023-08-24riscv: Add types to indirectly called assembly functionsSami Tolvanen2-4/+6
2023-08-24riscv: Implement syscall wrappersSami Tolvanen3-4/+18
2023-08-23Merge patch series "riscv: fix ptrace and export VLENB"Palmer Dabbelt1-69/+0
2023-08-22RISC-V: Remove ptrace support for vectorsPalmer Dabbelt1-69/+0
2023-08-18kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder1-2/+2