summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-6/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-6/+0
* | Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-0633-125/+333
|\ \
| * | riscv: enable Docker requirements in defconfigHeinrich Schuchardt2022-07-221-1/+63
| * | 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: Add fast call path of crash_kexec()Xianting Tian2022-07-211-0/+4
| * | | riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu2022-07-211-3/+2
| * | | RISC-V: Support for 64bit hartid on RV64 platformsPalmer Dabbelt2022-07-198-27/+34
| |\ \ \
| | * | | riscv: cpu: Add 64bit hartid support on RV64Sunil V L2022-07-194-19/+26
| | * | | riscv: smp: Add 64bit hartid support on RV64Sunil V L2022-07-192-4/+4
| | * | | riscv: spinwait: Fix hartid variable typeSunil V L2022-07-191-2/+2
| | * | | riscv: cpu_ops_sbi: Add 64bit hartid support on RV64Sunil V L2022-07-191-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-071-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-06-303-13/+12
| |\ \ \
| | * | | riscv: Kconfig.socs: Add commentsJuerg Haefliger2022-06-301-2/+2
| | * | | riscv: Kconfig.erratas: Add commentsJuerg Haefliger2022-06-301-1/+1
| | * | | riscv: Kconfig: Fix indentation and add commentsJuerg Haefliger2022-06-301-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-165-63/+40
| |\ \ \ \
| | * | | | riscv: remove usage of function-pointers from cpufeatures and t-head errataHeiko Stuebner2022-06-162-48/+22
| | * | | | riscv: make patch-function pointer more generic in cpu_manufacturer_info structHeiko Stuebner2022-06-161-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-053-20/+24
|\ \ \ \ \
| * | | | | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+0
| * | | | | riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-20/+21
| * | | | | Merge branch 'master' into mm-stableakpm2022-06-276-14/+26
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-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-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-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