summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-144-9/+14
|\
| * RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki2022-10-131-8/+8
| * riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang2022-10-131-1/+0
| * Merge patch series "Use composable cache instead of L2 cache"Palmer Dabbelt2022-10-131-0/+4
| |\
| | * riscv: Add cache information in AUX vectorGreentime Hu2022-10-131-0/+4
| * | Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt2022-10-131-0/+2
| |\ \
| | * | riscv: drop some idefs from CMO initializationHeiko Stuebner2022-10-131-0/+2
* | | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-5/+0
|\ \ \ \
| * | | | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-5/+0
| | |_|/ | |/| |
* | | | RISC-V: KVM: Record number of signal exits as a vCPU statJisheng Zhang2022-10-021-0/+1
* | | | RISC-V: KVM: Use Svinval for local TLB maintenance when availableAnup Patel2022-10-021-0/+20
* | | | RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale2022-10-021-0/+4
* | | | RISC-V: KVM: Change the SBI specification version to v1.0Anup Patel2022-10-021-2/+2
* | | | riscv: KVM: Apply insn-def to hlv encodingsAndrew Jones2022-10-021-0/+17
* | | | riscv: KVM: Apply insn-def to hfence encodingsAndrew Jones2022-10-021-0/+10
* | | | riscv: Introduce support for defining instructionsAndrew Jones2022-10-021-0/+90
* | | | riscv: Add X register names to gpr-numsAndrew Jones2022-10-021-0/+8
| |/ / |/| |
* | | Merge tag 'riscv-for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-09-231-0/+5
|\ \ \
| * | | RISC-V: Avoid coupling the T-Head CMOs and ZicbomPalmer Dabbelt2022-09-171-1/+5
| * | | RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt2022-09-131-0/+1
| |/ /
* | | Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-09-012-0/+14
|\| |
| * | riscv: traps: add missing prototypeConor Dooley2022-08-181-0/+2
| * | riscv: signal: fix missing prototype warningConor Dooley2022-08-181-0/+12
| |/
* / riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley2022-08-191-0/+12
|/
* RISC-V: KVM: Support sstc extensionAtish Patra2022-08-121-0/+7
* perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt2022-08-121-2/+30
|\
| * RISC-V: Improve SBI definitionsAtish Patra2022-08-111-2/+16
| * RISC-V: Move counter info definition to sbi header fileAtish Patra2022-08-111-0/+14
* | RISC-V: Add Sstc extension supportPalmer Dabbelt2022-08-112-0/+6
|\ \
| * | RISC-V: Enable sstc extension parsing from DTAtish Patra2022-08-111-0/+1
| * | RISC-V: Add SSTC extension CSR detailsAtish Patra2022-08-111-0/+5
| |/
* | riscv: ensure cpu_ops_sbi is declaredConor Dooley2022-08-111-0/+2
* | RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks2022-08-111-0/+1
* | arch/riscv: add Zihintpause supportDao Lu2022-08-112-3/+23
* | riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt2022-08-104-2/+72
|\ \
| * | riscv: implement cache-management errata for T-Head SoCsHeiko Stuebner2022-08-031-5/+43
| * | riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner2022-07-284-1/+33
* | | Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-068-13/+52
|\ \ \
| * \ \ riscv: Add macro for multiple nop instructionsPalmer Dabbelt2022-07-213-7/+18
| |\ \ \
| | * | | riscv: convert the t-head pbmt errata to use the __nops macroHeiko Stuebner2022-07-211-7/+1
| | * | | riscv: introduce nops and __nops macros for NOP sequencesHeiko Stuebner2022-07-212-0/+17
| | | |/ | | |/|
| * | | RISC-V: Support for 64bit hartid on RV64 platformsPalmer Dabbelt2022-07-192-4/+4
| |\ \ \
| | * | | riscv: cpu: Add 64bit hartid support on RV64Sunil V L2022-07-191-2/+2
| | * | | riscv: smp: Add 64bit hartid support on RV64Sunil V L2022-07-191-2/+2
| | |/ /
| * | / RISC-V: PCI: Avoid handing out address 0 to devicesMaciej W. Rozycki2022-06-221-2/+2
| | |/ | |/|
| * | riscv: switch has_fpu() to the unified static key mechanismJisheng Zhang2022-06-161-2/+2
| * | riscv: introduce unified static key mechanism for ISA extensionsJisheng Zhang2022-06-161-0/+25
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-20/+0
|\ \
| * | riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-20/+0
* | | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-1/+0
|\ \ \