aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2022-01-09riscv: use hart id instead of cpu id on machine_kexecNick Kossifidis
2022-01-09riscv: Don't use va_pa_offset on kdumpNick Kossifidis
2022-01-09riscv: dts: sifive: fu540-c000: Fix PLIC nodeGeert Uytterhoeven
2022-01-09riscv: dts: sifive: fu540-c000: Drop bogus soc node compatible valuesGeert Uytterhoeven
2022-01-09riscv: dts: sifive: Group tuples in register propertiesGeert Uytterhoeven
2022-01-09riscv: dts: sifive: Group tuples in interrupt propertiesGeert Uytterhoeven
2022-01-09riscv: dts: microchip: mpfs: Group tuples in interrupt propertiesGeert Uytterhoeven
2022-01-09riscv: dts: microchip: mpfs: Fix clock controller nodeGeert Uytterhoeven
2022-01-09riscv: dts: microchip: mpfs: Fix reference clock nodeGeert Uytterhoeven
2022-01-09riscv: dts: microchip: mpfs: Fix PLIC nodeGeert Uytterhoeven
2022-01-09riscv: dts: microchip: mpfs: Drop empty chosen nodeGeert Uytterhoeven
2022-01-09riscv: dts: canaan: Group tuples in interrupt propertiesGeert Uytterhoeven
2022-01-09riscv: dts: canaan: Fix SPI FLASH node namesGeert Uytterhoeven
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada
2022-01-07riscv/mm: Enable THP migrationNanyong Sun
2022-01-07riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun
2022-01-07riscv/head: fix misspelling of guaranteedhasheddan
2022-01-06RISC-V: Clean up the defconfigsPalmer Dabbelt
2022-01-06RISC-V: defconfigs: Remove redundant K210 DT sourcePalmer Dabbelt
2022-01-06KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSRVincent Chen
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel
2022-01-06RISC-V: KVM: Forward SBI experimental and vendor extensionsAnup Patel
2022-01-06RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() staticJisheng Zhang
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra
2022-01-06RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2Atish Patra
2022-01-06RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra
2022-01-06RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra
2022-01-06RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra
2022-01-06KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson
2022-01-05RISC-V: defconfigs: Remove redundant CONFIG_EFI=yPalmer Dabbelt
2022-01-05RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESETPalmer Dabbelt
2022-01-05RISC-V: defconfigs: Sort CONFIG_BLK_DEV_BSGPalmer Dabbelt
2022-01-05RISC-V: defconfigs: Sort CONFIG_SURFACE_PLATFORMSPalmer Dabbelt
2022-01-05RISC-V: defconfigs: Sort CONFIG_MMCPalmer Dabbelt
2022-01-05RISC-V: defconfigs: Sort CONFIG_PTP_1588_CLOCKPalmer Dabbelt
2022-01-05RISC-V: defconfigs: Sort CONFIG_SOC_POLARFIREPalmer Dabbelt
2022-01-05RISC-V: defconfigs: Sort CONFIG_SYSFS_SYSCALLPalmer Dabbelt
2022-01-05RISC-V: defconfigs: Sort CONFIG_BPF_SYSCALLPalmer Dabbelt
2022-01-05RISC-V: MAXPHYSMEM_2GB doesn't depend on CMODEL_MEDLOWPalmer Dabbelt
2022-01-05RISC-V: defconfigs: Set CONFIG_FB=y, for FB consolePalmer Dabbelt
2022-01-05riscv: mm: Enable PMD split page table lock for RV64Kefeng Wang
2022-01-05riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti
2022-01-05riscv: switch to relative extable and other improvementsPalmer Dabbelt
2022-01-05riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` sectionJisheng Zhang
2022-01-05riscv: extable: add a dedicated uaccess handlerJisheng Zhang
2022-01-05riscv: add gpr-num.hJisheng Zhang
2022-01-05riscv: extable: add `type` and `data` fieldsJisheng Zhang
2022-01-05riscv: extable: consolidate definitionsJisheng Zhang
2022-01-05riscv: lib: uaccess: fold fixups into bodyJisheng Zhang
2022-01-05riscv: extable: use `ex` for `exception_table_entry`Jisheng Zhang