summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser2021-02-231-1/+2
* riscv: Remove unnecessary declarationKefeng Wang2021-02-231-3/+0
* riscv: Add Canaan Kendryte K210 SD card defconfigDamien Le Moal2021-02-231-0/+92
* riscv: Update Canaan Kendryte K210 defconfigDamien Le Moal2021-02-231-8/+36
* riscv: Add Kendryte KD233 board device treeDamien Le Moal2021-02-231-0/+152
* riscv: Add SiPeed MAIXDUINO board device treeDamien Le Moal2021-02-231-0/+184
* riscv: Add SiPeed MAIX GO board device treeDamien Le Moal2021-02-231-0/+219
* riscv: Add SiPeed MAIX DOCK board device treeDamien Le Moal2021-02-231-0/+211
* riscv: Add SiPeed MAIX BiT board device treeDamien Le Moal2021-02-231-0/+209
* riscv: Update Canaan Kendryte K210 device treeDamien Le Moal2021-02-234-52/+414
* RISC-V: Add a non-void return for sbi v02 functionsAtish Patra2021-02-232-21/+21
* RISC-V: Implement ASID allocatorAnup Patel2021-02-194-4/+279
* RISC-V: remove unneeded semicolonChengyang Fan2021-02-191-1/+1
* RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2021-02-192-2/+2
* pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driverDamien Le Moal2021-02-191-0/+1
* arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.htangchunyou2021-02-191-1/+1
* riscv/kasan: add KASAN_VMALLOC supportNylon Chen2021-02-192-1/+57
* riscv: Covert to reserve_initrd_mem()Kefeng Wang2021-02-191-53/+1
* riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool2021-02-193-7/+17
* riscv/stacktrace: Fix stack output without ra on the stack topChen Huang2021-01-151-3/+9
* riscv: Improve __show_regsKefeng Wang2021-01-151-1/+6
* riscv: Add dump stack in show_regsKefeng Wang2021-01-155-4/+21
* riscv: Enable per-task stack canariesGuo Ren2021-01-155-2/+23
* riscv: Add support for function error injectionGuo Ren2021-01-154-0/+19
* riscv: Add uprobes supportedGuo Ren2021-01-159-1/+253
* riscv: Add KPROBES_ON_FTRACE supportedGuo Ren2021-01-153-0/+55
* riscv: Add kprobes supportedGuo Ren2021-01-1513-0/+773
* riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNTGuo Ren2021-01-153-235/+204
* riscv: Fixup patch_text panic in ftraceGuo Ren2021-01-152-0/+2
* riscv: Fixup wrong ftrace remove cflagGuo Ren2021-01-152-3/+3
* riscv: Fixup compile error BUILD_BUG_ON failedGuo Ren2021-01-151-2/+6
* RISC-V: Implement ptrace regs and stack APIPatrick Stählin2021-01-153-0/+129
* riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang2021-01-151-1/+8
* riscv: Add numa support for riscv64 platformAtish Patra2021-01-157-5/+87
* riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCINGGreentime Hu2021-01-151-0/+20
* riscv: Separate memory init from paging initAtish Patra2021-01-153-1/+7
* riscv: Add Canaan Kendryte K210 reset controllerDamien Le Moal2021-01-151-0/+1
* riscv: Fix Canaan Kendryte K210 device treeDamien Le Moal2021-01-151-5/+0
* riscv: Use vendor name for K210 SoC supportDamien Le Moal2021-01-158-20/+20
* riscv: Fix builtin DTB handlingDamien Le Moal2021-01-086-78/+19
* riscv: dts: add initial board data for the SiFive HiFive UnmatchedYash Shah2021-01-082-1/+255
* riscv: dts: add initial support for the SiFive FU740-C000 SoCYash Shah2021-01-081-0/+293
* riscv/mm: Prevent kernel module to access user memory without uaccess routinesEric Lin2021-01-081-0/+5
* riscv/mm: Introduce a die_kernel_fault() helper functionEric Lin2021-01-081-6/+17
* riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang2021-01-083-12/+5
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-301-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-221-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