summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-06-14RISC-V: use memcpy for kexec_file modeLiao Chang1-1/+3
2022-06-14riscv: read-only pages should not be writableHeinrich Schuchardt1-1/+1
2022-06-09RISC-V: Fix the XIP buildPalmer Dabbelt1-1/+1
2022-06-09riscv: Fixup difference with defconfigGuo Ren1-0/+4
2022-06-09riscv: Move alternative length validation into subsectionNathan Chancellor1-2/+2
2022-06-09riscv: Wire up memfd_secret in UAPI headerTobias Klauser2-1/+1
2022-06-09riscv: Fix irq_work when SMP is disabledSamuel Holland1-1/+1
2022-06-09riscv: Initialize thread pointer before calling C functionsAlexandre Ghiti1-0/+1
2022-06-09RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of IORESOURCE_BUSYXianting Tian1-2/+2
2022-05-30riscv: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-1/+1
2022-05-25riscv: dts: sifive: fu540-c000: align dma node name with dtschemaKrzysztof Kozlowski1-1/+1
2022-05-12RISC-V: relocate DTB if it's outside memory regionNick Kossifidis1-2/+19
2022-05-09riscv: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2022-04-27RISC-V: KVM: Restrict the extensions that can be disabledAtish Patra1-7/+12
2022-04-27RISC-V: KVM: Remove 's' & 'u' as valid ISA extensionAtish Patra1-3/+1
2022-04-20RISC-V: KVM: include missing hwcap.h into vcpu_fpHeiko Stuebner1-0/+1
2022-04-20RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()Anup Patel1-2/+0
2022-04-13riscv: Fixed misaligned memory access. Fixed pointer comparison.Michael T. Kloos1-58/+310
2022-04-08riscv module: remove (NOLOAD)Fangrui Song1-3/+3
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-2/+2
2022-04-08RISC-V: Declare per cpu boot data as staticAtish Patra1-1/+1
2022-04-08riscv: Increase stack size under KASANDmitry Vyukov1-2/+8
2022-04-08riscv: Fix fill_callchain return valueNikita Shubin1-1/+1
2022-04-08riscv: dts: canaan: Fix SPI3 bus widthNiklas Cassel4-0/+8
2022-03-11Merge tag 'riscv-for-linus-5.17-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-7/+19
2022-03-11riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing1-5/+16
2022-03-10riscv: alternative only works on !XIP_KERNELJisheng Zhang2-2/+3
2022-03-04Merge tag 'riscv-for-linus-5.17-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-9/+14
2022-03-04riscv: dts: k210: fix broken IRQs on hart1Niklas Cassel1-1/+2
2022-03-04riscv: Fix kasan pud populationAlexandre Ghiti1-1/+4
2022-03-04riscv: Move high_memory initialization to setup_bootmemAlexandre Ghiti1-1/+1
2022-03-04riscv: Fix config KASAN && DEBUG_VIRTUALAlexandre Ghiti1-0/+3
2022-03-04riscv: Fix DEBUG_VIRTUAL false warningsAlexandre Ghiti1-3/+1
2022-03-04riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAPAlexandre Ghiti1-2/+1
2022-03-04riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti2-1/+2
2022-02-26Merge tag 'riscv-for-linus-5.17-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-6/+46
2022-02-25riscv: fix oops caused by irqsoff latency tracerChangbin Du4-5/+45
2022-02-25riscv: fix nommu_k210_sdcard_defconfigDamien Le Moal1-1/+1
2022-02-19Merge tag 'riscv-for-linus-5.17-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+47
2022-02-14RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid orderingGeert Uytterhoeven1-18/+39
2022-02-14RISC-V: Fix handling of empty cpu masksGeert Uytterhoeven1-4/+4
2022-02-14RISC-V: Fix hartid mask handling for hartid 31 and upGeert Uytterhoeven1-3/+4
2022-02-11Merge tag 'riscv-for-linus-5.17-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-13/+23
2022-02-10riscv: fix build with binutils 2.38Aurelien Jarno1-0/+6
2022-02-10riscv: cpu-hotplug: clear cpu from numa map when teardownPingfan Liu1-0/+2
2022-02-09riscv: extable: fix err reg writing in dedicated uaccess handlerJisheng Zhang1-3/+3
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini78-796/+1877
2022-02-05riscv/mm: Add XIP_FIXUP for riscv_pfn_basePalmer Dabbelt1-0/+1
2022-02-05riscv/mm: Add XIP_FIXUP for phys_ram_basePalmer Dabbelt1-0/+1
2022-02-04riscv: Fix XIP_FIXUP_FLASH_OFFSETMyrtle Shah1-6/+5