summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2022-06-03riscv: Move alternative length validation into subsectionNathan Chancellor1-2/+2
2022-06-02riscv: Wire up memfd_secret in UAPI headerTobias Klauser2-1/+1
2022-06-02riscv: Fix irq_work when SMP is disabledSamuel Holland1-1/+1
2022-06-01Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds26-115/+693
2022-05-31RISC-V: Prepare dropping week attribute from arch_kexec_apply_relocations[_add]Uwe Kleine-König1-0/+7
2022-05-27RISC-V: Various XIP fixesPalmer Dabbelt2-26/+31
2022-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-23/+122
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+65
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-160/+4
2022-05-26RISC-V: Split out the XIP fixups into their own filePalmer Dabbelt2-26/+31
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-05-24Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2022-05-21riscv: atomic: Add custom conditional atomic operation implementationGuo Ren1-0/+82
2022-05-21riscv: atomic: Optimize dec_if_positive functionsGuo Ren1-10/+10
2022-05-21riscv: atomic: Cleanup unnecessary definitionGuo Ren1-12/+0
2022-05-20Merge tag 'generic-ticket-spinlocks-v6' into for-nextPalmer Dabbelt3-160/+4
2022-05-20RISC-V: KVM: Introduce ISA extension registerAtish Patra1-0/+20
2022-05-20RISC-V: KVM: Cleanup stale TLB entries when host CPU changesAnup Patel1-0/+5
2022-05-20RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsAnup Patel1-0/+59
2022-05-20RISC-V: KVM: Reduce KVM_MAX_VCPUS valueAnup Patel1-2/+1