summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-72/+0
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-06-07riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGDAlexandre Ghiti1-33/+0
2023-06-07riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen1-2/+1
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-72/+0
2023-06-02riscv: Implement missing huge_ptep_getAlexandre Ghiti1-0/+3
2023-06-01riscv: perf: Fix callchain parse error with kernel tracepoint eventsIsm Hong1-0/+7
2023-05-15riscv: Switch to hotplug core state synchronizationThomas Gleixner1-1/+1
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+105
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini6-12/+303
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-04-29Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt2-0/+104
2023-04-29RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng2-0/+39
2023-04-29RISC-V: Factor out common code of __cpu_resume_enter()Sia Jee Heng1-0/+62
2023-04-29RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public functionSia Jee Heng1-0/+3
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2-3/+3
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-72/+488
2023-04-26RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green1-1/+1
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-16/+46
2023-04-21Merge tag 'irqchip-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner3-16/+46
2023-04-21RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel2-35/+60
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel1-3/+4
2023-04-21RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel1-0/+8
2023-04-21RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel1-1/+2
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel3-0/+122
2023-04-21RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask definesAnup Patel1-6/+6
2023-04-21RISC-V: Detect AIA CSRs from ISA stringAnup Patel1-0/+2
2023-04-21RISC-V: Add AIA related CSR definesAnup Patel1-1/+94
2023-04-21RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel1-0/+1
2023-04-21RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel2-1/+39
2023-04-19Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt2-2/+6
2023-04-19riscv: Prepare EFI header for relocatable kernelsAlexandre Ghiti1-0/+3
2023-04-19Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt1-2/+17
2023-04-19riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti1-0/+16
2023-04-19riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti1-2/+1
2023-04-19riscv: export cpu/freq invariant to schedulerSong Shuai1-0/+20
2023-04-19Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt8-0/+116
2023-04-19RISC-V: Add hwprobe vDSO function and dataEvan Green2-0/+25
2023-04-19RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green4-1/+15
2023-04-19RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green2-1/+6
2023-04-19RISC-V: Add a syscall for HW probingEvan Green4-0/+51
2023-04-19RISC-V: Move struct riscv_cpuinfo to new headerEvan Green1-0/+21
2023-04-14riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti2-2/+14
2023-04-08RISC-V: Allow marking IPIs as suitable for remote FENCEsAnup Patel1-2/+16
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel2-16/+28
2023-04-08irqchip/riscv-intc: Allow drivers to directly discover INTC hwnodeAnup Patel1-0/+4
2023-03-29Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt1-20/+30
2023-03-29Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt1-20/+30
2023-03-29RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()Conor Dooley1-20/+30