summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
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-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-16riscv: dts: k210: fix broken IRQs on hart1Niklas Cassel1-1/+2
2022-03-16riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing1-5/+16
2022-03-16riscv: alternative only works on !XIP_KERNELJisheng Zhang2-2/+3
2022-03-08riscv: Fix config KASAN && DEBUG_VIRTUALAlexandre Ghiti1-0/+3
2022-03-08riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAPAlexandre Ghiti1-2/+1
2022-03-08riscv/mm: Add XIP_FIXUP for phys_ram_basePalmer Dabbelt1-0/+1
2022-03-02riscv: fix oops caused by irqsoff latency tracerChangbin Du4-5/+45
2022-03-02riscv: fix nommu_k210_sdcard_defconfigDamien Le Moal1-1/+1
2022-02-16riscv: eliminate unreliable __builtin_frame_address(1)Changbin Du1-4/+5
2022-02-16riscv: cpu-hotplug: clear cpu from numa map when teardownPingfan Liu1-0/+2
2022-02-16riscv: fix build with binutils 2.38Aurelien Jarno1-0/+6
2022-01-27riscv: dts: microchip: mpfs: Drop empty chosen nodeGeert Uytterhoeven1-3/+0
2022-01-27riscv: mm: fix wrong phys_ram_base value for RV64Jisheng Zhang1-1/+1
2022-01-27riscv: use hart id instead of cpu id on machine_kexecNick Kossifidis1-1/+2
2022-01-27riscv: Don't use va_pa_offset on kdumpNick Kossifidis1-11/+9
2022-01-27riscv: try to allocate crashkern region from 32bit addressible memoryNick Kossifidis1-4/+13
2022-01-27RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson3-18/+12
2022-01-27riscv: Get rid of MAXPHYSMEM configsAlexandre Ghiti4-26/+2
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson1-2/+5
2022-01-05efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-1/+0
2021-12-22riscv: dts: unmatched: Add gpio card detect to mmc-spi-slotBin Meng1-0/+2
2021-12-22riscv: dts: unleashed: Add gpio card detect to mmc-spi-slotBin Meng1-0/+1
2021-12-01riscv: dts: microchip: drop duplicated MMC/SDHC nodeKrzysztof Kozlowski2-28/+12
2021-12-01riscv: dts: microchip: fix board compatibleKrzysztof Kozlowski2-3/+3
2021-11-25riscv: fix building external modulesAndreas Schwab1-0/+2
2021-10-30Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-13/+11
2021-10-29riscv: Fix asan-stack clang buildAlexandre Ghiti3-2/+10
2021-10-29riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti1-11/+0
2021-10-28riscv, bpf: Fix potential NULL dereferenceBjörn Töpel1-1/+2
2021-10-27riscv: fix misalgned trap vector base addressChen Lu1-0/+1
2021-10-23bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer1-0/+5
2021-10-09Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-29/+52
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann1-2/+0
2021-10-05riscv: Flush current cpu icache before other cpusAlexandre Ghiti1-0/+2
2021-10-05Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt1-1/+2
2021-10-05RISC-V: Include clone3() on rv32Palmer Dabbelt1-1/+2
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen1-1/+3
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen3-19/+30
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen4-8/+15
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds1-1/+1
2021-09-13riscv: remove Kconfig check for GCC version for ARCH_RV64INick Desaulniers1-1/+1
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+2
2021-09-12Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-14/+20