summaryrefslogtreecommitdiffstats
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-235-53/+414
* dt-bindings: add resets property to dw-apb-timerDamien Le Moal2021-02-231-0/+3
* dt-bindings: fix sifive gpio propertiesDamien Le Moal2021-02-231-3/+22
* dt-bindings: update sifive uart compatible stringDamien Le Moal2021-02-231-0/+1
* dt-bindings: update sifive clint compatible stringDamien Le Moal2021-02-231-4/+8
* dt-bindings: update sifive plic compatible stringDamien Le Moal2021-02-231-5/+8
* dt-bindings: update risc-v cpu propertiesDamien Le Moal2021-02-231-0/+2
* dt-bindings: add Canaan boards compatible stringsDamien Le Moal2021-02-231-0/+47
* dt-bindings: update MAINTAINERS fileDamien Le Moal2021-02-231-0/+1
* clk: Add RISC-V Canaan Kendryte K210 clock driverDamien Le Moal2021-02-237-178/+1064
* 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
* arch_numa: fix common code printing of phys_addr_tRandy Dunlap2021-02-191-6/+7
* 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-195-0/+1007
* 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
* initramfs: Provide a common initrd reserve functionKefeng Wang2021-02-192-0/+51
* initrd: Add the preprocessor guard in initrd.hKefeng Wang2021-02-191-0/+5
* 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
* numa: Move numa implementation to common codeAtish Patra2021-01-157-48/+61
* arm64, numa: Change the numa init functions name to be genericAtish Patra2021-01-154-20/+27