summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-172/+206
2023-04-21RISC-V: Detect AIA CSRs from ISA stringAnup Patel2-0/+4
2023-04-19Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt2-10/+35
2023-04-19riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti1-2/+15
2023-04-19riscv: Move .rela.dyn outside of init to avoid empty relocationsAlexandre Ghiti1-4/+4
2023-04-19riscv: Prepare EFI header for relocatable kernelsAlexandre Ghiti2-6/+18
2023-04-19Merge patch series "RISC-V kasan rework"Palmer Dabbelt1-2/+0
2023-04-19riscv: Fix EFI stub usage of KASAN instrumented strcmp functionAlexandre Ghiti1-2/+0
2023-04-19Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt11-14/+327
2023-04-19RISC-V: Add hwprobe vDSO function and dataEvan Green7-7/+120
2023-04-19RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green4-0/+51
2023-04-19RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green1-0/+20
2023-04-19RISC-V: Add a syscall for HW probingEvan Green1-1/+134
2023-04-19RISC-V: Move struct riscv_cpuinfo to new headerEvan Green1-6/+2
2023-04-14riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti1-4/+1
2023-04-14riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti1-1/+0
2023-04-14riscv: cacheinfo: Adjust includes to remove of_device.hRob Herring1-1/+0
2023-04-14riscv: Add explicit include for cpu.hRob Herring1-1/+1
2023-04-12Revert "riscv: Set more data to cacheinfo"Song Shuai1-51/+15
2023-04-11riscv: add icache flush for nommu sigreturn trampolineMathis Salmen1-1/+8
2023-04-11riscv: entry: Save a0 prior syscall_enter_from_user_mode()Björn Töpel1-2/+2
2023-04-08RISC-V: Allow marking IPIs as suitable for remote FENCEsAnup Patel2-2/+11
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel7-176/+179
2023-04-08irqchip/riscv-intc: Allow drivers to directly discover INTC hwnodeAnup Patel1-0/+18
2023-04-08RISC-V: Clear SIP bit only when using SBI IPI operationsAnup Patel2-3/+7
2023-03-24Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt10-476/+165
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-2/+2
2023-03-23riscv: entry: Consolidate general regs saving/restoringJisheng Zhang2-131/+7
2023-03-23riscv: entry: Consolidate ret_from_kernel_thread into ret_from_forkJisheng Zhang2-12/+5
2023-03-23riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}Jisheng Zhang3-40/+0
2023-03-23riscv: entry: Convert to generic entryGuo Ren5-297/+158