summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2023-06-08riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0Andy Chiu
2023-06-08riscv: Extending cpufeature.c to detect V-extensionGuo Ren
2023-06-08riscv: Rename __switch_to_aux() -> fpuGuo Ren
2023-06-07riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGDAlexandre Ghiti
2023-06-07riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen
2023-06-06RISC-V: KVM: Probe for SBI extension statusAndrew Jones
2023-06-06RISC-V: KVM: Convert extension_disabled[] to ext_status[]Andrew Jones
2023-06-06RISC-V: KVM: Redirect AMO load/store misaligned traps to guestwchen
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-06-01riscv: Implement missing huge_ptep_getAlexandre Ghiti
2023-06-01riscv: perf: Fix callchain parse error with kernel tracepoint eventsIsm Hong
2023-06-01RISC-V: smpboot: Add ACPI support in setup_smp()Sunil V L
2023-06-01drivers/acpi: RISC-V: Add RHCT related codeSunil V L
2023-06-01RISC-V: ACPI: Cache and retrieve the RINTC structureSunil V L
2023-06-01ACPI: processor_core: RISC-V: Enable mapping processor to the hartidSunil V L
2023-06-01RISC-V: Add support to build the ACPI coreSunil V L
2023-05-15riscv: Switch to hotplug core state synchronizationThomas Gleixner
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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-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-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-25RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-21Merge tag 'irqchip-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2023-04-21RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel
2023-04-21RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel
2023-04-21RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel
2023-04-21RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask definesAnup Patel
2023-04-21RISC-V: Detect AIA CSRs from ISA stringAnup Patel
2023-04-21RISC-V: Add AIA related CSR definesAnup Patel
2023-04-21RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel
2023-04-21RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel
2023-04-19Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt
2023-04-19riscv: Prepare EFI header for relocatable kernelsAlexandre Ghiti
2023-04-18Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti
2023-04-18riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti
2023-04-18riscv: export cpu/freq invariant to schedulerSong Shuai
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