aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | riscv: Fix ALT_THEAD_PMA's asm parametersNathan Chancellor2022-06-171-7/+7
|/
* riscv: Move alternative length validation into subsectionNathan Chancellor2022-06-021-2/+2
* riscv: Wire up memfd_secret in UAPI headerTobias Klauser2022-06-012-1/+1
* riscv: Fix irq_work when SMP is disabledSamuel Holland2022-06-011-1/+1
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-3126-115/+693
|\
| * RISC-V: Prepare dropping week attribute from arch_kexec_apply_relocations[_add]Uwe Kleine-König2022-05-301-0/+7
| * RISC-V: Various XIP fixesPalmer Dabbelt2022-05-262-26/+31
| |\
| | * RISC-V: Split out the XIP fixups into their own filePalmer Dabbelt2022-05-252-26/+31
| * | riscv: atomic: Add custom conditional atomic operation implementationGuo Ren2022-05-211-0/+82
| * | riscv: atomic: Optimize dec_if_positive functionsGuo Ren2022-05-211-10/+10
| * | riscv: atomic: Cleanup unnecessary definitionGuo Ren2022-05-211-12/+0
| * | Merge tag 'generic-ticket-spinlocks-v6' into for-nextPalmer Dabbelt2022-05-203-160/+4
| |\ \
| * \ \ riscv: kexec: add kexec_file_load() supportPalmer Dabbelt2022-05-191-0/+4
| |\ \ \
| | * | | RISC-V: Add kexec_file supportLiao Chang2022-05-191-0/+4
| | | |/ | | |/|
| * | | RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt2022-05-1912-6/+242
| |\ \ \
| | * | | riscv: compat: signal: Add rt_frame implementationGuo Ren2022-05-171-0/+18
| | * | | riscv: compat: vdso: Add setup additional pages implementationGuo Ren2022-04-262-0/+6
| | * | | riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren2022-04-261-0/+9
| | * | | riscv: compat: Add hw capability check for elfGuo Ren2022-04-261-2/+4
| | * | | riscv: compat: Add elf.h implementationGuo Ren2022-04-261-1/+40
| | * | | riscv: compat: syscall: Add entry.S implementationGuo Ren2022-04-261-0/+7