summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2023-06-30Merge tag 'riscv-for-linus-6.5-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-23Merge patch series "riscv: Add independent irq/softirq stacks support"Palmer Dabbelt
2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt
2023-06-22riscv: stack: Add config of thread stack sizeGuo Ren
2023-06-22riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACKGuo Ren
2023-06-21RISC-V: always report presence of extensions formerly part of the base ISAConor Dooley
2023-06-21RISC-V: split early & late of_node to hartid mappingConor Dooley
2023-06-19Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt
2023-06-19RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green
2023-06-19RISC-V: Track ISA extensions per hartEvan Green
2023-06-19RISC-V: Add Zba, Zbs extension probingEvan Green
2023-06-14riscv: mm: stub extable related functions/macros for !MMUJisheng Zhang
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann
2023-06-08Merge patch series "riscv: Add vector ISA support"Palmer Dabbelt
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu
2023-06-08riscv: hwcap: change ELF_HWCAP to a functionAndy Chiu
2023-06-08riscv: KVM: Add vector lazy save/restore supportVincent Chen
2023-06-08riscv: kvm: Add V extension to KVM ISAVincent Chen
2023-06-08riscv: signal: Report signal frame size to userspace via auxvVincent Chen
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGreentime Hu
2023-06-08riscv: Add ptrace vector supportGreentime Hu
2023-06-08riscv: Allocate user's vector context in the first-use trapAndy Chiu
2023-06-08riscv: Add task switch support for vectorGreentime Hu
2023-06-08riscv: Introduce struct/helpers to save/restore per-task Vector stateGreentime Hu
2023-06-08riscv: Introduce riscv_v_vsize to record size of Vector contextGreentime Hu
2023-06-08riscv: Introduce Vector enable/disable helpersGreentime Hu
2023-06-08riscv: Add new csr defines related to vector extensionGreentime Hu
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-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