summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-11-08riscv: Add remaining module relocationsCharlie Jenkins1-29/+419
2023-11-08riscv: Avoid unaligned access when relocating modulesEmil Renner Berthing1-76/+81
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
2023-08-16riscv: kdump: Implement crashkernel=X,[high,low]Chen Jiahao1-0/+5
2023-08-16riscv: kprobes: simulate c.beqz and c.bnezNam Cao3-2/+48
2023-08-16riscv: kprobes: simulate c.jr and c.jalr instructionsNam Cao3-2/+41
2023-08-16riscv: kprobes: simulate c.j instructionNam Cao3-1/+27
2023-08-16riscv: Handle zicsr/zifencei issue between gcc and binutilsMingzheng Xing1-1/+7
2023-08-16riscv: stack: Fixup independent softirq stack for CONFIG_FRAME_POINTER=nGuo Ren1-0/+3
2023-08-16riscv: stack: Fixup independent irq stack for CONFIG_FRAME_POINTER=nGuo Ren1-0/+3
2023-08-16riscv: entry: set a0 = -ENOSYS only when syscall != -1Celeste Liu1-3/+3
2023-08-09riscv: Fix CPU feature detection with SMP disabledSamuel Holland2-5/+5
2023-08-04Merge patch series "RISC-V: Fix a few kexec_file_load(2) failures"Palmer Dabbelt1-1/+2
2023-08-04riscv/kexec: load initrd high in available memoryTorsten Duwe1-1/+1
2023-08-04riscv/kexec: handle R_RISCV_CALL_PLT relocation typeTorsten Duwe1-0/+1
2023-08-02riscv: Export va_kernel_pa_offset in vmcoreinfoSong Shuai1-0/+2
2023-08-02RISC-V: ACPI: Fix acpi_os_ioremap to return iomem addressSunil V L1-2/+2
2023-08-02RISC-V: cpu: refactor deprecated strncpyJustin Stitt1-6/+6
2023-07-26RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"Conor Dooley2-2/+20
2023-07-26RISC-V: try new extension properties in of_early_processor_hartid()Conor Dooley1-1/+28