summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-0733-125/+333
|\
| * riscv: enable Docker requirements in defconfigHeinrich Schuchardt2022-07-221-1/+63
| * riscv: Add macro for multiple nop instructionsPalmer Dabbelt2022-07-223-7/+18
| |\
| | * riscv: convert the t-head pbmt errata to use the __nops macroHeiko Stuebner2022-07-221-7/+1
| | * riscv: introduce nops and __nops macros for NOP sequencesHeiko Stuebner2022-07-222-0/+17
| * | RISC-V: Add fast call path of crash_kexec()Xianting Tian2022-07-221-0/+4
| * | riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu2022-07-221-3/+2
| * | RISC-V: Support for 64bit hartid on RV64 platformsPalmer Dabbelt2022-07-208-27/+34
| |\ \
| | * | riscv: cpu: Add 64bit hartid support on RV64Sunil V L2022-07-204-19/+26
| | * | riscv: smp: Add 64bit hartid support on RV64Sunil V L2022-07-202-4/+4
| | * | riscv: spinwait: Fix hartid variable typeSunil V L2022-07-201-2/+2
| | * | riscv: cpu_ops_sbi: Add 64bit hartid support on RV64Sunil V L2022-07-201-2/+2
| | |/
| * | riscv: dts: sifive: "fix" pmic watchdog node nameConor Dooley2022-07-141-1/+1
| * | Merge branch 'riscv-cpu_map_topo' of git://git.kernel.org/pub/scm/linux/kerne...Palmer Dabbelt2022-07-144-2/+74
| |\ \
| | * | riscv: dts: canaan: Add k210 topology informationConor Dooley2022-07-141-0/+12
| | * | riscv: dts: sifive: Add fu740 topology informationConor Dooley2022-07-141-0/+24
| | * | riscv: dts: sifive: Add fu540 topology informationConor Dooley2022-07-141-0/+24
| | * | riscv: dts: starfive: Add JH7100 CPU topologyJonas Hahnfeld2022-07-141-2/+14
| | |/
| * | Merge tag 'dt-for-palmer-v5.20-mw0' of git://git.kernel.org/pub/scm/linux/ker...Palmer Dabbelt2022-07-141-3/+24
| |\ \
| | * | riscv: dts: microchip: Add mpfs' topology informationConor Dooley2022-07-081-0/+24
| | * | riscv: dts: microchip: remove spi-max-frequency propertyNagasuresh Relli2022-06-161-1/+0
| | * | riscv: dts: microchip: remove spi-max-frequency propertyConor Dooley2022-06-061-2/+0
| | |/
| * | RISC-V: Add CONFIG_{NON,}PORTABLEPalmer Dabbelt2022-07-146-2/+32
| * | riscv: config: enable SOC_STARFIVE in defconfigConor Dooley2022-07-141-0/+1
| * | riscv: Kconfig: Style cleanupsPalmer Dabbelt2022-07-013-13/+12
| |\ \
| | * | riscv: Kconfig.socs: Add commentsJuerg Haefliger2022-07-011-2/+2
| | * | riscv: Kconfig.erratas: Add commentsJuerg Haefliger2022-07-011-1/+1
| | * | riscv: Kconfig: Fix indentation and add commentsJuerg Haefliger2022-07-011-10/+9
| * | | RISC-V: PCI: Avoid handing out address 0 to devicesMaciej W. Rozycki2022-06-221-2/+2
| * | | RISC-V: Some Svpbmt fixes and cleanupsPalmer Dabbelt2022-06-175-63/+40
| |\ \ \
| | * | | riscv: remove usage of function-pointers from cpufeatures and t-head errataHeiko Stuebner2022-06-172-48/+22
| | * | | riscv: make patch-function pointer more generic in cpu_manufacturer_info structHeiko Stuebner2022-06-171-9/+9
| * | | | riscv: switch has_fpu() to the unified static key mechanismJisheng Zhang2022-06-162-9/+2
| * | | | riscv: introduce unified static key mechanism for ISA extensionsJisheng Zhang2022-06-162-0/+32
| | |_|/ | |/| |
* | | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-063-20/+24
|\ \ \ \
| * | | | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-181-1/+0
| * | | | riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-183-20/+21
| * | | | Merge branch 'master' into mm-stableakpm2022-06-276-14/+26
| |\ \ \ \
| * | | | | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-171-0/+4
| | |/ / / | |/| | |
* | | | | 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-051-27/+4
|\ \ \ \ \
| * | | | | asm-generic: Add new pci.h and use itStafford Horne2022-07-231-19/+4
| * | | | | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-231-2/+0
| * | | | | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-231-6/+0
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-0414-602/+1019
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-5/+4
| |\ \ \ \ \
| | * | | | | KVM: Allow for different capacities in kvm_mmu_memory_cache structsDavid Matlack2022-06-241-4/+1
| * | | | | | RISC-V: KVM: Add support for Svpbmt inside Guest/VMAnup Patel2022-07-293-0/+33
| * | | | | | RISC-V: KVM: Use PAGE_KERNEL_IO in kvm_riscv_gstage_ioremap()Anup Patel2022-07-291-1/+1