aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2021-02-26RISC-V: Enable CPU Hotplug in defconfigsAnup Patel
2021-02-26RISC-V: Make NUMA depend on SMPPalmer Dabbelt
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-22riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti
2021-02-22riscv: Improve kasan population functionAlexandre Ghiti
2021-02-22riscv: Use KASAN_SHADOW_INIT define for kasan memory initializationAlexandre Ghiti
2021-02-22riscv: Improve kasan definitionsAlexandre Ghiti
2021-02-22riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti
2021-02-22riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser
2021-02-22riscv: Remove unnecessary declarationKefeng Wang
2021-02-22riscv: Add Canaan Kendryte K210 SD card defconfigDamien Le Moal
2021-02-22riscv: Update Canaan Kendryte K210 defconfigDamien Le Moal
2021-02-22riscv: Add Kendryte KD233 board device treeDamien Le Moal
2021-02-22riscv: Add SiPeed MAIXDUINO board device treeDamien Le Moal
2021-02-22riscv: Add SiPeed MAIX GO board device treeDamien Le Moal
2021-02-22riscv: Add SiPeed MAIX DOCK board device treeDamien Le Moal
2021-02-22riscv: Add SiPeed MAIX BiT board device treeDamien Le Moal
2021-02-22riscv: Update Canaan Kendryte K210 device treeDamien Le Moal
2021-02-22RISC-V: Add a non-void return for sbi v02 functionsAtish Patra
2021-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2021-02-18RISC-V: Implement ASID allocatorAnup Patel
2021-02-18RISC-V: remove unneeded semicolonChengyang Fan
2021-02-18RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt
2021-02-18pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driverDamien Le Moal
2021-02-18arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.htangchunyou
2021-02-18riscv/kasan: add KASAN_VMALLOC supportNylon Chen
2021-02-18riscv: Covert to reserve_initrd_mem()Kefeng Wang
2021-02-18riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool
2021-02-10Revert "dts: phy: add GPIO number and active state used for phy reset"Palmer Dabbelt
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-02RISC-V: Define MAXPHYSMEM_1GB only for RV32Atish Patra
2021-02-02riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWXSebastien Van Cauwenberghe
2021-02-02RISC-V: Fix .init section permission updateAtish Patra
2021-02-02riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-22riscv: Fixup pfn_valid error with wrong max_mapnrGuo Ren
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-15RISC-V: Fix maximum allowed phsyical memory for RV32Atish Patra
2021-01-15RISC-V: Set current memblock limitAtish Patra
2021-01-15RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2021-01-14riscv: stacktrace: Move register keyword to beginning of declarationKefeng Wang
2021-01-14riscv/stacktrace: Fix stack output without ra on the stack topChen Huang
2021-01-14riscv: Improve __show_regsKefeng Wang
2021-01-14riscv: Add dump stack in show_regsKefeng Wang
2021-01-14riscv: Enable per-task stack canariesGuo Ren
2021-01-14riscv: Add support for function error injectionGuo Ren
2021-01-14riscv: Add uprobes supportedGuo Ren
2021-01-14riscv: Add KPROBES_ON_FTRACE supportedGuo Ren
2021-01-14riscv: Add kprobes supportedGuo Ren