summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2022-05-20Merge tag 'generic-ticket-spinlocks-v6' into for-nextPalmer Dabbelt3-160/+4
2022-05-19riscv: kexec: add kexec_file_load() supportPalmer Dabbelt1-0/+4
2022-05-19RISC-V: Add kexec_file supportLiao Chang1-0/+4
2022-05-19RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt12-6/+242
2022-05-17riscv: compat: signal: Add rt_frame implementationGuo Ren1-0/+18
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner5-7/+86
2022-05-11riscv: remove FIXMAP_PAGE_IO and fall back to its default valueHeiko Stuebner1-2/+0
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner7-9/+99
2022-05-11riscv: Fix accessing pfn bits in PTEs for non-32bit variantsHeiko Stuebner4-12/+24
2022-05-11riscv: prevent compressed instructions in alternativesHeiko Stuebner1-0/+24
2022-05-11riscv: extend concatenated alternatives-lines to the same lengthHeiko Stuebner1-10/+10
2022-05-11riscv: implement ALTERNATIVE_2 macroHeiko Stuebner1-20/+58
2022-05-11riscv: implement module alternativesHeiko Stuebner1-0/+3
2022-05-11riscv: allow different stages with alternativesHeiko Stuebner1-1/+4
2022-05-11riscv: integrate alternatives better into the main architectureHeiko Stuebner2-3/+12
2022-05-11RISC-V: Move to queued RW locksPalmer Dabbelt3-123/+2
2022-05-11RISC-V: Move to generic spinlocksPalmer Dabbelt3-45/+10
2022-04-26riscv: compat: vdso: Add setup additional pages implementationGuo Ren2-0/+6
2022-04-26riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren1-0/+9
2022-04-26riscv: compat: Add hw capability check for elfGuo Ren1-2/+4
2022-04-26riscv: compat: Add elf.h implementationGuo Ren1-1/+40
2022-04-26riscv: compat: syscall: Add entry.S implementationGuo Ren1-0/+7
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren3-1/+13
2022-04-26riscv: compat: Support TASK_SIZE for compat modeGuo Ren2-3/+16
2022-04-26riscv: compat: Add basic compat data type implementationGuo Ren2-0/+130
2022-04-01Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-5/+99
2022-03-30riscv: Increase stack size under KASANDmitry Vyukov1-2/+8
2022-03-30RISC-V CPU Idle SupportPalmer Dabbelt3-0/+86
2022-03-30riscv: Rename "sp_in_global" to "current_stack_pointer"Kees Cook1-0/+2
2022-03-29riscv module: remove (NOLOAD)Fangrui Song1-3/+3
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-76/+347
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-6/+27
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-32/+1
2022-03-21perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt4-73/+161
2022-03-21RISC-V: Add sscofpmf extension supportAtish Patra2-1/+8
2022-03-21RISC-V: Add RISC-V SBI PMU extension definitionsAtish Patra1-0/+95
2022-03-21RISC-V: Add CSR encodings for all HPMCOUNTERSAtish Patra1-0/+58
2022-03-21RISC-V: Remove the current perf implementationAtish Patra1-72/+0
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki1-0/+1
2022-03-17RISC-V: Provide a fraemework for RISC-V ISA extensionsPalmer Dabbelt1-0/+25
2022-03-17RISC-V: Improve /proc/cpuinfo output for ISA extensionsAtish Patra1-0/+7
2022-03-17RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra1-0/+18
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel1-0/+1
2022-03-11RISC-V: Add SBI HSM suspend related definesAnup Patel1-5/+22
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel1-0/+3
2022-03-11RISC-V: KVM: Upgrade SBI spec version to v0.3Anup Patel1-1/+1
2022-03-10RISC-V: Add SBI HSM suspend related definesAnup Patel1-5/+22
2022-03-10RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel2-0/+63
2022-03-10RISC-V: Enable CPU_IDLE driversAnup Patel1-0/+24