summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-10-09Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-7/+15
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-10/+12
2022-10-07riscv: dts: microchip: fix fabric i2c reg sizeConor Dooley1-1/+1
2022-10-07riscv: enable THP_SWAP for RV64Jisheng Zhang1-0/+1
2022-10-07RISC-V: Print SSTC in canonical orderPalmer Dabbelt1-1/+1
2022-10-06riscv: compat: s/failed/unsupported if compat mode isn't supportedJisheng Zhang1-1/+1
2022-10-04RISC-V: Increase range and default value of NR_CPUSAnup Patel1-3/+6
2022-10-04pinctrl: starfive: Rename "pinctrl-starfive" to "pinctrl-starfive-jh7100"Jianlong Huang1-1/+1
2022-10-04RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputAnup Patel1-0/+51
2022-10-03Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini20-176/+285
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-1/+1
2022-10-02riscv: select HAVE_POSIX_CPU_TIMERS_TASK_WORKJisheng Zhang1-0/+1
2022-10-02RISC-V: KVM: Use generic guest entry infrastructureJisheng Zhang2-12/+7
2022-10-02RISC-V: KVM: Record number of signal exits as a vCPU statJisheng Zhang2-0/+3
2022-10-02RISC-V: KVM: add __init annotation to riscv_kvm_init()Xiu Jianfeng1-1/+1
2022-10-02RISC-V: KVM: Expose Zicbom to the guestAndrew Jones2-2/+8
2022-10-02RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones3-0/+11
2022-10-02RISC-V: KVM: Make ISA ext mappings explicitAndrew Jones1-11/+14
2022-10-02RISC-V: KVM: Allow Guest use Zihintpause extensionMayuresh Chitale2-0/+3
2022-10-02RISC-V: KVM: Allow Guest use Svinval extensionAnup Patel2-0/+3
2022-10-02RISC-V: KVM: Use Svinval for local TLB maintenance when availableAnup Patel2-12/+68
2022-10-02RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale3-0/+6
2022-10-02RISC-V: KVM: Change the SBI specification version to v1.0Anup Patel1-2/+2
2022-10-02riscv: KVM: Apply insn-def to hlv encodingsAndrew Jones2-31/+25
2022-10-02riscv: KVM: Apply insn-def to hfence encodingsAndrew Jones2-112/+27
2022-10-02riscv: Introduce support for defining instructionsAndrew Jones2-0/+93
2022-10-02riscv: Add X register names to gpr-numsAndrew Jones1-0/+8
2022-09-30Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini1-1/+0
2022-09-27riscv: dts: microchip: update memory configuration for v2022.10Conor Dooley1-2/+13
2022-09-27riscv: dts: microchip: add a devicetree for aries' m100pfsevpConor Dooley3-0/+225
2022-09-27riscv: dts: microchip: add sevkit device treeVattipalli Praveen3-0/+191
2022-09-27riscv: dts: microchip: reduce the fic3 clock rateConor Dooley1-1/+1
2022-09-27riscv: dts: microchip: icicle: re-jig fabric peripheral addressesConor Dooley1-4/+4
2022-09-27riscv: dts: microchip: icicle: update pci address propertiesConor Dooley1-5/+5
2022-09-27riscv: dts: microchip: move the mpfs' pci node to -fabric.dtsiConor Dooley3-33/+58
2022-09-27riscv: dts: microchip: add pci dma ranges for the icicle kitConor Dooley2-2/+8
2022-09-27riscv: use vma iterator for vdsoLiam R. Howlett1-1/+2
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini1-1/+0
2022-09-23Merge tag 'riscv-for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-13/+25
2022-09-22riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker1-3/+0
2022-09-22riscv: Make VM_WRITE imply VM_READAndrew Bresticker1-1/+2
2022-09-20riscv: efi: enable generic EFI compressed bootArd Biesheuvel3-1/+12
2022-09-17efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel1-9/+0
2022-09-17RISC-V: Avoid coupling the T-Head CMOs and ZicbomPalmer Dabbelt1-1/+5
2022-09-17riscv: fix a nasty sigreturn bug...Al Viro1-0/+2
2022-09-17riscv: make t-head erratas depend on MMUHeiko Stuebner1-2/+2
2022-09-17riscv: fix RISCV_ISA_SVPBMT kconfig dependency warningRandy Dunlap1-0/+1
2022-09-13RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt4-11/+16