aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2022-11-04riscv: fix detection of toolchain Zihintpause supportConor Dooley
2022-11-04riscv: jump_label: mark arguments as const to satisfy asm constraintsJisheng Zhang
2022-11-04RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel
2022-11-04RISC-V: Fix compilation without RISCV_ISA_ZICBOMAndrew Jones
2022-11-04RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones
2022-10-21riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang
2022-10-21RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki
2022-09-23Merge tag 'riscv-for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-09-17RISC-V: Avoid coupling the T-Head CMOs and ZicbomPalmer Dabbelt
2022-09-13RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt
2022-09-01Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2022-08-19riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley
2022-08-18riscv: traps: add missing prototypeConor Dooley
2022-08-18riscv: signal: fix missing prototype warningConor Dooley
2022-08-12RISC-V: KVM: Support sstc extensionAtish Patra
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt
2022-08-11RISC-V: Improve SBI definitionsAtish Patra
2022-08-11RISC-V: Move counter info definition to sbi header fileAtish Patra
2022-08-11RISC-V: Add Sstc extension supportPalmer Dabbelt
2022-08-11RISC-V: Enable sstc extension parsing from DTAtish Patra
2022-08-11RISC-V: Add SSTC extension CSR detailsAtish Patra
2022-08-11riscv: ensure cpu_ops_sbi is declaredConor Dooley
2022-08-11RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks
2022-08-11arch/riscv: add Zihintpause supportDao Lu
2022-08-10riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt
2022-08-06Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-08-03riscv: implement cache-management errata for T-Head SoCsHeiko Stuebner
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-29RISC-V: KVM: Add support for Svpbmt inside Guest/VMAnup Patel
2022-07-29RISC-V: KVM: Add G-stage ioremap() and iounmap() functionsAnup Patel
2022-07-29RISC-V: KVM: Add extensible CSR emulation frameworkAnup Patel
2022-07-29RISC-V: KVM: Add extensible system instruction emulation frameworkAnup Patel
2022-07-29RISC-V: KVM: Factor-out instruction emulation into separate sourcesAnup Patel
2022-07-29RISC-V: KVM: Make kvm_riscv_guest_timer_init a void functionNikolay Borisov
2022-07-29RISC-V: KVM: Improve ISA extension by using a bitmapAtish Patra
2022-07-28riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner
2022-07-22asm-generic: Add new pci.h and use itStafford Horne
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne
2022-07-21riscv: Add macro for multiple nop instructionsPalmer Dabbelt
2022-07-21riscv: convert the t-head pbmt errata to use the __nops macroHeiko Stuebner
2022-07-21riscv: introduce nops and __nops macros for NOP sequencesHeiko Stuebner
2022-07-19RISC-V: Support for 64bit hartid on RV64 platformsPalmer Dabbelt
2022-07-19riscv: cpu: Add 64bit hartid support on RV64Sunil V L
2022-07-19riscv: smp: Add 64bit hartid support on RV64Sunil V L
2022-07-17riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual