summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2023-05-09riscv: Fix orphan section warnings caused by kernel/piAlexandre Ghiti
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-05-01RISC-V: include cpufeature.h in cpufeature.cConor Dooley
2023-05-01riscv: Move .rela.dyn to the init sectionsAlexandre Ghiti
2023-05-01riscv: compat_syscall_table: Fixup compile warningGuo Ren
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones
2023-04-29Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt
2023-04-29RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng
2023-04-29RISC-V: Factor out common code of __cpu_resume_enter()Sia Jee Heng
2023-04-29RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public functionSia Jee Heng
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-26RISC-V: hwprobe: Explicity check for -1 in vdso initAndrew Jones
2023-04-26RISC-V: hwprobe: There can only be one firstAndrew Jones
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti
2023-04-25RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-21RISC-V: Detect AIA CSRs from ISA stringAnup Patel
2023-04-19Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt
2023-04-19riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti
2023-04-19riscv: Move .rela.dyn outside of init to avoid empty relocationsAlexandre Ghiti
2023-04-19riscv: Prepare EFI header for relocatable kernelsAlexandre Ghiti
2023-04-19Merge patch series "RISC-V kasan rework"Palmer Dabbelt
2023-04-19riscv: Fix EFI stub usage of KASAN instrumented strcmp functionAlexandre Ghiti
2023-04-18Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt
2023-04-18RISC-V: Add hwprobe vDSO function and dataEvan Green
2023-04-18RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green
2023-04-18RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green
2023-04-18RISC-V: Add a syscall for HW probingEvan Green
2023-04-18RISC-V: Move struct riscv_cpuinfo to new headerEvan Green
2023-04-13riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti
2023-04-13riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2023-04-13riscv: cacheinfo: Adjust includes to remove of_device.hRob Herring
2023-04-13riscv: Add explicit include for cpu.hRob Herring
2023-04-11Revert "riscv: Set more data to cacheinfo"Song Shuai
2023-04-11riscv: add icache flush for nommu sigreturn trampolineMathis Salmen
2023-04-11riscv: entry: Save a0 prior syscall_enter_from_user_mode()Björn Töpel
2023-04-08RISC-V: Allow marking IPIs as suitable for remote FENCEsAnup Patel
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel
2023-04-08irqchip/riscv-intc: Allow drivers to directly discover INTC hwnodeAnup Patel
2023-04-08RISC-V: Clear SIP bit only when using SBI IPI operationsAnup Patel
2023-03-24Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-23riscv: entry: Consolidate general regs saving/restoringJisheng Zhang
2023-03-23riscv: entry: Consolidate ret_from_kernel_thread into ret_from_forkJisheng Zhang
2023-03-23riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}Jisheng Zhang