summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang4-8/+8
2021-04-26riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti1-12/+61
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti12-36/+182
2021-04-26riscv: Select HAVE_DYNAMIC_FTRACE when -fpatchable-function-entry is availableNathan Chancellor1-1/+1
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor2-7/+17
2021-04-26riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor1-8/+4
2021-04-26riscv: sifive: Apply errata "cip-1200" patchVincent Chen4-2/+40
2021-04-26riscv: sifive: Apply errata "cip-453" patchVincent Chen6-3/+94
2021-04-26riscv: sifive: Add SiFive alternative portsVincent Chen7-0/+89
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen14-0/+300
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen2-0/+18
2021-03-30riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti1-41/+18
2021-03-30RISC-V: Don't print SBI version for all detected extensionsAnup Patel1-3/+3
2021-03-17riscv: Enable generic clockevent broadcastGuo Ren2-0/+18
2021-03-10riscv: Add ARCH_HAS_FORTIFY_SOURCEKefeng Wang2-0/+6
2021-03-10riscv: Add support for memtestKefeng Wang1-2/+4
2021-02-28Merge tag 'riscv-for-linus-5.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-19/+5
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-27riscv: Cleanup setup_bootmem()Kefeng Wang1-19/+2
2021-02-27RISC-V: Enable CPU Hotplug in defconfigsAnup Patel2-0/+2
2021-02-27RISC-V: Make NUMA depend on SMPPalmer Dabbelt1-0/+1
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds74-660/+4329
2021-02-23riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti1-0/+24
2021-02-23riscv: Improve kasan population functionAlexandre Ghiti1-28/+63
2021-02-23riscv: Use KASAN_SHADOW_INIT define for kasan memory initializationAlexandre Ghiti1-2/+2
2021-02-23riscv: Improve kasan definitionsAlexandre Ghiti1-3/+19
2021-02-23riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti1-16/+5
2021-02-23riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser1-1/+2
2021-02-23riscv: Remove unnecessary declarationKefeng Wang1-3/+0
2021-02-23riscv: Add Canaan Kendryte K210 SD card defconfigDamien Le Moal1-0/+92
2021-02-23riscv: Update Canaan Kendryte K210 defconfigDamien Le Moal1-8/+36
2021-02-23riscv: Add Kendryte KD233 board device treeDamien Le Moal1-0/+152
2021-02-23riscv: Add SiPeed MAIXDUINO board device treeDamien Le Moal1-0/+184
2021-02-23riscv: Add SiPeed MAIX GO board device treeDamien Le Moal1-0/+219
2021-02-23riscv: Add SiPeed MAIX DOCK board device treeDamien Le Moal1-0/+211
2021-02-23riscv: Add SiPeed MAIX BiT board device treeDamien Le Moal1-0/+209
2021-02-23riscv: Update Canaan Kendryte K210 device treeDamien Le Moal4-52/+414
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