summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2021-05-22riscv: kexec: Fix W=1 build warningsJisheng Zhang
2021-05-22riscv: kprobes: Fix build error when MMU=nJisheng Zhang
2021-05-22riscv: Select ARCH_USE_MEMTESTKefeng Wang
2021-05-22riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabledChen Huang
2021-05-06riscv: remove unused handle_exception symbolRouven Czerwinski
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven
2021-05-06riscv: enable SiFive errata CIP-453 and CIP-1200 Kconfig only if CONFIG_64BIT=yVincent Chen
2021-05-06riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-05-05mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual
2021-05-04Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-05-04riscv: dts: Add PCIe support for the SiFive FU740-C000 SoCGreentime Hu
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-05-01RISC-V: Always define XIP_FIXUPPalmer Dabbelt
2021-05-01riscv: Remove 32b kernel mapping from page table dumpAlexandre Ghiti
2021-05-01riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=yAlexandre Ghiti
2021-05-01RISC-V: Fix error code returned by riscv_hartid_to_cpuid()Anup Patel
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-26RISC-V: Enable Microchip PolarFire ICICLE SoCAtish Patra
2021-04-26RISC-V: Initial DTS for Microchip ICICLE boardAtish Patra
2021-04-26RISC-V: Add Microchip PolarFire SoC kconfig optionAtish Patra
2021-04-26RISC-V: enable XIPVitaly Wool
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis
2021-04-26RISC-V: Add kdump supportNick Kossifidis
2021-04-26RISC-V: Improve init_resources()Nick Kossifidis
2021-04-26RISC-V: Add kexec supportNick Kossifidis
2021-04-26riscv: vdso: fix and clean-up MakefileJisheng Zhang
2021-04-26riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao
2021-04-26riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang
2021-04-26riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMUJisheng Zhang
2021-04-26riscv: module: Create module allocations without exec permissionsJisheng Zhang
2021-04-26riscv: bpf: Avoid breaking W^XJisheng Zhang
2021-04-26riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to coreJisheng Zhang
2021-04-26riscv: kprobes: Implement alloc_insn_page()Jisheng Zhang
2021-04-26riscv: Constify sbi_ipi_opsJisheng Zhang
2021-04-26riscv: Constify sys_call_tableJisheng Zhang
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang
2021-04-26riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti
2021-04-26riscv: Select HAVE_DYNAMIC_FTRACE when -fpatchable-function-entry is availableNathan Chancellor
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor
2021-04-26riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor
2021-04-26riscv: sifive: Apply errata "cip-1200" patchVincent Chen
2021-04-26riscv: sifive: Apply errata "cip-453" patchVincent Chen
2021-04-26riscv: sifive: Add SiFive alternative portsVincent Chen
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen