summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2021-02-23RISC-V: Add a non-void return for sbi v02 functionsAtish Patra2-21/+21
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-8/+28
2021-02-19RISC-V: Implement ASID allocatorAnup Patel4-4/+279
2021-02-19RISC-V: remove unneeded semicolonChengyang Fan1-1/+1
2021-02-19RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2-2/+2
2021-02-19pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driverDamien Le Moal1-0/+1
2021-02-19arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.htangchunyou1-1/+1
2021-02-19riscv/kasan: add KASAN_VMALLOC supportNylon Chen2-1/+57
2021-02-19riscv: Covert to reserve_initrd_mem()Kefeng Wang1-53/+1
2021-02-19riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool3-7/+17
2021-02-11Revert "dts: phy: add GPIO number and active state used for phy reset"Palmer Dabbelt1-1/+0
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-5/+12
2021-02-03RISC-V: Define MAXPHYSMEM_1GB only for RV32Atish Patra1-0/+2
2021-02-03riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWXSebastien Van Cauwenberghe1-3/+3
2021-02-03RISC-V: Fix .init section permission updateAtish Patra1-1/+3
2021-02-03riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti1-1/+4
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-01-23riscv: Fixup pfn_valid error with wrong max_mapnrGuo Ren1-1/+1
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-35/+67
2021-01-16RISC-V: Fix maximum allowed phsyical memory for RV32Atish Patra1-2/+4
2021-01-16RISC-V: Set current memblock limitAtish Patra1-2/+14
2021-01-16RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra1-11/+13
2021-01-15bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2-8/+28
2021-01-15riscv: stacktrace: Move register keyword to beginning of declarationKefeng Wang1-3/+2
2021-01-15riscv/stacktrace: Fix stack output without ra on the stack topChen Huang1-3/+9
2021-01-15riscv: Improve __show_regsKefeng Wang1-1/+6
2021-01-15riscv: Add dump stack in show_regsKefeng Wang5-4/+21
2021-01-15riscv: Enable per-task stack canariesGuo Ren5-2/+23
2021-01-15riscv: Add support for function error injectionGuo Ren4-0/+19
2021-01-15riscv: Add uprobes supportedGuo Ren9-1/+253
2021-01-15riscv: Add KPROBES_ON_FTRACE supportedGuo Ren3-0/+55
2021-01-15riscv: Add kprobes supportedGuo Ren13-0/+773
2021-01-15riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNTGuo Ren3-235/+204
2021-01-15riscv: Fixup patch_text panic in ftraceGuo Ren2-0/+2
2021-01-15riscv: Fixup wrong ftrace remove cflagGuo Ren2-3/+3
2021-01-15riscv: Fixup compile error BUILD_BUG_ON failedGuo Ren1-2/+6
2021-01-15RISC-V: Implement ptrace regs and stack APIPatrick Stählin3-0/+129
2021-01-15riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang1-1/+8
2021-01-15riscv: Add numa support for riscv64 platformAtish Patra7-5/+87
2021-01-15riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCINGGreentime Hu1-0/+20
2021-01-15riscv: Separate memory init from paging initAtish Patra3-1/+7
2021-01-15riscv: Add Canaan Kendryte K210 reset controllerDamien Le Moal1-0/+1
2021-01-15riscv: Fix Canaan Kendryte K210 device treeDamien Le Moal1-5/+0
2021-01-15riscv: Use vendor name for K210 SoC supportDamien Le Moal8-20/+20
2021-01-14riscv: defconfig: enable gpio support for HiFive UnleashedSagar Shrikant Kadam1-0/+2
2021-01-14dts: phy: add GPIO number and active state used for phy resetSagar Shrikant Kadam1-0/+1
2021-01-14dts: phy: fix missing mdio device and probe failure of vsc8541-01 deviceSagar Shrikant Kadam1-0/+1
2021-01-14riscv: Fix KASAN memory mapping.Nick Hu1-2/+2
2021-01-13riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren2-2/+2