summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driverDamien Le Moal2021-02-181-0/+1
* arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.htangchunyou2021-02-181-1/+1
* riscv/kasan: add KASAN_VMALLOC supportNylon Chen2021-02-182-1/+57
* riscv: Covert to reserve_initrd_mem()Kefeng Wang2021-02-181-53/+1
* riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool2021-02-183-7/+17
* riscv/stacktrace: Fix stack output without ra on the stack topChen Huang2021-01-141-3/+9
* riscv: Improve __show_regsKefeng Wang2021-01-141-1/+6
* riscv: Add dump stack in show_regsKefeng Wang2021-01-145-4/+21
* riscv: Enable per-task stack canariesGuo Ren2021-01-145-2/+23
* riscv: Add support for function error injectionGuo Ren2021-01-144-0/+19
* riscv: Add uprobes supportedGuo Ren2021-01-149-1/+253
* riscv: Add KPROBES_ON_FTRACE supportedGuo Ren2021-01-143-0/+55
* riscv: Add kprobes supportedGuo Ren2021-01-1413-0/+773
* riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNTGuo Ren2021-01-143-235/+204
* riscv: Fixup patch_text panic in ftraceGuo Ren2021-01-142-0/+2
* riscv: Fixup wrong ftrace remove cflagGuo Ren2021-01-142-3/+3
* riscv: Fixup compile error BUILD_BUG_ON failedGuo Ren2021-01-141-2/+6
* RISC-V: Implement ptrace regs and stack APIPatrick Stählin2021-01-143-0/+129
* riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang2021-01-141-1/+8
* riscv: Add numa support for riscv64 platformAtish Patra2021-01-147-5/+87
* riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCINGGreentime Hu2021-01-141-0/+20
* riscv: Separate memory init from paging initAtish Patra2021-01-143-1/+7
* riscv: Add Canaan Kendryte K210 reset controllerDamien Le Moal2021-01-141-0/+1
* riscv: Fix Canaan Kendryte K210 device treeDamien Le Moal2021-01-141-5/+0
* riscv: Use vendor name for K210 SoC supportDamien Le Moal2021-01-148-20/+20
* riscv: Fix builtin DTB handlingDamien Le Moal2021-01-076-78/+19
* riscv: dts: add initial board data for the SiFive HiFive UnmatchedYash Shah2021-01-072-1/+255
* riscv: dts: add initial support for the SiFive FU740-C000 SoCYash Shah2021-01-071-0/+293
* riscv/mm: Prevent kernel module to access user memory without uaccess routinesEric Lin2021-01-071-0/+5
* riscv/mm: Introduce a die_kernel_fault() helper functionEric Lin2021-01-071-6/+17
* riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang2021-01-073-12/+5
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* Merge tag 'riscv-for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-241-1/+1
|\
| * RISC-V: Fix usage of memblock_enforce_memory_limitAtish Patra2020-12-211-1/+1
* | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-241-6/+0
|\ \
| * | efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-091-6/+0
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-12-211-1/+1
|\ \ \ | |_|/ |/| |
| * | clk: sifive: Use common name for prci configurationZong Li2020-12-161-1/+1
| |/
* | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-1820-127/+362
|\ \
| * \ Add and use a generic version of devmem_is_allowed()Palmer Dabbelt2020-12-111-0/+1
| |\ \
| | * | RISC-V: Use the new generic devmem_is_allowed()Palmer Dabbelt2020-12-111-0/+1
| * | | riscv: Fixed kernel test robot warningSouptick Joarder2020-12-101-0/+2
| * | | riscv: kernel: Drop unused clean ruleKefeng Wang2020-12-101-2/+0
| * | | riscv: provide memmove implementationNylon Chen2020-12-104-4/+71
| * | | RISC-V: Move dynamic relocation section under __initAtish Patra2020-11-251-4/+4
| * | | RISC-V: Protect all kernel sections including init earlyAtish Patra2020-11-256-27/+67
| * | | RISC-V: Align the .init.text sectionAtish Patra2020-11-251-1/+7
| * | | RISC-V: Initialize SBI earlyAtish Patra2020-11-251-4/+3
| * | | riscv: Enable ARCH_STACKWALKKefeng Wang2020-11-253-40/+11
| * | | riscv: Make stack walk callback consistent with generic codeKefeng Wang2020-11-203-7/+7