summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-08riscv: prevent stack corruption by reserving task_pt_regs(p) earlyGreentime Hu1-0/+2
2023-06-08riscv: signal: validate altstack to reflect VectorAndy Chiu1-0/+7
2023-06-08riscv: signal: Report signal frame size to userspace via auxvVincent Chen1-5/+15
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGreentime Hu2-14/+163
2023-06-08riscv: signal: check fp-reserved words unconditionallyAndy Chiu1-27/+28
2023-06-08riscv: Add ptrace vector supportGreentime Hu1-0/+70
2023-06-08riscv: Allocate user's vector context in the first-use trapAndy Chiu2-2/+119
2023-06-08riscv: Add task switch support for vectorGreentime Hu1-0/+19
2023-06-08riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu4-0/+46
2023-06-08riscv: Disable Vector Instructions for kernel itselfGuo Ren2-9/+9
2023-06-08riscv: Clear vector regfile on bootupGreentime Hu1-2/+25
2023-06-08riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0Andy Chiu1-0/+4
2023-06-08riscv: Extending cpufeature.c to detect V-extensionGuo Ren1-0/+11
2023-06-07Merge patch series "riscv: allow case-insensitive ISA string parsing"Palmer Dabbelt2-19/+19
2023-06-07riscv: allow case-insensitive ISA string parsingYangyu Chen2-19/+19
2023-06-02Merge tag 'riscv-for-linus-6.4-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+4
2023-06-01RISC-V: time.c: Add ACPI support for time_init()Sunil V L1-6/+19
2023-06-01RISC-V: cpu: Enable cpuinfo for ACPI systemsSunil V L1-8/+22
2023-06-01RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()Sunil V L1-10/+31
2023-06-01RISC-V: only iterate over possible CPUs in ISA string parserSunil V L1-5/+10
2023-06-01RISC-V: smpboot: Add ACPI support in setup_smp()Sunil V L1-1/+71
2023-06-01RISC-V: smpboot: Create wrapper setup_smp()Sunil V L1-1/+6
2023-06-01RISC-V: ACPI: Cache and retrieve the RINTC structureSunil V L2-0/+49
2023-06-01RISC-V: Add ACPI initialization in setup_arch()Sunil V L2-0/+131
2023-06-01RISC-V: Add support to build the ACPI coreSunil V L2-0/+81
2023-06-01riscv: move sbi_init() earlier before jump_label_init()Jisheng Zhang1-1/+1
2023-05-31riscv: Fix relocatable kernels with early alternatives using -fno-pieAlexandre Ghiti1-0/+4
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2023-05-18rethook, fprobe: do not trace rethook related functionsZe Gao1-0/+2
2023-05-15riscv: Switch to hotplug core state synchronizationThomas Gleixner1-7/+7
2023-05-10riscv: Fix orphan section warnings caused by kernel/piAlexandre Ghiti2-6/+3
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-49/+532
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2-0/+4
2023-05-02RISC-V: include cpufeature.h in cpufeature.cConor Dooley1-0/+1
2023-05-02riscv: Move .rela.dyn to the init sectionsAlexandre Ghiti1-6/+6
2023-05-02riscv: compat_syscall_table: Fixup compile warningGuo Ren1-0/+1
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones2-10/+9
2023-04-29Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt6-33/+515
2023-04-29RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng4-0/+510
2023-04-29RISC-V: Factor out common code of __cpu_resume_enter()Sia Jee Heng1-31/+3
2023-04-29RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public functionSia Jee Heng1-2/+2
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-564/+715
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+1
2023-04-26RISC-V: hwprobe: Explicity check for -1 in vdso initAndrew Jones1-1/+1
2023-04-26RISC-V: hwprobe: There can only be one firstAndrew Jones1-1/+3
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti4-1/+113
2023-04-26RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green1-2/+2
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+1