summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2023-08-23riscv: Add ftrace_stub_graphSami Tolvanen
2023-08-23riscv: Add types to indirectly called assembly functionsSami Tolvanen
2023-08-23riscv: Implement syscall wrappersSami Tolvanen
2023-08-23Merge patch series "riscv: fix ptrace and export VLENB"Palmer Dabbelt
2023-08-22RISC-V: Remove ptrace support for vectorsPalmer Dabbelt
2023-08-18kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder
2023-08-16riscv: kdump: Implement crashkernel=X,[high,low]Chen Jiahao
2023-08-16riscv: kprobes: simulate c.beqz and c.bnezNam Cao
2023-08-16riscv: kprobes: simulate c.jr and c.jalr instructionsNam Cao
2023-08-16riscv: kprobes: simulate c.j instructionNam Cao
2023-08-16riscv: Handle zicsr/zifencei issue between gcc and binutilsMingzheng Xing
2023-08-16riscv: stack: Fixup independent softirq stack for CONFIG_FRAME_POINTER=nGuo Ren
2023-08-16riscv: stack: Fixup independent irq stack for CONFIG_FRAME_POINTER=nGuo Ren
2023-08-16riscv: entry: set a0 = -ENOSYS only when syscall != -1Celeste Liu
2023-08-08riscv: Fix CPU feature detection with SMP disabledSamuel Holland
2023-08-04Merge patch series "RISC-V: Fix a few kexec_file_load(2) failures"Palmer Dabbelt
2023-08-04riscv/kexec: load initrd high in available memoryTorsten Duwe
2023-08-04riscv/kexec: handle R_RISCV_CALL_PLT relocation typeTorsten Duwe
2023-08-02riscv: Export va_kernel_pa_offset in vmcoreinfoSong Shuai
2023-08-02RISC-V: ACPI: Fix acpi_os_ioremap to return iomem addressSunil V L
2023-08-02RISC-V: cpu: refactor deprecated strncpyJustin Stitt
2023-07-25RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"Conor Dooley
2023-07-25RISC-V: try new extension properties in of_early_processor_hartid()Conor Dooley
2023-07-25RISC-V: enable extension detection from dedicated propertiesConor Dooley
2023-07-25RISC-V: split riscv_fill_hwcap() in 3Conor Dooley
2023-07-25RISC-V: add single letter extensions to riscv_isa_extConor Dooley
2023-07-25RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()Conor Dooley
2023-07-25RISC-V: shunt isa_ext_arr to cpufeature.cConor Dooley
2023-07-25RISC-V: drop a needless check in print_isa_ext()Conor Dooley
2023-07-25RISC-V: don't parse dt/acpi isa string to get rv32/rv64Heiko Stuebner
2023-07-25RISC-V: Provide a more helpful error message on invalid ISA stringsPalmer Dabbelt
2023-07-12RISC-V: Don't include Zicsr or Zifencei in I from ACPIPalmer Dabbelt
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-05risc-v: Fix order of IPI enablement vs RCU startupMarc Zyngier
2023-07-04RISC-V: drop error print from riscv_hartid_to_cpuid()Conor Dooley
2023-07-04riscv: Discard vector state on syscallsBjörn Töpel
2023-07-04riscv: vdso: include vdso/vsyscall.h for vdso_dataBen Dooks
2023-07-01riscv: vector: clear V-reg in the first-use trapAndy Chiu
2023-07-01riscv: vector: only enable interrupts in the first-use trapAndy Chiu
2023-07-01Merge patch series "riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION"Palmer Dabbelt
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-25riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONZhangjin Wu
2023-06-25riscv: vmlinux-xip.lds.S: remove .alternative sectionJisheng Zhang
2023-06-23riscv: hibernate: remove WARN_ON in save_processor_stateSong Shuai
2023-06-23Merge patch series "riscv: Add independent irq/softirq stacks support"Palmer Dabbelt
2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt
2023-06-22riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACKGuo Ren
2023-06-22riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACKGuo Ren