summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* 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-122-0/+8
* 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
|\ \ \
| * | | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-281-1/+0
| | |/ | |/|
* | | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-27/+4
|\ \ \
| * | | asm-generic: Add new pci.h and use itStafford Horne2022-07-221-19/+4
| * | | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-2/+0
| * | | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-6/+0
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-046-16/+83
|\ \ \
| * | | RISC-V: KVM: Add support for Svpbmt inside Guest/VMAnup Patel2022-07-292-0/+17
| * | | RISC-V: KVM: Add G-stage ioremap() and iounmap() functionsAnup Patel2022-07-291-0/+5
| * | | RISC-V: KVM: Add extensible CSR emulation frameworkAnup Patel2022-07-292-0/+11
| * | | RISC-V: KVM: Add extensible system instruction emulation frameworkAnup Patel2022-07-291-0/+9
| * | | RISC-V: KVM: Factor-out instruction emulation into separate sourcesAnup Patel2022-07-292-10/+34
| * | | RISC-V: KVM: Make kvm_riscv_guest_timer_init a void functionNikolay Borisov2022-07-291-1/+1
| * | | RISC-V: KVM: Improve ISA extension by using a bitmapAtish Patra2022-07-292-5/+6
* | | | Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-031-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | efi: Simplify arch_efi_call_virt() macroSudeep Holla2022-06-281-2/+0
| |/ /
* | / riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti2022-07-112-9/+9
| |/ |/|