summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: dts: microchip: Add ethernet0 to the aliases nodeBin Meng2021-09-081-0/+4
* riscv: dts: microchip: Use 'local-mac-address' for emac1Bin Meng2021-09-081-1/+1
* riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen2021-09-031-0/+4
* riscv: Fix a number of free'd resources in init_resources()Petr Pavlu2021-08-261-2/+2
* riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support itChangbin Du2021-08-181-1/+1
* riscv: dts: fix memory size for the SiFive HiFive UnmatchedQiu Wenbo2021-08-121-1/+1
* riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabledGuenter Roeck2021-08-121-0/+1
* riscv: stacktrace: Fix NULL pointer dereferenceJisheng Zhang2021-08-121-1/+1
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-08-042-0/+8
* RISC-V: load initrd wherever it fits into memoryHeinrich Schuchardt2021-07-281-2/+2
* riscv: Fix 32-bit RISC-V boot failureBin Meng2021-07-281-1/+3
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-1/+0
* riscv: dts: fu740: fix cache-controller interruptsDavid Abdurachmanov2021-06-191-1/+1
* riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang2021-06-182-4/+3
* riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang2021-06-181-4/+4
* riscv: sifive: fix Kconfig errata warningRandy Dunlap2021-06-121-0/+1
* riscv32: Use medany C model for modulesKhem Raj2021-06-121-1/+1
* riscv: Fix BUILTIN_DTB for sifive and microchip socAlexandre Ghiti2021-06-112-0/+2
* riscv: alternative: fix typo in macro nameVitaly Wool2021-06-101-2/+2
* riscv: code patching only works on !XIP_KERNELJisheng Zhang2021-06-101-9/+9
* riscv: xip: support runtime trap patchingVitaly Wool2021-06-102-5/+23
* Merge remote-tracking branch 'riscv/riscv-wx-mappings' into fixesPalmer Dabbelt2021-06-011-2/+6
|\
| * riscv: mm: Fix W+X mappings at bootJisheng Zhang2021-06-011-2/+6
* | RISC-V: Fix memblock_free() usages in init_resources()Wende Tan2021-06-011-2/+2
* | riscv: skip errata_cip_453.o if CONFIG_ERRATA_SIFIVE_CIP_453 is disabledVincent2021-06-011-1/+1
* | riscv: Use -mno-relax when using lld linkerKhem Raj2021-05-291-0/+9
* | riscv: kexec: Fix W=1 build warningsJisheng Zhang2021-05-222-7/+8
* | riscv: kprobes: Fix build error when MMU=nJisheng Zhang2021-05-221-0/+2
* | riscv: Select ARCH_USE_MEMTESTKefeng Wang2021-05-221-0/+1
* | riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabledChen Huang2021-05-221-7/+7
|/
* riscv: remove unused handle_exception symbolRouven Czerwinski2021-05-061-2/+0
* riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven2021-05-063-4/+7
* riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=yVincent Chen2021-05-061-2/+2
* riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven2021-05-061-2/+7
* Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-0663-214/+2525
|\
| * RISC-V: Always define XIP_FIXUPPalmer Dabbelt2021-05-011-10/+13
| * riscv: Remove 32b kernel mapping from page table dumpAlexandre Ghiti2021-05-011-3/+3
| * riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=yAlexandre Ghiti2021-05-011-1/+1
| * RISC-V: Fix error code returned by riscv_hartid_to_cpuid()Anup Patel2021-05-011-1/+1
| * RISC-V: Enable Microchip PolarFire ICICLE SoCAtish Patra2021-04-261-0/+4
| * RISC-V: Initial DTS for Microchip ICICLE boardAtish Patra2021-04-264-0/+404
| * RISC-V: Add Microchip PolarFire SoC kconfig optionAtish Patra2021-04-261-0/+7
| * RISC-V: enable XIPVitaly Wool2021-04-2611-19/+424
| * RISC-V: Add crash kernel supportNick Kossifidis2021-04-265-0/+102
| * RISC-V: Add kdump supportNick Kossifidis2021-04-268-27/+249
| * RISC-V: Improve init_resources()Nick Kossifidis2021-04-261-44/+46
| * RISC-V: Add kexec supportNick Kossifidis2021-04-265-0/+412
| * riscv: vdso: fix and clean-up MakefileJisheng Zhang2021-04-261-2/+2
| * riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao2021-04-261-2/+2
| * riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang2021-04-261-1/+3