summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorLines
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+105
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-11/+253
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones-1/+1
2023-04-29Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt-0/+104
2023-04-29RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng-0/+39
2023-04-29RISC-V: Factor out common code of __cpu_resume_enter()Sia Jee Heng-0/+62
2023-04-29RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public functionSia Jee Heng-0/+3
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda-3/+3
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-72/+440
2023-04-25RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green-1/+1
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-16/+46
2023-04-21Merge tag 'irqchip-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-16/+46
2023-04-21RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel-35/+53
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel-3/+4
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel-0/+122
2023-04-21RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask definesAnup Patel-6/+6
2023-04-21RISC-V: Detect AIA CSRs from ISA stringAnup Patel-0/+2
2023-04-21RISC-V: Add AIA related CSR definesAnup Patel-1/+94
2023-04-21RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel-1/+7
2023-04-19Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt-2/+6
2023-04-19riscv: Prepare EFI header for relocatable kernelsAlexandre Ghiti-0/+3
2023-04-18Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt-2/+17
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti-0/+16
2023-04-18riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti-2/+1
2023-04-18riscv: export cpu/freq invariant to schedulerSong Shuai-0/+20
2023-04-18Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt-0/+70
2023-04-18RISC-V: Add hwprobe vDSO function and dataEvan Green-0/+25
2023-04-18RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green-1/+8
2023-04-18RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green-1/+1
2023-04-18RISC-V: Add a syscall for HW probingEvan Green-0/+17
2023-04-18RISC-V: Move struct riscv_cpuinfo to new headerEvan Green-0/+21
2023-04-13riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti-2/+14
2023-04-08RISC-V: Allow marking IPIs as suitable for remote FENCEsAnup Patel-2/+16
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel-16/+28
2023-04-08irqchip/riscv-intc: Allow drivers to directly discover INTC hwnodeAnup Patel-0/+4
2023-03-29Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt-20/+30
2023-03-29Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt-20/+30
2023-03-29RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()Conor Dooley-20/+30
2023-03-24Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt-15/+109
2023-03-23riscv: entry: Consolidate general regs saving/restoringJisheng Zhang-0/+61
2023-03-23riscv: entry: Convert to generic entryGuo Ren-15/+48
2023-03-21riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong-0/+2
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt-5/+19
2023-03-14RISC-V: Use Zicboz in clear_page when availableAndrew Jones-1/+9
2023-03-14RISC-V: cpufeatures: Put the upper 16 bits of patch ID to workAndrew Jones-0/+4
2023-03-14RISC-V: Add Zicboz detection and block size parsingAndrew Jones-1/+3
2023-03-14RISC-V: alternatives: Support patching multiple insns in assemblyAndrew Jones-3/+3
2023-03-14Merge patch series "riscv: alternative/cpufeature related cleanups"Palmer Dabbelt-45/+38
2023-03-14riscv: alternatives: Rename errata_id to patch_idAndrew Jones-38/+38