summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-23Merge tag 'riscv-for-linus-6.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2022-09-17RISC-V: Avoid coupling the T-Head CMOs and ZicbomPalmer Dabbelt1-1/+5
2022-09-13RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt1-0/+1
2022-09-02Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-0/+14
2022-08-19riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley1-0/+12
2022-08-19riscv: traps: add missing prototypeConor Dooley1-0/+2
2022-08-19riscv: signal: fix missing prototype warningConor Dooley1-0/+12
2022-08-12RISC-V: KVM: Support sstc extensionAtish Patra2-0/+8
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt1-2/+30
2022-08-12RISC-V: Improve SBI definitionsAtish Patra1-2/+16
2022-08-12RISC-V: Move counter info definition to sbi header fileAtish Patra1-0/+14
2022-08-12RISC-V: Add Sstc extension supportPalmer Dabbelt2-0/+6
2022-08-12RISC-V: Enable sstc extension parsing from DTAtish Patra1-0/+1
2022-08-12RISC-V: Add SSTC extension CSR detailsAtish Patra1-0/+5
2022-08-11riscv: ensure cpu_ops_sbi is declaredConor Dooley1-0/+2
2022-08-11RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks1-0/+1
2022-08-11arch/riscv: add Zihintpause supportDao Lu2-3/+23
2022-08-11riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt4-2/+72
2022-08-07Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-13/+52
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-20/+0
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2022-08-05Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-27/+4
2022-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-16/+83
2022-08-04riscv: implement cache-management errata for T-Head SoCsHeiko Stuebner1-5/+43
2022-08-04Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2022-07-29RISC-V: KVM: Add support for Svpbmt inside Guest/VMAnup Patel2-0/+17
2022-07-29RISC-V: KVM: Add G-stage ioremap() and iounmap() functionsAnup Patel1-0/+5
2022-07-29RISC-V: KVM: Add extensible CSR emulation frameworkAnup Patel2-0/+11
2022-07-29RISC-V: KVM: Add extensible system instruction emulation frameworkAnup Patel1-0/+9
2022-07-29RISC-V: KVM: Factor-out instruction emulation into separate sourcesAnup Patel2-10/+34
2022-07-29RISC-V: KVM: Make kvm_riscv_guest_timer_init a void functionNikolay Borisov1-1/+1
2022-07-29RISC-V: KVM: Improve ISA extension by using a bitmapAtish Patra2-5/+6
2022-07-29riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner4-1/+33
2022-07-23asm-generic: Add new pci.h and use itStafford Horne1-19/+4
2022-07-23PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-2/+0
2022-07-23PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-6/+0
2022-07-22riscv: Add macro for multiple nop instructionsPalmer Dabbelt3-7/+18
2022-07-22riscv: convert the t-head pbmt errata to use the __nops macroHeiko Stuebner1-7/+1
2022-07-22riscv: introduce nops and __nops macros for NOP sequencesHeiko Stuebner2-0/+17
2022-07-20RISC-V: Support for 64bit hartid on RV64 platformsPalmer Dabbelt2-4/+4
2022-07-20riscv: cpu: Add 64bit hartid support on RV64Sunil V L1-2/+2
2022-07-20riscv: smp: Add 64bit hartid support on RV64Sunil V L1-2/+2
2022-07-18riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-20/+0
2022-07-11riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti2-9/+9
2022-06-28efi: Simplify arch_efi_call_virt() macroSudeep Holla1-2/+0
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-1/+0
2022-06-22RISC-V: PCI: Avoid handing out address 0 to devicesMaciej W. Rozycki1-2/+2
2022-06-17riscv: Fix ALT_THEAD_PMA's asm parametersNathan Chancellor1-7/+7
2022-06-16riscv: switch has_fpu() to the unified static key mechanismJisheng Zhang1-2/+2
2022-06-16riscv: introduce unified static key mechanism for ISA extensionsJisheng Zhang1-0/+25