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